diff --git a/Core-Business-Vocabulary/releases/2.2.0/context/core-business-ap.jsonld b/Core-Business-Vocabulary/releases/2.2.0/context/core-business-ap.jsonld index 927c742f1..fd8ecbb95 100644 --- a/Core-Business-Vocabulary/releases/2.2.0/context/core-business-ap.jsonld +++ b/Core-Business-Vocabulary/releases/2.2.0/context/core-business-ap.jsonld @@ -87,8 +87,7 @@ "@context": { "contactPage": { "@container": "@set", - "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "@id" + "@id": "http://data.europa.eu/m8g/contactPage" }, "hasEmail": { "@container": "@set", @@ -102,6 +101,7 @@ "@id": "http://data.europa.eu/m8g/ContactPoint" }, "Date": "http://www.w3.org/2001/XMLSchema#date", + "Document": "http://xmlns.com/foaf/0.1/Document", "FormalOrganization": "http://www.w3.org/ns/org#FormalOrganization", "Identifier": { "@context": { @@ -218,6 +218,7 @@ }, "@id": "http://www.w3.org/ns/org#Organization" }, - "Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + "Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "Uri": "http://www.w3.org/2001/XMLSchema#anyURI" } } diff --git a/Core-Business-Vocabulary/releases/2.2.0/context/core-business-ap_en.jsonld b/Core-Business-Vocabulary/releases/2.2.0/context/core-business-ap_en.jsonld index 927c742f1..fd8ecbb95 100644 --- a/Core-Business-Vocabulary/releases/2.2.0/context/core-business-ap_en.jsonld +++ b/Core-Business-Vocabulary/releases/2.2.0/context/core-business-ap_en.jsonld @@ -87,8 +87,7 @@ "@context": { "contactPage": { "@container": "@set", - "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "@id" + "@id": "http://data.europa.eu/m8g/contactPage" }, "hasEmail": { "@container": "@set", @@ -102,6 +101,7 @@ "@id": "http://data.europa.eu/m8g/ContactPoint" }, "Date": "http://www.w3.org/2001/XMLSchema#date", + "Document": "http://xmlns.com/foaf/0.1/Document", "FormalOrganization": "http://www.w3.org/ns/org#FormalOrganization", "Identifier": { "@context": { @@ -218,6 +218,7 @@ }, "@id": "http://www.w3.org/ns/org#Organization" }, - "Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + "Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "Uri": "http://www.w3.org/2001/XMLSchema#anyURI" } } diff --git a/Core-Business-Vocabulary/releases/2.2.0/html/overview.jpg b/Core-Business-Vocabulary/releases/2.2.0/html/overview.jpg index 1c0826b35..252ff83fa 100644 Binary files a/Core-Business-Vocabulary/releases/2.2.0/html/overview.jpg and b/Core-Business-Vocabulary/releases/2.2.0/html/overview.jpg differ diff --git a/Core-Business-Vocabulary/releases/2.2.0/index.html b/Core-Business-Vocabulary/releases/2.2.0/index.html index 36f2378ab..f66952370 100644 --- a/Core-Business-Vocabulary/releases/2.2.0/index.html +++ b/Core-Business-Vocabulary/releases/2.2.0/index.html @@ -373,7 +373,7 @@

Overview

And supported by these datatypes:
- | | Code | Literal | Text | + | | Code | Document | Literal | Text | URI |

@@ -2014,13 +2014,6 @@

- - Document - - 0..* @@ -2823,6 +2816,22 @@

An idea or notion; a unit of thought. + + + (create issue) + + + +
+ Document +
+ + + A self-contained collection of information in a readable format. + (create issue) @@ -2855,6 +2864,22 @@

The text data type is a combination of a string and a language identifier. + + + (create issue) + + + +
+ URI +
+ + + anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track. + @@ -2910,7 +2935,7 @@

Support for implementation

The following section provides support for implementing the Core Business Vocabulary.

-

JSON-LD context file

+

JSON-LD context file

One common technical question is the format in which the data is being exchanged. For conformance with the Core Business Vocabulary, it is not mandatory that this happens in a RDF serialisation, but the exhanged format SHOULD be unambiguously be transformable into RDF. @@ -2922,7 +2947,7 @@

JSON-LD context file

The JSON-LD context file downloadable here.

-

Validation

+

Validation

To verify if the data is (technically) conformant to the Core Business Vocabulary, the exchanged data can be validated using the provided SHACL shapes. SHACL is a W3C Recommendation to express constraints on a RDF knowledge graph. @@ -2937,7 +2962,7 @@

Validation

The shapes can be found here. @@ -2946,7 +2971,7 @@

Mapping

Governance

-

Versioning governance

+

Versioning governance

All specifications produced in SEMIC will follow the versioning rule described by the SEMIC Style Guide rule PC-R3. In case a SEMIC asset is deprecated the asset will remain available through its PURI. @@ -2958,7 +2983,7 @@

Versioning governance

-

Governance requirements for re-used assets

+

Governance requirements for re-used assets

In order to adhere to the SEMIC Style Guide rule GC-R2 a specification should have quality and governance standards for the assets that are being reused.

@@ -2978,7 +3003,7 @@

Governance requirements for re-used assets

Once considered and validated an asset can be adopted if it is approved by the community.

-

Lexicalisation rules

+

Lexicalisation rules

In order to adhere to the SEMIC Style Guide rule SC-R3 a specification requires formal lexicalisation rules. The Style Guide proposes two options either by using RDFS or SKOS lexicalisation. diff --git a/Core-Business-Vocabulary/releases/2.2.0/index_en.html b/Core-Business-Vocabulary/releases/2.2.0/index_en.html index 36f2378ab..f66952370 100644 --- a/Core-Business-Vocabulary/releases/2.2.0/index_en.html +++ b/Core-Business-Vocabulary/releases/2.2.0/index_en.html @@ -373,7 +373,7 @@

Overview

And supported by these datatypes:
- | | Code | Literal | Text | + | | Code | Document | Literal | Text | URI |

@@ -2014,13 +2014,6 @@

- - Document - - 0..* @@ -2823,6 +2816,22 @@

An idea or notion; a unit of thought. + + + (create issue) + + + +
+ Document +
+ + + A self-contained collection of information in a readable format. + (create issue) @@ -2855,6 +2864,22 @@

The text data type is a combination of a string and a language identifier. + + + (create issue) + + + +
+ URI +
+ + + anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track. + @@ -2910,7 +2935,7 @@

Support for implementation

The following section provides support for implementing the Core Business Vocabulary.

-

JSON-LD context file

+

JSON-LD context file

One common technical question is the format in which the data is being exchanged. For conformance with the Core Business Vocabulary, it is not mandatory that this happens in a RDF serialisation, but the exhanged format SHOULD be unambiguously be transformable into RDF. @@ -2922,7 +2947,7 @@

JSON-LD context file

The JSON-LD context file downloadable here.

-

Validation

+

Validation

To verify if the data is (technically) conformant to the Core Business Vocabulary, the exchanged data can be validated using the provided SHACL shapes. SHACL is a W3C Recommendation to express constraints on a RDF knowledge graph. @@ -2937,7 +2962,7 @@

Validation

The shapes can be found here. @@ -2946,7 +2971,7 @@

Mapping

Governance

-

Versioning governance

+

Versioning governance

All specifications produced in SEMIC will follow the versioning rule described by the SEMIC Style Guide rule PC-R3. In case a SEMIC asset is deprecated the asset will remain available through its PURI. @@ -2958,7 +2983,7 @@

Versioning governance

-

Governance requirements for re-used assets

+

Governance requirements for re-used assets

In order to adhere to the SEMIC Style Guide rule GC-R2 a specification should have quality and governance standards for the assets that are being reused.

@@ -2978,7 +3003,7 @@

Governance requirements for re-used assets

Once considered and validated an asset can be adopted if it is approved by the community.

-

Lexicalisation rules

+

Lexicalisation rules

In order to adhere to the SEMIC Style Guide rule SC-R3 a specification requires formal lexicalisation rules. The Style Guide proposes two options either by using RDFS or SKOS lexicalisation. diff --git a/Core-Business-Vocabulary/releases/2.2.0/xsd/core-business-ap.xsd b/Core-Business-Vocabulary/releases/2.2.0/xsd/core-business-ap.xsd index d91753cb2..6ad5d964f 100644 --- a/Core-Business-Vocabulary/releases/2.2.0/xsd/core-business-ap.xsd +++ b/Core-Business-Vocabulary/releases/2.2.0/xsd/core-business-ap.xsd @@ -4,6 +4,7 @@ + @@ -12,6 +13,7 @@ + @@ -60,6 +62,14 @@ + + + + + Reference to Uri ID + + + @@ -347,4 +357,12 @@ The key difference between a locator designator and a locator name is that the l + + + + + Reference to Document ID + + + \ No newline at end of file diff --git a/Core-Business-Vocabulary/releases/2.2.0/xsd/core-business-ap_en.xsd b/Core-Business-Vocabulary/releases/2.2.0/xsd/core-business-ap_en.xsd index d91753cb2..6ad5d964f 100644 --- a/Core-Business-Vocabulary/releases/2.2.0/xsd/core-business-ap_en.xsd +++ b/Core-Business-Vocabulary/releases/2.2.0/xsd/core-business-ap_en.xsd @@ -4,6 +4,7 @@ + @@ -12,6 +13,7 @@ + @@ -60,6 +62,14 @@ + + + + + Reference to Uri ID + + + @@ -347,4 +357,12 @@ The key difference between a locator designator and a locator name is that the l + + + + + Reference to Document ID + + + \ No newline at end of file diff --git a/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.jsonld b/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.jsonld index 83ebbde33..562d4e28d 100644 --- a/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.jsonld +++ b/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.jsonld @@ -1,11 +1,10 @@ { - "@context": { - "locn": "http://www.w3.org/ns/locn#", - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" - }, - "@id": "ex:a", - "@type": "locn:Location", - "locn:geometry": { - "@id": "http://geohash.org/gcpuzgnzvxkp" - } + "@context": "https://semiceu.github.io/uri.semic.eu-generated/Core-Location-Vocabulary/releases/2.1.0/context/core-location-ap.jsonld", + "@graph": [ + { + "@id": "ex:a", + "@type": ["Location", "Resource"], + "geometry": "http://geohash.org/gcpuzgnzvxkp" + } + ] } \ No newline at end of file diff --git a/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.ttl b/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.ttl index f4e14ffd9..e71cb9c2f 100644 --- a/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.ttl +++ b/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.ttl @@ -1,4 +1,6 @@ -@prefix locn: . +@prefix dcterms: . +@prefix locn: . +@prefix rdfs: . - a locn:Location ; - locn:geometry . \ No newline at end of file + a dcterms:Location, rdfs:Resource ; + locn:geometry . diff --git a/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.jsonld b/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.jsonld index f5be3cd42..1709689bb 100644 --- a/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.jsonld +++ b/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.jsonld @@ -1,25 +1,23 @@ { - "@context": { - "locn": "http://www.w3.org/ns/locn#", - "sf": "http://www.opengis.net/ont/sf#", - "geosparql:": "http://www.opengis.net/ont/geosparql#", - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" - }, + "@context": [ + "https://semiceu.github.io/uri.semic.eu-generated/Core-Location-Vocabulary/releases/2.1.0/context/core-location-ap.jsonld", + {"sf": "http://www.opengis.net/ont/sf#", + "geosparql": "http://www.opengis.net/ont/geosparql#" + } + ], "@graph": [ { - "@id": "_:g0", + "@id": "ex:a", + "@type": ["Location", "Resource"], + "geometry": "ex:b" + }, + { + "@id": "ex:b", "@type": "sf:Point", - "geosparql:asGML": { + "geosparql:asGML" : { "@type": "geosparql:gmlLiteral", "@value": "-0.001475, 51.477811" } - }, - { - "@id": "ex:a", - "@type": "locn:Location", - "locn:geometry": { - "@id": "_:g0" - } } ] } \ No newline at end of file diff --git a/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.ttl b/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.ttl index 3fa894259..0f0b4584e 100644 --- a/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.ttl +++ b/Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.ttl @@ -1,8 +1,10 @@ -@prefix locn: . +@prefix dcterms: . @prefix geosparql: . +@prefix locn: . +@prefix rdfs: . @prefix sf: . - a locn:Location ; - locn:geometry [ - a sf:Point; - geosparql:asGML "-0.001475, 51.477811"^^ ] . \ No newline at end of file + a dcterms:Location , rdfs:Resource; + locn:geometry . + a sf:Point; + geosparql:asGML "-0.001475, 51.477811"^^ . \ No newline at end of file diff --git a/Core-Location-Vocabulary/releases/2.1.0/html/overview.jpg b/Core-Location-Vocabulary/releases/2.1.0/html/overview.jpg index 5626cb925..00c871693 100644 Binary files a/Core-Location-Vocabulary/releases/2.1.0/html/overview.jpg and b/Core-Location-Vocabulary/releases/2.1.0/html/overview.jpg differ diff --git a/Core-Location-Vocabulary/releases/2.1.0/index.html b/Core-Location-Vocabulary/releases/2.1.0/index.html index 16334d96d..77911b5d9 100644 --- a/Core-Location-Vocabulary/releases/2.1.0/index.html +++ b/Core-Location-Vocabulary/releases/2.1.0/index.html @@ -67,6 +67,16 @@ company: "European Commission", + } + , + + { + name: "Nathan Ghesquière", + + + company: "PwC EU Services", + + } , @@ -2541,7 +2551,7 @@

Support for implementation

The following section provides support for implementing the Core Location Vocabulary.

-

JSON-LD context file

+

JSON-LD context file

One common technical question is the format in which the data is being exchanged. For conformance with the Core Location Vocabulary, it is not mandatory that this happens in a RDF serialisation, but the exhanged format SHOULD be unambiguously be transformable into RDF. @@ -2553,7 +2563,7 @@

JSON-LD context file

The JSON-LD context file downloadable here.

-

Validation

+

Validation

To verify if the data is (technically) conformant to the Core Location Vocabulary, the exchanged data can be validated using the provided SHACL shapes. SHACL is a W3C Recommendation to express constraints on a RDF knowledge graph. @@ -2568,7 +2578,7 @@

Validation

The shapes can be found here. @@ -2577,7 +2587,7 @@

Mapping

Governance

-

Versioning governance

+

Versioning governance

All specifications produced in SEMIC will follow the versioning rule described by the SEMIC Style Guide rule PC-R3. In case a SEMIC asset is deprecated the asset will remain available through its PURI. @@ -2589,7 +2599,7 @@

Versioning governance

-

Governance requirements for re-used assets

+

Governance requirements for re-used assets

In order to adhere to the SEMIC Style Guide rule GC-R2 a specification should have quality and governance standards for the assets that are being reused.

@@ -2609,7 +2619,7 @@

Governance requirements for re-used assets

Once considered and validated an asset can be adopted if it is approved by the community.

-

Lexicalisation rules

+

Lexicalisation rules

In order to adhere to the SEMIC Style Guide rule SC-R3 a specification requires formal lexicalisation rules. The Style Guide proposes two options either by using RDFS or SKOS lexicalisation. @@ -3161,6 +3171,9 @@

Quick Reference of Classes and Properties

{'pref':'ad:', 'ns': 'http://inspire.ec.europa.eu/ont/ad#'}, {'pref':'cv:', 'ns': 'http://data.europa.eu/m8g/'}, {'pref':'geo:', 'ns': 'http://www.opengis.net/ont/geosparql#'}, +{'pref':'schemas:', 'ns': 'https://schema.org/'}, +{'pref':'org:', 'ns': 'http://www.w3.org/ns/org#'}, +{'pref':'legal:', 'ns': 'http://www.w3.org/ns/legal#'}, ]; diff --git a/Core-Location-Vocabulary/releases/2.1.0/index_en.html b/Core-Location-Vocabulary/releases/2.1.0/index_en.html index 16334d96d..77911b5d9 100644 --- a/Core-Location-Vocabulary/releases/2.1.0/index_en.html +++ b/Core-Location-Vocabulary/releases/2.1.0/index_en.html @@ -67,6 +67,16 @@ company: "European Commission", + } + , + + { + name: "Nathan Ghesquière", + + + company: "PwC EU Services", + + } , @@ -2541,7 +2551,7 @@

Support for implementation

The following section provides support for implementing the Core Location Vocabulary.

-

JSON-LD context file

+

JSON-LD context file

One common technical question is the format in which the data is being exchanged. For conformance with the Core Location Vocabulary, it is not mandatory that this happens in a RDF serialisation, but the exhanged format SHOULD be unambiguously be transformable into RDF. @@ -2553,7 +2563,7 @@

JSON-LD context file

The JSON-LD context file downloadable here.

-

Validation

+

Validation

To verify if the data is (technically) conformant to the Core Location Vocabulary, the exchanged data can be validated using the provided SHACL shapes. SHACL is a W3C Recommendation to express constraints on a RDF knowledge graph. @@ -2568,7 +2578,7 @@

Validation

The shapes can be found here. @@ -2577,7 +2587,7 @@

Mapping

Governance

-

Versioning governance

+

Versioning governance

All specifications produced in SEMIC will follow the versioning rule described by the SEMIC Style Guide rule PC-R3. In case a SEMIC asset is deprecated the asset will remain available through its PURI. @@ -2589,7 +2599,7 @@

Versioning governance

-

Governance requirements for re-used assets

+

Governance requirements for re-used assets

In order to adhere to the SEMIC Style Guide rule GC-R2 a specification should have quality and governance standards for the assets that are being reused.

@@ -2609,7 +2619,7 @@

Governance requirements for re-used assets

Once considered and validated an asset can be adopted if it is approved by the community.

-

Lexicalisation rules

+

Lexicalisation rules

In order to adhere to the SEMIC Style Guide rule SC-R3 a specification requires formal lexicalisation rules. The Style Guide proposes two options either by using RDFS or SKOS lexicalisation. @@ -3161,6 +3171,9 @@

Quick Reference of Classes and Properties

{'pref':'ad:', 'ns': 'http://inspire.ec.europa.eu/ont/ad#'}, {'pref':'cv:', 'ns': 'http://data.europa.eu/m8g/'}, {'pref':'geo:', 'ns': 'http://www.opengis.net/ont/geosparql#'}, +{'pref':'schemas:', 'ns': 'https://schema.org/'}, +{'pref':'org:', 'ns': 'http://www.w3.org/ns/org#'}, +{'pref':'legal:', 'ns': 'http://www.w3.org/ns/legal#'}, ]; diff --git a/doc/core-vocabulary/core-person/context/core-person-ap.jsonld b/Core-Person-Vocabulary/releases/2.1.1/context/core-person-ap.jsonld similarity index 95% rename from doc/core-vocabulary/core-person/context/core-person-ap.jsonld rename to Core-Person-Vocabulary/releases/2.1.1/context/core-person-ap.jsonld index e124741f4..f5294c92c 100644 --- a/doc/core-vocabulary/core-person/context/core-person-ap.jsonld +++ b/Core-Person-Vocabulary/releases/2.1.1/context/core-person-ap.jsonld @@ -71,12 +71,12 @@ }, "@id": "http://xmlns.com/foaf/0.1/Agent" }, + "Code": "http://www.w3.org/2004/02/skos/core#Concept", "ContactPoint": { "@context": { "contactPage": { "@container": "@set", - "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "@id" + "@id": "http://data.europa.eu/m8g/contactPage" }, "hasEmail": { "@container": "@set", @@ -89,6 +89,8 @@ }, "@id": "http://data.europa.eu/m8g/ContactPoint" }, + "Date": "http://www.w3.org/2001/XMLSchema#date", + "Document": "http://xmlns.com/foaf/0.1/Document", "GenericDate": "http://data.europa.eu/m8g/GenericDate", "Identifier": { "@context": { @@ -144,6 +146,7 @@ }, "@id": "http://purl.org/dc/terms/Jurisdiction" }, + "Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", "Location": { "@context": { "geographicIdentifier": { @@ -263,6 +266,8 @@ } }, "@id": "http://www.w3.org/ns/person#Person" - } + }, + "Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "Uri": "http://www.w3.org/2001/XMLSchema#anyURI" } } diff --git a/doc/core-vocabulary/core-person/context/core-person-ap_en.jsonld b/Core-Person-Vocabulary/releases/2.1.1/context/core-person-ap_en.jsonld similarity index 95% rename from doc/core-vocabulary/core-person/context/core-person-ap_en.jsonld rename to Core-Person-Vocabulary/releases/2.1.1/context/core-person-ap_en.jsonld index e124741f4..f5294c92c 100644 --- a/doc/core-vocabulary/core-person/context/core-person-ap_en.jsonld +++ b/Core-Person-Vocabulary/releases/2.1.1/context/core-person-ap_en.jsonld @@ -71,12 +71,12 @@ }, "@id": "http://xmlns.com/foaf/0.1/Agent" }, + "Code": "http://www.w3.org/2004/02/skos/core#Concept", "ContactPoint": { "@context": { "contactPage": { "@container": "@set", - "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "@id" + "@id": "http://data.europa.eu/m8g/contactPage" }, "hasEmail": { "@container": "@set", @@ -89,6 +89,8 @@ }, "@id": "http://data.europa.eu/m8g/ContactPoint" }, + "Date": "http://www.w3.org/2001/XMLSchema#date", + "Document": "http://xmlns.com/foaf/0.1/Document", "GenericDate": "http://data.europa.eu/m8g/GenericDate", "Identifier": { "@context": { @@ -144,6 +146,7 @@ }, "@id": "http://purl.org/dc/terms/Jurisdiction" }, + "Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", "Location": { "@context": { "geographicIdentifier": { @@ -263,6 +266,8 @@ } }, "@id": "http://www.w3.org/ns/person#Person" - } + }, + "Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "Uri": "http://www.w3.org/2001/XMLSchema#anyURI" } } diff --git a/doc/core-vocabulary/core-person/html/overview.jpg b/Core-Person-Vocabulary/releases/2.1.1/html/overview.jpg similarity index 100% rename from doc/core-vocabulary/core-person/html/overview.jpg rename to Core-Person-Vocabulary/releases/2.1.1/html/overview.jpg diff --git a/doc/core-vocabulary/core-person/html/semic-icon.png b/Core-Person-Vocabulary/releases/2.1.1/html/semic-icon.png similarity index 100% rename from doc/core-vocabulary/core-person/html/semic-icon.png rename to Core-Person-Vocabulary/releases/2.1.1/html/semic-icon.png diff --git a/doc/core-vocabulary/core-person/xsd/core-person-ap.xsd b/Core-Person-Vocabulary/releases/2.1.1/xsd/core-person-ap.xsd similarity index 93% rename from doc/core-vocabulary/core-person/xsd/core-person-ap.xsd rename to Core-Person-Vocabulary/releases/2.1.1/xsd/core-person-ap.xsd index f9f8e47a6..2cae6032d 100644 --- a/doc/core-vocabulary/core-person/xsd/core-person-ap.xsd +++ b/Core-Person-Vocabulary/releases/2.1.1/xsd/core-person-ap.xsd @@ -4,10 +4,16 @@ + + + + + + @@ -77,9 +83,9 @@ even when the geographic name is given as EL or UK. A textual description for a Location. - The <a href="https://inspire.ec.europa.eu/Themes/132/2892">INSPIRE Data Specification on Geographical Names</a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent. + The <a href="https://knowledge-base.inspire.ec.europa.eu/geographical-names_en">INSPIRE Data Specification on Geographical Names</a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent. <br/><br/> -A geographic name is a proper noun applied to a spatial object. Taking the example used in the <a href="https://inspire.ec.europa.eu/documents/Data_Specifications/INSPIRE_DataSpecification_GN_v3.0.1.pdf">INSPIRE document</a> (page 18), the following are all valid geographic names for the Greek capital: +A geographic name is a proper noun applied to a spatial object. Taking the example used in the <a href="https://knowledge-base.inspire.ec.europa.eu/publications/inspire-data-specification-geographical-names-technical-guidelines_en">INSPIRE document</a> (page 18), the following are all valid geographic names for the Greek capital: - "Aθnνa"@gr-Grek (the Greek endonym written in the Greek script) - "Athína"@gr-Latn (the standard Romanisation of the endonym) - "Athens"@en (the English language exonym) @@ -98,6 +104,46 @@ Where a country has changed its name or no longer exists (such as Czechoslovakia + + + + + Reference to Text ID + + + + + + + + Reference to Literal ID + + + + + + + + Reference to Uri ID + + + + + + + + Reference to Date ID + + + + + + + + Reference to Code ID + + + @@ -188,14 +234,11 @@ To provide maximum flexibility in the Core Vocabulary, whilst remaining interope A number or sequence of characters that uniquely identifies the locator within the relevant scope. - In simpler terms, this is the building number, apartment number, etc. For an address such as "Flat 3, 17 Bridge Street", the locator is "flat 3, 17". - - + In simpler terms, this is the building number, apartment number, etc. For an address such as "Flat 3, 17 Bridge Street", the locator is "flat 3, 17". - Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building. <br/><br/> The key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, "Shumann, Berlaymont" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator. @@ -405,4 +448,12 @@ A name usually sticks with a person for a long time period. In some European cou + + + + + Reference to Document ID + + + \ No newline at end of file diff --git a/doc/core-vocabulary/core-person/xsd/core-person-ap_en.xsd b/Core-Person-Vocabulary/releases/2.1.1/xsd/core-person-ap_en.xsd similarity index 93% rename from doc/core-vocabulary/core-person/xsd/core-person-ap_en.xsd rename to Core-Person-Vocabulary/releases/2.1.1/xsd/core-person-ap_en.xsd index f9f8e47a6..2cae6032d 100644 --- a/doc/core-vocabulary/core-person/xsd/core-person-ap_en.xsd +++ b/Core-Person-Vocabulary/releases/2.1.1/xsd/core-person-ap_en.xsd @@ -4,10 +4,16 @@ + + + + + + @@ -77,9 +83,9 @@ even when the geographic name is given as EL or UK. A textual description for a Location. - The <a href="https://inspire.ec.europa.eu/Themes/132/2892">INSPIRE Data Specification on Geographical Names</a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent. + The <a href="https://knowledge-base.inspire.ec.europa.eu/geographical-names_en">INSPIRE Data Specification on Geographical Names</a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent. <br/><br/> -A geographic name is a proper noun applied to a spatial object. Taking the example used in the <a href="https://inspire.ec.europa.eu/documents/Data_Specifications/INSPIRE_DataSpecification_GN_v3.0.1.pdf">INSPIRE document</a> (page 18), the following are all valid geographic names for the Greek capital: +A geographic name is a proper noun applied to a spatial object. Taking the example used in the <a href="https://knowledge-base.inspire.ec.europa.eu/publications/inspire-data-specification-geographical-names-technical-guidelines_en">INSPIRE document</a> (page 18), the following are all valid geographic names for the Greek capital: - "Aθnνa"@gr-Grek (the Greek endonym written in the Greek script) - "Athína"@gr-Latn (the standard Romanisation of the endonym) - "Athens"@en (the English language exonym) @@ -98,6 +104,46 @@ Where a country has changed its name or no longer exists (such as Czechoslovakia + + + + + Reference to Text ID + + + + + + + + Reference to Literal ID + + + + + + + + Reference to Uri ID + + + + + + + + Reference to Date ID + + + + + + + + Reference to Code ID + + + @@ -188,14 +234,11 @@ To provide maximum flexibility in the Core Vocabulary, whilst remaining interope A number or sequence of characters that uniquely identifies the locator within the relevant scope. - In simpler terms, this is the building number, apartment number, etc. For an address such as "Flat 3, 17 Bridge Street", the locator is "flat 3, 17". - - + In simpler terms, this is the building number, apartment number, etc. For an address such as "Flat 3, 17 Bridge Street", the locator is "flat 3, 17". - Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building. <br/><br/> The key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, "Shumann, Berlaymont" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator. @@ -405,4 +448,12 @@ A name usually sticks with a person for a long time period. In some European cou + + + + + Reference to Document ID + + + \ No newline at end of file diff --git a/doc/core-vocabulary/core-person/index.html b/doc/core-vocabulary/core-person/index.html deleted file mode 100644 index fb17fd1e3..000000000 --- a/doc/core-vocabulary/core-person/index.html +++ /dev/null @@ -1,1786 +0,0 @@ - - - - - - - - - Core Person Vocabulary - - - - - - - - - - - - - -
- - SEMIC - - -
- - -
- -
-
-
-
-
-

Core Person Vocabulary

- -
-
-
Status
Semic Recommendation
-
Published at
2023-05-15
-
This version
- -https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0 - -
- - -
-
- - - - - - -
-
-
-
-
- -
-
-
-
- -
-

Summary

- - -

- The Core Person Vocabulary provides a minimum set of classes and properties for - describing a natural person, i.e. the individual as opposed to any role they may play in - society or the relationships they have to other people, organisations and property; - all of which contribute significantly to the broader concept of identity. -

- -
- -
-
-

Status of this document

- -

- This Core Vocabulary has the status of Semic Recommendation published on 2023-05-15. -

- -
-
- - -
-

Overview

-
-
- -
-

This document describes the usage of the following entities for a correct usage of the Core Vocabulary: -
- | - Address | - Agent | - Contact Point | - Identifier | - Jurisdiction | - Location | - Person | -

-
- - -
-

This document describes the usage of the following datatypes for a correct usage of the Core Vocabulary: -
- | - GenericDate | -

-
- -
-
-
- -
- - - -
-
-

Entities

-
- -
-

Address

-
-
-
Definition
A spatial object that in a human-readable way identifies a fixed location.
- -
Usage
An "address representation" as conceptually defined by the INSPIRE Address Representation data type: "Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.". -

-The representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1 provides a method through which different Addresses can be converted from one conceptual model to another. -

-This specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties: -

-- full address (the complete address as a formatted string)
-- addressID (a unique identifier for the address). -

-The first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property. -

-The addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL. -

-This class belongs to Core Location Vocabulary
- - -
Properties
- -
For this entity the following properties are defined: - address area, - address ID, - administrative unit level 1, - administrative unit level 2, - full address, - locator designator, - locator name, - post code, - post name, - post office box, - thoroughfare.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - address area - - - - - Text - - - The name of a geographic area that groups Addresses.This would typically be part of a city, a neighbourhood or village, e.g. Montmartre. Address area is not an administrative unit.
- - - address ID - - - - - Literal - - - A globally unique identifier for each instance of an Address.The concept of adding a globally unique identifier for each instance of an address is a crucial part of the INSPIRE data spec. A number of EU countries have already implemented an ID (a UUID) in their Address Register/gazetteer, among them Denmark. OASIS xAL also includes an address identifier. It is the address Identifier that allows an address to be represented in a format other than INSPIRE whilst remaining conformant to the Core Vocabulary. -

-The INSPIRE method of representing addresses is very detailed, designed primarily for use in databases of addresses. Whilst data that is published in full conformance with the INSPIRE data structure can be made available using the Core Location Vocabulary the reverse is not true since the Core Vocabulary allows much greater flexibility. -

-Many datasets that include address data as one piece of information about something else are likely to have that data in simpler formats. These might be tailored to the specific need of the dataset, follow a national norm, or make use of a standard like vCard. -

-To provide maximum flexibility in the Core Vocabulary, whilst remaining interoperable with INSPIRE Address Guidelines (which EU Member States are obliged to use), the Core Location Vocabulary provides the extra property of full address and makes use of INSPIRE's addressID. - -
- - - administrative unit level 1 - - - - - Text - - - The name of the uppermost level of the address, almost always a country.Best practice is to use the ISO 3166-1 code but if this is inappropriate for the context, country names should be provided in a consistent manner to reduce ambiguity. For example, either write 'France' or 'FRA' consistently throughout the dataset and avoid mixing the two. The Country controlled vocabulary from the Publications Office can be reused for this.
- - - administrative unit level 2 - - - - - Text - - - The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities.Values could be a region or province, more granular than level 1.
- - - full address - - - - - Text - - - The complete address written as a string.Use of this property is recommended as it will not suffer any misunderstandings that might arise through the breaking up of an address into its component parts. This property is analogous to vCard's label property but with two important differences: (1) formatting is not assumed so that, unlike vCard label, it may not be suitable to print this on an address label, (2) vCard's label property has a domain of vCard Address; the fullAddress property has no such restriction. An example of a full address is "Champ de Mars, 5 Avenue Anatole France, 75007 Paris, France".
- - - locator designator - - - - - Literal - - - A number or sequence of characters that uniquely identifies the locator within the relevant scope.In simpler terms, this is the building number, apartment number, etc. For an address such as "Flat 3, 17 Bridge Street", the locator is "flat 3, 17". - -
- - - locator name - - - - - Text - - - Proper noun(s) applied to the real world entity identified by the locator.The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building. -

-The key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, "Shumann, Berlaymont" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator.
- - - post code - - - - - Literal - - - The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points.Post codes are common elements in many countries' postal address systems. One of the many post codes of Paris is for example "75000".
- - - post name - - - - - Text - - - A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points.Usually a city, for example "Paris".
- - - post office box - - - - - Literal - - - A location designator for a postal delivery point at a post office, usually a number.INSPIRE's name for this is "postalDeliveryIdentifier" for which it uses the locator designator property with a type attribute of that name. This vocabulary separates out the Post Office Box for greater independence of technology. An example post office box number is "9383".
- - - thoroughfare - - - - - Text - - - The name of a passage or way through from one location to another.A thoroughfare is usually a street, but it might be a waterway or some other feature. For example, "Avenue des Champs-Élysées".
-
- -
- -
-

Agent

-
-
-
Definition
Entity that is able to carry out action
- -
Usage
In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided.
- - -
Properties
- -
For this entity the following properties are defined: - name, - type.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - name - - - - - Text - - - The noun given to the Agent.
- - - type - - - - - Code - - - A classification assigned to an Agent.
-
- -
- -
-

Contact Point

-
-
-
Definition
Information (e.g. e-mail address, telephone number) of a person or department through which the user can get in touch with.
- -
Usage
The Core Public Organization Vocabulary defines properties for telephone number, e-mail address and opening hours although it is noteworthy that the class is based on schema.org's ContactPoint class (http://schema.org/ContactPoint) that has additional properties that some implementations may find useful.
- - -
Properties
- -
For this entity the following properties are defined: - contact page, - has email, - has telephone.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - contact page - - - - - Document - - - A web page that could be used to reach out the Contact Point.
- - - has email - - - - - Literal - - - An electronic address through which the Contact Point can be contacted.
- - - has telephone - - - - - Literal - - - A telephone number through which the Contact Point can be contacted.
-
- -
- -
-

Identifier

-
-
-
Definition
A structured reference that identifies an entity.
- -
Usage
The Identifier class is based on the UN/CEFACT class of the same name and is defined under the ADMS namespace.
- - -
Properties
- -
For this entity the following properties are defined: - date of issue, - identifies, - issuing authority name, - issuing authority URI, - notation, - scheme name, - scheme URI.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - date of issue - - - - - Date - - - The date on which the Identifier was assigned.
- - - identifies - - - - - Person - - - The entity that is referenced by the Identifier.
- - - issuing authority name - - - - - Text - - - The name of the agency responsible for issuing the Identifier.Example: "Federal Public Service Interior"@en.
- - - issuing authority URI - - - - - Agent - - - The reference in the form of a Uniform Resource Identifier to the issuing authority.Example: "https://belgium.be/id/organizations/1233".
- - - notation - - - - - Literal - - - A string of characters to uniquely identify a concept.Example: "abc-12345-de"^^https://belgium.be/scheme/nationalIDnumber.
- - - scheme name - - - - - Text - - - Name of the scheme used to construct the identifier.
- - - scheme URI - - - - - Text - - - URI of the scheme used to construct the identifier.
-
- -
- -
-

Jurisdiction

-
-
-
Definition
The limits or territory within which authority may be exercised.
- -
Usage
The extent or range of judicial, law enforcement, or other authority.
- - -
Properties
- -
For this entity the following properties are defined: - id, - name.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - id - - - - - URI - - - A reference in the form of a Uniform Resource Identifier to the Jurisdiction.
- - - name - - - - - Text - - - A string of characters that represents a Jurisdiction.The name is simply a string that identifies the Jurisdiction, typically a country, with or without a language tag.
-
- -
- -
-

Location

-
-
-
Definition
An identifiable geographic place or named place.
- - -
Properties
- -
For this entity the following properties are defined: - geographic identifier, - geographic name.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - geographic identifier - - - - - URI - - - A reference in the form of a Uniform Resource Identifier to the Location.GeoNames.org provides stable, widely recognised identifiers for more than 10 million geographical names that can be used as links to further information. For example, http://sws.geonames.org/593116/ identifies the Lithuanian capital Vilnius. Unfortunately these URIs cannot easily be automatically deduced since the URI scheme uses simple numeric codes. Finding a GeoNames identifier for a Location is almost always a manual process. Where such identifiers are known or can be found, however, it is recommended that they be used. -Where the Location Class is used to identify a country, if the geonames URI is not known, the recommendation is to use DBpedia URIs of the form http://dbpedia.org/resource/ISO\_3166-1:XX where XX is the ISO 3166 two character code for the country. -

-The EU's Publication Office diverges from ISO 3166-1 and uses EL and UK for Greece and the United Kingdom respectively. DBpedia sticks to the ISO codes and so the correct URIs for these countries are: -- http://dbpedia.org/resource/ISO\_3166-1:GR -- http://dbpedia.org/resource/ISO\_3166-1:GB -even when the geographic name is given as EL or UK.
- - - geographic name - - - - - Text - - - A textual description for a Location.The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent. -

-A geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital: -- "Aθnνa"@gr-Grek (the Greek endonym written in the Greek script) -- "Athína"@gr-Latn (the standard Romanisation of the endonym) -- "Athens"@en (the English language exonym) -INSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata. -

-The country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two: -- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom; -- use 'EL' in preference to the ISO 3166 code GR for Greece. -Where a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.
-
- -
- -
-

Person

-
-
-
Definition
A individual human being who may be dead or alive, but not imaginary.
- -
Usage
The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class.
- - -
Subclass of
- Person -
- -
Properties
- -
For this entity the following properties are defined: - alternative name, - birth name, - citizenship, - contact point, - country of birth, - country of death, - date of birth, - date of death, - domicile, - family name, - full name, - gender, - given name, - identifier, - matronymic name, - patronymic name, - place of birth, - place of death, - residency, - sex.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - alternative name - - - - - Text - - - Any name by which a Person is known, other than their full name.Many individuals use a short form of their name, a 'middle' name as a 'first' name or a professional name. For example, the British politician and former UN High Representative for Bosnia and Herzegovina, Jeremy John Durham Ashdown, Baron Ashdown of Norton-sub-Hamdon, is usually referred to simply as 'Paddy Ashdown' or 'Lord Ashdown.' It is not the role of the alternative name property to record nick names, pet names or other 'familiar names' that will be of no consequence in public sector data exchange. Furthermore, some individuals have more than one legal name in which case the full name property should be used multiple times. Alternative name gives a means of recording names by which an individual is generally known, or professionally known, even though such names are no more than secondary from a legal point of view.
- - - birth name - - - - - Text - - - Full name of the Person given upon their birth.The birth name may apply to the surname, the given name, or the entire name. Where births are required to be officially registered, the entire name entered onto a births register or birth certificate may by that fact alone become the person's legal name. See Wikipedia Birth name page. - -All data associated with an individual are subject to change. Names can change for a variety of reasons, either formally or informally, and new information may come to light that means that a correction or clarification can be made to an existing record. Birth names tend to be persistent however and for this reason they are recorded by some public sector information systems. There is no granularity for birth name - the full name should be recorded in a single field.
- - - citizenship - - - - - Jurisdiction - - - The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport.Citizenship is a relationship between an individual and a state to which the individual owes allegiance and in turn is entitled to its protection. - -Citizenship is information needed by many cross-border use cases and is a legal status as opposed to the more culturally-focussed and less well-defined term "nationality". A Person has one, multiple or even no citizenship status. Multiple citizenships are recorded as multiple instances of the citizenship relationship.
- - - contact point - - - - - Contact Point - - - The main contact information of the resource.
- - - country of birth - - - - - Location - - - The country in which the Person was born.The Location Class has two properties: a Geographic Name and a Geographic Identifier. Plain codes like "DE" should be provided as values for Geographical Names whereas URIs should be provided as value of the Geographical Identifier. Ideally, provide both. Providing a simple country name is problematic and should be avoided whereas using a standardised system that allows the use of a code list for country names has a lot of potential for increasing semantic interoperability. Known diversity that one has to deal with when exchanging country names between different communication partners without relying on an agreed code list are: (a) long form vs. short form of a country name (e.g. Federal Republic of Germany vs. Germany), (b) different languages (Italy vs. Italia), (c) historic name vs. current name (Burma vs. Myanmar), (d) ambiguity of similar sounding countries (Republic of the Congo vs. Democratic Republic of the Congo). The Publications Office of the European Union recommends and uses ISO 3166-1 codes for countries in all cases except two: use 'UK' in preference to the ISO 3166 code GB for the United Kingdom; use 'EL' in preference to the ISO 3166 code GR for Greece. See Publications Office list of countries for details of the OPOCE's full list of countries, codes, currencies and more. Where a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use theISO 3166-3 code.
- - - country of death - - - - - Location - - - The country in which the Person died.The Location Class has two properties: a Geographic Name and a Geographic Identifier. Plain codes like "DE" should be provided as values for Geographical Names whereas URIs should be provided as value of the Geographical Identifier. Ideally, provide both. Providing a simple country name is problematic and should be avoided whereas using a standardised system that allows the use of a code list for country names has a lot of potential for increasing semantic interoperability. Known diversity that one has to deal with when exchanging country names between different communication partners without relying on an agreed code list are: (a) long form vs. short form of a country name (e.g. Federal Republic of Germany vs. Germany), (b) different languages (Italy vs. Italia), (c) historic name vs. current name (Burma vs. Myanmar), (d) ambiguity of similar sounding countries (Republic of the Congo vs. Democratic Republic of the Congo). The Publications Office of the European Union recommends and uses ISO 3166-1 codes for countries in all cases except two: use 'UK' in preference to the ISO 3166 code GB for the United Kingdom; use 'EL' in preference to the ISO 3166 code GR for Greece. See Publications Office list of countries for details of the OPOCE's full list of countries, codes, currencies and more. Where a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use theISO 3166-3 code.
- - - date of birth - - - - - GenericDate - - - The point in time on which the Person was born.The date of birth could be expressed as date, gYearMonth or gYear, example: -
    -
  • - 1980-09-16^^xs:date
  • -
  • - 1980-09^^xs:gYearMonth
  • -
  • - 1980^^xs:gYear
  • -
- - - date of death - - - - - GenericDate - - - The point in time on which the Person died.The date of birth could be expressed as date, gYearMonth or gYear, example: -
    -
  • - 1980-09-16^^xs:date
  • -
  • - 1980-09^^xs:gYearMonth
  • -
  • - 1980^^xs:gYear
  • -
- - - domicile - - - - - Address - - - The place that the Person treats as permanent home.
- - - family name - - - - - Text - - - The hereditary surname of a family.Usually referring to a group of people related by blood, marriage or adoption. This attribute also carries prefixes or suffixes which are part of the family name, e.g. "de Boer", "van de Putte", "von und zu Orlow". Multiple family names, such as are commonly found in Hispanic countries, are recorded in the single family name property so that, for example, Miguel de Cervantes Saavedra's family name would be recorded as "de Cervantes Saavedra".
- - - full name - - - - - Text - - - The complete name of the Person as one string.It can be equal to or different from a Person's birth name. The birth name is used as a legal term, whereas the full name just gives a representation of the complete name of a Person. -

-In addition to the content of given name, family name and, in some systems, patronymic name, this can carry additional parts of a person's name such as titles, middle names or suffixes like "the third" or names which are neither a given nor a family name. The full name is the most reliable label for an individual and as such its use is strongly encouraged, irrespective of whether that name is broken down using the more granular elements. -

-It is anticipated that some systems will only provide or process the full name of a person. Where an individual has more than one full legal name (a relatively rare but not unknown phenomenon), the full name property can be used more than once. In this case, however, the granular name elements should not be used since the intention is that these provide a breakdown of the full name and it will not be clear of which full name this is true. Note that the vocabulary provides an alternative name property. This allows name(s) to be recorded that have no legal status but that nevertheless are the names by which an individual is generally known. -

-A name usually sticks with a person for a long time period. In some European countries a name may only be changed according to certain laws and life events, e.g. marriage. The name denominates a natural person even if he/she changes their address. Documents like birth certificate or diploma usually don't carry an address but always the name. Thus the name is one of the core attributes. However it is not sufficient to identify a person since there are combinations of very common names like Smith in the UK, Meier in Germany, or Li in China.
- - - gender - - - - - Code - - - The identities, expressions and societal roles of the Person.The gender of an individual should be recorded using a controlled vocabulary that is appropriate for the specific context. In some cases, the chromosomal or physical state of an individual will be more important than the gender that they express, in others the reverse will be true. What is always important is that the controlled vocabulary used to describe an individual's gender is stated explicitly.
- - - given name - - - - - Text - - - The name(s) that identify the Person within a family with a common surname.Usually a first name or forename. Given to a person by his or her parents at birth or legally recognised as 'given names' through a formal process. All given names are ordered in one property so that, for example, the given name for Johann Sebastian Bach is "Johann Sebastian".
- - - identifier - - - - - Identifier - - - The unambiguous structured reference to the Person.Examples include a national identification number, a student ID, national fiscal number, etc. We also refer to the eIDAS regulation on "electronic identification and trust services" and its mapping to the Core Person Vocabulary.
- - - matronymic name - - - - - Text - - - Name based on the given name of the Person's mother.
- - - patronymic name - - - - - Text - - - Name based on the given name of the Person's father.Patronymic names are important in some countries. Iceland does not have a concept of 'family name' in the way that many other European countries do, for example. Erik Magnusson and Erika Magnusdottir are siblings, both offspring of Magnus, irrespective of his patronymic name. In Bulgaria and Russia, patronymic names are in everyday usage, for example, the "Sergeyevich" in "Mikhail Sergeyevich Gorbachev". Note that patronymic names refer to a father's given name, not the family name inherited from the mother and father as is the case in countries such as Spain and Portugal. Again referring to the example of Miguel de Cervantes Saavedra's, the patronymic name element would be unused.
- - - place of birth - - - - - Location - - - The Location where the Person was born.The Place of Birth and Place of Death are given using the Location class which is associated via the appropriate relationship. The Location Class has two properties: (1) the geographic name of the place, which is given as a string such as "Amsterdam" or "Valetta" and (2) an identifier, such as a geonames URI http://sws.geonames.org/2759794 (which identifies Amsterdam) or http://sws.geonames.org/2562305 (which identifies Valetta). The use of identifiers is preferred as these are unambiguous, however, public sector data typically uses simple names to record places and this is fully supported.
- - - place of death - - - - - Location - - - The Location where the Person died.The Place of Birth and Place of Death are given using the Location class which is associated via the appropriate relationship. The Location Class has two properties: (1) the geographic name of the place, which is given as a string such as "Amsterdam" or "Valetta" and (2) an identifier, such as a geonames URI http://sws.geonames.org/2759794 (which identifies Amsterdam) or http://sws.geonames.org/2562305 (which identifies Valetta). The use of identifiers is preferred as these are unambiguous, however, public sector data typically uses simple names to record places and this is fully supported.
- - - residency - - - - - Jurisdiction - - - Jurisdiction where the Person has their dwelling.A Person's fixed, permanent, and principal home for legal purposes, the place (especially the house) in which a person officially lives or resides. A Person has one, multiple or even no residency status. Multiple residencies are recorded as multiple instances of the residency relationship.
- - - sex - - - - - Code - - - The organism's biological sex.The recommended controlled vocabulary for this property is the sex authority table of the Publications Office.
-
- -
- - - -
-

Datatypes

-
- -
- -

GenericDate

- -
-
-
Definition
The date data type is the union of xs:date, xs:gYearMonth and xs:gYear
- - -
Properties
- -
There are no properties defined for this datatype.
- -
-
- -
- - - - - -
-

Changelog w.r.t. previous version

- (non-normative) - -

-A changelog describing the (major) changes to the previous version (2.0.0) of the Core Person Vocabulary and the new version that is being proposed in this specification (2.1.0), can be found here. -

- -

- -
-

UML representation

- (non-normative) - -

The UML representation from which this Core Vocabulary has been build is available here. -

- -
- -
-

RDF representation

- (non-normative) - -

A reusable RDF representation (in turtle) for this Core Vocabulary is retrievable here. -
- This RDF file contains only the terminology for which the URI is minted in the Core Vocabularies domain http://data.europa.eu/m8g. - Terms that are mapped on an existing URI (hence reused from other vocabularies) are not included. -

- -
- -
-

JSON-LD context

- (non-normative) - -

A reusable JSON-LD context definition for this Core Vocabulary is retrievable here.

- -
- -
-

SHACL template

- (non-normative) - -

A reusable SHACL template for this Core Vocabulary is retrievable here.

- -
- -
-

Mappings

- (non-normative) - -

-A mapping towards Schema.org can be found here -

- -

- - -
-
- -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/doc/core-vocabulary/core-person/index_en.html b/doc/core-vocabulary/core-person/index_en.html deleted file mode 100644 index fb17fd1e3..000000000 --- a/doc/core-vocabulary/core-person/index_en.html +++ /dev/null @@ -1,1786 +0,0 @@ - - - - - - - - - Core Person Vocabulary - - - - - - - - - - - - - -
- - SEMIC - - -
- - -
- -
-
-
-
-
-

Core Person Vocabulary

- -
-
-
Status
Semic Recommendation
-
Published at
2023-05-15
-
This version
- -https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0 - -
- - -
-
- - - - - - -
-
-
-
-
- -
-
-
-
- -
-

Summary

- - -

- The Core Person Vocabulary provides a minimum set of classes and properties for - describing a natural person, i.e. the individual as opposed to any role they may play in - society or the relationships they have to other people, organisations and property; - all of which contribute significantly to the broader concept of identity. -

- -
- -
-
-

Status of this document

- -

- This Core Vocabulary has the status of Semic Recommendation published on 2023-05-15. -

- -
-
- - -
-

Overview

-
-
- -
-

This document describes the usage of the following entities for a correct usage of the Core Vocabulary: -
- | - Address | - Agent | - Contact Point | - Identifier | - Jurisdiction | - Location | - Person | -

-
- - -
-

This document describes the usage of the following datatypes for a correct usage of the Core Vocabulary: -
- | - GenericDate | -

-
- -
-
-
- -
- - - -
-
-

Entities

-
- -
-

Address

-
-
-
Definition
A spatial object that in a human-readable way identifies a fixed location.
- -
Usage
An "address representation" as conceptually defined by the INSPIRE Address Representation data type: "Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.". -

-The representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1 provides a method through which different Addresses can be converted from one conceptual model to another. -

-This specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties: -

-- full address (the complete address as a formatted string)
-- addressID (a unique identifier for the address). -

-The first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property. -

-The addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL. -

-This class belongs to Core Location Vocabulary
- - -
Properties
- -
For this entity the following properties are defined: - address area, - address ID, - administrative unit level 1, - administrative unit level 2, - full address, - locator designator, - locator name, - post code, - post name, - post office box, - thoroughfare.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - address area - - - - - Text - - - The name of a geographic area that groups Addresses.This would typically be part of a city, a neighbourhood or village, e.g. Montmartre. Address area is not an administrative unit.
- - - address ID - - - - - Literal - - - A globally unique identifier for each instance of an Address.The concept of adding a globally unique identifier for each instance of an address is a crucial part of the INSPIRE data spec. A number of EU countries have already implemented an ID (a UUID) in their Address Register/gazetteer, among them Denmark. OASIS xAL also includes an address identifier. It is the address Identifier that allows an address to be represented in a format other than INSPIRE whilst remaining conformant to the Core Vocabulary. -

-The INSPIRE method of representing addresses is very detailed, designed primarily for use in databases of addresses. Whilst data that is published in full conformance with the INSPIRE data structure can be made available using the Core Location Vocabulary the reverse is not true since the Core Vocabulary allows much greater flexibility. -

-Many datasets that include address data as one piece of information about something else are likely to have that data in simpler formats. These might be tailored to the specific need of the dataset, follow a national norm, or make use of a standard like vCard. -

-To provide maximum flexibility in the Core Vocabulary, whilst remaining interoperable with INSPIRE Address Guidelines (which EU Member States are obliged to use), the Core Location Vocabulary provides the extra property of full address and makes use of INSPIRE's addressID. - -
- - - administrative unit level 1 - - - - - Text - - - The name of the uppermost level of the address, almost always a country.Best practice is to use the ISO 3166-1 code but if this is inappropriate for the context, country names should be provided in a consistent manner to reduce ambiguity. For example, either write 'France' or 'FRA' consistently throughout the dataset and avoid mixing the two. The Country controlled vocabulary from the Publications Office can be reused for this.
- - - administrative unit level 2 - - - - - Text - - - The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities.Values could be a region or province, more granular than level 1.
- - - full address - - - - - Text - - - The complete address written as a string.Use of this property is recommended as it will not suffer any misunderstandings that might arise through the breaking up of an address into its component parts. This property is analogous to vCard's label property but with two important differences: (1) formatting is not assumed so that, unlike vCard label, it may not be suitable to print this on an address label, (2) vCard's label property has a domain of vCard Address; the fullAddress property has no such restriction. An example of a full address is "Champ de Mars, 5 Avenue Anatole France, 75007 Paris, France".
- - - locator designator - - - - - Literal - - - A number or sequence of characters that uniquely identifies the locator within the relevant scope.In simpler terms, this is the building number, apartment number, etc. For an address such as "Flat 3, 17 Bridge Street", the locator is "flat 3, 17". - -
- - - locator name - - - - - Text - - - Proper noun(s) applied to the real world entity identified by the locator.The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building. -

-The key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, "Shumann, Berlaymont" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator.
- - - post code - - - - - Literal - - - The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points.Post codes are common elements in many countries' postal address systems. One of the many post codes of Paris is for example "75000".
- - - post name - - - - - Text - - - A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points.Usually a city, for example "Paris".
- - - post office box - - - - - Literal - - - A location designator for a postal delivery point at a post office, usually a number.INSPIRE's name for this is "postalDeliveryIdentifier" for which it uses the locator designator property with a type attribute of that name. This vocabulary separates out the Post Office Box for greater independence of technology. An example post office box number is "9383".
- - - thoroughfare - - - - - Text - - - The name of a passage or way through from one location to another.A thoroughfare is usually a street, but it might be a waterway or some other feature. For example, "Avenue des Champs-Élysées".
-
- -
- -
-

Agent

-
-
-
Definition
Entity that is able to carry out action
- -
Usage
In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided.
- - -
Properties
- -
For this entity the following properties are defined: - name, - type.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - name - - - - - Text - - - The noun given to the Agent.
- - - type - - - - - Code - - - A classification assigned to an Agent.
-
- -
- -
-

Contact Point

-
-
-
Definition
Information (e.g. e-mail address, telephone number) of a person or department through which the user can get in touch with.
- -
Usage
The Core Public Organization Vocabulary defines properties for telephone number, e-mail address and opening hours although it is noteworthy that the class is based on schema.org's ContactPoint class (http://schema.org/ContactPoint) that has additional properties that some implementations may find useful.
- - -
Properties
- -
For this entity the following properties are defined: - contact page, - has email, - has telephone.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - contact page - - - - - Document - - - A web page that could be used to reach out the Contact Point.
- - - has email - - - - - Literal - - - An electronic address through which the Contact Point can be contacted.
- - - has telephone - - - - - Literal - - - A telephone number through which the Contact Point can be contacted.
-
- -
- -
-

Identifier

-
-
-
Definition
A structured reference that identifies an entity.
- -
Usage
The Identifier class is based on the UN/CEFACT class of the same name and is defined under the ADMS namespace.
- - -
Properties
- -
For this entity the following properties are defined: - date of issue, - identifies, - issuing authority name, - issuing authority URI, - notation, - scheme name, - scheme URI.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - date of issue - - - - - Date - - - The date on which the Identifier was assigned.
- - - identifies - - - - - Person - - - The entity that is referenced by the Identifier.
- - - issuing authority name - - - - - Text - - - The name of the agency responsible for issuing the Identifier.Example: "Federal Public Service Interior"@en.
- - - issuing authority URI - - - - - Agent - - - The reference in the form of a Uniform Resource Identifier to the issuing authority.Example: "https://belgium.be/id/organizations/1233".
- - - notation - - - - - Literal - - - A string of characters to uniquely identify a concept.Example: "abc-12345-de"^^https://belgium.be/scheme/nationalIDnumber.
- - - scheme name - - - - - Text - - - Name of the scheme used to construct the identifier.
- - - scheme URI - - - - - Text - - - URI of the scheme used to construct the identifier.
-
- -
- -
-

Jurisdiction

-
-
-
Definition
The limits or territory within which authority may be exercised.
- -
Usage
The extent or range of judicial, law enforcement, or other authority.
- - -
Properties
- -
For this entity the following properties are defined: - id, - name.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - id - - - - - URI - - - A reference in the form of a Uniform Resource Identifier to the Jurisdiction.
- - - name - - - - - Text - - - A string of characters that represents a Jurisdiction.The name is simply a string that identifies the Jurisdiction, typically a country, with or without a language tag.
-
- -
- -
-

Location

-
-
-
Definition
An identifiable geographic place or named place.
- - -
Properties
- -
For this entity the following properties are defined: - geographic identifier, - geographic name.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - geographic identifier - - - - - URI - - - A reference in the form of a Uniform Resource Identifier to the Location.GeoNames.org provides stable, widely recognised identifiers for more than 10 million geographical names that can be used as links to further information. For example, http://sws.geonames.org/593116/ identifies the Lithuanian capital Vilnius. Unfortunately these URIs cannot easily be automatically deduced since the URI scheme uses simple numeric codes. Finding a GeoNames identifier for a Location is almost always a manual process. Where such identifiers are known or can be found, however, it is recommended that they be used. -Where the Location Class is used to identify a country, if the geonames URI is not known, the recommendation is to use DBpedia URIs of the form http://dbpedia.org/resource/ISO\_3166-1:XX where XX is the ISO 3166 two character code for the country. -

-The EU's Publication Office diverges from ISO 3166-1 and uses EL and UK for Greece and the United Kingdom respectively. DBpedia sticks to the ISO codes and so the correct URIs for these countries are: -- http://dbpedia.org/resource/ISO\_3166-1:GR -- http://dbpedia.org/resource/ISO\_3166-1:GB -even when the geographic name is given as EL or UK.
- - - geographic name - - - - - Text - - - A textual description for a Location.The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent. -

-A geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital: -- "Aθnνa"@gr-Grek (the Greek endonym written in the Greek script) -- "Athína"@gr-Latn (the standard Romanisation of the endonym) -- "Athens"@en (the English language exonym) -INSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata. -

-The country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two: -- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom; -- use 'EL' in preference to the ISO 3166 code GR for Greece. -Where a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.
-
- -
- -
-

Person

-
-
-
Definition
A individual human being who may be dead or alive, but not imaginary.
- -
Usage
The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class.
- - -
Subclass of
- Person -
- -
Properties
- -
For this entity the following properties are defined: - alternative name, - birth name, - citizenship, - contact point, - country of birth, - country of death, - date of birth, - date of death, - domicile, - family name, - full name, - gender, - given name, - identifier, - matronymic name, - patronymic name, - place of birth, - place of death, - residency, - sex.
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyExpected RangeDefinitionUsageCodelist
- - - alternative name - - - - - Text - - - Any name by which a Person is known, other than their full name.Many individuals use a short form of their name, a 'middle' name as a 'first' name or a professional name. For example, the British politician and former UN High Representative for Bosnia and Herzegovina, Jeremy John Durham Ashdown, Baron Ashdown of Norton-sub-Hamdon, is usually referred to simply as 'Paddy Ashdown' or 'Lord Ashdown.' It is not the role of the alternative name property to record nick names, pet names or other 'familiar names' that will be of no consequence in public sector data exchange. Furthermore, some individuals have more than one legal name in which case the full name property should be used multiple times. Alternative name gives a means of recording names by which an individual is generally known, or professionally known, even though such names are no more than secondary from a legal point of view.
- - - birth name - - - - - Text - - - Full name of the Person given upon their birth.The birth name may apply to the surname, the given name, or the entire name. Where births are required to be officially registered, the entire name entered onto a births register or birth certificate may by that fact alone become the person's legal name. See Wikipedia Birth name page. - -All data associated with an individual are subject to change. Names can change for a variety of reasons, either formally or informally, and new information may come to light that means that a correction or clarification can be made to an existing record. Birth names tend to be persistent however and for this reason they are recorded by some public sector information systems. There is no granularity for birth name - the full name should be recorded in a single field.
- - - citizenship - - - - - Jurisdiction - - - The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport.Citizenship is a relationship between an individual and a state to which the individual owes allegiance and in turn is entitled to its protection. - -Citizenship is information needed by many cross-border use cases and is a legal status as opposed to the more culturally-focussed and less well-defined term "nationality". A Person has one, multiple or even no citizenship status. Multiple citizenships are recorded as multiple instances of the citizenship relationship.
- - - contact point - - - - - Contact Point - - - The main contact information of the resource.
- - - country of birth - - - - - Location - - - The country in which the Person was born.The Location Class has two properties: a Geographic Name and a Geographic Identifier. Plain codes like "DE" should be provided as values for Geographical Names whereas URIs should be provided as value of the Geographical Identifier. Ideally, provide both. Providing a simple country name is problematic and should be avoided whereas using a standardised system that allows the use of a code list for country names has a lot of potential for increasing semantic interoperability. Known diversity that one has to deal with when exchanging country names between different communication partners without relying on an agreed code list are: (a) long form vs. short form of a country name (e.g. Federal Republic of Germany vs. Germany), (b) different languages (Italy vs. Italia), (c) historic name vs. current name (Burma vs. Myanmar), (d) ambiguity of similar sounding countries (Republic of the Congo vs. Democratic Republic of the Congo). The Publications Office of the European Union recommends and uses ISO 3166-1 codes for countries in all cases except two: use 'UK' in preference to the ISO 3166 code GB for the United Kingdom; use 'EL' in preference to the ISO 3166 code GR for Greece. See Publications Office list of countries for details of the OPOCE's full list of countries, codes, currencies and more. Where a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use theISO 3166-3 code.
- - - country of death - - - - - Location - - - The country in which the Person died.The Location Class has two properties: a Geographic Name and a Geographic Identifier. Plain codes like "DE" should be provided as values for Geographical Names whereas URIs should be provided as value of the Geographical Identifier. Ideally, provide both. Providing a simple country name is problematic and should be avoided whereas using a standardised system that allows the use of a code list for country names has a lot of potential for increasing semantic interoperability. Known diversity that one has to deal with when exchanging country names between different communication partners without relying on an agreed code list are: (a) long form vs. short form of a country name (e.g. Federal Republic of Germany vs. Germany), (b) different languages (Italy vs. Italia), (c) historic name vs. current name (Burma vs. Myanmar), (d) ambiguity of similar sounding countries (Republic of the Congo vs. Democratic Republic of the Congo). The Publications Office of the European Union recommends and uses ISO 3166-1 codes for countries in all cases except two: use 'UK' in preference to the ISO 3166 code GB for the United Kingdom; use 'EL' in preference to the ISO 3166 code GR for Greece. See Publications Office list of countries for details of the OPOCE's full list of countries, codes, currencies and more. Where a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use theISO 3166-3 code.
- - - date of birth - - - - - GenericDate - - - The point in time on which the Person was born.The date of birth could be expressed as date, gYearMonth or gYear, example: -
    -
  • - 1980-09-16^^xs:date
  • -
  • - 1980-09^^xs:gYearMonth
  • -
  • - 1980^^xs:gYear
  • -
- - - date of death - - - - - GenericDate - - - The point in time on which the Person died.The date of birth could be expressed as date, gYearMonth or gYear, example: -
    -
  • - 1980-09-16^^xs:date
  • -
  • - 1980-09^^xs:gYearMonth
  • -
  • - 1980^^xs:gYear
  • -
- - - domicile - - - - - Address - - - The place that the Person treats as permanent home.
- - - family name - - - - - Text - - - The hereditary surname of a family.Usually referring to a group of people related by blood, marriage or adoption. This attribute also carries prefixes or suffixes which are part of the family name, e.g. "de Boer", "van de Putte", "von und zu Orlow". Multiple family names, such as are commonly found in Hispanic countries, are recorded in the single family name property so that, for example, Miguel de Cervantes Saavedra's family name would be recorded as "de Cervantes Saavedra".
- - - full name - - - - - Text - - - The complete name of the Person as one string.It can be equal to or different from a Person's birth name. The birth name is used as a legal term, whereas the full name just gives a representation of the complete name of a Person. -

-In addition to the content of given name, family name and, in some systems, patronymic name, this can carry additional parts of a person's name such as titles, middle names or suffixes like "the third" or names which are neither a given nor a family name. The full name is the most reliable label for an individual and as such its use is strongly encouraged, irrespective of whether that name is broken down using the more granular elements. -

-It is anticipated that some systems will only provide or process the full name of a person. Where an individual has more than one full legal name (a relatively rare but not unknown phenomenon), the full name property can be used more than once. In this case, however, the granular name elements should not be used since the intention is that these provide a breakdown of the full name and it will not be clear of which full name this is true. Note that the vocabulary provides an alternative name property. This allows name(s) to be recorded that have no legal status but that nevertheless are the names by which an individual is generally known. -

-A name usually sticks with a person for a long time period. In some European countries a name may only be changed according to certain laws and life events, e.g. marriage. The name denominates a natural person even if he/she changes their address. Documents like birth certificate or diploma usually don't carry an address but always the name. Thus the name is one of the core attributes. However it is not sufficient to identify a person since there are combinations of very common names like Smith in the UK, Meier in Germany, or Li in China.
- - - gender - - - - - Code - - - The identities, expressions and societal roles of the Person.The gender of an individual should be recorded using a controlled vocabulary that is appropriate for the specific context. In some cases, the chromosomal or physical state of an individual will be more important than the gender that they express, in others the reverse will be true. What is always important is that the controlled vocabulary used to describe an individual's gender is stated explicitly.
- - - given name - - - - - Text - - - The name(s) that identify the Person within a family with a common surname.Usually a first name or forename. Given to a person by his or her parents at birth or legally recognised as 'given names' through a formal process. All given names are ordered in one property so that, for example, the given name for Johann Sebastian Bach is "Johann Sebastian".
- - - identifier - - - - - Identifier - - - The unambiguous structured reference to the Person.Examples include a national identification number, a student ID, national fiscal number, etc. We also refer to the eIDAS regulation on "electronic identification and trust services" and its mapping to the Core Person Vocabulary.
- - - matronymic name - - - - - Text - - - Name based on the given name of the Person's mother.
- - - patronymic name - - - - - Text - - - Name based on the given name of the Person's father.Patronymic names are important in some countries. Iceland does not have a concept of 'family name' in the way that many other European countries do, for example. Erik Magnusson and Erika Magnusdottir are siblings, both offspring of Magnus, irrespective of his patronymic name. In Bulgaria and Russia, patronymic names are in everyday usage, for example, the "Sergeyevich" in "Mikhail Sergeyevich Gorbachev". Note that patronymic names refer to a father's given name, not the family name inherited from the mother and father as is the case in countries such as Spain and Portugal. Again referring to the example of Miguel de Cervantes Saavedra's, the patronymic name element would be unused.
- - - place of birth - - - - - Location - - - The Location where the Person was born.The Place of Birth and Place of Death are given using the Location class which is associated via the appropriate relationship. The Location Class has two properties: (1) the geographic name of the place, which is given as a string such as "Amsterdam" or "Valetta" and (2) an identifier, such as a geonames URI http://sws.geonames.org/2759794 (which identifies Amsterdam) or http://sws.geonames.org/2562305 (which identifies Valetta). The use of identifiers is preferred as these are unambiguous, however, public sector data typically uses simple names to record places and this is fully supported.
- - - place of death - - - - - Location - - - The Location where the Person died.The Place of Birth and Place of Death are given using the Location class which is associated via the appropriate relationship. The Location Class has two properties: (1) the geographic name of the place, which is given as a string such as "Amsterdam" or "Valetta" and (2) an identifier, such as a geonames URI http://sws.geonames.org/2759794 (which identifies Amsterdam) or http://sws.geonames.org/2562305 (which identifies Valetta). The use of identifiers is preferred as these are unambiguous, however, public sector data typically uses simple names to record places and this is fully supported.
- - - residency - - - - - Jurisdiction - - - Jurisdiction where the Person has their dwelling.A Person's fixed, permanent, and principal home for legal purposes, the place (especially the house) in which a person officially lives or resides. A Person has one, multiple or even no residency status. Multiple residencies are recorded as multiple instances of the residency relationship.
- - - sex - - - - - Code - - - The organism's biological sex.The recommended controlled vocabulary for this property is the sex authority table of the Publications Office.
-
- -
- - - -
-

Datatypes

-
- -
- -

GenericDate

- -
-
-
Definition
The date data type is the union of xs:date, xs:gYearMonth and xs:gYear
- - -
Properties
- -
There are no properties defined for this datatype.
- -
-
- -
- - - - - -
-

Changelog w.r.t. previous version

- (non-normative) - -

-A changelog describing the (major) changes to the previous version (2.0.0) of the Core Person Vocabulary and the new version that is being proposed in this specification (2.1.0), can be found here. -

- -

- -
-

UML representation

- (non-normative) - -

The UML representation from which this Core Vocabulary has been build is available here. -

- -
- -
-

RDF representation

- (non-normative) - -

A reusable RDF representation (in turtle) for this Core Vocabulary is retrievable here. -
- This RDF file contains only the terminology for which the URI is minted in the Core Vocabularies domain http://data.europa.eu/m8g. - Terms that are mapped on an existing URI (hence reused from other vocabularies) are not included. -

- -
- -
-

JSON-LD context

- (non-normative) - -

A reusable JSON-LD context definition for this Core Vocabulary is retrievable here.

- -
- -
-

SHACL template

- (non-normative) - -

A reusable SHACL template for this Core Vocabulary is retrievable here.

- -
- -
-

Mappings

- (non-normative) - -

-A mapping towards Schema.org can be found here -

- -

- - -
-
- -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL.jsonld b/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL.jsonld deleted file mode 100644 index 2b0b3b2e4..000000000 --- a/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL.jsonld +++ /dev/null @@ -1,1744 +0,0 @@ -{ - "@context": { - "@vocab": "https://semiceu.github.io//doc/core-vocabulary/core-person", - "qb": "http://purl.org/linked-data/cube#", - "qb:codeList": { - "@id": "qb:codeList", - "@type": "@id" - }, - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "rdf:first": { - "@type": "@id" - }, - "rdf:rest": { - "@type": "@id" - }, - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "rdfs:comment": { - "@id": "rdfs:comment" - }, - "sh": "http://www.w3.org/ns/shacl#", - "sh:and": { - "@container": "@set", - "@id": "sh:and", - "@type": "@id" - }, - "sh:class": { - "@id": "sh:class", - "@type": "@id" - }, - "sh:datatype": { - "@id": "sh:datatype", - "@type": "@id" - }, - "sh:description": { - "@container": "@language", - "@id": "sh:description" - }, - "sh:hasValue": { - "@id": "sh:hasValue", - "@type": "@id" - }, - "sh:in": { - "@container": "@set", - "@id": "sh:in", - "@type": "@id" - }, - "sh:maxCount": { - "@id": "sh:maxCount", - "@type": "http://www.w3.org/2001/XMLSchema#integer" - }, - "sh:minCount": { - "@id": "sh:minCount", - "@type": "http://www.w3.org/2001/XMLSchema#integer" - }, - "sh:name": { - "@container": "@language", - "@id": "sh:name" - }, - "sh:node": { - "@id": "sh:node", - "@type": "@id" - }, - "sh:nodeKind": { - "@id": "sh:nodeKind", - "@type": "@id" - }, - "sh:or": { - "@container": "@set", - "@id": "sh:or", - "@type": "@id" - }, - "sh:path": { - "@id": "sh:path", - "@type": "@id" - }, - "sh:property": { - "@id": "sh:property", - "@type": "@id" - }, - "sh:severity": { - "@id": "sh:severity", - "@type": "@id" - }, - "sh:targetClass": { - "@id": "sh:targetClass", - "@type": "@id" - }, - "sh:uniqueLang": { - "@id": "sh:uniqueLang", - "@type": "http://www.w3.org/2001/XMLSchema#boolean" - }, - "shapes": { - "@id": "rdfs:member", - "@type": "@id" - }, - "skos": "http://www.w3.org/2004/02/skos/core#", - "vl": "https://purl.eu/ns/shacl#", - "vl:message": { - "@container": "@language", - "@id": "vl:message" - } - }, - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person", - "shapes": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape/0c404fa56c64463c15f65878d02efa16eec065b0", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.hasemail", - "sh:description": { - "en": "An electronic address through which the Contact Point can be contacted." - }, - "sh:name": { - "en": "has email" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/email", - "vl:message": { - "en": "The expected value for has email is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape/8547f9fea103d51b54d608cf10f98b003fde7378", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.hastelephone", - "sh:description": { - "en": "A telephone number through which the Contact Point can be contacted." - }, - "sh:name": { - "en": "has telephone" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/telephone", - "vl:message": { - "en": "The expected value for has telephone is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.contactpage", - "sh:class": "http://xmlns.com/foaf/0.1/Document", - "sh:description": { - "en": "A web page that could be used to reach out the Contact Point." - }, - "sh:name": { - "en": "contact page" - }, - "sh:path": "http://data.europa.eu/m8g/contactPage", - "vl:message": { - "en": "The range of contact page must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.contactpage", - "sh:description": { - "en": "A web page that could be used to reach out the Contact Point." - }, - "sh:name": { - "en": "contact page" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/contactPage", - "vl:message": { - "en": "The expected value for contact page is a rdfs:Resource (URI or blank node)" - } - } - ], - "sh:targetClass": "http://data.europa.eu/m8g/ContactPoint" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#GenericDateShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [], - "sh:targetClass": "http://data.europa.eu/m8g/GenericDate" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/0d913ac7222b4a9b73152f30451f727c90294f39", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.id", - "sh:datatype": "http://www.w3.org/2001/XMLSchema#anyURI", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Jurisdiction." - }, - "sh:name": { - "en": "id" - }, - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The range of id must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.id", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Jurisdiction." - }, - "sh:name": { - "en": "id" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The expected value for id is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/263a563c5bed08cdaadf4a0fd0a5fb9874d742bc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.name", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The range of name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/9caf9e629daa0e64ece77788576468821d7cff8c", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.name", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The expected value for name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/be01df43f1c288b656b3ca3879eb3dd9d8c700b9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.name", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for name" - } - } - ], - "sh:targetClass": "http://purl.org/dc/terms/Jurisdiction" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/2481cfd943c5249d2ca01949dc073a42a579a3ab", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "vl:message": { - "en": "The range of geographic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/33e381ee565d4967597190de5407462136b5201f", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicname", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "vl:message": { - "en": "The expected value for geographic name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/de64768127c2c96295191bbf7ced703cb1b65346", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicidentifier", - "sh:datatype": "http://www.w3.org/2001/XMLSchema#anyURI", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Location." - }, - "sh:name": { - "en": "geographic identifier" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "vl:message": { - "en": "The range of geographic identifier must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/e8ee1e84cb83b9448511b77b2105dcaebb8942df", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicidentifier", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Location." - }, - "sh:name": { - "en": "geographic identifier" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "vl:message": { - "en": "The expected value for geographic identifier is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/f8c12ef1d65e2f95cdc24b099e3c0f5ac229e8fe", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicname", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for geographic name" - } - } - ], - "sh:targetClass": "http://purl.org/dc/terms/Location" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/02979d67c706a6886ef581ec3af63f1c67325a24", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.identifies", - "sh:description": { - "en": "The entity that is referenced by the Identifier." - }, - "sh:name": { - "en": "identifies" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/adms#identifies", - "vl:message": { - "en": "The expected value for identifies is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/053d0ae3c4b213ae2f708e5e492b97e2cce08686", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.notation", - "sh:description": { - "en": "A string of characters to uniquely identify a concept." - }, - "sh:name": { - "en": "notation" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2004/02/skos/core#notation", - "vl:message": { - "en": "The expected value for notation is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/0881b6c6884db304d15b7a2a18fd20c54babde26", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityURI", - "sh:description": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "sh:name": { - "en": "issuing authority URI" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/creator", - "vl:message": { - "en": "The expected value for issuing authority URI is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/0d2f12fd4ed87d3af4f1300097bea7985cc94745", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemeURI", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "URI of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme URI" - }, - "sh:path": "http://purl.org/dc/terms/conformsTo", - "vl:message": { - "en": "The range of scheme URI must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/19a8c28b6b8faa24df544d81a43730e4fa7878d0", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityname", - "sh:description": { - "en": "The name of the agency responsible for issuing the Identifier." - }, - "sh:name": { - "en": "issuing authority name" - }, - "sh:path": "http://www.w3.org/ns/adms#schemeAgency", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for issuing authority name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/495aa44a236e78566cf7b2f54c299258b29602f9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemename", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The range of scheme name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/51bb668356193afa459fd0a35bef46bd1f351ccf", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemeURI", - "sh:description": { - "en": "URI of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme URI" - }, - "sh:path": "http://purl.org/dc/terms/conformsTo", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for scheme URI" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/561379c5a289dfe97488bc20c49d7e80b1271b47", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityname", - "sh:description": { - "en": "The name of the agency responsible for issuing the Identifier." - }, - "sh:name": { - "en": "issuing authority name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/adms#schemeAgency", - "vl:message": { - "en": "The expected value for issuing authority name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/886a37c0a64d5093fa1e6f0352c72d6c9999de5f", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.dateofissue", - "sh:description": { - "en": "The date on which the Identifier was assigned." - }, - "sh:name": { - "en": "date of issue" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/issued", - "vl:message": { - "en": "The expected value for date of issue is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/96725f4e9a21bc55e077ed6f796b20e9c550b021", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of the agency responsible for issuing the Identifier." - }, - "sh:name": { - "en": "issuing authority name" - }, - "sh:path": "http://www.w3.org/ns/adms#schemeAgency", - "vl:message": { - "en": "The range of issuing authority name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/b2d3ac00adf57ca47e24b371d036da25f0f2fb43", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.dateofissue", - "sh:datatype": "http://www.w3.org/2001/XMLSchema#date", - "sh:description": { - "en": "The date on which the Identifier was assigned." - }, - "sh:name": { - "en": "date of issue" - }, - "sh:path": "http://purl.org/dc/terms/issued", - "vl:message": { - "en": "The range of date of issue must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/b66ff3c38dc89b4412b1715099a98c00ae8118c9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemename", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The expected value for scheme name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/c623dd0ee9911f8266a229393e26001684e14eaf", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.identifies", - "sh:class": "http://www.w3.org/ns/person#Person", - "sh:description": { - "en": "The entity that is referenced by the Identifier." - }, - "sh:name": { - "en": "identifies" - }, - "sh:path": "http://www.w3.org/ns/adms#identifies", - "vl:message": { - "en": "The range of identifies must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/cc40d454ac926043491df929ab05a361896b0021", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemeURI", - "sh:description": { - "en": "URI of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme URI" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/conformsTo", - "vl:message": { - "en": "The expected value for scheme URI is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/ce99d905817e35ff5ebdf871e45b1e25e2e85188", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemename", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for scheme name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/d4ce8b1d928c1a262434416188d62d4422571148", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityURI", - "sh:class": "http://xmlns.com/foaf/0.1/Agent", - "sh:description": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "sh:name": { - "en": "issuing authority URI" - }, - "sh:path": "http://purl.org/dc/terms/creator", - "vl:message": { - "en": "The range of issuing authority URI must be of type ." - } - } - ], - "sh:targetClass": "http://www.w3.org/ns/adms#Identifier" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/006de06965023999963c4307153479c8629991d9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatorname", - "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, - "sh:name": { - "en": "locator name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "vl:message": { - "en": "The expected value for locator name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/03690748629ed1c685fc6a365780375be09bce76", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel1", - "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." - }, - "sh:name": { - "en": "administrative unit level 1" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for administrative unit level 1" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/17384dfa4a75117e7dd2bc0f2bbf61ac91fd8676", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.thoroughfare", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "vl:message": { - "en": "The range of thoroughfare must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/256ffe464f9c7682e950f7853ef0b6060580435b", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel2", - "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." - }, - "sh:name": { - "en": "administrative unit level 2" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "vl:message": { - "en": "The expected value for administrative unit level 2 is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/362b7c3261b1d5eb024e72e4868babc25ed0c7ce", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel1", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." - }, - "sh:name": { - "en": "administrative unit level 1" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "vl:message": { - "en": "The range of administrative unit level 1 must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/3a0fcecd9e5f4e8deb4d102b9d072a4b067b773e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.fulladdress", - "sh:description": { - "en": "The complete address written as a string." - }, - "sh:name": { - "en": "full address" - }, - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for full address" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/470060a15e97aeacd56fcc5beb701e647a6aa56e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressarea", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "vl:message": { - "en": "The range of address area must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/6f98d6d917a0e0b73d8614923f953e1ee2533918", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatorname", - "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, - "sh:name": { - "en": "locator name" - }, - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for locator name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/854a17171901a9c000eff34a7ccd77814891e3d5", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel2", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." - }, - "sh:name": { - "en": "administrative unit level 2" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "vl:message": { - "en": "The range of administrative unit level 2 must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/8b4c4bdd61e921f78483a3141338773693d4b2ef", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressID", - "sh:description": { - "en": "A globally unique identifier for each instance of an Address." - }, - "sh:name": { - "en": "address ID" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#addressId", - "vl:message": { - "en": "The expected value for address ID is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/9097b947404def8604330ec2fc5a0bd405128b35", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatordesignator", - "sh:description": { - "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." - }, - "sh:name": { - "en": "locator designator" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#locatorDesignator", - "vl:message": { - "en": "The expected value for locator designator is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/98016263ed1fd03fc2066e397f3ae3343ce3bf79", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:path": "http://www.w3.org/ns/locn#postName", - "vl:message": { - "en": "The range of post name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/9aaaf1750887d905949d78ac718f18c02809a28e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel1", - "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." - }, - "sh:name": { - "en": "administrative unit level 1" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "vl:message": { - "en": "The expected value for administrative unit level 1 is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/9c278b09ca17b0ef710224829c0354dc4c2f9a40", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postofficebox", - "sh:description": { - "en": "A location designator for a postal delivery point at a post office, usually a number." - }, - "sh:name": { - "en": "post office box" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#poBox", - "vl:message": { - "en": "The expected value for post office box is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/9c2d6af39a55e5e6a76f6b852bbcbada029c21af", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.fulladdress", - "sh:description": { - "en": "The complete address written as a string." - }, - "sh:name": { - "en": "full address" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "vl:message": { - "en": "The expected value for full address is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/a9a46434014b93624ab68c9a56a5bc66a38da9a4", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postname", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:path": "http://www.w3.org/ns/locn#postName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for post name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/aa9622c05f497ef1b06496716742dd5cbfc6f0c9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.thoroughfare", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "vl:message": { - "en": "The expected value for thoroughfare is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/ac2d62a08fd924f88a79f0e70cda9fca4d484fd2", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.thoroughfare", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for thoroughfare" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/ae24e9fc95115753cabe5ad6bd3c05b9751cd13c", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel2", - "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." - }, - "sh:name": { - "en": "administrative unit level 2" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for administrative unit level 2" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/b35e8c8ed2d85ea47f163d53cafca733ecb29389", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressarea", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for address area" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/c0a2b78a80a731301e2f54d040ca9aa2c9b125b1", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postcode", - "sh:description": { - "en": "The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post code" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#postCode", - "vl:message": { - "en": "The expected value for post code is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/d75b5d4c221e6b0bf47c853c0be92d078c39e391", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatorname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, - "sh:name": { - "en": "locator name" - }, - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "vl:message": { - "en": "The range of locator name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/dee03556e405a14f1e410c960b43b8eee149efe7", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.fulladdress", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The complete address written as a string." - }, - "sh:name": { - "en": "full address" - }, - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "vl:message": { - "en": "The range of full address must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/f1144df3e852614939e86f2e427788162aa7cb72", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressarea", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "vl:message": { - "en": "The expected value for address area is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/f8d38c3580ea5d4e47ea9e1ad447a47ebe91d5fa", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postname", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#postName", - "vl:message": { - "en": "The expected value for post name is a Literal" - } - } - ], - "sh:targetClass": "http://www.w3.org/ns/locn#Address" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/02385f3b9d1535bd73391c90a820bc54033f8fc6", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.familyname", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for family name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/04e2a7f3717362cd45d6ed88689062f505b55288", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.patronymicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "vl:message": { - "en": "The range of patronymic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/06c52015ab780d7c69de3691cd20cb0e13a246ea", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.birthname", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:path": "http://www.w3.org/ns/person#birthName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for birth name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/0dcae38d37919a3205164e6f0695b1ad233bb64a", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofbirth", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The Location where the Person was born." - }, - "sh:name": { - "en": "place of birth" - }, - "sh:path": "http://www.w3.org/ns/person#placeOfBirth", - "vl:message": { - "en": "The range of place of birth must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/1572a063cf6e42858dabf5017baf40a96bf7155d", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.familyname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "vl:message": { - "en": "The range of family name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/17753da6f4f2354f710c8038acdf91bd263e20a4", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.citizenship", - "sh:description": { - "en": "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport." - }, - "sh:name": { - "en": "citizenship" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#citizenship", - "vl:message": { - "en": "The expected value for citizenship is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/19af0495c16fad6fa54dbabc3f445a180383f36d", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.birthname", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/person#birthName", - "vl:message": { - "en": "The expected value for birth name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/23e0d5b7e102a68f695e96d6488725cad24bf86e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.fullname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/name", - "vl:message": { - "en": "The range of full name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/2b456dbde8d1cdc5d16ddb6e98a33d1e6a27ec36", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.matronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "vl:message": { - "en": "The expected value for matronymic name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/2d4ab81c49e1cc374cae75653a67dc10f350a9db", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.birthname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:path": "http://www.w3.org/ns/person#birthName", - "vl:message": { - "en": "The range of birth name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/31f5162b6f738e046e7b41e5f46acaf3ea3b370a", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.matronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for matronymic name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/32bbe808d9f048d5ad8c63c38ca9f0979a5f6e22", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofbirth", - "sh:description": { - "en": "The country in which the Person was born." - }, - "sh:name": { - "en": "country of birth" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#countryOfBirth", - "vl:message": { - "en": "The expected value for country of birth is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/334d3973959379776995cf58843d5c7d9053dd25", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.fullname", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/name", - "vl:message": { - "en": "The expected value for full name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/417049e481f126bd62d475e78214104517de15cc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.sex", - "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", - "sh:description": { - "en": "The organism's biological sex." - }, - "sh:name": { - "en": "sex" - }, - "sh:path": "http://data.europa.eu/m8g/sex", - "vl:message": { - "en": "The range of sex must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/45b15ba29c98ac584fc8a034f731f0f0183997ad", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.alternativename", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:path": "http://purl.org/dc/terms/alternative", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for alternative name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/4680da147ff3c3187fb3650f553fedcd70b0c9f8", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofbirth", - "sh:description": { - "en": "The Location where the Person was born." - }, - "sh:name": { - "en": "place of birth" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#placeOfBirth", - "vl:message": { - "en": "The expected value for place of birth is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/4cf95d28daf701f2920393efc9b24e00afd4b5c0", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofdeath", - "sh:description": { - "en": "The country in which the Person died." - }, - "sh:name": { - "en": "country of death" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#countryOfDeath", - "vl:message": { - "en": "The expected value for country of death is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/55b5451dbdf7a52f51562f996bc320d6e00bf47d", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.domicile", - "sh:class": "http://www.w3.org/ns/locn#Address", - "sh:description": { - "en": "The place that the Person treats as permanent home." - }, - "sh:name": { - "en": "domicile" - }, - "sh:path": "http://data.europa.eu/m8g/domicile", - "vl:message": { - "en": "The range of domicile must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/62a70e171ece563e50b91a1f8de081dc77de6024", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.matronymicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "vl:message": { - "en": "The range of matronymic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/7349aedd98256d90685571bddc6da8ac9eab1767", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.givenname", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "vl:message": { - "en": "The expected value for given name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.contactpoint", - "sh:class": "http://data.europa.eu/m8g/ContactPoint", - "sh:description": { - "en": "The main contact information of the resource." - }, - "sh:name": { - "en": "contact point" - }, - "sh:path": "http://data.europa.eu/m8g/contactPoint", - "vl:message": { - "en": "The range of contact point must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/7d0aad3aaae427f799249eafced4cbb0b8a36dc5", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.familyname", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "vl:message": { - "en": "The expected value for family name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/865ba935520021b8f25482279eb8ad77a9783e05", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.residency", - "sh:description": { - "en": "Jurisdiction where the Person has their dwelling." - }, - "sh:name": { - "en": "residency" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#residency", - "vl:message": { - "en": "The expected value for residency is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/866a37e9b1a9dba8235fae06f696a8292c4af3ff", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.dateofdeath", - "sh:description": { - "en": "The point in time on which the Person died." - }, - "sh:name": { - "en": "date of death" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/deathDate", - "vl:message": { - "en": "The expected value for date of death is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/91a4a6a43abf6ac412ca05007c92c27a574894d4", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofdeath", - "sh:description": { - "en": "The Location where the Person died." - }, - "sh:name": { - "en": "place of death" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#placeOfDeath", - "vl:message": { - "en": "The expected value for place of death is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/9adf9f5890592909cf3e67021ae7ab4f895a7745", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.contactpoint", - "sh:description": { - "en": "The main contact information of the resource." - }, - "sh:name": { - "en": "contact point" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/contactPoint", - "vl:message": { - "en": "The expected value for contact point is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/aadbd67a77a624f073be2076627fb9dc883cbe48", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.identifier", - "sh:description": { - "en": "The unambiguous structured reference to the Person." - }, - "sh:name": { - "en": "identifier" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The expected value for identifier is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/add99084b28b7f1f702646fec9ee5516646831c7", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.fullname", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/name", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for full name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/b3a65155abdf78e609997919f6f053e252c52153", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.gender", - "sh:description": { - "en": "The identities, expressions and societal roles of the Person." - }, - "sh:name": { - "en": "gender" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/gender", - "vl:message": { - "en": "The expected value for gender is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/b844cc3c7b96c856fc32491171cb4c945ce4b713", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.domicile", - "sh:description": { - "en": "The place that the Person treats as permanent home." - }, - "sh:name": { - "en": "domicile" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/domicile", - "vl:message": { - "en": "The expected value for domicile is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/b9605829b15a0ab0c6ee0dabdc938356d40617b9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofdeath", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The country in which the Person died." - }, - "sh:name": { - "en": "country of death" - }, - "sh:path": "http://www.w3.org/ns/person#countryOfDeath", - "vl:message": { - "en": "The range of country of death must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/b9da0bb511b75552c4edec2383d2c9ebb35f0774", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.dateofbirth", - "sh:description": { - "en": "The point in time on which the Person was born." - }, - "sh:name": { - "en": "date of birth" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/birthDate", - "vl:message": { - "en": "The expected value for date of birth is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/ba21b6c4a9251ed67b6b3113dc1d857640fd4534", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.givenname", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for given name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/bc8332ea8570ca419c8fa93a6ec025e632ec3291", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofdeath", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The Location where the Person died." - }, - "sh:name": { - "en": "place of death" - }, - "sh:path": "http://www.w3.org/ns/person#placeOfDeath", - "vl:message": { - "en": "The range of place of death must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/bf74cccfec7e50f438b22e22a005bb1546874a66", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.citizenship", - "sh:class": "http://purl.org/dc/terms/Jurisdiction", - "sh:description": { - "en": "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport." - }, - "sh:name": { - "en": "citizenship" - }, - "sh:path": "http://www.w3.org/ns/person#citizenship", - "vl:message": { - "en": "The range of citizenship must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/c2c54ded0a433cc00911573f794f1aeab900c624", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.gender", - "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", - "sh:description": { - "en": "The identities, expressions and societal roles of the Person." - }, - "sh:name": { - "en": "gender" - }, - "sh:path": "http://data.europa.eu/m8g/gender", - "vl:message": { - "en": "The range of gender must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/c56ed5a233a70e9c4a6338f07a2aee5cfc6bacbf", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.alternativename", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/alternative", - "vl:message": { - "en": "The expected value for alternative name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/c5e60dadb51bdf0b453282c1f7f7f1ea7dce5c5b", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.sex", - "sh:description": { - "en": "The organism's biological sex." - }, - "sh:name": { - "en": "sex" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/sex", - "vl:message": { - "en": "The expected value for sex is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/c8d5fd103b31c793398287afa3d1dcc3de45e33a", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.patronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for patronymic name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/d4cd8f8edede55428d7e23a183edf5ac726e1139", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.residency", - "sh:class": "http://purl.org/dc/terms/Jurisdiction", - "sh:description": { - "en": "Jurisdiction where the Person has their dwelling." - }, - "sh:name": { - "en": "residency" - }, - "sh:path": "http://www.w3.org/ns/person#residency", - "vl:message": { - "en": "The range of residency must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/dc60ac739d4282afbbd5564ac77327a70022cede", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofbirth", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The country in which the Person was born." - }, - "sh:name": { - "en": "country of birth" - }, - "sh:path": "http://www.w3.org/ns/person#countryOfBirth", - "vl:message": { - "en": "The range of country of birth must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/e2017f72421063cd9ff494011ec78f35f9632a4a", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.identifier", - "sh:class": "http://www.w3.org/ns/adms#Identifier", - "sh:description": { - "en": "The unambiguous structured reference to the Person." - }, - "sh:name": { - "en": "identifier" - }, - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The range of identifier must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/f138612a5fffed0d4daa1a176e0de7d53a99eddd", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.alternativename", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:path": "http://purl.org/dc/terms/alternative", - "vl:message": { - "en": "The range of alternative name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/f5c4d42ae8c2ec2c79ad93cca23bee5c9ddf09bc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.patronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "vl:message": { - "en": "The expected value for patronymic name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/f888a185270cac3f6e32d6e1a22eb6a89d617ba8", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.givenname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "vl:message": { - "en": "The range of given name must be of type ." - } - } - ], - "sh:targetClass": "http://www.w3.org/ns/person#Person" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/263a563c5bed08cdaadf4a0fd0a5fb9874d742bc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.name", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://purl.org/dc/terms/title", - "vl:message": { - "en": "The range of name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/322371a77364a50f049d46180f6192532eea26dc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.type", - "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", - "sh:description": { - "en": "A classification assigned to an Agent." - }, - "sh:name": { - "en": "type" - }, - "sh:path": "http://purl.org/dc/terms/type", - "vl:message": { - "en": "The range of type must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/4f381639bb6e021939f65b4f41409d1edaeade9b", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.type", - "sh:description": { - "en": "A classification assigned to an Agent." - }, - "sh:name": { - "en": "type" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/type", - "vl:message": { - "en": "The expected value for type is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/9caf9e629daa0e64ece77788576468821d7cff8c", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.name", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/title", - "vl:message": { - "en": "The expected value for name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/be01df43f1c288b656b3ca3879eb3dd9d8c700b9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.name", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://purl.org/dc/terms/title", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for name" - } - } - ], - "sh:targetClass": "http://xmlns.com/foaf/0.1/Agent" - } - ] -} diff --git a/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL.ttl b/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL.ttl deleted file mode 100644 index 265524b43..000000000 --- a/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL.ttl +++ /dev/null @@ -1,888 +0,0 @@ -@prefix dc: . -@prefix foaf: . -@prefix rdf: . -@prefix rdfs: . -@prefix shacl: . -@prefix skos: . -@prefix xsd: . - - rdfs:member , - , - , - , - , - , - , - . - - a shacl:NodeShape; - shacl:closed false; - shacl:property , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; - shacl:targetClass . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatorname"; - shacl:description "Proper noun(s) applied to the real world entity identified by the locator."@en; - shacl:name "locator name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for locator name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel1"; - shacl:description "The name of the uppermost level of the address, almost always a country."@en; - shacl:name "administrative unit level 1"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for administrative unit level 1"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.thoroughfare"; - shacl:datatype rdf:langString; - shacl:description "The name of a passage or way through from one location to another."@en; - shacl:name "thoroughfare"@en; - shacl:path ; - "The range of thoroughfare must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel2"; - shacl:description "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."@en; - shacl:name "administrative unit level 2"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for administrative unit level 2 is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel1"; - shacl:datatype rdf:langString; - shacl:description "The name of the uppermost level of the address, almost always a country."@en; - shacl:name "administrative unit level 1"@en; - shacl:path ; - "The range of administrative unit level 1 must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.fulladdress"; - shacl:description "The complete address written as a string."@en; - shacl:name "full address"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for full address"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressarea"; - shacl:datatype rdf:langString; - shacl:description "The name of a geographic area that groups Addresses."@en; - shacl:name "address area"@en; - shacl:path ; - "The range of address area must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatorname"; - shacl:description "Proper noun(s) applied to the real world entity identified by the locator."@en; - shacl:name "locator name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for locator name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel2"; - shacl:datatype rdf:langString; - shacl:description "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."@en; - shacl:name "administrative unit level 2"@en; - shacl:path ; - "The range of administrative unit level 2 must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressID"; - shacl:description "A globally unique identifier for each instance of an Address."@en; - shacl:name "address ID"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for address ID is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatordesignator"; - shacl:description "A number or sequence of characters that uniquely identifies the locator within the relevant scope."@en; - shacl:name "locator designator"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for locator designator is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postname"; - shacl:datatype rdf:langString; - shacl:description "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."@en; - shacl:name "post name"@en; - shacl:path ; - "The range of post name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel1"; - shacl:description "The name of the uppermost level of the address, almost always a country."@en; - shacl:name "administrative unit level 1"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for administrative unit level 1 is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postofficebox"; - shacl:description "A location designator for a postal delivery point at a post office, usually a number."@en; - shacl:name "post office box"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for post office box is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.fulladdress"; - shacl:description "The complete address written as a string."@en; - shacl:name "full address"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for full address is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postname"; - shacl:description "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."@en; - shacl:name "post name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for post name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.thoroughfare"; - shacl:description "The name of a passage or way through from one location to another."@en; - shacl:name "thoroughfare"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for thoroughfare is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.thoroughfare"; - shacl:description "The name of a passage or way through from one location to another."@en; - shacl:name "thoroughfare"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for thoroughfare"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel2"; - shacl:description "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."@en; - shacl:name "administrative unit level 2"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for administrative unit level 2"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressarea"; - shacl:description "The name of a geographic area that groups Addresses."@en; - shacl:name "address area"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for address area"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postcode"; - shacl:description "The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."@en; - shacl:name "post code"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for post code is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatorname"; - shacl:datatype rdf:langString; - shacl:description "Proper noun(s) applied to the real world entity identified by the locator."@en; - shacl:name "locator name"@en; - shacl:path ; - "The range of locator name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.fulladdress"; - shacl:datatype rdf:langString; - shacl:description "The complete address written as a string."@en; - shacl:name "full address"@en; - shacl:path ; - "The range of full address must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressarea"; - shacl:description "The name of a geographic area that groups Addresses."@en; - shacl:name "address area"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for address area is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postname"; - shacl:description "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."@en; - shacl:name "post name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for post name is a Literal"@en . - - a shacl:NodeShape; - shacl:closed false; - shacl:property , - , - , - , - ; - shacl:targetClass foaf:Agent . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.name"; - shacl:datatype rdf:langString; - shacl:description "The noun given to the Agent."@en; - shacl:name "name"@en; - shacl:path dc:title; - "The range of name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.type"; - shacl:class skos:Concept; - shacl:description "A classification assigned to an Agent."@en; - shacl:name "type"@en; - shacl:path dc:type; - "The range of type must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.type"; - shacl:description "A classification assigned to an Agent."@en; - shacl:name "type"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path dc:type; - "The expected value for type is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.name"; - shacl:description "The noun given to the Agent."@en; - shacl:name "name"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:title; - "The expected value for name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.name"; - shacl:description "The noun given to the Agent."@en; - shacl:name "name"@en; - shacl:path dc:title; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for name"@en . - - a shacl:NodeShape; - shacl:closed false; - shacl:property , - , - , - ; - shacl:targetClass . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.hasemail"; - shacl:description "An electronic address through which the Contact Point can be contacted."@en; - shacl:name "has email"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for has email is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.hastelephone"; - shacl:description "A telephone number through which the Contact Point can be contacted."@en; - shacl:name "has telephone"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for has telephone is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.contactpage"; - shacl:class foaf:Document; - shacl:description "A web page that could be used to reach out the Contact Point."@en; - shacl:name "contact page"@en; - shacl:path ; - "The range of contact page must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.contactpage"; - shacl:description "A web page that could be used to reach out the Contact Point."@en; - shacl:name "contact page"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for contact page is a rdfs:Resource (URI or blank node)"@en . - - a shacl:NodeShape; - shacl:closed false; - shacl:targetClass . - - a shacl:NodeShape; - shacl:closed false; - shacl:property , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; - shacl:targetClass . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.identifies"; - shacl:description "The entity that is referenced by the Identifier."@en; - shacl:name "identifies"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for identifies is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.notation"; - shacl:description "A string of characters to uniquely identify a concept."@en; - shacl:name "notation"@en; - shacl:nodeKind shacl:Literal; - shacl:path skos:notation; - "The expected value for notation is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityURI"; - shacl:description "The reference in the form of a Uniform Resource Identifier to the issuing authority."@en; - shacl:name "issuing authority URI"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path dc:creator; - "The expected value for issuing authority URI is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemeURI"; - shacl:datatype rdf:langString; - shacl:description "URI of the scheme used to construct the identifier."@en; - shacl:name "scheme URI"@en; - shacl:path dc:conformsTo; - "The range of scheme URI must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityname"; - shacl:description "The name of the agency responsible for issuing the Identifier."@en; - shacl:name "issuing authority name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for issuing authority name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemename"; - shacl:datatype rdf:langString; - shacl:description "Name of the scheme used to construct the identifier."@en; - shacl:name "scheme name"@en; - shacl:path rdfs:label; - "The range of scheme name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemeURI"; - shacl:description "URI of the scheme used to construct the identifier."@en; - shacl:name "scheme URI"@en; - shacl:path dc:conformsTo; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for scheme URI"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityname"; - shacl:description "The name of the agency responsible for issuing the Identifier."@en; - shacl:name "issuing authority name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for issuing authority name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.dateofissue"; - shacl:description "The date on which the Identifier was assigned."@en; - shacl:name "date of issue"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:issued; - "The expected value for date of issue is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityname"; - shacl:datatype rdf:langString; - shacl:description "The name of the agency responsible for issuing the Identifier."@en; - shacl:name "issuing authority name"@en; - shacl:path ; - "The range of issuing authority name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.dateofissue"; - shacl:datatype xsd:date; - shacl:description "The date on which the Identifier was assigned."@en; - shacl:name "date of issue"@en; - shacl:path dc:issued; - "The range of date of issue must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemename"; - shacl:description "Name of the scheme used to construct the identifier."@en; - shacl:name "scheme name"@en; - shacl:nodeKind shacl:Literal; - shacl:path rdfs:label; - "The expected value for scheme name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.identifies"; - shacl:class ; - shacl:description "The entity that is referenced by the Identifier."@en; - shacl:name "identifies"@en; - shacl:path ; - "The range of identifies must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemeURI"; - shacl:description "URI of the scheme used to construct the identifier."@en; - shacl:name "scheme URI"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:conformsTo; - "The expected value for scheme URI is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemename"; - shacl:description "Name of the scheme used to construct the identifier."@en; - shacl:name "scheme name"@en; - shacl:path rdfs:label; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for scheme name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityURI"; - shacl:class foaf:Agent; - shacl:description "The reference in the form of a Uniform Resource Identifier to the issuing authority."@en; - shacl:name "issuing authority URI"@en; - shacl:path dc:creator; - "The range of issuing authority URI must be of type ."@en . - - a shacl:NodeShape; - shacl:closed false; - shacl:property , - , - , - , - ; - shacl:targetClass dc:Jurisdiction . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.id"; - shacl:datatype xsd:anyURI; - shacl:description "A reference in the form of a Uniform Resource Identifier to the Jurisdiction."@en; - shacl:name "id"@en; - shacl:path dc:identifier; - "The range of id must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.id"; - shacl:description "A reference in the form of a Uniform Resource Identifier to the Jurisdiction."@en; - shacl:name "id"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:identifier; - "The expected value for id is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.name"; - shacl:datatype rdf:langString; - shacl:description "A string of characters that represents a Jurisdiction."@en; - shacl:name "name"@en; - shacl:path rdfs:label; - "The range of name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.name"; - shacl:description "A string of characters that represents a Jurisdiction."@en; - shacl:name "name"@en; - shacl:nodeKind shacl:Literal; - shacl:path rdfs:label; - "The expected value for name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.name"; - shacl:description "A string of characters that represents a Jurisdiction."@en; - shacl:name "name"@en; - shacl:path rdfs:label; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for name"@en . - - a shacl:NodeShape; - shacl:closed false; - shacl:property , - , - , - , - ; - shacl:targetClass dc:Location . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicname"; - shacl:datatype rdf:langString; - shacl:description "A textual description for a Location."@en; - shacl:name "geographic name"@en; - shacl:path ; - "The range of geographic name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicname"; - shacl:description "A textual description for a Location."@en; - shacl:name "geographic name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for geographic name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicidentifier"; - shacl:datatype xsd:anyURI; - shacl:description "A reference in the form of a Uniform Resource Identifier to the Location."@en; - shacl:name "geographic identifier"@en; - shacl:path rdfs:seeAlso; - "The range of geographic identifier must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicidentifier"; - shacl:description "A reference in the form of a Uniform Resource Identifier to the Location."@en; - shacl:name "geographic identifier"@en; - shacl:nodeKind shacl:Literal; - shacl:path rdfs:seeAlso; - "The expected value for geographic identifier is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicname"; - shacl:description "A textual description for a Location."@en; - shacl:name "geographic name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for geographic name"@en . - - a shacl:NodeShape; - shacl:closed false; - shacl:property , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; - shacl:targetClass . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.familyname"; - shacl:description "The hereditary surname of a family."@en; - shacl:name "family name"@en; - shacl:path foaf:familyName; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for family name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.patronymicname"; - shacl:datatype rdf:langString; - shacl:description "Name based on the given name of the Person's father."@en; - shacl:name "patronymic name"@en; - shacl:path ; - "The range of patronymic name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.birthname"; - shacl:description "Full name of the Person given upon their birth."@en; - shacl:name "birth name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for birth name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofbirth"; - shacl:class dc:Location; - shacl:description "The Location where the Person was born."@en; - shacl:name "place of birth"@en; - shacl:path ; - "The range of place of birth must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.familyname"; - shacl:datatype rdf:langString; - shacl:description "The hereditary surname of a family."@en; - shacl:name "family name"@en; - shacl:path foaf:familyName; - "The range of family name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.citizenship"; - shacl:description "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport."@en; - shacl:name "citizenship"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for citizenship is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.birthname"; - shacl:description "Full name of the Person given upon their birth."@en; - shacl:name "birth name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for birth name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.fullname"; - shacl:datatype rdf:langString; - shacl:description "The complete name of the Person as one string."@en; - shacl:name "full name"@en; - shacl:path foaf:name; - "The range of full name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.matronymicname"; - shacl:description "Name based on the given name of the Person's mother."@en; - shacl:name "matronymic name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for matronymic name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.birthname"; - shacl:datatype rdf:langString; - shacl:description "Full name of the Person given upon their birth."@en; - shacl:name "birth name"@en; - shacl:path ; - "The range of birth name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.matronymicname"; - shacl:description "Name based on the given name of the Person's mother."@en; - shacl:name "matronymic name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for matronymic name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofbirth"; - shacl:description "The country in which the Person was born."@en; - shacl:name "country of birth"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for country of birth is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.fullname"; - shacl:description "The complete name of the Person as one string."@en; - shacl:name "full name"@en; - shacl:nodeKind shacl:Literal; - shacl:path foaf:name; - "The expected value for full name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.sex"; - shacl:class skos:Concept; - shacl:description "The organism's biological sex."@en; - shacl:name "sex"@en; - shacl:path ; - "The range of sex must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.alternativename"; - shacl:description "Any name by which a Person is known, other than their full name."@en; - shacl:name "alternative name"@en; - shacl:path dc:alternative; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for alternative name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofbirth"; - shacl:description "The Location where the Person was born."@en; - shacl:name "place of birth"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for place of birth is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofdeath"; - shacl:description "The country in which the Person died."@en; - shacl:name "country of death"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for country of death is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.domicile"; - shacl:class ; - shacl:description "The place that the Person treats as permanent home."@en; - shacl:name "domicile"@en; - shacl:path ; - "The range of domicile must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.matronymicname"; - shacl:datatype rdf:langString; - shacl:description "Name based on the given name of the Person's mother."@en; - shacl:name "matronymic name"@en; - shacl:path ; - "The range of matronymic name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.givenname"; - shacl:description "The name(s) that identify the Person within a family with a common surname."@en; - shacl:name "given name"@en; - shacl:nodeKind shacl:Literal; - shacl:path foaf:givenName; - "The expected value for given name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.contactpoint"; - shacl:class ; - shacl:description "The main contact information of the resource."@en; - shacl:name "contact point"@en; - shacl:path ; - "The range of contact point must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.familyname"; - shacl:description "The hereditary surname of a family."@en; - shacl:name "family name"@en; - shacl:nodeKind shacl:Literal; - shacl:path foaf:familyName; - "The expected value for family name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.residency"; - shacl:description "Jurisdiction where the Person has their dwelling."@en; - shacl:name "residency"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for residency is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.dateofdeath"; - shacl:description "The point in time on which the Person died."@en; - shacl:name "date of death"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for date of death is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofdeath"; - shacl:description "The Location where the Person died."@en; - shacl:name "place of death"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for place of death is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.contactpoint"; - shacl:description "The main contact information of the resource."@en; - shacl:name "contact point"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for contact point is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.identifier"; - shacl:description "The unambiguous structured reference to the Person."@en; - shacl:name "identifier"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path dc:identifier; - "The expected value for identifier is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.fullname"; - shacl:description "The complete name of the Person as one string."@en; - shacl:name "full name"@en; - shacl:path foaf:name; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for full name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.gender"; - shacl:description "The identities, expressions and societal roles of the Person."@en; - shacl:name "gender"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for gender is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.domicile"; - shacl:description "The place that the Person treats as permanent home."@en; - shacl:name "domicile"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for domicile is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofdeath"; - shacl:class dc:Location; - shacl:description "The country in which the Person died."@en; - shacl:name "country of death"@en; - shacl:path ; - "The range of country of death must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.dateofbirth"; - shacl:description "The point in time on which the Person was born."@en; - shacl:name "date of birth"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for date of birth is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.givenname"; - shacl:description "The name(s) that identify the Person within a family with a common surname."@en; - shacl:name "given name"@en; - shacl:path foaf:givenName; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for given name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofdeath"; - shacl:class dc:Location; - shacl:description "The Location where the Person died."@en; - shacl:name "place of death"@en; - shacl:path ; - "The range of place of death must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.citizenship"; - shacl:class dc:Jurisdiction; - shacl:description "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport."@en; - shacl:name "citizenship"@en; - shacl:path ; - "The range of citizenship must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.gender"; - shacl:class skos:Concept; - shacl:description "The identities, expressions and societal roles of the Person."@en; - shacl:name "gender"@en; - shacl:path ; - "The range of gender must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.alternativename"; - shacl:description "Any name by which a Person is known, other than their full name."@en; - shacl:name "alternative name"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:alternative; - "The expected value for alternative name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.sex"; - shacl:description "The organism's biological sex."@en; - shacl:name "sex"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for sex is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.patronymicname"; - shacl:description "Name based on the given name of the Person's father."@en; - shacl:name "patronymic name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for patronymic name"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.residency"; - shacl:class dc:Jurisdiction; - shacl:description "Jurisdiction where the Person has their dwelling."@en; - shacl:name "residency"@en; - shacl:path ; - "The range of residency must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofbirth"; - shacl:class dc:Location; - shacl:description "The country in which the Person was born."@en; - shacl:name "country of birth"@en; - shacl:path ; - "The range of country of birth must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.identifier"; - shacl:class ; - shacl:description "The unambiguous structured reference to the Person."@en; - shacl:name "identifier"@en; - shacl:path dc:identifier; - "The range of identifier must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.alternativename"; - shacl:datatype rdf:langString; - shacl:description "Any name by which a Person is known, other than their full name."@en; - shacl:name "alternative name"@en; - shacl:path dc:alternative; - "The range of alternative name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.patronymicname"; - shacl:description "Name based on the given name of the Person's father."@en; - shacl:name "patronymic name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for patronymic name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.givenname"; - shacl:datatype rdf:langString; - shacl:description "The name(s) that identify the Person within a family with a common surname."@en; - shacl:name "given name"@en; - shacl:path foaf:givenName; - "The range of given name must be of type ."@en . diff --git a/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL_en.jsonld b/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL_en.jsonld deleted file mode 100644 index 2b0b3b2e4..000000000 --- a/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL_en.jsonld +++ /dev/null @@ -1,1744 +0,0 @@ -{ - "@context": { - "@vocab": "https://semiceu.github.io//doc/core-vocabulary/core-person", - "qb": "http://purl.org/linked-data/cube#", - "qb:codeList": { - "@id": "qb:codeList", - "@type": "@id" - }, - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "rdf:first": { - "@type": "@id" - }, - "rdf:rest": { - "@type": "@id" - }, - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "rdfs:comment": { - "@id": "rdfs:comment" - }, - "sh": "http://www.w3.org/ns/shacl#", - "sh:and": { - "@container": "@set", - "@id": "sh:and", - "@type": "@id" - }, - "sh:class": { - "@id": "sh:class", - "@type": "@id" - }, - "sh:datatype": { - "@id": "sh:datatype", - "@type": "@id" - }, - "sh:description": { - "@container": "@language", - "@id": "sh:description" - }, - "sh:hasValue": { - "@id": "sh:hasValue", - "@type": "@id" - }, - "sh:in": { - "@container": "@set", - "@id": "sh:in", - "@type": "@id" - }, - "sh:maxCount": { - "@id": "sh:maxCount", - "@type": "http://www.w3.org/2001/XMLSchema#integer" - }, - "sh:minCount": { - "@id": "sh:minCount", - "@type": "http://www.w3.org/2001/XMLSchema#integer" - }, - "sh:name": { - "@container": "@language", - "@id": "sh:name" - }, - "sh:node": { - "@id": "sh:node", - "@type": "@id" - }, - "sh:nodeKind": { - "@id": "sh:nodeKind", - "@type": "@id" - }, - "sh:or": { - "@container": "@set", - "@id": "sh:or", - "@type": "@id" - }, - "sh:path": { - "@id": "sh:path", - "@type": "@id" - }, - "sh:property": { - "@id": "sh:property", - "@type": "@id" - }, - "sh:severity": { - "@id": "sh:severity", - "@type": "@id" - }, - "sh:targetClass": { - "@id": "sh:targetClass", - "@type": "@id" - }, - "sh:uniqueLang": { - "@id": "sh:uniqueLang", - "@type": "http://www.w3.org/2001/XMLSchema#boolean" - }, - "shapes": { - "@id": "rdfs:member", - "@type": "@id" - }, - "skos": "http://www.w3.org/2004/02/skos/core#", - "vl": "https://purl.eu/ns/shacl#", - "vl:message": { - "@container": "@language", - "@id": "vl:message" - } - }, - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person", - "shapes": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape/0c404fa56c64463c15f65878d02efa16eec065b0", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.hasemail", - "sh:description": { - "en": "An electronic address through which the Contact Point can be contacted." - }, - "sh:name": { - "en": "has email" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/email", - "vl:message": { - "en": "The expected value for has email is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape/8547f9fea103d51b54d608cf10f98b003fde7378", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.hastelephone", - "sh:description": { - "en": "A telephone number through which the Contact Point can be contacted." - }, - "sh:name": { - "en": "has telephone" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/telephone", - "vl:message": { - "en": "The expected value for has telephone is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.contactpage", - "sh:class": "http://xmlns.com/foaf/0.1/Document", - "sh:description": { - "en": "A web page that could be used to reach out the Contact Point." - }, - "sh:name": { - "en": "contact page" - }, - "sh:path": "http://data.europa.eu/m8g/contactPage", - "vl:message": { - "en": "The range of contact page must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPoint.contactpage", - "sh:description": { - "en": "A web page that could be used to reach out the Contact Point." - }, - "sh:name": { - "en": "contact page" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/contactPage", - "vl:message": { - "en": "The expected value for contact page is a rdfs:Resource (URI or blank node)" - } - } - ], - "sh:targetClass": "http://data.europa.eu/m8g/ContactPoint" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#GenericDateShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [], - "sh:targetClass": "http://data.europa.eu/m8g/GenericDate" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/0d913ac7222b4a9b73152f30451f727c90294f39", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.id", - "sh:datatype": "http://www.w3.org/2001/XMLSchema#anyURI", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Jurisdiction." - }, - "sh:name": { - "en": "id" - }, - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The range of id must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.id", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Jurisdiction." - }, - "sh:name": { - "en": "id" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The expected value for id is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/263a563c5bed08cdaadf4a0fd0a5fb9874d742bc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.name", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The range of name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/9caf9e629daa0e64ece77788576468821d7cff8c", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.name", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The expected value for name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape/be01df43f1c288b656b3ca3879eb3dd9d8c700b9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Jurisdiction.name", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for name" - } - } - ], - "sh:targetClass": "http://purl.org/dc/terms/Jurisdiction" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/2481cfd943c5249d2ca01949dc073a42a579a3ab", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "vl:message": { - "en": "The range of geographic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/33e381ee565d4967597190de5407462136b5201f", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicname", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "vl:message": { - "en": "The expected value for geographic name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/de64768127c2c96295191bbf7ced703cb1b65346", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicidentifier", - "sh:datatype": "http://www.w3.org/2001/XMLSchema#anyURI", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Location." - }, - "sh:name": { - "en": "geographic identifier" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "vl:message": { - "en": "The range of geographic identifier must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/e8ee1e84cb83b9448511b77b2105dcaebb8942df", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicidentifier", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Location." - }, - "sh:name": { - "en": "geographic identifier" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "vl:message": { - "en": "The expected value for geographic identifier is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape/f8c12ef1d65e2f95cdc24b099e3c0f5ac229e8fe", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Location.geographicname", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for geographic name" - } - } - ], - "sh:targetClass": "http://purl.org/dc/terms/Location" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/02979d67c706a6886ef581ec3af63f1c67325a24", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.identifies", - "sh:description": { - "en": "The entity that is referenced by the Identifier." - }, - "sh:name": { - "en": "identifies" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/adms#identifies", - "vl:message": { - "en": "The expected value for identifies is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/053d0ae3c4b213ae2f708e5e492b97e2cce08686", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.notation", - "sh:description": { - "en": "A string of characters to uniquely identify a concept." - }, - "sh:name": { - "en": "notation" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2004/02/skos/core#notation", - "vl:message": { - "en": "The expected value for notation is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/0881b6c6884db304d15b7a2a18fd20c54babde26", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityURI", - "sh:description": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "sh:name": { - "en": "issuing authority URI" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/creator", - "vl:message": { - "en": "The expected value for issuing authority URI is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/0d2f12fd4ed87d3af4f1300097bea7985cc94745", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemeURI", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "URI of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme URI" - }, - "sh:path": "http://purl.org/dc/terms/conformsTo", - "vl:message": { - "en": "The range of scheme URI must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/19a8c28b6b8faa24df544d81a43730e4fa7878d0", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityname", - "sh:description": { - "en": "The name of the agency responsible for issuing the Identifier." - }, - "sh:name": { - "en": "issuing authority name" - }, - "sh:path": "http://www.w3.org/ns/adms#schemeAgency", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for issuing authority name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/495aa44a236e78566cf7b2f54c299258b29602f9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemename", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The range of scheme name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/51bb668356193afa459fd0a35bef46bd1f351ccf", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemeURI", - "sh:description": { - "en": "URI of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme URI" - }, - "sh:path": "http://purl.org/dc/terms/conformsTo", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for scheme URI" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/561379c5a289dfe97488bc20c49d7e80b1271b47", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityname", - "sh:description": { - "en": "The name of the agency responsible for issuing the Identifier." - }, - "sh:name": { - "en": "issuing authority name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/adms#schemeAgency", - "vl:message": { - "en": "The expected value for issuing authority name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/886a37c0a64d5093fa1e6f0352c72d6c9999de5f", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.dateofissue", - "sh:description": { - "en": "The date on which the Identifier was assigned." - }, - "sh:name": { - "en": "date of issue" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/issued", - "vl:message": { - "en": "The expected value for date of issue is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/96725f4e9a21bc55e077ed6f796b20e9c550b021", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of the agency responsible for issuing the Identifier." - }, - "sh:name": { - "en": "issuing authority name" - }, - "sh:path": "http://www.w3.org/ns/adms#schemeAgency", - "vl:message": { - "en": "The range of issuing authority name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/b2d3ac00adf57ca47e24b371d036da25f0f2fb43", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.dateofissue", - "sh:datatype": "http://www.w3.org/2001/XMLSchema#date", - "sh:description": { - "en": "The date on which the Identifier was assigned." - }, - "sh:name": { - "en": "date of issue" - }, - "sh:path": "http://purl.org/dc/terms/issued", - "vl:message": { - "en": "The range of date of issue must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/b66ff3c38dc89b4412b1715099a98c00ae8118c9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemename", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The expected value for scheme name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/c623dd0ee9911f8266a229393e26001684e14eaf", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.identifies", - "sh:class": "http://www.w3.org/ns/person#Person", - "sh:description": { - "en": "The entity that is referenced by the Identifier." - }, - "sh:name": { - "en": "identifies" - }, - "sh:path": "http://www.w3.org/ns/adms#identifies", - "vl:message": { - "en": "The range of identifies must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/cc40d454ac926043491df929ab05a361896b0021", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemeURI", - "sh:description": { - "en": "URI of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme URI" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/conformsTo", - "vl:message": { - "en": "The expected value for scheme URI is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/ce99d905817e35ff5ebdf871e45b1e25e2e85188", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.schemename", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for scheme name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape/d4ce8b1d928c1a262434416188d62d4422571148", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Identifier.issuingauthorityURI", - "sh:class": "http://xmlns.com/foaf/0.1/Agent", - "sh:description": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "sh:name": { - "en": "issuing authority URI" - }, - "sh:path": "http://purl.org/dc/terms/creator", - "vl:message": { - "en": "The range of issuing authority URI must be of type ." - } - } - ], - "sh:targetClass": "http://www.w3.org/ns/adms#Identifier" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/006de06965023999963c4307153479c8629991d9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatorname", - "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, - "sh:name": { - "en": "locator name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "vl:message": { - "en": "The expected value for locator name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/03690748629ed1c685fc6a365780375be09bce76", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel1", - "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." - }, - "sh:name": { - "en": "administrative unit level 1" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for administrative unit level 1" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/17384dfa4a75117e7dd2bc0f2bbf61ac91fd8676", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.thoroughfare", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "vl:message": { - "en": "The range of thoroughfare must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/256ffe464f9c7682e950f7853ef0b6060580435b", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel2", - "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." - }, - "sh:name": { - "en": "administrative unit level 2" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "vl:message": { - "en": "The expected value for administrative unit level 2 is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/362b7c3261b1d5eb024e72e4868babc25ed0c7ce", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel1", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." - }, - "sh:name": { - "en": "administrative unit level 1" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "vl:message": { - "en": "The range of administrative unit level 1 must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/3a0fcecd9e5f4e8deb4d102b9d072a4b067b773e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.fulladdress", - "sh:description": { - "en": "The complete address written as a string." - }, - "sh:name": { - "en": "full address" - }, - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for full address" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/470060a15e97aeacd56fcc5beb701e647a6aa56e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressarea", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "vl:message": { - "en": "The range of address area must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/6f98d6d917a0e0b73d8614923f953e1ee2533918", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatorname", - "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, - "sh:name": { - "en": "locator name" - }, - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for locator name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/854a17171901a9c000eff34a7ccd77814891e3d5", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel2", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." - }, - "sh:name": { - "en": "administrative unit level 2" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "vl:message": { - "en": "The range of administrative unit level 2 must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/8b4c4bdd61e921f78483a3141338773693d4b2ef", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressID", - "sh:description": { - "en": "A globally unique identifier for each instance of an Address." - }, - "sh:name": { - "en": "address ID" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#addressId", - "vl:message": { - "en": "The expected value for address ID is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/9097b947404def8604330ec2fc5a0bd405128b35", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatordesignator", - "sh:description": { - "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." - }, - "sh:name": { - "en": "locator designator" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#locatorDesignator", - "vl:message": { - "en": "The expected value for locator designator is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/98016263ed1fd03fc2066e397f3ae3343ce3bf79", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:path": "http://www.w3.org/ns/locn#postName", - "vl:message": { - "en": "The range of post name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/9aaaf1750887d905949d78ac718f18c02809a28e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel1", - "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." - }, - "sh:name": { - "en": "administrative unit level 1" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "vl:message": { - "en": "The expected value for administrative unit level 1 is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/9c278b09ca17b0ef710224829c0354dc4c2f9a40", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postofficebox", - "sh:description": { - "en": "A location designator for a postal delivery point at a post office, usually a number." - }, - "sh:name": { - "en": "post office box" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#poBox", - "vl:message": { - "en": "The expected value for post office box is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/9c2d6af39a55e5e6a76f6b852bbcbada029c21af", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.fulladdress", - "sh:description": { - "en": "The complete address written as a string." - }, - "sh:name": { - "en": "full address" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "vl:message": { - "en": "The expected value for full address is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/a9a46434014b93624ab68c9a56a5bc66a38da9a4", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postname", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:path": "http://www.w3.org/ns/locn#postName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for post name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/aa9622c05f497ef1b06496716742dd5cbfc6f0c9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.thoroughfare", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "vl:message": { - "en": "The expected value for thoroughfare is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/ac2d62a08fd924f88a79f0e70cda9fca4d484fd2", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.thoroughfare", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for thoroughfare" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/ae24e9fc95115753cabe5ad6bd3c05b9751cd13c", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.administrativeunitlevel2", - "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." - }, - "sh:name": { - "en": "administrative unit level 2" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for administrative unit level 2" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/b35e8c8ed2d85ea47f163d53cafca733ecb29389", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressarea", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for address area" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/c0a2b78a80a731301e2f54d040ca9aa2c9b125b1", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postcode", - "sh:description": { - "en": "The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post code" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#postCode", - "vl:message": { - "en": "The expected value for post code is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/d75b5d4c221e6b0bf47c853c0be92d078c39e391", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.locatorname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, - "sh:name": { - "en": "locator name" - }, - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "vl:message": { - "en": "The range of locator name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/dee03556e405a14f1e410c960b43b8eee149efe7", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.fulladdress", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The complete address written as a string." - }, - "sh:name": { - "en": "full address" - }, - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "vl:message": { - "en": "The range of full address must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/f1144df3e852614939e86f2e427788162aa7cb72", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.addressarea", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "vl:message": { - "en": "The expected value for address area is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape/f8d38c3580ea5d4e47ea9e1ad447a47ebe91d5fa", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Address.postname", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#postName", - "vl:message": { - "en": "The expected value for post name is a Literal" - } - } - ], - "sh:targetClass": "http://www.w3.org/ns/locn#Address" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/02385f3b9d1535bd73391c90a820bc54033f8fc6", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.familyname", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for family name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/04e2a7f3717362cd45d6ed88689062f505b55288", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.patronymicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "vl:message": { - "en": "The range of patronymic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/06c52015ab780d7c69de3691cd20cb0e13a246ea", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.birthname", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:path": "http://www.w3.org/ns/person#birthName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for birth name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/0dcae38d37919a3205164e6f0695b1ad233bb64a", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofbirth", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The Location where the Person was born." - }, - "sh:name": { - "en": "place of birth" - }, - "sh:path": "http://www.w3.org/ns/person#placeOfBirth", - "vl:message": { - "en": "The range of place of birth must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/1572a063cf6e42858dabf5017baf40a96bf7155d", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.familyname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "vl:message": { - "en": "The range of family name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/17753da6f4f2354f710c8038acdf91bd263e20a4", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.citizenship", - "sh:description": { - "en": "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport." - }, - "sh:name": { - "en": "citizenship" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#citizenship", - "vl:message": { - "en": "The expected value for citizenship is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/19af0495c16fad6fa54dbabc3f445a180383f36d", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.birthname", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/person#birthName", - "vl:message": { - "en": "The expected value for birth name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/23e0d5b7e102a68f695e96d6488725cad24bf86e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.fullname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/name", - "vl:message": { - "en": "The range of full name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/2b456dbde8d1cdc5d16ddb6e98a33d1e6a27ec36", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.matronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "vl:message": { - "en": "The expected value for matronymic name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/2d4ab81c49e1cc374cae75653a67dc10f350a9db", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.birthname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:path": "http://www.w3.org/ns/person#birthName", - "vl:message": { - "en": "The range of birth name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/31f5162b6f738e046e7b41e5f46acaf3ea3b370a", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.matronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for matronymic name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/32bbe808d9f048d5ad8c63c38ca9f0979a5f6e22", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofbirth", - "sh:description": { - "en": "The country in which the Person was born." - }, - "sh:name": { - "en": "country of birth" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#countryOfBirth", - "vl:message": { - "en": "The expected value for country of birth is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/334d3973959379776995cf58843d5c7d9053dd25", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.fullname", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/name", - "vl:message": { - "en": "The expected value for full name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/417049e481f126bd62d475e78214104517de15cc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.sex", - "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", - "sh:description": { - "en": "The organism's biological sex." - }, - "sh:name": { - "en": "sex" - }, - "sh:path": "http://data.europa.eu/m8g/sex", - "vl:message": { - "en": "The range of sex must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/45b15ba29c98ac584fc8a034f731f0f0183997ad", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.alternativename", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:path": "http://purl.org/dc/terms/alternative", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for alternative name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/4680da147ff3c3187fb3650f553fedcd70b0c9f8", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofbirth", - "sh:description": { - "en": "The Location where the Person was born." - }, - "sh:name": { - "en": "place of birth" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#placeOfBirth", - "vl:message": { - "en": "The expected value for place of birth is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/4cf95d28daf701f2920393efc9b24e00afd4b5c0", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofdeath", - "sh:description": { - "en": "The country in which the Person died." - }, - "sh:name": { - "en": "country of death" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#countryOfDeath", - "vl:message": { - "en": "The expected value for country of death is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/55b5451dbdf7a52f51562f996bc320d6e00bf47d", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.domicile", - "sh:class": "http://www.w3.org/ns/locn#Address", - "sh:description": { - "en": "The place that the Person treats as permanent home." - }, - "sh:name": { - "en": "domicile" - }, - "sh:path": "http://data.europa.eu/m8g/domicile", - "vl:message": { - "en": "The range of domicile must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/62a70e171ece563e50b91a1f8de081dc77de6024", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.matronymicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "vl:message": { - "en": "The range of matronymic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/7349aedd98256d90685571bddc6da8ac9eab1767", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.givenname", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "vl:message": { - "en": "The expected value for given name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.contactpoint", - "sh:class": "http://data.europa.eu/m8g/ContactPoint", - "sh:description": { - "en": "The main contact information of the resource." - }, - "sh:name": { - "en": "contact point" - }, - "sh:path": "http://data.europa.eu/m8g/contactPoint", - "vl:message": { - "en": "The range of contact point must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/7d0aad3aaae427f799249eafced4cbb0b8a36dc5", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.familyname", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "vl:message": { - "en": "The expected value for family name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/865ba935520021b8f25482279eb8ad77a9783e05", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.residency", - "sh:description": { - "en": "Jurisdiction where the Person has their dwelling." - }, - "sh:name": { - "en": "residency" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#residency", - "vl:message": { - "en": "The expected value for residency is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/866a37e9b1a9dba8235fae06f696a8292c4af3ff", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.dateofdeath", - "sh:description": { - "en": "The point in time on which the Person died." - }, - "sh:name": { - "en": "date of death" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/deathDate", - "vl:message": { - "en": "The expected value for date of death is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/91a4a6a43abf6ac412ca05007c92c27a574894d4", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofdeath", - "sh:description": { - "en": "The Location where the Person died." - }, - "sh:name": { - "en": "place of death" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#placeOfDeath", - "vl:message": { - "en": "The expected value for place of death is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/9adf9f5890592909cf3e67021ae7ab4f895a7745", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.contactpoint", - "sh:description": { - "en": "The main contact information of the resource." - }, - "sh:name": { - "en": "contact point" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/contactPoint", - "vl:message": { - "en": "The expected value for contact point is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/aadbd67a77a624f073be2076627fb9dc883cbe48", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.identifier", - "sh:description": { - "en": "The unambiguous structured reference to the Person." - }, - "sh:name": { - "en": "identifier" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The expected value for identifier is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/add99084b28b7f1f702646fec9ee5516646831c7", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.fullname", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/name", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for full name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/b3a65155abdf78e609997919f6f053e252c52153", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.gender", - "sh:description": { - "en": "The identities, expressions and societal roles of the Person." - }, - "sh:name": { - "en": "gender" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/gender", - "vl:message": { - "en": "The expected value for gender is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/b844cc3c7b96c856fc32491171cb4c945ce4b713", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.domicile", - "sh:description": { - "en": "The place that the Person treats as permanent home." - }, - "sh:name": { - "en": "domicile" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/domicile", - "vl:message": { - "en": "The expected value for domicile is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/b9605829b15a0ab0c6ee0dabdc938356d40617b9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofdeath", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The country in which the Person died." - }, - "sh:name": { - "en": "country of death" - }, - "sh:path": "http://www.w3.org/ns/person#countryOfDeath", - "vl:message": { - "en": "The range of country of death must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/b9da0bb511b75552c4edec2383d2c9ebb35f0774", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.dateofbirth", - "sh:description": { - "en": "The point in time on which the Person was born." - }, - "sh:name": { - "en": "date of birth" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/birthDate", - "vl:message": { - "en": "The expected value for date of birth is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/ba21b6c4a9251ed67b6b3113dc1d857640fd4534", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.givenname", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for given name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/bc8332ea8570ca419c8fa93a6ec025e632ec3291", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.placeofdeath", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The Location where the Person died." - }, - "sh:name": { - "en": "place of death" - }, - "sh:path": "http://www.w3.org/ns/person#placeOfDeath", - "vl:message": { - "en": "The range of place of death must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/bf74cccfec7e50f438b22e22a005bb1546874a66", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.citizenship", - "sh:class": "http://purl.org/dc/terms/Jurisdiction", - "sh:description": { - "en": "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport." - }, - "sh:name": { - "en": "citizenship" - }, - "sh:path": "http://www.w3.org/ns/person#citizenship", - "vl:message": { - "en": "The range of citizenship must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/c2c54ded0a433cc00911573f794f1aeab900c624", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.gender", - "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", - "sh:description": { - "en": "The identities, expressions and societal roles of the Person." - }, - "sh:name": { - "en": "gender" - }, - "sh:path": "http://data.europa.eu/m8g/gender", - "vl:message": { - "en": "The range of gender must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/c56ed5a233a70e9c4a6338f07a2aee5cfc6bacbf", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.alternativename", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/alternative", - "vl:message": { - "en": "The expected value for alternative name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/c5e60dadb51bdf0b453282c1f7f7f1ea7dce5c5b", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.sex", - "sh:description": { - "en": "The organism's biological sex." - }, - "sh:name": { - "en": "sex" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/sex", - "vl:message": { - "en": "The expected value for sex is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/c8d5fd103b31c793398287afa3d1dcc3de45e33a", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.patronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for patronymic name" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/d4cd8f8edede55428d7e23a183edf5ac726e1139", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.residency", - "sh:class": "http://purl.org/dc/terms/Jurisdiction", - "sh:description": { - "en": "Jurisdiction where the Person has their dwelling." - }, - "sh:name": { - "en": "residency" - }, - "sh:path": "http://www.w3.org/ns/person#residency", - "vl:message": { - "en": "The range of residency must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/dc60ac739d4282afbbd5564ac77327a70022cede", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.countryofbirth", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The country in which the Person was born." - }, - "sh:name": { - "en": "country of birth" - }, - "sh:path": "http://www.w3.org/ns/person#countryOfBirth", - "vl:message": { - "en": "The range of country of birth must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/e2017f72421063cd9ff494011ec78f35f9632a4a", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.identifier", - "sh:class": "http://www.w3.org/ns/adms#Identifier", - "sh:description": { - "en": "The unambiguous structured reference to the Person." - }, - "sh:name": { - "en": "identifier" - }, - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The range of identifier must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/f138612a5fffed0d4daa1a176e0de7d53a99eddd", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.alternativename", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:path": "http://purl.org/dc/terms/alternative", - "vl:message": { - "en": "The range of alternative name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/f5c4d42ae8c2ec2c79ad93cca23bee5c9ddf09bc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.patronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "vl:message": { - "en": "The expected value for patronymic name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape/f888a185270cac3f6e32d6e1a22eb6a89d617ba8", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Person.givenname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "vl:message": { - "en": "The range of given name must be of type ." - } - } - ], - "sh:targetClass": "http://www.w3.org/ns/person#Person" - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/263a563c5bed08cdaadf4a0fd0a5fb9874d742bc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.name", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://purl.org/dc/terms/title", - "vl:message": { - "en": "The range of name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/322371a77364a50f049d46180f6192532eea26dc", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.type", - "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", - "sh:description": { - "en": "A classification assigned to an Agent." - }, - "sh:name": { - "en": "type" - }, - "sh:path": "http://purl.org/dc/terms/type", - "vl:message": { - "en": "The range of type must be of type ." - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/4f381639bb6e021939f65b4f41409d1edaeade9b", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.type", - "sh:description": { - "en": "A classification assigned to an Agent." - }, - "sh:name": { - "en": "type" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/type", - "vl:message": { - "en": "The expected value for type is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/9caf9e629daa0e64ece77788576468821d7cff8c", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.name", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/title", - "vl:message": { - "en": "The expected value for name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape/be01df43f1c288b656b3ca3879eb3dd9d8c700b9", - "rdfs:seeAlso": "https://semiceu.github.io//doc/core-vocabulary/core-person#Agent.name", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://purl.org/dc/terms/title", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for name" - } - } - ], - "sh:targetClass": "http://xmlns.com/foaf/0.1/Agent" - } - ] -} diff --git a/doc/vocabularium/930/release/3.0.0/voc/930.rdf b/doc/vocabularium/930/release/3.0.0/voc/930.rdf index bd33dc726..42840b4e4 100644 --- a/doc/vocabularium/930/release/3.0.0/voc/930.rdf +++ b/doc/vocabularium/930/release/3.0.0/voc/930.rdf @@ -4,7 +4,7 @@ - + Semantic Interoperability Community (SEMIC) @@ -12,9 +12,9 @@ 930 930 - + - + SEMIC EU @@ -23,15 +23,15 @@ - + Makx Dekkers - + - + SEMIC EU @@ -40,15 +40,15 @@ - + Natasa Sofou - + - + TenForce @@ -58,367 +58,367 @@ - + Ludger A. Rinsche - + Kuldar Aasaga - + Anssi Ahlberg - + Matej Alic - + Martin Alvarez-Espinar - + Miguel Alvarez - + Stefano Ambrogio - + Oystein Asnes - + Peter Burian - + Luis Daniel Ibáñez - + Jitse De Cock - + Ine De Visser - + Makx Dekkers - + Jean Delahousse - + Ulrika Domellöf Mattsson - + Adina Dragan - + Dietmar Gattwinkel - + Stijn Goedertier - + Casper Gras - + Bart Hanssens - + Bart Hanssens - + Agnieszka Jasiczek - + Fabian Kirstein - + Jakub Klímek - + Nataliia Kovalchuk - + Andreas Kuckartz - + Christine Laaboudi-Spoiden - + Christoph Lange - + Petros Likidis - + Anja Loddenkemper - + Giorgia Lodi - + Peter Lubrich - + Lina Molinas Comet - + Anastasija Nikiforova - + Geraldine Nolf - + Frederik Nordlander - + Matthias Palmer - + Andrea Perego - + Taavi Ploompuu - + Ludger Rinsche - + Daniele Rizzi - + Maik Roth - + Fabian Santi - + Giampaolo Sellitto - + Maxime Servais - + Sebastian Sklarß - + Michele Spichtig - + Emidio Stani - + Igor Stefelin - + Kees Trautwein - + Thomas Tursics - + Kristine Ulander - + Sander Van Dooren - + Bert Van Nuffelen - + William Verbeeck - + Thomas Weber - + Suzanne Wigard - + Christian Wittig - + Agnieszka Zajac - + Joeri van der Velde - + Øystein Åsnes diff --git a/doc/vocabularium/core-business/voc/core-business_en.rdf b/doc/vocabularium/core-business/voc/core-business_en.rdf index 2b6b07096..4d1984254 100644 --- a/doc/vocabularium/core-business/voc/core-business_en.rdf +++ b/doc/vocabularium/core-business/voc/core-business_en.rdf @@ -4,7 +4,7 @@ - + Semantic Interoperability Community (SEMIC) @@ -12,14 +12,14 @@ core-business core-business - + Core Vocabularies Working Group - + - + PwC EU Services @@ -28,9 +28,9 @@ - + - + PwC EU Services @@ -39,9 +39,9 @@ - + - + PwC EU Services @@ -50,9 +50,9 @@ - + - + European Commission @@ -61,9 +61,9 @@ - + - + PwC EU Services @@ -72,9 +72,9 @@ - + - + PwC EU Services @@ -83,9 +83,9 @@ - + - + TenForce @@ -94,9 +94,9 @@ - + - + European Commission diff --git a/doc/vocabularium/core-location/voc/core-location_en.nt b/doc/vocabularium/core-location/voc/core-location_en.nt index 1a96d9dc1..8c8d3fa40 100644 --- a/doc/vocabularium/core-location/voc/core-location_en.nt +++ b/doc/vocabularium/core-location/voc/core-location_en.nt @@ -1,16 +1,16 @@ . - _:g454620 . + _:g454640 . "core-location"@en . "core-location"@nl . - _:g454640 . - _:g454660 . - _:g454700 . - _:g454740 . - _:g454780 . - _:g454820 . - _:g454860 . - _:g454900 . - _:g454940 . + _:g454660 . + _:g454680 . + _:g454720 . + _:g454760 . + _:g454800 . + _:g454840 . + _:g454880 . + _:g454920 . + _:g454960 . . "2023-05-15" . . @@ -67,47 +67,47 @@ . . . -_:g454620 . -_:g454620 "Semantic Interoperability Community (SEMIC)" . -_:g454640 . -_:g454640 "Core Vocabularies Working Group" . +_:g454640 . +_:g454640 "Semantic Interoperability Community (SEMIC)" . _:g454660 . -_:g454660 _:g454680 . -_:g454660 "Florian" . -_:g454660 "Barthelemy" . -_:g454680 "PwC EU Services" . -_:g454700 . -_:g454700 _:g454720 . -_:g454700 "Alexandre" . -_:g454700 "Beaufays" . -_:g454720 "PwC EU Services" . -_:g454740 . -_:g454740 _:g454760 . -_:g454740 "Michiel" . -_:g454740 "De Keyzer" . -_:g454760 "PwC EU Services" . -_:g454780 . -_:g454780 _:g454800 . -_:g454780 "Pavlina" . -_:g454780 "Fragkou" . -_:g454800 "European Commission" . -_:g454820 . -_:g454820 _:g454840 . -_:g454820 "Dimitri" . -_:g454820 "Schepers" . -_:g454840 "PwC EU Services" . -_:g454860 . -_:g454860 _:g454880 . -_:g454860 "Emidio" . -_:g454860 "Stani" . -_:g454880 "PwC EU Services" . -_:g454900 . -_:g454900 _:g454920 . -_:g454900 "Bert" . -_:g454900 "Van Nuffelen" . -_:g454920 "TenForce" . -_:g454940 . -_:g454940 _:g454960 . -_:g454940 "Seth" . -_:g454940 "van Hooland" . -_:g454960 "European Commission" . +_:g454660 "Core Vocabularies Working Group" . +_:g454680 . +_:g454680 _:g454700 . +_:g454680 "Florian" . +_:g454680 "Barthelemy" . +_:g454700 "PwC EU Services" . +_:g454720 . +_:g454720 _:g454740 . +_:g454720 "Alexandre" . +_:g454720 "Beaufays" . +_:g454740 "PwC EU Services" . +_:g454760 . +_:g454760 _:g454780 . +_:g454760 "Michiel" . +_:g454760 "De Keyzer" . +_:g454780 "PwC EU Services" . +_:g454800 . +_:g454800 _:g454820 . +_:g454800 "Pavlina" . +_:g454800 "Fragkou" . +_:g454820 "European Commission" . +_:g454840 . +_:g454840 _:g454860 . +_:g454840 "Dimitri" . +_:g454840 "Schepers" . +_:g454860 "PwC EU Services" . +_:g454880 . +_:g454880 _:g454900 . +_:g454880 "Emidio" . +_:g454880 "Stani" . +_:g454900 "PwC EU Services" . +_:g454920 . +_:g454920 _:g454940 . +_:g454920 "Bert" . +_:g454920 "Van Nuffelen" . +_:g454940 "TenForce" . +_:g454960 . +_:g454960 _:g454980 . +_:g454960 "Seth" . +_:g454960 "van Hooland" . +_:g454980 "European Commission" . diff --git a/doc/vocabularium/core-person/voc/core-person-voc.rdf b/doc/vocabularium/core-person/voc/core-person-voc.rdf index fe31ebc9f..9e07adbb1 100644 --- a/doc/vocabularium/core-person/voc/core-person-voc.rdf +++ b/doc/vocabularium/core-person/voc/core-person-voc.rdf @@ -4,7 +4,7 @@ - + Semantic Interoperability Community (SEMIC) @@ -12,14 +12,14 @@ core-person-voc core-person-voc - + Core Vocabularies Working Group - + - + PwC EU Services @@ -28,9 +28,9 @@ - + - + PwC EU Services @@ -39,9 +39,9 @@ - + - + PwC EU Services @@ -50,9 +50,9 @@ - + - + European Commission @@ -61,9 +61,9 @@ - + - + PwC EU Services @@ -72,9 +72,9 @@ - + - + PwC EU Services @@ -83,9 +83,9 @@ - + - + TenForce @@ -94,9 +94,9 @@ - + - + European Commission diff --git a/doc/vocabularium/ev-ap/voc/ev-ap_en.rdf b/doc/vocabularium/ev-ap/voc/ev-ap_en.rdf index 68386bfbd..dc09648c2 100644 --- a/doc/vocabularium/ev-ap/voc/ev-ap_en.rdf +++ b/doc/vocabularium/ev-ap/voc/ev-ap_en.rdf @@ -2,7 +2,7 @@ - + Semantic Interoperability Community (SEMIC) @@ -10,7 +10,7 @@ ev-ap ev-ap - + Emiel Dhondt PwC EU Services diff --git a/doc/vocabularium/r5r/release/3.0.0/voc/r5r.rdf b/doc/vocabularium/r5r/release/3.0.0/voc/r5r.rdf index 439111105..926878fc7 100644 --- a/doc/vocabularium/r5r/release/3.0.0/voc/r5r.rdf +++ b/doc/vocabularium/r5r/release/3.0.0/voc/r5r.rdf @@ -4,7 +4,7 @@ - + Semantic Interoperability Community (SEMIC) @@ -12,9 +12,9 @@ r5r r5r - + - + SEMIC EU @@ -23,15 +23,15 @@ - + Makx Dekkers - + - + SEMIC EU @@ -40,15 +40,15 @@ - + Natasa Sofou - + - + TenForce @@ -58,367 +58,367 @@ - + Ludger A. Rinsche - + Kuldar Aasaga - + Anssi Ahlberg - + Matej Alic - + Martin Alvarez-Espinar - + Miguel Alvarez - + Stefano Ambrogio - + Oystein Asnes - + Peter Burian - + Luis Daniel Ibáñez - + Jitse De Cock - + Ine De Visser - + Makx Dekkers - + Jean Delahousse - + Ulrika Domellöf Mattsson - + Adina Dragan - + Dietmar Gattwinkel - + Stijn Goedertier - + Casper Gras - + Bart Hanssens - + Bart Hanssens - + Agnieszka Jasiczek - + Fabian Kirstein - + Jakub Klímek - + Nataliia Kovalchuk - + Andreas Kuckartz - + Christine Laaboudi-Spoiden - + Christoph Lange - + Petros Likidis - + Anja Loddenkemper - + Giorgia Lodi - + Peter Lubrich - + Lina Molinas Comet - + Anastasija Nikiforova - + Geraldine Nolf - + Frederik Nordlander - + Matthias Palmer - + Andrea Perego - + Taavi Ploompuu - + Ludger Rinsche - + Daniele Rizzi - + Maik Roth - + Fabian Santi - + Giampaolo Sellitto - + Maxime Servais - + Sebastian Sklarß - + Michele Spichtig - + Emidio Stani - + Igor Stefelin - + Kees Trautwein - + Thomas Tursics - + Kristine Ulander - + Sander Van Dooren - + Bert Van Nuffelen - + William Verbeeck - + Thomas Weber - + Suzanne Wigard - + Christian Wittig - + Agnieszka Zajac - + Joeri van der Velde - + Øystein Åsnes diff --git a/doc/vocabularium/s1n/release/3.0.0/voc/s1n.rdf b/doc/vocabularium/s1n/release/3.0.0/voc/s1n.rdf index 5b2a910ed..4ae54f4b1 100644 --- a/doc/vocabularium/s1n/release/3.0.0/voc/s1n.rdf +++ b/doc/vocabularium/s1n/release/3.0.0/voc/s1n.rdf @@ -4,7 +4,7 @@ - + Semantic Interoperability Community (SEMIC) @@ -12,9 +12,9 @@ s1n s1n - + - + SEMIC EU @@ -23,15 +23,15 @@ - + Makx Dekkers - + - + SEMIC EU @@ -40,15 +40,15 @@ - + Natasa Sofou - + - + TenForce @@ -58,367 +58,367 @@ - + Ludger A. Rinsche - + Kuldar Aasaga - + Anssi Ahlberg - + Matej Alic - + Martin Alvarez-Espinar - + Miguel Alvarez - + Stefano Ambrogio - + Oystein Asnes - + Peter Burian - + Luis Daniel Ibáñez - + Jitse De Cock - + Ine De Visser - + Makx Dekkers - + Jean Delahousse - + Ulrika Domellöf Mattsson - + Adina Dragan - + Dietmar Gattwinkel - + Stijn Goedertier - + Casper Gras - + Bart Hanssens - + Bart Hanssens - + Agnieszka Jasiczek - + Fabian Kirstein - + Jakub Klímek - + Nataliia Kovalchuk - + Andreas Kuckartz - + Christine Laaboudi-Spoiden - + Christoph Lange - + Petros Likidis - + Anja Loddenkemper - + Giorgia Lodi - + Peter Lubrich - + Lina Molinas Comet - + Anastasija Nikiforova - + Geraldine Nolf - + Frederik Nordlander - + Matthias Palmer - + Andrea Perego - + Taavi Ploompuu - + Ludger Rinsche - + Daniele Rizzi - + Maik Roth - + Fabian Santi - + Giampaolo Sellitto - + Maxime Servais - + Sebastian Sklarß - + Michele Spichtig - + Emidio Stani - + Igor Stefelin - + Kees Trautwein - + Thomas Tursics - + Kristine Ulander - + Sander Van Dooren - + Bert Van Nuffelen - + William Verbeeck - + Thomas Weber - + Suzanne Wigard - + Christian Wittig - + Agnieszka Zajac - + Joeri van der Velde - + Øystein Åsnes diff --git a/examples/doc/core-vocabulary/core-person/.gitignore b/examples/Core-Person-Vocabulary/releases/2.1.1/.gitignore similarity index 100% rename from examples/doc/core-vocabulary/core-person/.gitignore rename to examples/Core-Person-Vocabulary/releases/2.1.1/.gitignore diff --git a/report/930/release/3.0.0/930.report b/report/930/release/3.0.0/930.report index 150485de6..1db4bbc2b 100644 --- a/report/930/release/3.0.0/930.report +++ b/report/930/release/3.0.0/930.report @@ -2,71 +2,71 @@ Load mapping config:config/config-voc.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') -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -13:26:32 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 -13:26:32 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 -13:26:32 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model.dcat:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries -13:26:32 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:rdfs:Literal -13:26:32 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status -13:26:32 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:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity -13:26:32 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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights -13:26:32 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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format -13:26:32 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:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description -13:26:32 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:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued -13:26:32 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:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified -13:26:32 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:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title -13:26:32 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:dcat:Distribution:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:foaf:page -13:26:32 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:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language -13:26:32 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:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters -13:26:32 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo -13:26:32 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution -13:26:32 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type -13:26:32 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:dcat:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights -13:26:32 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation -13:26:32 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:dcat:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:contactPoint -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". -13:26:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:26:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.JSONLDOutputHandler - Class foaf: Agent without label, further processing this class will be incoherent -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:distributor" since it lacks a defining package. -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:26:32 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:26:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:name without name, further processing this property will be incoherent -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:26:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:26:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:type without name, further processing this property will be incoherent +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:03:34 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:03:34 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset +10:03:34 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:03:34 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:rdfs:Literal +10:03:34 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint +10:03:34 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:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued +10:03:34 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights +10:03:34 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:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified +10:03:34 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:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language +10:03:34 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +10:03:34 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:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title +10:03:34 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:foaf: Agent:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +10:03:34 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:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters +10:03:34 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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity +10:03:34 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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights +10:03:34 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +10:03:34 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:03:34 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:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description +10:03:34 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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format +10:03:34 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo +10:03:34 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.JSONLDOutputHandler - Class foaf: Agent without label, further processing this class will be incoherent +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.UriAssigner - Ignoring connector "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:distributor" since it lacks a defining package. +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:name without name, further processing this property will be incoherent +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:type without name, further processing this property will be incoherent diff --git a/report/930/release/3.0.0/all-930.jsonld b/report/930/release/3.0.0/all-930.jsonld index c38a0d21e..64feb1504 100644 --- a/report/930/release/3.0.0/all-930.jsonld +++ b/report/930/release/3.0.0/all-930.jsonld @@ -1417,6 +1417,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/930/release/3.0.0", "documentcommit": "6eed7b7d591964c6de87d10de24ef88537431a18", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/930/release/3.0.0/translation/930.jsonld b/report/930/release/3.0.0/translation/930.jsonld index d5a2d98a6..8377f4e46 100644 --- a/report/930/release/3.0.0/translation/930.jsonld +++ b/report/930/release/3.0.0/translation/930.jsonld @@ -1417,6 +1417,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/930/release/3.0.0", "documentcommit": "6eed7b7d591964c6de87d10de24ef88537431a18", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } \ No newline at end of file diff --git a/report/930/release/3.0.0/translation/930_en_merged.jsonld b/report/930/release/3.0.0/translation/930_en_merged.jsonld index c2de1db42..e4319ad7c 100644 --- a/report/930/release/3.0.0/translation/930_en_merged.jsonld +++ b/report/930/release/3.0.0/translation/930_en_merged.jsonld @@ -1417,7 +1417,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/ADMS/releases/2.00/adms.jsonld b/report/ADMS/releases/2.00/adms.jsonld index 4948a2249..5ffcc5e05 100644 --- a/report/ADMS/releases/2.00/adms.jsonld +++ b/report/ADMS/releases/2.00/adms.jsonld @@ -893,11 +893,11 @@ "name": "publisher", "inpackage": "UNKNOWN", "label-en" : {"en": "publisher", "en": "publisher"}, "definition-en" : {"en": "An entity responsible for making the resource available.", "en": "An entity responsible for making the resource available."}, "definition" : {"en": "An entity responsible for making the resource 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" : "AssetRepository", "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" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity responsible for making the resource available.", "usage" : "", "label-en" : "publisher", "definition-en" : "An entity responsible for making the resource available.", "usageNote-en" : "", "label-en" : "publisher", "definition-en" : "An entity responsible for making the resource available.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_publisher", "note": "null" }, { "key": "label-en", "value": "publisher", "note": "null" }, { "key": "definition-en", "value": "An entity responsible for making the resource available.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "publisher", "en": "publisher"}, "definition-en" : {"en": "An entity responsible for making the resource available.", "en": "An entity responsible for making the resource available."}, "definition" : {"en": "An entity responsible for making the resource 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" : "Asset", "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" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity responsible for making the resource available.", "usage" : "", "label-en" : "publisher", "definition-en" : "An entity responsible for making the resource available.", "usageNote-en" : "", "label-en" : "publisher", "definition-en" : "An entity responsible for making the resource available.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_publisher", "note": "null" }, { "key": "label-en", "value": "publisher", "note": "null" }, { "key": "definition-en", "value": "An entity responsible for making the resource available.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "publisher", "en": "publisher"}, "definition-en" : {"en": "An entity responsible for making the resource available.", "en": "An entity responsible for making the resource available."}, "definition" : {"en": "An entity responsible for making the resource available."}, "label" : {"en": "publisher"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#AssetRepository", "EA-Name" : "AssetRepository" } +{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } ], "range": [ {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Agent" } @@ -931,11 +931,11 @@ "name": "publisher", "inpackage": "UNKNOWN", "label-en" : {"en": "publisher", "en": "publisher"}, "definition-en" : {"en": "An entity responsible for making the resource available.", "en": "An entity responsible for making the resource available."}, "definition" : {"en": "An entity responsible for making the resource 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" : "Asset", "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" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity responsible for making the resource available.", "usage" : "", "label-en" : "publisher", "definition-en" : "An entity responsible for making the resource available.", "usageNote-en" : "", "label-en" : "publisher", "definition-en" : "An entity responsible for making the resource available.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_publisher", "note": "null" }, { "key": "label-en", "value": "publisher", "note": "null" }, { "key": "definition-en", "value": "An entity responsible for making the resource available.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "publisher", "en": "publisher"}, "definition-en" : {"en": "An entity responsible for making the resource available.", "en": "An entity responsible for making the resource available."}, "definition" : {"en": "An entity responsible for making the resource 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" : "AssetRepository", "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" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity responsible for making the resource available.", "usage" : "", "label-en" : "publisher", "definition-en" : "An entity responsible for making the resource available.", "usageNote-en" : "", "label-en" : "publisher", "definition-en" : "An entity responsible for making the resource available.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_publisher", "note": "null" }, { "key": "label-en", "value": "publisher", "note": "null" }, { "key": "definition-en", "value": "An entity responsible for making the resource available.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "publisher", "en": "publisher"}, "definition-en" : {"en": "An entity responsible for making the resource available.", "en": "An entity responsible for making the resource available."}, "definition" : {"en": "An entity responsible for making the resource available."}, "label" : {"en": "publisher"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } +{ "uri": "http://www.w3.org/ns/adms#AssetRepository", "EA-Name" : "AssetRepository" } ], "range": [ {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Agent" } @@ -971,11 +971,11 @@ "name": "spatialCoverage", "inpackage": "UNKNOWN", "label-en" : {"en": "spatial coverage", "en": "spatial coverage"}, "definition-en" : {"en": "Spatial characteristics of the resource.", "en": "Spatial characteristics of the resource."}, "definition" : {"en": "Spatial characteristics of the resource."}, "label" : {"en": "spatial coverage"}, -"extra": {"EA-Name" : "dct:spatial", "EA-Guid" : "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "AssetRepository", "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" : "dcterms", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "null", "label" : "spatial coverage", "definition" : "Spatial characteristics of the resource.", "usage" : "", "label-en" : "spatial coverage", "definition-en" : "Spatial characteristics of the resource.", "usageNote-en" : "", "label-en" : "spatial coverage", "definition-en" : "Spatial characteristics of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_spatial", "note": "null" }, { "key": "label-en", "value": "spatial coverage", "note": "null" }, { "key": "definition-en", "value": "Spatial characteristics of the resource.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "spatial coverage", "en": "spatial coverage"}, "definition-en" : {"en": "Spatial characteristics of the resource.", "en": "Spatial characteristics of the resource."}, "definition" : {"en": "Spatial characteristics of the resource."}, "label" : {"en": "spatial coverage"}}, +"extra": {"EA-Name" : "dct:spatial", "EA-Guid" : "{96258166-33FC-4b04-AA2B-729B056A24DE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Asset", "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" : "dcterms", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "null", "label" : "spatial coverage", "definition" : "Spatial characteristics of the resource.", "usage" : "", "label-en" : "spatial coverage", "definition-en" : "Spatial characteristics of the resource.", "usageNote-en" : "", "label-en" : "spatial coverage", "definition-en" : "Spatial characteristics of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_spatial", "note": "null" }, { "key": "label-en", "value": "spatial coverage", "note": "null" }, { "key": "definition-en", "value": "Spatial characteristics of the resource.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "spatial coverage", "en": "spatial coverage"}, "definition-en" : {"en": "Spatial characteristics of the resource.", "en": "Spatial characteristics of the resource."}, "definition" : {"en": "Spatial characteristics of the resource."}, "label" : {"en": "spatial coverage"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#AssetRepository", "EA-Name" : "AssetRepository" } +{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } ], "range": [ {"EA-Name" : "dct:Location", "EA-GUID" : "{2DB9E033-48C1-4df5-81FA-875D5C34E99C}", "EA-Package" : "dcterms", "uri" : "http://purl.org/dc/terms/Location" } @@ -991,11 +991,11 @@ "name": "spatialCoverage", "inpackage": "UNKNOWN", "label-en" : {"en": "spatial coverage", "en": "spatial coverage"}, "definition-en" : {"en": "Spatial characteristics of the resource.", "en": "Spatial characteristics of the resource."}, "definition" : {"en": "Spatial characteristics of the resource."}, "label" : {"en": "spatial coverage"}, -"extra": {"EA-Name" : "dct:spatial", "EA-Guid" : "{96258166-33FC-4b04-AA2B-729B056A24DE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Asset", "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" : "dcterms", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "null", "label" : "spatial coverage", "definition" : "Spatial characteristics of the resource.", "usage" : "", "label-en" : "spatial coverage", "definition-en" : "Spatial characteristics of the resource.", "usageNote-en" : "", "label-en" : "spatial coverage", "definition-en" : "Spatial characteristics of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_spatial", "note": "null" }, { "key": "label-en", "value": "spatial coverage", "note": "null" }, { "key": "definition-en", "value": "Spatial characteristics of the resource.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "spatial coverage", "en": "spatial coverage"}, "definition-en" : {"en": "Spatial characteristics of the resource.", "en": "Spatial characteristics of the resource."}, "definition" : {"en": "Spatial characteristics of the resource."}, "label" : {"en": "spatial coverage"}}, +"extra": {"EA-Name" : "dct:spatial", "EA-Guid" : "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "AssetRepository", "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" : "dcterms", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "null", "label" : "spatial coverage", "definition" : "Spatial characteristics of the resource.", "usage" : "", "label-en" : "spatial coverage", "definition-en" : "Spatial characteristics of the resource.", "usageNote-en" : "", "label-en" : "spatial coverage", "definition-en" : "Spatial characteristics of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_spatial", "note": "null" }, { "key": "label-en", "value": "spatial coverage", "note": "null" }, { "key": "definition-en", "value": "Spatial characteristics of the resource.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "spatial coverage", "en": "spatial coverage"}, "definition-en" : {"en": "Spatial characteristics of the resource.", "en": "Spatial characteristics of the resource."}, "definition" : {"en": "Spatial characteristics of the resource."}, "label" : {"en": "spatial coverage"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } +{ "uri": "http://www.w3.org/ns/adms#AssetRepository", "EA-Name" : "AssetRepository" } ], "range": [ {"EA-Name" : "dct:Location", "EA-GUID" : "{2DB9E033-48C1-4df5-81FA-875D5C34E99C}", "EA-Package" : "dcterms", "uri" : "http://purl.org/dc/terms/Location" } @@ -1010,12 +1010,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "temporalCoverage", "inpackage": "UNKNOWN", -"usageNote-en" : {"en": "The time period to which the Asset applies, e.g. its validity.", "en": "The time period to which the Asset applies, e.g. its validity."}, "label-en" : {"en": "temporal coverage", "en": "temporal coverage"}, "definition-en" : {"en": "Temporal characteristics of the resource", "en": "Temporal characteristics of the resource"}, "usage" : {"en": "The time period to which the Asset applies, e.g. its validity."}, "definition" : {"en": "Temporal characteristics of the resource"}, "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" : "Asset", "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" : "dcterms", "uri" : "http://purl.org/dc/terms/PeriodOfTime" }, "sourceRole" : "null", "destRole" : "null", "label" : "temporal coverage", "definition" : "Temporal characteristics of the resource", "usage" : "The time period to which the Asset applies, e.g. its validity.", "label-en" : "temporal coverage", "definition-en" : "Temporal characteristics of the resource", "usageNote-en" : "The time period to which the Asset applies, e.g. its validity.", "label-en" : "temporal coverage", "definition-en" : "Temporal characteristics of the resource", "usageNote-en" : "The time period to which the Asset applies, e.g. its validity.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_temporal", "note": "null" }, { "key": "label-en", "value": "temporal coverage", "note": "null" }, { "key": "definition-en", "value": "Temporal characteristics of the resource", "note": "null" }, { "key": "usageNote-en", "value": "The time period to which the Asset applies, e.g. its validity.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "usageNote-en" : {"en": "The time period to which the Asset applies, e.g. its validity.", "en": "The time period to which the Asset applies, e.g. its validity."}, "label-en" : {"en": "temporal coverage", "en": "temporal coverage"}, "definition-en" : {"en": "Temporal characteristics of the resource", "en": "Temporal characteristics of the resource"}, "usage" : {"en": "The time period to which the Asset applies, e.g. its validity."}, "definition" : {"en": "Temporal characteristics of the resource"}, "label" : {"en": "temporal coverage"}}, +"label-en" : {"en": "temporal coverage", "en": "temporal coverage"}, "definition-en" : {"en": "Temporal characteristics of the resource", "en": "Temporal characteristics of the resource"}, "definition" : {"en": "Temporal characteristics of the resource"}, "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" : "AssetRepository", "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" : "dcterms", "uri" : "http://purl.org/dc/terms/PeriodOfTime" }, "sourceRole" : "null", "destRole" : "null", "label" : "temporal coverage", "definition" : "Temporal characteristics of the resource", "usage" : "", "label-en" : "temporal coverage", "definition-en" : "Temporal characteristics of the resource", "usageNote-en" : "", "label-en" : "temporal coverage", "definition-en" : "Temporal characteristics of the resource", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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 Catalogue covers.", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_temporal_resolution", "note": "null" }, { "key": "label-en", "value": "temporal coverage", "note": "null" }, { "key": "definition-en", "value": "Temporal characteristics of the resource", "note": "null" }, { "key": "package", "value": "DCTERMS", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "temporal coverage", "en": "temporal coverage"}, "definition-en" : {"en": "Temporal characteristics of the resource", "en": "Temporal characteristics of the resource"}, "definition" : {"en": "Temporal characteristics of the resource"}, "label" : {"en": "temporal coverage"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } +{ "uri": "http://www.w3.org/ns/adms#AssetRepository", "EA-Name" : "AssetRepository" } ], "range": [ {"EA-Name" : "dct:PeriodOfTime", "EA-GUID" : "{6E8C6E5E-633B-4e5a-AE1F-30E8719AC6FE}", "EA-Package" : "dcterms", "uri" : "http://purl.org/dc/terms/PeriodOfTime" } @@ -1030,12 +1030,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "temporalCoverage", "inpackage": "UNKNOWN", -"label-en" : {"en": "temporal coverage", "en": "temporal coverage"}, "definition-en" : {"en": "Temporal characteristics of the resource", "en": "Temporal characteristics of the resource"}, "definition" : {"en": "Temporal characteristics of the resource"}, "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" : "AssetRepository", "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" : "dcterms", "uri" : "http://purl.org/dc/terms/PeriodOfTime" }, "sourceRole" : "null", "destRole" : "null", "label" : "temporal coverage", "definition" : "Temporal characteristics of the resource", "usage" : "", "label-en" : "temporal coverage", "definition-en" : "Temporal characteristics of the resource", "usageNote-en" : "", "label-en" : "temporal coverage", "definition-en" : "Temporal characteristics of the resource", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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 Catalogue covers.", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_temporal_resolution", "note": "null" }, { "key": "label-en", "value": "temporal coverage", "note": "null" }, { "key": "definition-en", "value": "Temporal characteristics of the resource", "note": "null" }, { "key": "package", "value": "DCTERMS", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "temporal coverage", "en": "temporal coverage"}, "definition-en" : {"en": "Temporal characteristics of the resource", "en": "Temporal characteristics of the resource"}, "definition" : {"en": "Temporal characteristics of the resource"}, "label" : {"en": "temporal coverage"}}, +"usageNote-en" : {"en": "The time period to which the Asset applies, e.g. its validity.", "en": "The time period to which the Asset applies, e.g. its validity."}, "label-en" : {"en": "temporal coverage", "en": "temporal coverage"}, "definition-en" : {"en": "Temporal characteristics of the resource", "en": "Temporal characteristics of the resource"}, "usage" : {"en": "The time period to which the Asset applies, e.g. its validity."}, "definition" : {"en": "Temporal characteristics of the resource"}, "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" : "Asset", "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" : "dcterms", "uri" : "http://purl.org/dc/terms/PeriodOfTime" }, "sourceRole" : "null", "destRole" : "null", "label" : "temporal coverage", "definition" : "Temporal characteristics of the resource", "usage" : "The time period to which the Asset applies, e.g. its validity.", "label-en" : "temporal coverage", "definition-en" : "Temporal characteristics of the resource", "usageNote-en" : "The time period to which the Asset applies, e.g. its validity.", "label-en" : "temporal coverage", "definition-en" : "Temporal characteristics of the resource", "usageNote-en" : "The time period to which the Asset applies, e.g. its validity.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "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": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_temporal", "note": "null" }, { "key": "label-en", "value": "temporal coverage", "note": "null" }, { "key": "definition-en", "value": "Temporal characteristics of the resource", "note": "null" }, { "key": "usageNote-en", "value": "The time period to which the Asset applies, e.g. its validity.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "usageNote-en" : {"en": "The time period to which the Asset applies, e.g. its validity.", "en": "The time period to which the Asset applies, e.g. its validity."}, "label-en" : {"en": "temporal coverage", "en": "temporal coverage"}, "definition-en" : {"en": "Temporal characteristics of the resource", "en": "Temporal characteristics of the resource"}, "usage" : {"en": "The time period to which the Asset applies, e.g. its validity."}, "definition" : {"en": "Temporal characteristics of the resource"}, "label" : {"en": "temporal coverage"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#AssetRepository", "EA-Name" : "AssetRepository" } +{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } ], "range": [ {"EA-Name" : "dct:PeriodOfTime", "EA-GUID" : "{6E8C6E5E-633B-4e5a-AE1F-30E8719AC6FE}", "EA-Package" : "dcterms", "uri" : "http://purl.org/dc/terms/PeriodOfTime" } @@ -1111,11 +1111,11 @@ "name": "type", "inpackage": "UNKNOWN", "label-en" : {"en": "type", "en": "type"}, "definition-en" : {"en": "The nature or genre of the resource.", "en": "The nature or genre of the resource."}, "definition" : {"en": "The nature or genre of the resource."}, "label" : {"en": "type"}, -"extra": {"EA-Name" : "dct:type", "EA-Guid" : "{139D2448-F2CE-4dae-99C8-CF9915409B45}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Asset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "skos:Concept", "RangeData" : {"EA-Name" : "skos:Concept", "EA-GUID" : "{D60766FA-AEB6-46f9-896D-1FADB3BD18A4}", "EA-Package" : "skos", "uri" : "http://www.w3.org/2004/02/skos/core#Concept" }, "sourceRole" : "null", "destRole" : "null", "label" : "type", "definition" : "The nature or genre of the resource.", "usage" : "", "label-en" : "type", "definition-en" : "The nature or genre of the resource.", "usageNote-en" : "", "label-en" : "type", "definition-en" : "The nature or genre of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "ap-label-en", "value": "type", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/type", "note": "null" }, { "key": "ap-definition-en", "value": "A type of the Dataset.", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_type", "note": "null" }, { "key": "label-en", "value": "type", "note": "null" }, { "key": "definition-en", "value": "The nature or genre of the resource.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "type", "en": "type"}, "definition-en" : {"en": "The nature or genre of the resource.", "en": "The nature or genre of the resource."}, "definition" : {"en": "The nature or genre of the resource."}, "label" : {"en": "type"}}, +"extra": {"EA-Name" : "dct:type", "EA-Guid" : "{493FF8DB-14F8-43fd-9343-87B3A994E701}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "foaf: Agent", "EA-Domain-Guid" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Range" : "skos:Concept", "RangeData" : {"EA-Name" : "skos:Concept", "EA-GUID" : "{D60766FA-AEB6-46f9-896D-1FADB3BD18A4}", "EA-Package" : "skos", "uri" : "http://www.w3.org/2004/02/skos/core#Concept" }, "sourceRole" : "null", "destRole" : "null", "label" : "type", "definition" : "The nature or genre of the resource.", "usage" : "", "label-en" : "type", "definition-en" : "The nature or genre of the resource.", "usageNote-en" : "", "label-en" : "type", "definition-en" : "The nature or genre of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "ap-label-en", "value": "type", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/type", "note": "null" }, { "key": "ap-definition-en", "value": "A type of the agent that makes the Catalogue or Dataset available", "note": "null" }, { "key": "label-en", "value": "type", "note": "null" }, { "key": "definition-en", "value": "The nature or genre of the resource.", "note": "null" }, { "key": "package", "value": "DCTERMS", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "type", "en": "type"}, "definition-en" : {"en": "The nature or genre of the resource.", "en": "The nature or genre of the resource."}, "definition" : {"en": "The nature or genre of the resource."}, "label" : {"en": "type"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } +{ "uri": "http://xmlns.com/foaf/0.1/Agent", "EA-Name" : "foaf: Agent" } ], "range": [ {"EA-Name" : "skos:Concept", "EA-GUID" : "{D60766FA-AEB6-46f9-896D-1FADB3BD18A4}", "EA-Package" : "skos", "uri" : "http://www.w3.org/2004/02/skos/core#Concept" } @@ -1151,11 +1151,11 @@ "name": "type", "inpackage": "UNKNOWN", "label-en" : {"en": "type", "en": "type"}, "definition-en" : {"en": "The nature or genre of the resource.", "en": "The nature or genre of the resource."}, "definition" : {"en": "The nature or genre of the resource."}, "label" : {"en": "type"}, -"extra": {"EA-Name" : "dct:type", "EA-Guid" : "{493FF8DB-14F8-43fd-9343-87B3A994E701}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "foaf: Agent", "EA-Domain-Guid" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Range" : "skos:Concept", "RangeData" : {"EA-Name" : "skos:Concept", "EA-GUID" : "{D60766FA-AEB6-46f9-896D-1FADB3BD18A4}", "EA-Package" : "skos", "uri" : "http://www.w3.org/2004/02/skos/core#Concept" }, "sourceRole" : "null", "destRole" : "null", "label" : "type", "definition" : "The nature or genre of the resource.", "usage" : "", "label-en" : "type", "definition-en" : "The nature or genre of the resource.", "usageNote-en" : "", "label-en" : "type", "definition-en" : "The nature or genre of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "ap-label-en", "value": "type", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/type", "note": "null" }, { "key": "ap-definition-en", "value": "A type of the agent that makes the Catalogue or Dataset available", "note": "null" }, { "key": "label-en", "value": "type", "note": "null" }, { "key": "definition-en", "value": "The nature or genre of the resource.", "note": "null" }, { "key": "package", "value": "DCTERMS", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "type", "en": "type"}, "definition-en" : {"en": "The nature or genre of the resource.", "en": "The nature or genre of the resource."}, "definition" : {"en": "The nature or genre of the resource."}, "label" : {"en": "type"}}, +"extra": {"EA-Name" : "dct:type", "EA-Guid" : "{139D2448-F2CE-4dae-99C8-CF9915409B45}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Asset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "skos:Concept", "RangeData" : {"EA-Name" : "skos:Concept", "EA-GUID" : "{D60766FA-AEB6-46f9-896D-1FADB3BD18A4}", "EA-Package" : "skos", "uri" : "http://www.w3.org/2004/02/skos/core#Concept" }, "sourceRole" : "null", "destRole" : "null", "label" : "type", "definition" : "The nature or genre of the resource.", "usage" : "", "label-en" : "type", "definition-en" : "The nature or genre of the resource.", "usageNote-en" : "", "label-en" : "type", "definition-en" : "The nature or genre of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "ap-label-en", "value": "type", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/type", "note": "null" }, { "key": "ap-definition-en", "value": "A type of the Dataset.", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_type", "note": "null" }, { "key": "label-en", "value": "type", "note": "null" }, { "key": "definition-en", "value": "The nature or genre of the resource.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "type", "en": "type"}, "definition-en" : {"en": "The nature or genre of the resource.", "en": "The nature or genre of the resource."}, "definition" : {"en": "The nature or genre of the resource."}, "label" : {"en": "type"}}, "codelist": [ ], "domain": [ -{ "uri": "http://xmlns.com/foaf/0.1/Agent", "EA-Name" : "foaf: Agent" } +{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } ], "range": [ {"EA-Name" : "skos:Concept", "EA-GUID" : "{D60766FA-AEB6-46f9-896D-1FADB3BD18A4}", "EA-Package" : "skos", "uri" : "http://www.w3.org/2004/02/skos/core#Concept" } @@ -1644,38 +1644,38 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "documentation", "inpackage": "UNKNOWN", -"usageNote-en" : {"en": "Links to documentation that contains information related to the Asset.", "en": "Links to documentation that contains information related to the Asset."}, "label-en" : {"en": "documentation", "en": "documentation"}, "definition-en" : {"en": "A page or document about this Dataset.", "en": "A page or document about this Dataset."}, "usage" : {"en": "Links to documentation that contains information related to the Asset."}, "definition" : {"en": "A page or document about this Dataset."}, "label" : {"en": "documentation"}, -"extra": {"EA-Name" : "foaf:page", "EA-Guid" : "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Asset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "foaf:Document", "RangeData" : {"EA-Name" : "foaf:Document", "EA-GUID" : "{099EA70F-67E1-4815-912E-14E694FC443E}", "EA-Package" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Document" }, "sourceRole" : "null", "destRole" : "null", "label" : "documentation", "definition" : "A page or document about this Dataset.", "usage" : "Links to documentation that contains information related to the Asset.", "label-en" : "documentation", "definition-en" : "A page or document about this Dataset.", "usageNote-en" : "Links to documentation that contains information related to the Asset.", "label-en" : "documentation", "definition-en" : "A page or document about this Dataset.", "usageNote-en" : "Links to documentation that contains information related to the Asset.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "ap-label-en", "value": "documentation", "note": "null" }, { "key": "uri", "value": "http:\/\/xmlns.com\/foaf\/0.1\/page", "note": "null" }, { "key": "ap-definition-en", "value": "A page or document about this Dataset.", "note": "null" }, { "key": "label-en", "value": "documentation", "note": "null" }, { "key": "definition-en", "value": "A page or document about this Dataset.", "note": "null" }, { "key": "usageNote-en", "value": "Links to documentation that contains information related to the Asset.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "usageNote-en" : {"en": "Links to documentation that contains information related to the Asset.", "en": "Links to documentation that contains information related to the Asset."}, "label-en" : {"en": "documentation", "en": "documentation"}, "definition-en" : {"en": "A page or document about this Dataset.", "en": "A page or document about this Dataset."}, "usage" : {"en": "Links to documentation that contains information related to the Asset."}, "definition" : {"en": "A page or document about this Dataset."}, "label" : {"en": "documentation"}}, +"label-en" : {"en": "documentation", "en": "documentation"}, "definition-en" : {"en": "A page or document about this Distribution.", "en": "A page or document about this Distribution."}, "definition" : {"en": "A page or document about this Distribution."}, "label" : {"en": "documentation"}, +"extra": {"EA-Name" : "foaf:page", "EA-Guid" : "{66D8214F-E3A6-4677-9057-35E47BA114FC}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "AssetDistribution", "EA-Domain-Guid" : "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range" : "foaf:Document", "RangeData" : {"EA-Name" : "foaf:Document", "EA-GUID" : "{099EA70F-67E1-4815-912E-14E694FC443E}", "EA-Package" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Document" }, "sourceRole" : "null", "destRole" : "null", "label" : "documentation", "definition" : "A page or document about this Distribution.", "usage" : "", "label-en" : "documentation", "definition-en" : "A page or document about this Distribution.", "usageNote-en" : "", "label-en" : "documentation", "definition-en" : "A page or document about this Distribution.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "ap-label-en", "value": "documentation", "note": "null" }, { "key": "uri", "value": "http:\/\/xmlns.com\/foaf\/0.1\/page", "note": "null" }, { "key": "ap-definition-en", "value": "A page or document about this Distribution.", "note": "null" }, { "key": "label-en", "value": "documentation", "note": "null" }, { "key": "definition-en", "value": "A page or document about this Distribution.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "documentation", "en": "documentation"}, "definition-en" : {"en": "A page or document about this Distribution.", "en": "A page or document about this Distribution."}, "definition" : {"en": "A page or document about this Distribution."}, "label" : {"en": "documentation"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } +{ "uri": "http://www.w3.org/ns/adms#AssetDistribution", "EA-Name" : "AssetDistribution" } ], "range": [ {"EA-Name" : "foaf:Document", "EA-GUID" : "{099EA70F-67E1-4815-912E-14E694FC443E}", "EA-Package" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Document" } ], "generalization": [ -]} +], +"minCardinality": "0", +"maxCardinality": "*"} , { "@id": "http://xmlns.com/foaf/0.1/page", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "documentation", "inpackage": "UNKNOWN", -"label-en" : {"en": "documentation", "en": "documentation"}, "definition-en" : {"en": "A page or document about this Distribution.", "en": "A page or document about this Distribution."}, "definition" : {"en": "A page or document about this Distribution."}, "label" : {"en": "documentation"}, -"extra": {"EA-Name" : "foaf:page", "EA-Guid" : "{66D8214F-E3A6-4677-9057-35E47BA114FC}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "AssetDistribution", "EA-Domain-Guid" : "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range" : "foaf:Document", "RangeData" : {"EA-Name" : "foaf:Document", "EA-GUID" : "{099EA70F-67E1-4815-912E-14E694FC443E}", "EA-Package" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Document" }, "sourceRole" : "null", "destRole" : "null", "label" : "documentation", "definition" : "A page or document about this Distribution.", "usage" : "", "label-en" : "documentation", "definition-en" : "A page or document about this Distribution.", "usageNote-en" : "", "label-en" : "documentation", "definition-en" : "A page or document about this Distribution.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "ap-label-en", "value": "documentation", "note": "null" }, { "key": "uri", "value": "http:\/\/xmlns.com\/foaf\/0.1\/page", "note": "null" }, { "key": "ap-definition-en", "value": "A page or document about this Distribution.", "note": "null" }, { "key": "label-en", "value": "documentation", "note": "null" }, { "key": "definition-en", "value": "A page or document about this Distribution.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "label-en" : {"en": "documentation", "en": "documentation"}, "definition-en" : {"en": "A page or document about this Distribution.", "en": "A page or document about this Distribution."}, "definition" : {"en": "A page or document about this Distribution."}, "label" : {"en": "documentation"}}, +"usageNote-en" : {"en": "Links to documentation that contains information related to the Asset.", "en": "Links to documentation that contains information related to the Asset."}, "label-en" : {"en": "documentation", "en": "documentation"}, "definition-en" : {"en": "A page or document about this Dataset.", "en": "A page or document about this Dataset."}, "usage" : {"en": "Links to documentation that contains information related to the Asset."}, "definition" : {"en": "A page or document about this Dataset."}, "label" : {"en": "documentation"}, +"extra": {"EA-Name" : "foaf:page", "EA-Guid" : "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Asset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "foaf:Document", "RangeData" : {"EA-Name" : "foaf:Document", "EA-GUID" : "{099EA70F-67E1-4815-912E-14E694FC443E}", "EA-Package" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Document" }, "sourceRole" : "null", "destRole" : "null", "label" : "documentation", "definition" : "A page or document about this Dataset.", "usage" : "Links to documentation that contains information related to the Asset.", "label-en" : "documentation", "definition-en" : "A page or document about this Dataset.", "usageNote-en" : "Links to documentation that contains information related to the Asset.", "label-en" : "documentation", "definition-en" : "A page or document about this Dataset.", "usageNote-en" : "Links to documentation that contains information related to the Asset.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "ap-label-en", "value": "documentation", "note": "null" }, { "key": "uri", "value": "http:\/\/xmlns.com\/foaf\/0.1\/page", "note": "null" }, { "key": "ap-definition-en", "value": "A page or document about this Dataset.", "note": "null" }, { "key": "label-en", "value": "documentation", "note": "null" }, { "key": "definition-en", "value": "A page or document about this Dataset.", "note": "null" }, { "key": "usageNote-en", "value": "Links to documentation that contains information related to the Asset.", "note": "null" }], "DestRoleTags" : [], "Scope" : "NOTHING", "usageNote-en" : {"en": "Links to documentation that contains information related to the Asset.", "en": "Links to documentation that contains information related to the Asset."}, "label-en" : {"en": "documentation", "en": "documentation"}, "definition-en" : {"en": "A page or document about this Dataset.", "en": "A page or document about this Dataset."}, "usage" : {"en": "Links to documentation that contains information related to the Asset."}, "definition" : {"en": "A page or document about this Dataset."}, "label" : {"en": "documentation"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#AssetDistribution", "EA-Name" : "AssetDistribution" } +{ "uri": "http://www.w3.org/ns/adms#Asset", "EA-Name" : "Asset" } ], "range": [ {"EA-Name" : "foaf:Document", "EA-GUID" : "{099EA70F-67E1-4815-912E-14E694FC443E}", "EA-Package" : "ADMS data specification", "uri" : "http://xmlns.com/foaf/0.1/Document" } ], "generalization": [ -], -"minCardinality": "0", -"maxCardinality": "*"} +]} ] } \ No newline at end of file diff --git a/report/ADMS/releases/2.00/adms.report b/report/ADMS/releases/2.00/adms.report index 83e11431b..0be3d79d8 100644 --- a/report/ADMS/releases/2.00/adms.report +++ b/report/ADMS/releases/2.00/adms.report @@ -2,116 +2,116 @@ Load mapping config:config/config-voc.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') -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.ADMS data specification.dcterms". -13:26:34 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/ns/adms#): DCAT Application Profile.ADMS data specification, DCAT Application Profile.ADMS data specification.adms-voc -13:26:34 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): DCAT Application Profile, DCAT Application Profile.ADMS data specification.dcterms -13:26:34 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.ADMS data specification:xsd:hexBinary, DCAT Application Profile.ADMS data specification:xsd:nonNegativeInteger -13:26:34 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/MediaType): DCAT Application Profile.ADMS data specification.dcterms:dct:MediaType, DCAT Application Profile.ADMS data specification:dct:mediaType -13:26:34 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.ADMS data specification:TemporalLiteral, DCAT Application Profile.ADMS data specification.rdfs:rdfs:Literal -13:26:34 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.ADMS data specification.adms-voc:Asset:dct:description, DCAT Application Profile.ADMS data specification.dcterms:dct:LicenseDocument:dct:description -13:26:34 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.ADMS data specification.dcterms:dct:LicenseDocument:dct:title, DCAT Application Profile.ADMS data specification:foaf:Document:dct:title, DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:title -13:26:34 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.ADMS data specification.dcterms:dct:LicenseDocument:dct:type, DCAT Application Profile.ADMS data specification:foaf: Agent:dct:type -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.ADMS data specification.adms-voc". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.ADMS data specification.adms-voc". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.ADMS data specification.adms-voc". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.ADMS data specification.adms-voc". -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AssetDistribution" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:FileFormat" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AssetRepository" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Asset" . -13:26:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:26:34 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:distribution" belongs to package "adms-voc" based on source and target definition. -13:26:34 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:downloadURL" since it is marked as ignored. -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:spatial is unknown -13:26:34 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:dataset" belongs to package "adms-voc" based on source and target definition. -13:26:34 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme" belongs to package "skos" based on source and target definition. -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:adms:status" since it is marked as ignored. -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:format is unknown -13:26:34 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:accessURL" since it is marked as ignored. -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:publisher is unknown -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:wdrs:describedby". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:wdrs:describedby". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:wdrs:describedby". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:temporal is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:language is unknown -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:themeTaxonomy is unknown -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:publisher is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:type is unknown -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.dcterms:dct:LicenseDocument:dct:type is unknown -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:landingPage is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification:foaf: Agent:dct:type is unknown -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:foaf:page is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:temporal is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:spatial is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:foaf:page is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:contactPoint is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:mediaType is unknown -13:26:34 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:relation" since it is marked as ignored. -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:language is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:theme is unknown -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:license is unknown -13:26:34 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:publisher is unknown -13:26:34 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.adms-voc:Asset:includedAsset" belongs to package "adms-voc" based on source and target definition. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:title" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:description" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:issued" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:modified" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:adms:status" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:format" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:mediaType" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:description" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:issued" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:title" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:modified" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:themeTaxonomy" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:accessURL" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:adms:supportedSchema" since it is marked as ignored. -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Identifier:skos:notation". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Identifier:skos:notation". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Identifier:skos:notation". -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:versionNotes" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:identifier" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:type" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:next" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:prev" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:last" since it is marked as ignored. -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:translation" since it is marked as ignored. -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:skos:altLabel". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:skos:altLabel". -13:26:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:skos:altLabel". -13:26:34 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:sample" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.ADMS data specification.dcterms". +10:03:37 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): DCAT Application Profile.ADMS data specification.dcterms, DCAT Application Profile +10:03:37 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/ns/adms#): DCAT Application Profile.ADMS data specification, DCAT Application Profile.ADMS data specification.adms-voc +10:03:37 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.ADMS data specification:TemporalLiteral, DCAT Application Profile.ADMS data specification.rdfs:rdfs:Literal +10:03:37 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.ADMS data specification:xsd:nonNegativeInteger, DCAT Application Profile.ADMS data specification:xsd:hexBinary +10:03:37 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/MediaType): DCAT Application Profile.ADMS data specification.dcterms:dct:MediaType, DCAT Application Profile.ADMS data specification:dct:mediaType +10:03:37 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.ADMS data specification:foaf:Document:dct:title, DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:title, DCAT Application Profile.ADMS data specification.dcterms:dct:LicenseDocument:dct:title +10:03:37 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.ADMS data specification.adms-voc:Asset:dct:description, DCAT Application Profile.ADMS data specification.dcterms:dct:LicenseDocument:dct:description +10:03:37 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.ADMS data specification.dcterms:dct:LicenseDocument:dct:type, DCAT Application Profile.ADMS data specification:foaf: Agent:dct:type +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AssetDistribution" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:FileFormat" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AssetRepository" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Asset" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:37 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:adms:status" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:foaf:page is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification:foaf: Agent:dct:type is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:temporal is unknown +10:03:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:dataset" belongs to package "adms-voc" based on source and target definition. +10:03:37 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:relation" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:theme is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:format is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:license is unknown +10:03:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:distribution" belongs to package "adms-voc" based on source and target definition. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.dcterms:dct:LicenseDocument:dct:type is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:downloadURL" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:foaf:page is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:type is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:wdrs:describedby". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:wdrs:describedby". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:wdrs:describedby". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:themeTaxonomy is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:spatial is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:landingPage is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:publisher is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:mediaType is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:accessURL" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:contactPoint is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:spatial is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:language is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:publisher is unknown +10:03:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.adms-voc:Asset:includedAsset" belongs to package "adms-voc" based on source and target definition. +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:language is unknown +10:03:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme" belongs to package "skos" based on source and target definition. +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:publisher is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:temporal is unknown +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:title" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:description" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:issued" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:modified" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:adms:status" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:format" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:mediaType" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:description" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:issued" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:title" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:modified" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:themeTaxonomy" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:accessURL" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:adms:supportedSchema" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Identifier:skos:notation". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Identifier:skos:notation". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Identifier:skos:notation". +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:versionNotes" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:identifier" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:type" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:next" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:prev" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:last" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:translation" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:skos:altLabel". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:skos:altLabel". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:skos:altLabel". +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:sample" since it is marked as ignored. diff --git a/report/ADMS/releases/2.00/all-adms.jsonld b/report/ADMS/releases/2.00/all-adms.jsonld index 4840cd5c6..dd4493864 100644 --- a/report/ADMS/releases/2.00/all-adms.jsonld +++ b/report/ADMS/releases/2.00/all-adms.jsonld @@ -4032,12 +4032,12 @@ }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "AssetRepository", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -4072,13 +4072,13 @@ "note": "null" }, { - "key": "ap-definition-en", - "value": "An entity (organisation) responsible for making the Catalogue available.", + "key": "uri", + "value": "http://purl.org/dc/terms/publisher", "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/publisher", + "key": "ap-definition-en", + "value": "An entity (organisation) responsible for making the Dataset available.", "note": "null" }, { @@ -4103,8 +4103,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#AssetRepository", - "EA-Name": "AssetRepository" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -4227,12 +4227,12 @@ }, "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": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "AssetRepository", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -4267,13 +4267,13 @@ "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" }, { @@ -4298,8 +4298,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://www.w3.org/ns/adms#AssetRepository", + "EA-Name": "AssetRepository" } ], "range": [ @@ -4435,12 +4435,12 @@ }, "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": "AssetRepository", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "dct:Location", "RangeData": { "EA-Name": "dct:Location", @@ -4475,13 +4475,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" }, { @@ -4506,8 +4506,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#AssetRepository", - "EA-Name": "AssetRepository" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -4541,12 +4541,12 @@ }, "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": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "AssetRepository", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:Location", "RangeData": { "EA-Name": "dct:Location", @@ -4581,13 +4581,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" }, { @@ -4612,8 +4612,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://www.w3.org/ns/adms#AssetRepository", + "EA-Name": "AssetRepository" } ], "range": [ @@ -4633,18 +4633,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "temporalCoverage", "inpackage": "UNKNOWN", - "usageNote-en": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, "label-en": { "en": "temporal coverage" }, "definition-en": { "en": "Temporal characteristics of the resource" }, - "usage": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, "definition": { "en": "Temporal characteristics of the resource" }, @@ -4653,12 +4647,12 @@ }, "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": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "AssetRepository", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:PeriodOfTime", "RangeData": { "EA-Name": "dct:PeriodOfTime", @@ -4674,18 +4668,14 @@ "definition": { "en": "Temporal characteristics of the resource" }, - "usage": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, + "usage": "", "label-en": { "en": "temporal coverage" }, "definition-en": { "en": "Temporal characteristics of the resource" }, - "usageNote-en": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", @@ -4703,12 +4693,12 @@ }, { "key": "ap-definition-en", - "value": "A temporal period that the Dataset covers.", + "value": "A temporal period that the Catalogue covers.", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal", + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution", "note": "null" }, { @@ -4722,8 +4712,8 @@ "note": "null" }, { - "key": "usageNote-en", - "value": "The time period to which the Asset applies, e.g. its validity.", + "key": "package", + "value": "DCTERMS", "note": "null" } ], @@ -4733,8 +4723,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://www.w3.org/ns/adms#AssetRepository", + "EA-Name": "AssetRepository" } ], "range": [ @@ -4754,12 +4744,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "temporalCoverage", "inpackage": "UNKNOWN", + "usageNote-en": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, "label-en": { "en": "temporal coverage" }, "definition-en": { "en": "Temporal characteristics of the resource" }, + "usage": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, "definition": { "en": "Temporal characteristics of the resource" }, @@ -4768,12 +4764,12 @@ }, "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": "AssetRepository", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "dct:PeriodOfTime", "RangeData": { "EA-Name": "dct:PeriodOfTime", @@ -4789,14 +4785,18 @@ "definition": { "en": "Temporal characteristics of the resource" }, - "usage": "", + "usage": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, "label-en": { "en": "temporal coverage" }, "definition-en": { "en": "Temporal characteristics of the resource" }, - "usageNote-en": "", + "usageNote-en": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, "equivalent": "", "subclass": "", "subclass1": "", @@ -4814,12 +4814,12 @@ }, { "key": "ap-definition-en", - "value": "A temporal period that the Catalogue covers.", + "value": "A temporal period that the Dataset covers.", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution", + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal", "note": "null" }, { @@ -4833,8 +4833,8 @@ "note": "null" }, { - "key": "package", - "value": "DCTERMS", + "key": "usageNote-en", + "value": "The time period to which the Asset applies, e.g. its validity.", "note": "null" } ], @@ -4844,8 +4844,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#AssetRepository", - "EA-Name": "AssetRepository" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -5170,12 +5170,12 @@ }, "extra": { "EA-Name": "dct:type", - "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", + "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "foaf: Agent", + "EA-Domain-Guid": "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Range": "skos:Concept", "RangeData": { "EA-Name": "skos:Concept", @@ -5216,12 +5216,7 @@ }, { "key": "ap-definition-en", - "value": "A type of the Dataset.", - "note": "null" - }, - { - "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_type", + "value": "A type of the agent that makes the Catalogue or Dataset available", "note": "null" }, { @@ -5233,6 +5228,11 @@ "key": "definition-en", "value": "The nature or genre of the resource.", "note": "null" + }, + { + "key": "package", + "value": "DCTERMS", + "note": "null" } ], "DestRoleTags": [], @@ -5241,8 +5241,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://xmlns.com/foaf/0.1/Agent", + "EA-Name": "foaf: Agent" } ], "range": [ @@ -5377,12 +5377,12 @@ }, "extra": { "EA-Name": "dct:type", - "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", + "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "foaf: Agent", - "EA-Domain-Guid": "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "skos:Concept", "RangeData": { "EA-Name": "skos:Concept", @@ -5423,7 +5423,12 @@ }, { "key": "ap-definition-en", - "value": "A type of the agent that makes the Catalogue or Dataset available", + "value": "A type of the Dataset.", + "note": "null" + }, + { + "key": "DCAT", + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_type", "note": "null" }, { @@ -5435,11 +5440,6 @@ "key": "definition-en", "value": "The nature or genre of the resource.", "note": "null" - }, - { - "key": "package", - "value": "DCTERMS", - "note": "null" } ], "DestRoleTags": [], @@ -5448,8 +5448,8 @@ "codelist": [], "domain": [ { - "uri": "http://xmlns.com/foaf/0.1/Agent", - "EA-Name": "foaf: Agent" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -8052,32 +8052,26 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "documentation", "inpackage": "UNKNOWN", - "usageNote-en": { - "en": "Links to documentation that contains information related to the Asset." - }, "label-en": { "en": "documentation" }, "definition-en": { - "en": "A page or document about this Dataset." - }, - "usage": { - "en": "Links to documentation that contains information related to the Asset." + "en": "A page or document about this Distribution." }, "definition": { - "en": "A page or document about this Dataset." + "en": "A page or document about this Distribution." }, "label": { "en": "documentation" }, "extra": { "EA-Name": "foaf:page", - "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", + "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "AssetDistribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range": "foaf:Document", "RangeData": { "EA-Name": "foaf:Document", @@ -8091,20 +8085,16 @@ "en": "documentation" }, "definition": { - "en": "A page or document about this Dataset." - }, - "usage": { - "en": "Links to documentation that contains information related to the Asset." + "en": "A page or document about this Distribution." }, + "usage": "", "label-en": { "en": "documentation" }, "definition-en": { - "en": "A page or document about this Dataset." - }, - "usageNote-en": { - "en": "Links to documentation that contains information related to the Asset." + "en": "A page or document about this Distribution." }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", @@ -8122,7 +8112,7 @@ }, { "key": "ap-definition-en", - "value": "A page or document about this Dataset.", + "value": "A page or document about this Distribution.", "note": "null" }, { @@ -8132,12 +8122,7 @@ }, { "key": "definition-en", - "value": "A page or document about this Dataset.", - "note": "null" - }, - { - "key": "usageNote-en", - "value": "Links to documentation that contains information related to the Asset.", + "value": "A page or document about this Distribution.", "note": "null" } ], @@ -8147,8 +8132,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://www.w3.org/ns/adms#AssetDistribution", + "EA-Name": "AssetDistribution" } ], "range": [ @@ -8159,33 +8144,41 @@ "uri": "http://xmlns.com/foaf/0.1/Document" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://xmlns.com/foaf/0.1/page", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "documentation", "inpackage": "UNKNOWN", + "usageNote-en": { + "en": "Links to documentation that contains information related to the Asset." + }, "label-en": { "en": "documentation" }, "definition-en": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." + }, + "usage": { + "en": "Links to documentation that contains information related to the Asset." }, "definition": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." }, "label": { "en": "documentation" }, "extra": { "EA-Name": "foaf:page", - "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", + "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "AssetDistribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "foaf:Document", "RangeData": { "EA-Name": "foaf:Document", @@ -8199,16 +8192,20 @@ "en": "documentation" }, "definition": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." + }, + "usage": { + "en": "Links to documentation that contains information related to the Asset." }, - "usage": "", "label-en": { "en": "documentation" }, "definition-en": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." + }, + "usageNote-en": { + "en": "Links to documentation that contains information related to the Asset." }, - "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", @@ -8226,7 +8223,7 @@ }, { "key": "ap-definition-en", - "value": "A page or document about this Distribution.", + "value": "A page or document about this Dataset.", "note": "null" }, { @@ -8236,7 +8233,12 @@ }, { "key": "definition-en", - "value": "A page or document about this Distribution.", + "value": "A page or document about this Dataset.", + "note": "null" + }, + { + "key": "usageNote-en", + "value": "Links to documentation that contains information related to the Asset.", "note": "null" } ], @@ -8246,8 +8248,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#AssetDistribution", - "EA-Name": "AssetDistribution" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -8258,9 +8260,7 @@ "uri": "http://xmlns.com/foaf/0.1/Document" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] } ], "name": "adms", @@ -8299,6 +8299,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/ADMS/releases/2.00", "documentcommit": "4db4a0d74c8ece65d58a6a926ee3ff1b34d2bfc6", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/ADMS/releases/2.00/translation/adms.jsonld b/report/ADMS/releases/2.00/translation/adms.jsonld index 4840cd5c6..dd4493864 100644 --- a/report/ADMS/releases/2.00/translation/adms.jsonld +++ b/report/ADMS/releases/2.00/translation/adms.jsonld @@ -4032,12 +4032,12 @@ }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "AssetRepository", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -4072,13 +4072,13 @@ "note": "null" }, { - "key": "ap-definition-en", - "value": "An entity (organisation) responsible for making the Catalogue available.", + "key": "uri", + "value": "http://purl.org/dc/terms/publisher", "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/publisher", + "key": "ap-definition-en", + "value": "An entity (organisation) responsible for making the Dataset available.", "note": "null" }, { @@ -4103,8 +4103,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#AssetRepository", - "EA-Name": "AssetRepository" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -4227,12 +4227,12 @@ }, "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": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "AssetRepository", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -4267,13 +4267,13 @@ "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" }, { @@ -4298,8 +4298,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://www.w3.org/ns/adms#AssetRepository", + "EA-Name": "AssetRepository" } ], "range": [ @@ -4435,12 +4435,12 @@ }, "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": "AssetRepository", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "dct:Location", "RangeData": { "EA-Name": "dct:Location", @@ -4475,13 +4475,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" }, { @@ -4506,8 +4506,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#AssetRepository", - "EA-Name": "AssetRepository" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -4541,12 +4541,12 @@ }, "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": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "AssetRepository", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:Location", "RangeData": { "EA-Name": "dct:Location", @@ -4581,13 +4581,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" }, { @@ -4612,8 +4612,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://www.w3.org/ns/adms#AssetRepository", + "EA-Name": "AssetRepository" } ], "range": [ @@ -4633,18 +4633,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "temporalCoverage", "inpackage": "UNKNOWN", - "usageNote-en": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, "label-en": { "en": "temporal coverage" }, "definition-en": { "en": "Temporal characteristics of the resource" }, - "usage": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, "definition": { "en": "Temporal characteristics of the resource" }, @@ -4653,12 +4647,12 @@ }, "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": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "AssetRepository", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:PeriodOfTime", "RangeData": { "EA-Name": "dct:PeriodOfTime", @@ -4674,18 +4668,14 @@ "definition": { "en": "Temporal characteristics of the resource" }, - "usage": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, + "usage": "", "label-en": { "en": "temporal coverage" }, "definition-en": { "en": "Temporal characteristics of the resource" }, - "usageNote-en": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", @@ -4703,12 +4693,12 @@ }, { "key": "ap-definition-en", - "value": "A temporal period that the Dataset covers.", + "value": "A temporal period that the Catalogue covers.", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal", + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution", "note": "null" }, { @@ -4722,8 +4712,8 @@ "note": "null" }, { - "key": "usageNote-en", - "value": "The time period to which the Asset applies, e.g. its validity.", + "key": "package", + "value": "DCTERMS", "note": "null" } ], @@ -4733,8 +4723,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://www.w3.org/ns/adms#AssetRepository", + "EA-Name": "AssetRepository" } ], "range": [ @@ -4754,12 +4744,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "temporalCoverage", "inpackage": "UNKNOWN", + "usageNote-en": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, "label-en": { "en": "temporal coverage" }, "definition-en": { "en": "Temporal characteristics of the resource" }, + "usage": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, "definition": { "en": "Temporal characteristics of the resource" }, @@ -4768,12 +4764,12 @@ }, "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": "AssetRepository", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "dct:PeriodOfTime", "RangeData": { "EA-Name": "dct:PeriodOfTime", @@ -4789,14 +4785,18 @@ "definition": { "en": "Temporal characteristics of the resource" }, - "usage": "", + "usage": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, "label-en": { "en": "temporal coverage" }, "definition-en": { "en": "Temporal characteristics of the resource" }, - "usageNote-en": "", + "usageNote-en": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, "equivalent": "", "subclass": "", "subclass1": "", @@ -4814,12 +4814,12 @@ }, { "key": "ap-definition-en", - "value": "A temporal period that the Catalogue covers.", + "value": "A temporal period that the Dataset covers.", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution", + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal", "note": "null" }, { @@ -4833,8 +4833,8 @@ "note": "null" }, { - "key": "package", - "value": "DCTERMS", + "key": "usageNote-en", + "value": "The time period to which the Asset applies, e.g. its validity.", "note": "null" } ], @@ -4844,8 +4844,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#AssetRepository", - "EA-Name": "AssetRepository" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -5170,12 +5170,12 @@ }, "extra": { "EA-Name": "dct:type", - "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", + "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "foaf: Agent", + "EA-Domain-Guid": "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Range": "skos:Concept", "RangeData": { "EA-Name": "skos:Concept", @@ -5216,12 +5216,7 @@ }, { "key": "ap-definition-en", - "value": "A type of the Dataset.", - "note": "null" - }, - { - "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_type", + "value": "A type of the agent that makes the Catalogue or Dataset available", "note": "null" }, { @@ -5233,6 +5228,11 @@ "key": "definition-en", "value": "The nature or genre of the resource.", "note": "null" + }, + { + "key": "package", + "value": "DCTERMS", + "note": "null" } ], "DestRoleTags": [], @@ -5241,8 +5241,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://xmlns.com/foaf/0.1/Agent", + "EA-Name": "foaf: Agent" } ], "range": [ @@ -5377,12 +5377,12 @@ }, "extra": { "EA-Name": "dct:type", - "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", + "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "foaf: Agent", - "EA-Domain-Guid": "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "skos:Concept", "RangeData": { "EA-Name": "skos:Concept", @@ -5423,7 +5423,12 @@ }, { "key": "ap-definition-en", - "value": "A type of the agent that makes the Catalogue or Dataset available", + "value": "A type of the Dataset.", + "note": "null" + }, + { + "key": "DCAT", + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_type", "note": "null" }, { @@ -5435,11 +5440,6 @@ "key": "definition-en", "value": "The nature or genre of the resource.", "note": "null" - }, - { - "key": "package", - "value": "DCTERMS", - "note": "null" } ], "DestRoleTags": [], @@ -5448,8 +5448,8 @@ "codelist": [], "domain": [ { - "uri": "http://xmlns.com/foaf/0.1/Agent", - "EA-Name": "foaf: Agent" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -8052,32 +8052,26 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "documentation", "inpackage": "UNKNOWN", - "usageNote-en": { - "en": "Links to documentation that contains information related to the Asset." - }, "label-en": { "en": "documentation" }, "definition-en": { - "en": "A page or document about this Dataset." - }, - "usage": { - "en": "Links to documentation that contains information related to the Asset." + "en": "A page or document about this Distribution." }, "definition": { - "en": "A page or document about this Dataset." + "en": "A page or document about this Distribution." }, "label": { "en": "documentation" }, "extra": { "EA-Name": "foaf:page", - "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", + "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "AssetDistribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range": "foaf:Document", "RangeData": { "EA-Name": "foaf:Document", @@ -8091,20 +8085,16 @@ "en": "documentation" }, "definition": { - "en": "A page or document about this Dataset." - }, - "usage": { - "en": "Links to documentation that contains information related to the Asset." + "en": "A page or document about this Distribution." }, + "usage": "", "label-en": { "en": "documentation" }, "definition-en": { - "en": "A page or document about this Dataset." - }, - "usageNote-en": { - "en": "Links to documentation that contains information related to the Asset." + "en": "A page or document about this Distribution." }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", @@ -8122,7 +8112,7 @@ }, { "key": "ap-definition-en", - "value": "A page or document about this Dataset.", + "value": "A page or document about this Distribution.", "note": "null" }, { @@ -8132,12 +8122,7 @@ }, { "key": "definition-en", - "value": "A page or document about this Dataset.", - "note": "null" - }, - { - "key": "usageNote-en", - "value": "Links to documentation that contains information related to the Asset.", + "value": "A page or document about this Distribution.", "note": "null" } ], @@ -8147,8 +8132,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Asset", - "EA-Name": "Asset" + "uri": "http://www.w3.org/ns/adms#AssetDistribution", + "EA-Name": "AssetDistribution" } ], "range": [ @@ -8159,33 +8144,41 @@ "uri": "http://xmlns.com/foaf/0.1/Document" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://xmlns.com/foaf/0.1/page", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "documentation", "inpackage": "UNKNOWN", + "usageNote-en": { + "en": "Links to documentation that contains information related to the Asset." + }, "label-en": { "en": "documentation" }, "definition-en": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." + }, + "usage": { + "en": "Links to documentation that contains information related to the Asset." }, "definition": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." }, "label": { "en": "documentation" }, "extra": { "EA-Name": "foaf:page", - "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", + "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "AssetDistribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "foaf:Document", "RangeData": { "EA-Name": "foaf:Document", @@ -8199,16 +8192,20 @@ "en": "documentation" }, "definition": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." + }, + "usage": { + "en": "Links to documentation that contains information related to the Asset." }, - "usage": "", "label-en": { "en": "documentation" }, "definition-en": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." + }, + "usageNote-en": { + "en": "Links to documentation that contains information related to the Asset." }, - "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", @@ -8226,7 +8223,7 @@ }, { "key": "ap-definition-en", - "value": "A page or document about this Distribution.", + "value": "A page or document about this Dataset.", "note": "null" }, { @@ -8236,7 +8233,12 @@ }, { "key": "definition-en", - "value": "A page or document about this Distribution.", + "value": "A page or document about this Dataset.", + "note": "null" + }, + { + "key": "usageNote-en", + "value": "Links to documentation that contains information related to the Asset.", "note": "null" } ], @@ -8246,8 +8248,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#AssetDistribution", - "EA-Name": "AssetDistribution" + "uri": "http://www.w3.org/ns/adms#Asset", + "EA-Name": "Asset" } ], "range": [ @@ -8258,9 +8260,7 @@ "uri": "http://xmlns.com/foaf/0.1/Document" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] } ], "name": "adms", @@ -8299,6 +8299,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/ADMS/releases/2.00", "documentcommit": "4db4a0d74c8ece65d58a6a926ee3ff1b34d2bfc6", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/ADMS/releases/2.00/translation/adms_de.json b/report/ADMS/releases/2.00/translation/adms_de.json index f32d21df7..fc3f24adc 100644 --- a/report/ADMS/releases/2.00/translation/adms_de.json +++ b/report/ADMS/releases/2.00/translation/adms_de.json @@ -507,7 +507,7 @@ } }, { - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "name": "publisher", "label": { "en": "publisher", @@ -531,7 +531,7 @@ } }, { - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "name": "publisher", "label": { "en": "publisher", @@ -559,7 +559,7 @@ } }, { - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "name": "spatialCoverage", "label": { "en": "spatial coverage", @@ -571,7 +571,7 @@ } }, { - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "name": "spatialCoverage", "label": { "en": "spatial coverage", @@ -583,7 +583,7 @@ } }, { - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "name": "temporalCoverage", "label": { "en": "temporal coverage", @@ -592,14 +592,10 @@ "definition": { "en": "Temporal characteristics of the resource", "de": "Enter your translation here" - }, - "usage": { - "en": "The time period to which the Asset applies, e.g. its validity.", - "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", @@ -608,6 +604,10 @@ "definition": { "en": "Temporal characteristics of the resource", "de": "Enter your translation here" + }, + "usage": { + "en": "The time period to which the Asset applies, e.g. its validity.", + "de": "Enter your translation here" } }, { @@ -651,7 +651,7 @@ } }, { - "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", + "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", "name": "type", "label": { "en": "type", @@ -675,7 +675,7 @@ } }, { - "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", + "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", "name": "type", "label": { "en": "type", @@ -1019,30 +1019,30 @@ } }, { - "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", + "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", "name": "documentation", "label": { "en": "documentation", "de": "Enter your translation here" }, "definition": { - "en": "A page or document about this Dataset.", - "de": "Enter your translation here" - }, - "usage": { - "en": "Links to documentation that contains information related to the Asset.", + "en": "A page or document about this Distribution.", "de": "Enter your translation here" } }, { - "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", + "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", "name": "documentation", "label": { "en": "documentation", "de": "Enter your translation here" }, "definition": { - "en": "A page or document about this Distribution.", + "en": "A page or document about this Dataset.", + "de": "Enter your translation here" + }, + "usage": { + "en": "Links to documentation that contains information related to the Asset.", "de": "Enter your translation here" } } diff --git a/report/ADMS/releases/2.00/translation/adms_en.json b/report/ADMS/releases/2.00/translation/adms_en.json index 4ef046a08..89d4c1ac1 100644 --- a/report/ADMS/releases/2.00/translation/adms_en.json +++ b/report/ADMS/releases/2.00/translation/adms_en.json @@ -422,7 +422,7 @@ } }, { - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "name": "publisher", "label": { "en": "publisher" @@ -442,7 +442,7 @@ } }, { - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "name": "publisher", "label": { "en": "publisher" @@ -465,7 +465,7 @@ } }, { - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "name": "spatialCoverage", "label": { "en": "spatial coverage" @@ -475,7 +475,7 @@ } }, { - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "name": "spatialCoverage", "label": { "en": "spatial coverage" @@ -485,26 +485,26 @@ } }, { - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "name": "temporalCoverage", "label": { "en": "temporal coverage" }, "definition": { "en": "Temporal characteristics of the resource" - }, - "usage": { - "en": "The time period to which the Asset applies, e.g. its validity." } }, { - "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", + "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "name": "temporalCoverage", "label": { "en": "temporal coverage" }, "definition": { "en": "Temporal characteristics of the resource" + }, + "usage": { + "en": "The time period to which the Asset applies, e.g. its validity." } }, { @@ -541,7 +541,7 @@ } }, { - "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", + "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", "name": "type", "label": { "en": "type" @@ -561,7 +561,7 @@ } }, { - "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", + "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", "name": "type", "label": { "en": "type" @@ -844,26 +844,26 @@ } }, { - "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", + "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", "name": "documentation", "label": { "en": "documentation" }, "definition": { - "en": "A page or document about this Dataset." - }, - "usage": { - "en": "Links to documentation that contains information related to the Asset." + "en": "A page or document about this Distribution." } }, { - "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", + "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", "name": "documentation", "label": { "en": "documentation" }, "definition": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." + }, + "usage": { + "en": "Links to documentation that contains information related to the Asset." } } ] diff --git a/report/ADMS/releases/2.00/translation/adms_en_merged.jsonld b/report/ADMS/releases/2.00/translation/adms_en_merged.jsonld index 3c1427330..32d4dc5c5 100644 --- a/report/ADMS/releases/2.00/translation/adms_en_merged.jsonld +++ b/report/ADMS/releases/2.00/translation/adms_en_merged.jsonld @@ -1747,7 +1747,7 @@ { "@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": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "codelist": [], "definition": { "en": "An entity responsible for making the resource available." @@ -1757,15 +1757,15 @@ }, "domain": [ { - "EA-Name": "AssetRepository", - "uri": "http://www.w3.org/ns/adms#AssetRepository" + "EA-Name": "Asset", + "uri": "http://www.w3.org/ns/adms#Asset" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "AssetRepository", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Domain": "Asset", + "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", @@ -1783,14 +1783,14 @@ "value": "publisher" }, { - "key": "ap-definition-en", + "key": "uri", "note": "null", - "value": "An entity (organisation) responsible for making the Catalogue available." + "value": "http://purl.org/dc/terms/publisher" }, { - "key": "uri", + "key": "ap-definition-en", "note": "null", - "value": "http://purl.org/dc/terms/publisher" + "value": "An entity (organisation) responsible for making the Dataset available." }, { "key": "DCAT", @@ -1944,7 +1944,7 @@ { "@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}", "codelist": [], "definition": { "en": "An entity responsible for making the resource available." @@ -1954,15 +1954,15 @@ }, "domain": [ { - "EA-Name": "Asset", - "uri": "http://www.w3.org/ns/adms#Asset" + "EA-Name": "AssetRepository", + "uri": "http://www.w3.org/ns/adms#AssetRepository" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Domain": "AssetRepository", + "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", @@ -1980,14 +1980,14 @@ "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": "DCAT", @@ -2154,7 +2154,7 @@ { "@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}", "codelist": [], "definition": { "en": "Spatial characteristics of the resource." @@ -2164,15 +2164,15 @@ }, "domain": [ { - "EA-Name": "AssetRepository", - "uri": "http://www.w3.org/ns/adms#AssetRepository" + "EA-Name": "Asset", + "uri": "http://www.w3.org/ns/adms#Asset" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "AssetRepository", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Domain": "Asset", + "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", @@ -2190,14 +2190,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": "DCAT", @@ -2261,7 +2261,7 @@ { "@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}", "codelist": [], "definition": { "en": "Spatial characteristics of the resource." @@ -2271,15 +2271,15 @@ }, "domain": [ { - "EA-Name": "Asset", - "uri": "http://www.w3.org/ns/adms#Asset" + "EA-Name": "AssetRepository", + "uri": "http://www.w3.org/ns/adms#AssetRepository" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Domain": "AssetRepository", + "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", @@ -2297,14 +2297,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": "DCAT", @@ -2368,7 +2368,7 @@ { "@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}", "codelist": [], "definition": { "en": "Temporal characteristics of the resource" @@ -2378,15 +2378,15 @@ }, "domain": [ { - "EA-Name": "Asset", - "uri": "http://www.w3.org/ns/adms#Asset" + "EA-Name": "AssetRepository", + "uri": "http://www.w3.org/ns/adms#AssetRepository" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Domain": "AssetRepository", + "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", @@ -2411,12 +2411,12 @@ { "key": "ap-definition-en", "note": "null", - "value": "A temporal period that the Dataset covers." + "value": "A temporal period that the Catalogue covers." }, { "key": "DCAT", "note": "null", - "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal" + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution" }, { "key": "label-en", @@ -2429,9 +2429,9 @@ "value": "Temporal characteristics of the resource" }, { - "key": "usageNote-en", + "key": "package", "note": "null", - "value": "The time period to which the Asset applies, e.g. its validity." + "value": "DCTERMS" } ], "Scope": "NOTHING", @@ -2454,12 +2454,8 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, - "usageNote-en": { - "en": "The time period to which the Asset applies, e.g. its validity." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], "inpackage": "UNKNOWN", @@ -2479,18 +2475,12 @@ "EA-Package": "dcterms", "uri": "http://purl.org/dc/terms/PeriodOfTime" } - ], - "usage": { - "en": "The time period to which the Asset applies, e.g. its validity." - }, - "usageNote-en": { - "en": "The time period to which the Asset applies, e.g. its validity." - } + ] }, { "@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}", "codelist": [], "definition": { "en": "Temporal characteristics of the resource" @@ -2500,15 +2490,15 @@ }, "domain": [ { - "EA-Name": "AssetRepository", - "uri": "http://www.w3.org/ns/adms#AssetRepository" + "EA-Name": "Asset", + "uri": "http://www.w3.org/ns/adms#Asset" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "AssetRepository", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", - "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", + "EA-Domain": "Asset", + "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", @@ -2533,12 +2523,12 @@ { "key": "ap-definition-en", "note": "null", - "value": "A temporal period that the Catalogue covers." + "value": "A temporal period that the Dataset covers." }, { "key": "DCAT", "note": "null", - "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution" + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal" }, { "key": "label-en", @@ -2551,9 +2541,9 @@ "value": "Temporal characteristics of the resource" }, { - "key": "package", + "key": "usageNote-en", "note": "null", - "value": "DCTERMS" + "value": "The time period to which the Asset applies, e.g. its validity." } ], "Scope": "NOTHING", @@ -2576,8 +2566,12 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, + "usageNote-en": { + "en": "The time period to which the Asset applies, e.g. its validity." + } }, "generalization": [], "inpackage": "UNKNOWN", @@ -2597,7 +2591,13 @@ "EA-Package": "dcterms", "uri": "http://purl.org/dc/terms/PeriodOfTime" } - ] + ], + "usage": { + "en": "The time period to which the Asset applies, e.g. its validity." + }, + "usageNote-en": { + "en": "The time period to which the Asset applies, e.g. its validity." + } }, { "@id": "http://purl.org/dc/terms/title", @@ -2896,7 +2896,7 @@ { "@id": "http://purl.org/dc/terms/type", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", + "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", "codelist": [], "definition": { "en": "The nature or genre of the resource." @@ -2906,15 +2906,15 @@ }, "domain": [ { - "EA-Name": "Asset", - "uri": "http://www.w3.org/ns/adms#Asset" + "EA-Name": "foaf: Agent", + "uri": "http://xmlns.com/foaf/0.1/Agent" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", - "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", + "EA-Domain": "foaf: Agent", + "EA-Domain-Guid": "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", + "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", "EA-Name": "dct:type", "EA-Package": "", "EA-Range": "skos:Concept", @@ -2939,12 +2939,7 @@ { "key": "ap-definition-en", "note": "null", - "value": "A type of the Dataset." - }, - { - "key": "DCAT", - "note": "null", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_type" + "value": "A type of the agent that makes the Catalogue or Dataset available" }, { "key": "label-en", @@ -2955,6 +2950,11 @@ "key": "definition-en", "note": "null", "value": "The nature or genre of the resource." + }, + { + "key": "package", + "note": "null", + "value": "DCTERMS" } ], "Scope": "NOTHING", @@ -3105,7 +3105,7 @@ { "@id": "http://purl.org/dc/terms/type", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", + "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", "codelist": [], "definition": { "en": "The nature or genre of the resource." @@ -3115,15 +3115,15 @@ }, "domain": [ { - "EA-Name": "foaf: Agent", - "uri": "http://xmlns.com/foaf/0.1/Agent" + "EA-Name": "Asset", + "uri": "http://www.w3.org/ns/adms#Asset" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "foaf: Agent", - "EA-Domain-Guid": "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", - "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", "EA-Name": "dct:type", "EA-Package": "", "EA-Range": "skos:Concept", @@ -3148,7 +3148,12 @@ { "key": "ap-definition-en", "note": "null", - "value": "A type of the agent that makes the Catalogue or Dataset available" + "value": "A type of the Dataset." + }, + { + "key": "DCAT", + "note": "null", + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_type" }, { "key": "label-en", @@ -3159,11 +3164,6 @@ "key": "definition-en", "note": "null", "value": "The nature or genre of the resource." - }, - { - "key": "package", - "note": "null", - "value": "DCTERMS" } ], "Scope": "NOTHING", @@ -5819,25 +5819,25 @@ { "@id": "http://xmlns.com/foaf/0.1/page", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", + "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", "codelist": [], "definition": { - "en": "A page or document about this Dataset." + "en": "A page or document about this Distribution." }, "definition-en": { - "en": "A page or document about this Dataset." + "en": "A page or document about this Distribution." }, "domain": [ { - "EA-Name": "Asset", - "uri": "http://www.w3.org/ns/adms#Asset" + "EA-Name": "AssetDistribution", + "uri": "http://www.w3.org/ns/adms#AssetDistribution" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "Asset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", - "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", + "EA-Domain": "AssetDistribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", "EA-Name": "foaf:page", "EA-Package": "", "EA-Range": "foaf:Document", @@ -5862,7 +5862,7 @@ { "key": "ap-definition-en", "note": "null", - "value": "A page or document about this Dataset." + "value": "A page or document about this Distribution." }, { "key": "label-en", @@ -5872,20 +5872,15 @@ { "key": "definition-en", "note": "null", - "value": "A page or document about this Dataset." - }, - { - "key": "usageNote-en", - "note": "null", - "value": "Links to documentation that contains information related to the Asset." + "value": "A page or document about this Distribution." } ], "Scope": "NOTHING", "definition": { - "en": "A page or document about this Dataset." + "en": "A page or document about this Distribution." }, "definition-en": { - "en": "A page or document about this Dataset." + "en": "A page or document about this Distribution." }, "derived": "false", "destRole": "null", @@ -5900,12 +5895,8 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "Links to documentation that contains information related to the Asset." - }, - "usageNote-en": { - "en": "Links to documentation that contains information related to the Asset." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], "inpackage": "UNKNOWN", @@ -5915,6 +5906,8 @@ "label-en": { "en": "documentation" }, + "maxCardinality": "*", + "minCardinality": "0", "name": "documentation", "range": [ { @@ -5923,36 +5916,30 @@ "EA-Package": "ADMS data specification", "uri": "http://xmlns.com/foaf/0.1/Document" } - ], - "usage": { - "en": "Links to documentation that contains information related to the Asset." - }, - "usageNote-en": { - "en": "Links to documentation that contains information related to the Asset." - } + ] }, { "@id": "http://xmlns.com/foaf/0.1/page", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", + "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", "codelist": [], "definition": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." }, "definition-en": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." }, "domain": [ { - "EA-Name": "AssetDistribution", - "uri": "http://www.w3.org/ns/adms#AssetDistribution" + "EA-Name": "Asset", + "uri": "http://www.w3.org/ns/adms#Asset" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "AssetDistribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", - "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", + "EA-Domain": "Asset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", "EA-Name": "foaf:page", "EA-Package": "", "EA-Range": "foaf:Document", @@ -5977,7 +5964,7 @@ { "key": "ap-definition-en", "note": "null", - "value": "A page or document about this Distribution." + "value": "A page or document about this Dataset." }, { "key": "label-en", @@ -5987,15 +5974,20 @@ { "key": "definition-en", "note": "null", - "value": "A page or document about this Distribution." + "value": "A page or document about this Dataset." + }, + { + "key": "usageNote-en", + "note": "null", + "value": "Links to documentation that contains information related to the Asset." } ], "Scope": "NOTHING", "definition": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." }, "definition-en": { - "en": "A page or document about this Distribution." + "en": "A page or document about this Dataset." }, "derived": "false", "destRole": "null", @@ -6010,8 +6002,12 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "Links to documentation that contains information related to the Asset." + }, + "usageNote-en": { + "en": "Links to documentation that contains information related to the Asset." + } }, "generalization": [], "inpackage": "UNKNOWN", @@ -6021,8 +6017,6 @@ "label-en": { "en": "documentation" }, - "maxCardinality": "*", - "minCardinality": "0", "name": "documentation", "range": [ { @@ -6031,7 +6025,13 @@ "EA-Package": "ADMS data specification", "uri": "http://xmlns.com/foaf/0.1/Document" } - ] + ], + "usage": { + "en": "Links to documentation that contains information related to the Asset." + }, + "usageNote-en": { + "en": "Links to documentation that contains information related to the Asset." + } } ], "externals": [ @@ -8368,7 +8368,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/ADMS/releases/2.00/translation/adms_fr.json b/report/ADMS/releases/2.00/translation/adms_fr.json index 7129781bb..5670684c0 100644 --- a/report/ADMS/releases/2.00/translation/adms_fr.json +++ b/report/ADMS/releases/2.00/translation/adms_fr.json @@ -507,7 +507,7 @@ } }, { - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "name": "publisher", "label": { "en": "publisher", @@ -531,7 +531,7 @@ } }, { - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "name": "publisher", "label": { "en": "publisher", @@ -559,7 +559,7 @@ } }, { - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "name": "spatialCoverage", "label": { "en": "spatial coverage", @@ -571,7 +571,7 @@ } }, { - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "name": "spatialCoverage", "label": { "en": "spatial coverage", @@ -583,7 +583,7 @@ } }, { - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "name": "temporalCoverage", "label": { "en": "temporal coverage", @@ -592,14 +592,10 @@ "definition": { "en": "Temporal characteristics of the resource", "fr": "Enter your translation here" - }, - "usage": { - "en": "The time period to which the Asset applies, e.g. its validity.", - "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", @@ -608,6 +604,10 @@ "definition": { "en": "Temporal characteristics of the resource", "fr": "Enter your translation here" + }, + "usage": { + "en": "The time period to which the Asset applies, e.g. its validity.", + "fr": "Enter your translation here" } }, { @@ -651,7 +651,7 @@ } }, { - "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", + "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", "name": "type", "label": { "en": "type", @@ -675,7 +675,7 @@ } }, { - "EA-Guid": "{493FF8DB-14F8-43fd-9343-87B3A994E701}", + "EA-Guid": "{139D2448-F2CE-4dae-99C8-CF9915409B45}", "name": "type", "label": { "en": "type", @@ -1019,30 +1019,30 @@ } }, { - "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", + "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", "name": "documentation", "label": { "en": "documentation", "fr": "Enter your translation here" }, "definition": { - "en": "A page or document about this Dataset.", - "fr": "Enter your translation here" - }, - "usage": { - "en": "Links to documentation that contains information related to the Asset.", + "en": "A page or document about this Distribution.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{66D8214F-E3A6-4677-9057-35E47BA114FC}", + "EA-Guid": "{BAF1F56A-ECFF-4f1a-A92B-9EE21B6C695B}", "name": "documentation", "label": { "en": "documentation", "fr": "Enter your translation here" }, "definition": { - "en": "A page or document about this Distribution.", + "en": "A page or document about this Dataset.", + "fr": "Enter your translation here" + }, + "usage": { + "en": "Links to documentation that contains information related to the Asset.", "fr": "Enter your translation here" } } diff --git a/report/ALL.report b/report/ALL.report index 8ab1cc8d9..a71eaab98 100644 --- a/report/ALL.report +++ b/report/ALL.report @@ -1,76 +1,4078 @@ +/tmp/workspace/src/930/release/3.0.0 +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:03:34 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:03:34 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset +10:03:34 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:03:34 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:rdfs:Literal +10:03:34 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint +10:03:34 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:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued +10:03:34 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights +10:03:34 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:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified +10:03:34 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:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language +10:03:34 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +10:03:34 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:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title +10:03:34 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:foaf: Agent:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +10:03:34 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:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters +10:03:34 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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity +10:03:34 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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights +10:03:34 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +10:03:34 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:03:34 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:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description +10:03:34 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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format +10:03:34 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo +10:03:34 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". +10:03:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:34 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.JSONLDOutputHandler - Class foaf: Agent without label, further processing this class will be incoherent +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.UriAssigner - Ignoring connector "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:distributor" since it lacks a defining package. +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:03:34 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:03:34 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:name without name, further processing this property will be incoherent +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:03:34 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:type without name, further processing this property will be incoherent +/tmp/workspace/src/ADMS/releases/2.00 +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.ADMS data specification.dcterms". +10:03:37 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): DCAT Application Profile.ADMS data specification.dcterms, DCAT Application Profile +10:03:37 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/ns/adms#): DCAT Application Profile.ADMS data specification, DCAT Application Profile.ADMS data specification.adms-voc +10:03:37 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.ADMS data specification:TemporalLiteral, DCAT Application Profile.ADMS data specification.rdfs:rdfs:Literal +10:03:37 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.ADMS data specification:xsd:nonNegativeInteger, DCAT Application Profile.ADMS data specification:xsd:hexBinary +10:03:37 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/MediaType): DCAT Application Profile.ADMS data specification.dcterms:dct:MediaType, DCAT Application Profile.ADMS data specification:dct:mediaType +10:03:37 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.ADMS data specification:foaf:Document:dct:title, DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:title, DCAT Application Profile.ADMS data specification.dcterms:dct:LicenseDocument:dct:title +10:03:37 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.ADMS data specification.adms-voc:Asset:dct:description, DCAT Application Profile.ADMS data specification.dcterms:dct:LicenseDocument:dct:description +10:03:37 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.ADMS data specification.dcterms:dct:LicenseDocument:dct:type, DCAT Application Profile.ADMS data specification:foaf: Agent:dct:type +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.ADMS data specification.adms-voc". +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AssetDistribution" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:FileFormat" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AssetRepository" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Asset" . +10:03:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:37 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:adms:status" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:foaf:page is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification:foaf: Agent:dct:type is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:temporal is unknown +10:03:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:dataset" belongs to package "adms-voc" based on source and target definition. +10:03:37 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:relation" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:theme is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:format is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:license is unknown +10:03:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:distribution" belongs to package "adms-voc" based on source and target definition. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.dcterms:dct:LicenseDocument:dct:type is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:downloadURL" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:foaf:page is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:type is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:wdrs:describedby". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:wdrs:describedby". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:wdrs:describedby". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:themeTaxonomy is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:spatial is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:landingPage is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:publisher is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:mediaType is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:accessURL" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dcat:contactPoint is unknown +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:spatial is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:language is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:publisher is unknown +10:03:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.adms-voc:Asset:includedAsset" belongs to package "adms-voc" based on source and target definition. +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:language is unknown +10:03:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme" belongs to package "skos" based on source and target definition. +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:ConceptScheme". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.skos:skos:Concept:skos:inScheme". +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:publisher is unknown +10:03:37 WARN c.g.i.o.c.Converter - Package for connector DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:temporal is unknown +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:title" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:description" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:issued" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:modified" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:adms:status" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dct:format" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetDistribution:dcat:mediaType" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:description" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:issued" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:title" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dct:modified" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:themeTaxonomy" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:dcat:accessURL" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:AssetRepository:adms:supportedSchema" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Identifier:skos:notation". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Identifier:skos:notation". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Identifier:skos:notation". +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:versionNotes" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:identifier" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:dct:type" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:next" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:prev" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:last" since it is marked as ignored. +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:translation" since it is marked as ignored. +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:skos:altLabel". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:skos:altLabel". +10:03:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.ADMS data specification.adms-voc:Asset:skos:altLabel". +10:03:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.ADMS data specification.adms-voc:Asset:adms:sample" since it is marked as ignored. +/tmp/workspace/src/BRegDCAT-AP/releases/3.0.0 +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:39 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:39 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "ignore" where only one was expected for "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier". +10:03:39 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "ignore" where only one was expected for "DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation". +10:03:39 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:03:39 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:nonNegativeInteger, DCAT Application Profile.Domain Model:xsd:hexBinary +10:03:39 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:03:39 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:39 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:39 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:39 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:39 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "cpsv:PublicService" . +10:03:40 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:03:40 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:03:40 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:03:40 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:03:40 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:cpsv:PublicService:cpsv:produces" belongs to package "Domain Model" based on source and target definition. +10:03:40 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:03:40 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:03:40 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:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcatap:applicableLegislation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued" since it is marked as ignored. +10:03:40 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:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:versionNotes" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedAttribution" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:wasGeneratedBy" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isReferencedBy" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:qualifiedRelation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:hvdCategory" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:byteSize" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:odrl:hasPolicy" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:compressFormat" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessURL" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:hvdCategory" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointURL" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointDescription" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:format" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcatap:hvdCategory" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:foaf:page" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:rights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:skos:Concept:skos:prefLabel" since it is marked as ignored. /tmp/workspace/src/Core-Business-Vocabulary/releases/2.2.0 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') -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model.DataTypes". -15:40:14 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.Domain Model.Core Public Organisation, Model.Domain Model.Core Location, Model.Domain Model.Core Person, Model.Domain Model.Core Public Event, Model.Domain Model.Core Vocabulary, Model.Domain Model.Core Business, Model.Domain Model.Core Public Service -15:40:14 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.Domain Model.DataTypes, Model.Domain Model, Model -15:40:14 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.Domain Model.Core Vocabulary:rdf:langString, Model.Domain Model.Core Vocabulary:Text -15:40:14 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.Domain Model.skos:Concept, Model.Domain Model.DataTypes:Code, Model.Domain Model.Core Vocabulary:Code -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.Domain Model.CCCEV:Requirement:name, Model.Domain Model.CCCEV:InformationConcept:name, Model.Domain Model.CCCEV:EvidenceTypeList:name, Model.Domain Model.Core Public Organisation:PublicOrganisation:preferredLabel -15:40:14 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.Domain Model.foaf:Agent:type, Model.Domain Model.Core Vocabulary:Output:type, Model.Domain Model.CCCEV:Requirement:type, Model.Domain Model.Core Public Event:PublicEvent:eventType, Model.Domain Model.CCCEV:InformationConcept:type, Model.Domain Model.Core Vocabulary:Event:type, Model.Domain Model.Core Public Service:Public Service:type -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.Domain Model.Core Vocabulary:ContactPoint:hasEmail, Model.Domain Model.Core Vocabulary:ContactInfo:email -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.Domain Model.Core Location:AdminUnit:name, Model.Domain Model.adms:Identifier:schemeName, Model.Domain Model.dct:Jurisdiction:name -15:40:14 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.Domain Model.CCCEV:ReferenceFramework:identifier, Model.Domain Model.dct:Jurisdiction:id, Model.Domain Model.CCCEV:InformationConcept:identifier, Model.Domain Model.CCCEV:EvidenceTypeList:identifier, Model.Domain Model.CCCEV:Requirement:identifier, Model.Domain Model.Core Public Event:PublicEvent:identifier, Model.Domain Model.CCCEV:EvidenceType:identifier, Model.Domain Model.Core Vocabulary:Cost:identifier, Model.Domain Model.dcat:Dataset:identifier -15:40:14 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.Domain Model.dct:LicenseDocument:description, Model.Domain Model.time:TemporalEntity:description, Model.Domain Model.Core Vocabulary:Cost:description, Model.Domain Model.Core Public Service:Participation:description, Model.Domain Model.adms:AssetRepository:description, Model.Domain Model.adms:Asset:description, Model.Domain Model.Core Vocabulary:Event:description, Model.Domain Model.Core Public Event:PublicEvent:description, Model.Domain Model.CCCEV:Requirement:description, Model.Domain Model.adms:AssetDistribution:description, Model.Domain Model.Core Vocabulary:Output:description, Model.Domain Model.CCCEV:InformationConcept:description, Model.Domain Model.org:ChangeEvent:description, Model.Domain Model.Core Public Organisation:PublicOrganisation:description, Model.Domain Model.CCCEV:EvidenceTypeList:description, Model.Domain Model.Core Public Service:Public Service:description -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.Domain Model.Core Vocabulary:ContactInfo:telephone, Model.Domain Model.Core Vocabulary:ContactPoint:hasTelephone -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.Domain Model.adms:AssetDistribution:modified, Model.Domain Model.adms:AssetRepository:modified, Model.Domain Model.adms:Asset:modified -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.Domain Model.adms:AssetRepository:issued, Model.Domain Model.adms:Asset:issued, Model.Domain Model.adms:Identifier:dateOfIssue, Model.Domain Model.adms:AssetDistribution:issued -15:40:14 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.Domain Model.adms:Asset:language, Model.Domain Model.Core Public Event:PublicEvent:language -15:40:14 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.Domain Model.foaf:Agent:name, Model.Domain Model.Core Public Service:Public Service:name, Model.Domain Model.adms:AssetRepository:title, Model.Domain Model.Core Public Event:PublicEvent:title, Model.Domain Model.adms:AssetDistribution:title, Model.Domain Model.Core Vocabulary:Output:name, Model.Domain Model.dct:LicenseDocument:title, Model.Domain Model.adms:Asset:title -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.Domain Model.adms:AssetRepository:accessURL, Model.Domain Model.adms:AssetDistribution:accessURL -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.Domain Model.Core Vocabulary:Cost:value, Model.Domain Model.CCCEV:SupportedValue:value -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.Domain Model.dct:Agent:name, Model.Domain Model.Core Person:Person:fullName, Model.Domain Model.foaf:Group:name, Model.Domain Model.Core Vocabulary:Event:name -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.Domain Model.dct:Agent:identifier, Model.Domain Model.Core Vocabulary:Event:identifier, Model.Domain Model.Core Public Service:Participation:identifier -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.Domain Model.adms:Asset:alternativeLabel, Model.Domain Model.Core Public Organisation:PublicOrganisation:alternativeLabel -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.Domain Model.Core Business:LegalEntity:alternativeName, Model.Domain Model.Core Person:Person:alternativeName -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Business". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Business". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Business". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Business". -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . -15:40:14 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . -15:40:14 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Date" . -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". -15:40:14 WARN c.g.i.o.c.JSONLDOutputHandler - Class Date without label, further processing this class will be incoherent -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.foaf:Agent:memberOf is unknown -15:40:14 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.org:Organization:hasMember is unknown -15:40:14 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. -15:40:14 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. -15:40:14 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. -15:40:14 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. -15:40:14 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.foaf:Agent:headOf is unknown -15:40:14 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalFormType": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. -15:40:14 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalEntityStatus": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. -15:40:14 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalEntityActivity": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. -15:40:14 WARN c.g.i.o.c.Converter - Element registrationDate has same prefix as package: simplify by removing the extra tag uri -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". -15:40:14 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -15:40:14 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -15:40:14 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri -15:40:14 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.foaf:Agent:type": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model.DataTypes". +10:03:42 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.Domain Model.Core Public Organisation, Model.Domain Model.Core Location, Model.Domain Model.Core Vocabulary, Model.Domain Model.Core Public Event, Model.Domain Model.Core Business, Model.Domain Model.Core Person, Model.Domain Model.Core Public Service +10:03:42 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.Domain Model, Model, Model.Domain Model.DataTypes +10:03:42 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.Domain Model.DataTypes:Code, Model.Domain Model.skos:Concept, Model.Domain Model.Core Vocabulary:Code +10:03:42 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.Domain Model.Core Vocabulary:rdf:langString, Model.Domain Model.Core Vocabulary:Text +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.Domain Model.Core Vocabulary:ContactInfo:email, Model.Domain Model.Core Vocabulary:ContactPoint:hasEmail +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.Domain Model.adms:AssetDistribution:accessURL, Model.Domain Model.adms:AssetRepository:accessURL +10:03:42 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.Domain Model.Core Vocabulary:Output:type, Model.Domain Model.Core Vocabulary:Event:type, Model.Domain Model.Core Public Service:Public Service:type, Model.Domain Model.CCCEV:Requirement:type, Model.Domain Model.foaf:Agent:type, Model.Domain Model.Core Public Event:PublicEvent:eventType, Model.Domain Model.CCCEV:InformationConcept:type +10:03:42 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.Domain Model.adms:AssetRepository:title, Model.Domain Model.Core Public Service:Public Service:name, Model.Domain Model.foaf:Agent:name, Model.Domain Model.dct:LicenseDocument:title, Model.Domain Model.Core Public Event:PublicEvent:title, Model.Domain Model.adms:Asset:title, Model.Domain Model.Core Vocabulary:Output:name, Model.Domain Model.adms:AssetDistribution:title +10:03:42 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.Domain Model.Core Public Event:PublicEvent:identifier, Model.Domain Model.Core Vocabulary:Cost:identifier, Model.Domain Model.CCCEV:ReferenceFramework:identifier, Model.Domain Model.dct:Jurisdiction:id, Model.Domain Model.CCCEV:InformationConcept:identifier, Model.Domain Model.dcat:Dataset:identifier, Model.Domain Model.CCCEV:EvidenceType:identifier, Model.Domain Model.CCCEV:Requirement:identifier, Model.Domain Model.CCCEV:EvidenceTypeList:identifier +10:03:42 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.Domain Model.adms:Asset:description, Model.Domain Model.Core Public Event:PublicEvent:description, Model.Domain Model.adms:AssetRepository:description, Model.Domain Model.Core Vocabulary:Output:description, Model.Domain Model.CCCEV:EvidenceTypeList:description, Model.Domain Model.CCCEV:Requirement:description, Model.Domain Model.adms:AssetDistribution:description, Model.Domain Model.Core Public Service:Public Service:description, Model.Domain Model.Core Vocabulary:Cost:description, Model.Domain Model.dct:LicenseDocument:description, Model.Domain Model.Core Public Service:Participation:description, Model.Domain Model.org:ChangeEvent:description, Model.Domain Model.CCCEV:InformationConcept:description, Model.Domain Model.Core Public Organisation:PublicOrganisation:description, Model.Domain Model.time:TemporalEntity:description, Model.Domain Model.Core Vocabulary:Event:description +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.Domain Model.Core Vocabulary:Cost:value, Model.Domain Model.CCCEV:SupportedValue:value +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.Domain Model.dct:Agent:identifier, Model.Domain Model.Core Vocabulary:Event:identifier, Model.Domain Model.Core Public Service:Participation:identifier +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.Domain Model.adms:Identifier:schemeName, Model.Domain Model.Core Location:AdminUnit:name, Model.Domain Model.dct:Jurisdiction:name +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.Domain Model.adms:AssetDistribution:modified, Model.Domain Model.adms:AssetRepository:modified, Model.Domain Model.adms:Asset:modified +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.Domain Model.adms:Asset:alternativeLabel, Model.Domain Model.Core Public Organisation:PublicOrganisation:alternativeLabel +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.Domain Model.Core Vocabulary:ContactInfo:telephone, Model.Domain Model.Core Vocabulary:ContactPoint:hasTelephone +10:03:42 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.Domain Model.Core Public Event:PublicEvent:language, Model.Domain Model.adms:Asset:language +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.Domain Model.adms:Asset:issued, Model.Domain Model.adms:AssetDistribution:issued, Model.Domain Model.adms:Identifier:dateOfIssue, Model.Domain Model.adms:AssetRepository:issued +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.Domain Model.Core Vocabulary:Event:name, Model.Domain Model.foaf:Group:name, Model.Domain Model.dct:Agent:name, Model.Domain Model.Core Person:Person:fullName +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.Domain Model.CCCEV:Requirement:name, Model.Domain Model.Core Public Organisation:PublicOrganisation:preferredLabel, Model.Domain Model.CCCEV:EvidenceTypeList:name, Model.Domain Model.CCCEV:InformationConcept:name +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.Domain Model.Core Business:LegalEntity:alternativeName, Model.Domain Model.Core Person:Person:alternativeName +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Business". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Business". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Business". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Business". +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . +10:03:42 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:03:42 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Date" . +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:42 WARN c.g.i.o.c.JSONLDOutputHandler - Class Date without label, further processing this class will be incoherent +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "URI" . +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.foaf:Agent:memberOf is unknown +10:03:42 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.org:Organization:hasMember is unknown +10:03:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. +10:03:42 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. +10:03:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.foaf:Agent:headOf is unknown +10:03:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:03:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalFormType": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalEntityStatus": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalEntityActivity": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:42 WARN c.g.i.o.c.Converter - Element registrationDate has same prefix as package: simplify by removing the extra tag uri +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:42 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:03:42 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:03:42 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:03:42 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.Domain Model.Core Vocabulary:ContactPoint:contactPage". +10:03:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.foaf:Agent:type": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +/tmp/workspace/src/Core-Location-Vocabulary/releases/2.1.0 +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model.DataTypes". +10:03:45 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.Domain Model, Model.Domain Model.DataTypes +10:03:45 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.Domain Model.Core Business, Model.Domain Model.Core Vocabulary, Model.Domain Model.Core Public Service, Model.Domain Model.Core Public Event, Model.Domain Model.Core Person, Model.Domain Model.Core Location, Model.Domain Model.Core Public Organisation +10:03:45 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.Domain Model.skos:Concept, Model.Domain Model.DataTypes:Code, Model.Domain Model.Core Vocabulary:Code +10:03:45 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.Domain Model.Core Vocabulary:rdf:langString, Model.Domain Model.Core Vocabulary:Text +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.Domain Model.adms:AssetDistribution:accessURL, Model.Domain Model.adms:AssetRepository:accessURL +10:03:45 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.Domain Model.CCCEV:InformationConcept:identifier, Model.Domain Model.dct:Jurisdiction:id, Model.Domain Model.CCCEV:ReferenceFramework:identifier, Model.Domain Model.Core Public Event:PublicEvent:identifier, Model.Domain Model.CCCEV:Requirement:identifier, Model.Domain Model.CCCEV:EvidenceTypeList:identifier, Model.Domain Model.dcat:Dataset:identifier, Model.Domain Model.CCCEV:EvidenceType:identifier, Model.Domain Model.Core Vocabulary:Cost:identifier +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.Domain Model.CCCEV:InformationConcept:name, Model.Domain Model.Core Public Organisation:PublicOrganisation:preferredLabel, Model.Domain Model.CCCEV:EvidenceTypeList:name, Model.Domain Model.CCCEV:Requirement:name +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.Domain Model.Core Vocabulary:ContactInfo:telephone, Model.Domain Model.Core Vocabulary:ContactPoint:hasTelephone +10:03:45 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.Domain Model.foaf:Agent:type, Model.Domain Model.CCCEV:InformationConcept:type, Model.Domain Model.CCCEV:Requirement:type, Model.Domain Model.Core Vocabulary:Output:type, Model.Domain Model.Core Public Event:PublicEvent:eventType, Model.Domain Model.Core Vocabulary:Event:type, Model.Domain Model.Core Public Service:Public Service:type +10:03:45 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.Domain Model.adms:AssetDistribution:title, Model.Domain Model.Core Vocabulary:Output:name, Model.Domain Model.adms:AssetRepository:title, Model.Domain Model.Core Public Service:Public Service:name, Model.Domain Model.foaf:Agent:name, Model.Domain Model.dct:LicenseDocument:title, Model.Domain Model.adms:Asset:title, Model.Domain Model.Core Public Event:PublicEvent:title +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.Domain Model.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.Domain Model.adms:Asset:alternativeLabel +10:03:45 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.Domain Model.Core Public Organisation:PublicOrganisation:description, Model.Domain Model.Core Vocabulary:Event:description, Model.Domain Model.Core Vocabulary:Cost:description, Model.Domain Model.org:ChangeEvent:description, Model.Domain Model.CCCEV:InformationConcept:description, Model.Domain Model.Core Public Service:Public Service:description, Model.Domain Model.Core Public Event:PublicEvent:description, Model.Domain Model.adms:AssetRepository:description, Model.Domain Model.adms:Asset:description, Model.Domain Model.Core Public Service:Participation:description, Model.Domain Model.dct:LicenseDocument:description, Model.Domain Model.CCCEV:EvidenceTypeList:description, Model.Domain Model.adms:AssetDistribution:description, Model.Domain Model.Core Vocabulary:Output:description, Model.Domain Model.CCCEV:Requirement:description, Model.Domain Model.time:TemporalEntity:description +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.Domain Model.Core Location:AdminUnit:name, Model.Domain Model.adms:Identifier:schemeName, Model.Domain Model.dct:Jurisdiction:name +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.Domain Model.dct:Agent:identifier, Model.Domain Model.Core Public Service:Participation:identifier, Model.Domain Model.Core Vocabulary:Event:identifier +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.Domain Model.Core Person:Person:fullName, Model.Domain Model.foaf:Group:name, Model.Domain Model.Core Vocabulary:Event:name, Model.Domain Model.dct:Agent:name +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.Domain Model.adms:Asset:issued, Model.Domain Model.adms:AssetRepository:issued, Model.Domain Model.adms:Identifier:dateOfIssue, Model.Domain Model.adms:AssetDistribution:issued +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.Domain Model.Core Vocabulary:ContactInfo:email, Model.Domain Model.Core Vocabulary:ContactPoint:hasEmail +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.Domain Model.Core Vocabulary:Cost:value, Model.Domain Model.CCCEV:SupportedValue:value +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.Domain Model.adms:AssetDistribution:modified, Model.Domain Model.adms:Asset:modified, Model.Domain Model.adms:AssetRepository:modified +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.Domain Model.Core Business:LegalEntity:alternativeName, Model.Domain Model.Core Person:Person:alternativeName +10:03:45 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.Domain Model.Core Public Event:PublicEvent:language, Model.Domain Model.adms:Asset:language +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Location". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Location". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Location". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Location". +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:03:45 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "String" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "URI" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LocatorDesignator" . +10:03:45 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:03:45 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:03:45 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:(Address -> LocatorDesignator)" belongs to package "Core Location" based on source and target definition. +10:03:45 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Location:Address:(Address -> LocatorDesignator)" does not have a name, it will be ignored. +10:03:45 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:hasLocatorDesignator" belongs to package "Core Location" based on source and target definition. +10:03:45 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:03:45 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:03:45 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:03:45 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:03:45 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:45 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:03:45 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:03:45 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:Geometry:geometryType": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:45 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri +10:03:45 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:AdminUnit:level": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:45 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri +10:03:45 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:AdminUnit:code": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:45 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:LocatorDesignator:type": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +/tmp/workspace/src/Core-Person-Vocabulary/releases/2.1.1 +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model.DataTypes". +10:03:47 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.Domain Model.Core Public Service, Model.Domain Model.Core Vocabulary, Model.Domain Model.Core Public Event, Model.Domain Model.Core Person, Model.Domain Model.Core Location, Model.Domain Model.Core Public Organisation, Model.Domain Model.Core Business +10:03:47 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.Domain Model, Model.Domain Model.DataTypes, Model +10:03:47 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.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code, Model.Domain Model.skos:Concept +10:03:47 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.Domain Model.Core Vocabulary:rdf:langString, Model.Domain Model.Core Vocabulary:Text +10:03:47 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.Domain Model.CCCEV:InformationConcept:type, Model.Domain Model.foaf:Agent:type, Model.Domain Model.Core Public Event:PublicEvent:eventType, Model.Domain Model.CCCEV:Requirement:type, Model.Domain Model.Core Public Service:Public Service:type, Model.Domain Model.Core Vocabulary:Output:type, Model.Domain Model.Core Vocabulary:Event:type +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.Domain Model.foaf:Group:name, Model.Domain Model.dct:Agent:name, Model.Domain Model.Core Person:Person:fullName, Model.Domain Model.Core Vocabulary:Event:name +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.Domain Model.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.Domain Model.adms:Asset:alternativeLabel +10:03:47 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.Domain Model.Core Public Event:PublicEvent:language, Model.Domain Model.adms:Asset:language +10:03:47 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.Domain Model.Core Public Event:PublicEvent:title, Model.Domain Model.adms:AssetDistribution:title, Model.Domain Model.adms:AssetRepository:title, Model.Domain Model.Core Public Service:Public Service:name, Model.Domain Model.adms:Asset:title, Model.Domain Model.foaf:Agent:name, Model.Domain Model.Core Vocabulary:Output:name, Model.Domain Model.dct:LicenseDocument:title +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.Domain Model.adms:Identifier:dateOfIssue, Model.Domain Model.adms:AssetDistribution:issued, Model.Domain Model.adms:Asset:issued, Model.Domain Model.adms:AssetRepository:issued +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.Domain Model.adms:AssetRepository:modified, Model.Domain Model.adms:Asset:modified, Model.Domain Model.adms:AssetDistribution:modified +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.Domain Model.Core Vocabulary:Cost:value, Model.Domain Model.CCCEV:SupportedValue:value +10:03:47 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.Domain Model.CCCEV:ReferenceFramework:identifier, Model.Domain Model.CCCEV:EvidenceType:identifier, Model.Domain Model.dcat:Dataset:identifier, Model.Domain Model.Core Public Event:PublicEvent:identifier, Model.Domain Model.Core Vocabulary:Cost:identifier, Model.Domain Model.CCCEV:Requirement:identifier, Model.Domain Model.CCCEV:EvidenceTypeList:identifier, Model.Domain Model.CCCEV:InformationConcept:identifier, Model.Domain Model.dct:Jurisdiction:id +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.Domain Model.Core Vocabulary:ContactPoint:hasEmail, Model.Domain Model.Core Vocabulary:ContactInfo:email +10:03:47 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.Domain Model.Core Public Organisation:PublicOrganisation:description, Model.Domain Model.adms:AssetDistribution:description, Model.Domain Model.Core Vocabulary:Output:description, Model.Domain Model.adms:Asset:description, Model.Domain Model.CCCEV:Requirement:description, Model.Domain Model.Core Public Service:Participation:description, Model.Domain Model.Core Vocabulary:Cost:description, Model.Domain Model.time:TemporalEntity:description, Model.Domain Model.CCCEV:EvidenceTypeList:description, Model.Domain Model.Core Public Event:PublicEvent:description, Model.Domain Model.Core Public Service:Public Service:description, Model.Domain Model.dct:LicenseDocument:description, Model.Domain Model.Core Vocabulary:Event:description, Model.Domain Model.CCCEV:InformationConcept:description, Model.Domain Model.adms:AssetRepository:description, Model.Domain Model.org:ChangeEvent:description +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.Domain Model.Core Vocabulary:Event:identifier, Model.Domain Model.dct:Agent:identifier, Model.Domain Model.Core Public Service:Participation:identifier +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.Domain Model.adms:AssetDistribution:accessURL, Model.Domain Model.adms:AssetRepository:accessURL +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.Domain Model.dct:Jurisdiction:name, Model.Domain Model.Core Location:AdminUnit:name, Model.Domain Model.adms:Identifier:schemeName +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.Domain Model.CCCEV:Requirement:name, Model.Domain Model.Core Public Organisation:PublicOrganisation:preferredLabel, Model.Domain Model.CCCEV:InformationConcept:name, Model.Domain Model.CCCEV:EvidenceTypeList:name +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.Domain Model.Core Vocabulary:ContactInfo:telephone, Model.Domain Model.Core Vocabulary:ContactPoint:hasTelephone +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.Domain Model.Core Person:Person:alternativeName, Model.Domain Model.Core Business:LegalEntity:alternativeName +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Person". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Person". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Person". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Person". +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:03:47 WARN c.g.i.o.c.Converter - Element GenericDate has same prefix as package: simplify by removing the extra tag uri +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . +10:03:47 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "URI" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Date" . +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:47 WARN c.g.i.o.c.JSONLDOutputHandler - Class Date without label, further processing this class will be incoherent +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.adms:Identifier:identifies is unknown +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.adms:Identifier:issuingAuthorityURI is unknown +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Person:Person:gender": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:47 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Person:Person:sex": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:47 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.foaf:Agent:type": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:47 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.Domain Model.Core Vocabulary:ContactPoint:contactPage". +/tmp/workspace/src/DCAT-AP/releases/2.2.0 +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:03:50 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 +10:03:50 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:03:50 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:nonNegativeInteger, DCAT Application Profile.Domain Model:xsd:hexBinary +10:03:50 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:03:50 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:03:50 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:Distribution:foaf:page +10:03:50 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:Catalog:dct:title, DCAT Application Profile.Domain Model:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:dcat:Dataset:dct:title +10:03:50 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:03:50 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 +10:03:50 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:03:50 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:Catalog:dct:description, DCAT Application Profile.Domain Model:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model:dcat:Dataset:dct:description +10:03:50 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:Distribution:dct:modified, DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified +10:03:50 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:Catalog:dct:issued, DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued +10:03:50 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo +10:03:50 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:Distribution:dct:language, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model:dcat:Dataset:dct:language +10:03:50 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:03:50 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:03:50 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:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type +10:03:50 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:03:50 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Frequency" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "adms:Identifier" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "spdx:Checksum" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:ProvenanceStatement" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Relationship" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Role" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TimeInstant" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChecksumAlgorithm" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:hexBinary" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:decimal" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:duration" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Activity" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaTypeOrExtent" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:mediaType" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:dateTime" . +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:dateTime". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:dateTime". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:dateTime". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Attribution" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "locn:Geometry" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:nonNegativeInteger" . +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:nonNegativeInteger". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:nonNegativeInteger". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:nonNegativeInteger". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "odrl:Policy" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +10:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" belongs to package "Domain Model" based on source and target definition. +10:03:50 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:03:50 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:03:50 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:03:50 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:03:50 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isVersionOf" belongs to package "Domain Model" based on source and target definition. +10:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:hasVersion" belongs to package "Domain Model" based on source and target definition. +10:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. +/tmp/workspace/src/DCAT-AP/releases/3.0.0 +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:52 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:52 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:03:52 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 +10:03:52 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:03:52 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:03:52 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries +10:03:52 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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:accrualPeriodicity +10:03:52 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:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model:dcat:DatasetSeries: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:Dataset:dct:title, DCAT Application Profile.Domain Model:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:dcat:Catalog:dct:title +10:03:52 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:03:52 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:Distribution:dct:description, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description +10:03:52 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 +10:03:52 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:CatalogRecord:dct:language, DCAT Application Profile.Domain Model:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model:dcat:Distribution:dct:language +10:03:52 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo +10:03:52 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:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution +10:03:52 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 +10:03:52 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/applicableLegislation): DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Catalog:dcatap:applicableLegisLation, DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation +10:03:52 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:Catalog:dct:issued, DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued +10:03:52 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:Distribution:foaf:page, DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page +10:03:52 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:Distribution:dct:modified, DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified +10:03:52 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type +10:03:52 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:03:52 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:03:52 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 +10:03:52 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:03:52 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:52 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:52 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:52 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Frequency" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "adms:Identifier" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "spdx:Checksum" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:ProvenanceStatement" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Relationship" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Role" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TimeInstant" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChecksumAlgorithm" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:hexBinary" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:decimal" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:duration" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Activity" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaTypeOrExtent" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:mediaType" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:dateTime" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Attribution" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "locn:Geometry" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:nonNegativeInteger" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "odrl:Policy" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "DatasetInSeries" . +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DatasetSeries" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:isVersionOf" belongs to package "Domain Model" based on source and target definition. +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcat:first" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcat:last" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:DatasetInSeries:dcat:prev" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:DatasetInSeries:dcat:next" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcat:seriesMember" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:DatasetInSeries:dcat:inSeries" belongs to package "Domain Model" based on source and target definition. +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:owl:versionInfo" since it is marked as ignored. +/tmp/workspace/src/doc/application-profile/af-ap +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:55 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:55 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.AF-AP.align:Cell:description, Model.AF-AP.align:Alignment:description +10:03:55 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Cell" . +10:03:55 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Alignment" . +10:03:55 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.AF-AP.align:Alignment:(Alignment -> Cell)" belongs to package "align" based on source and target definition. +10:03:55 WARN c.g.i.o.c.UriAssigner - Connector "Model.AF-AP.align:Alignment:(Alignment -> Cell)" does not have a name, it will be ignored. +10:03:55 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.AF-AP.align:Alignment:map" belongs to package "align" based on source and target definition. +/tmp/workspace/src/doc/application-profile/cpsv-ap +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.DataTypes". +10:03:58 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies.DataTypes, Model +10:03:58 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.skos:Concept, Model.ISA Core Vocabularies.DataTypes:Code +10:03:58 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.cv:Output:identifier, Model.ISA Core Vocabularies.dcat:Dataset:identifier, Model.ISA Core Vocabularies.cv:Cost:identifier, Model.ISA Core Vocabularies.foaf:Agent:identifier, Model.ISA Core Vocabularies.cpsv:Rule:identifier, Model.ISA Core Vocabularies.cv:Evidence:identifier, Model.ISA Core Vocabularies.cv:Participation:identifier, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:identifier, Model.ISA Core Vocabularies.cv:Event:identifier, Model.ISA Core Vocabularies.cv:EvidenceType:identifier, Model.ISA Core Vocabularies.cv:Channel:identifier, Model.ISA Core Vocabularies.cpsv:PublicService:identifier, Model.ISA Core Vocabularies.cv:Requirement:identifier +10:03:58 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.cpsv:PublicService:spatial, Model.ISA Core Vocabularies.cv:PublicOrganisation:spatial +10:03:58 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.cv:Evidence:language, Model.ISA Core Vocabularies.cpsv:Rule:language, Model.ISA Core Vocabularies.cv:Output:language, Model.ISA Core Vocabularies.cpsv:PublicService:language +10:03:58 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.cpsv:Rule:description, Model.ISA Core Vocabularies.cv:Participation:description, Model.ISA Core Vocabularies.cv:Evidence:description, Model.ISA Core Vocabularies.cv:Output:description, Model.ISA Core Vocabularies.cv:Channel:description, Model.ISA Core Vocabularies.time:TemporalEntity:description, Model.ISA Core Vocabularies.dcat:Dataset:description, Model.ISA Core Vocabularies.cpsv:PublicService:description, Model.ISA Core Vocabularies.cv:Event:description, Model.ISA Core Vocabularies.cv:Cost:description, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:description +10:03:58 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.cv:Output:name, Model.ISA Core Vocabularies.cv:Requirement:name, Model.ISA Core Vocabularies.cv:Evidence:name, Model.ISA Core Vocabularies.foaf:Agent:name, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:name, Model.ISA Core Vocabularies.dcat:Dataset:title, Model.ISA Core Vocabularies.cpsv:Rule:name, Model.ISA Core Vocabularies.cv:Event:name, Model.ISA Core Vocabularies.cpsv:PublicService:name +10:03:58 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.cv:Channel:processingTime, Model.ISA Core Vocabularies.cpsv:PublicService:processingTime +10:03:58 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:Channel:type, Model.ISA Core Vocabularies.cpsv:PublicService:functionsOfGovernment, Model.ISA Core Vocabularies.cv:Event:type, Model.ISA Core Vocabularies.cv:Evidence:type, Model.ISA Core Vocabularies.cpsv:Rule:type, Model.ISA Core Vocabularies.cv:Requirement:type, Model.ISA Core Vocabularies.cv:Output:type +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicService" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Rule" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalResource" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Output" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Channel" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Cost" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BusinessEvent" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LifeEvent" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Concept" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Collection" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ServiceConcessionContract" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ConcessionContract" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Rule)" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Rule)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:follows" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Cost)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasCost is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Event:(Event -> PublicService)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Event:hasRelatedService is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.skos:Collection:(Collection -> Concept)" belongs to package "skos" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.skos:Collection:(Collection -> Concept)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.skos:Collection:member" belongs to package "skos" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:related" belongs to package "cpsv" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Evidence:(Evidence -> EvidenceType)" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Evidence:isConformantTo" belongs to package "cv" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Cost:(Cost -> Channel)" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:Cost:(Cost -> Channel)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Cost:ifAccessedThrough" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> LegalResource)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasLegalResource is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Requirement)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:holdsRequirement is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:Rule:(Rule -> LegalResource)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:Rule:implements is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Output)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:produces is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ContactPoint:availabilityRestriction is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Event)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:isGroupedBy is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> Organization)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Channel:ownedBy is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicOrganisation)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasCompetentAuthority is unknown +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.dcat:Dataset:hasPart is unknown +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:isDescribedAt is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> ContactPoint)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:contactPoint is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Requirement:(Requirement -> Rule)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Requirement:fulfils is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Cost:(Cost -> Organization)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Cost:isDefinedBy is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.eli:LegalResource:(LegalResource -> LegalResource)" belongs to package "eli" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.eli:LegalResource:(LegalResource -> LegalResource)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.eli:LegalResource:related" belongs to package "eli" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ContactPoint:openingHours is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Requirement:hasSupportingEvidence" belongs to package "cv" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Evidence:supportsRequirement" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.foaf:Agent:address is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:requires" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Participation)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasParticipation is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.dcat:Dataset:(Dataset -> Agent)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.dcat:Dataset:publisher is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> TemporalEntity)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Channel:openingHours is unknown +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Participation:hasParticipant is unknown +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.foaf:Agent:participates is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Channel)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasChannel is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> LegalResource)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ServiceConcessionContract:establishedUnder is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> Organization)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ServiceConcessionContract:hasEconomicOperator is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> Evidence)" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> Evidence)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Channel:hasInput" belongs to package "cv" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> PublicOrganisation)" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> PublicOrganisation)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:hasContractingAuthority" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> EvidenceType)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasInputType is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> TemporalEntity)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Channel:availabilityRestriction is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Evidence)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasInput is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Concept)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:isClassifiedBy is unknown +/tmp/workspace/src/doc/application-profile/ev-ap +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:01 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:01 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.EV-AP.DataTypes". +10:04:01 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.EV-AP.Core Business, Model.EV-AP.Core Person, Model.EV-AP.ev, Model.EV-AP.Core Location, Model.EV-AP.Core Vocabulary +10:04:01 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.EV-AP.DataTypes +10:04:01 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#date): Model.EV-AP.Core Vocabulary:Date, Model.EV-AP.xsd:date +10:04:01 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.EV-AP.skos:Concept, Model.EV-AP.Core Vocabulary:Code, Model.EV-AP.skos:Code, Model.EV-AP.DataTypes:Code +10:04:01 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#integer): Model.EV-AP.Core Vocabulary:Integer, Model.EV-AP.xsd:integer +10:04:01 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.EV-AP.Core Vocabulary:Output:description, Model.EV-AP.Core Vocabulary:Cost:description, Model.EV-AP.org:ChangeEvent:description, Model.EV-AP.Core Vocabulary:Event:description +10:04:01 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.EV-AP.Core Vocabulary:ContactPoint:hasEmail, Model.EV-AP.Core Vocabulary:ContactInfo:email +10:04:01 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.EV-AP.Core Vocabulary:ContactInfo:telephone, Model.EV-AP.Core Vocabulary:ContactPoint:hasTelephone +10:04:01 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.EV-AP.foaf:Agent:identifier, Model.EV-AP.auto-vp:VehiclePart:identifier, Model.EV-AP.Core Vocabulary:Cost:identifier +10:04:01 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.EV-AP.Core Vocabulary:Output:name, Model.EV-AP.foaf:Agent:name, Model.EV-AP.foaf:Group:name +10:04:01 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.EV-AP.Core Vocabulary:Event:type, Model.EV-AP.Core Vocabulary:Output:type +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ElectricCar" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryDevice" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EVChargingStation" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehiclePart" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "QuantityValue" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatteryManagement" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehicleSensor" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatterySensor" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryMeasurement" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "CarManufacturer" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:VehiclePart:isPartOf is unknown +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:hasPart is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalCapacity is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Address)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmTransportation:EVChargingStation:address is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> Geometry)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfHealth is unknown +10:04:01 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" belongs to package "ev" based on source and target definition. +10:04:01 WARN c.g.i.o.c.UriAssigner - Connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" does not have a name, it will be ignored. +10:04:01 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:hasManufacturer" belongs to package "ev" based on source and target definition. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> BatteryManagement)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:reports is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> EVChargingStation)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:chargedAt is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:BatteryManagement:(BatteryManagement -> StorageBatteryMeasurement)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:BatteryManagement:generates is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalVoltage is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> Geometry)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Geometry)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:VehiclePart:(VehiclePart -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfCharge is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> StorageBatteryDevice)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:pluggedTo is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ElectricCar)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +/tmp/workspace/src/doc/core-vocabulary/cccev +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ExternalVocabularies with id 179 and objectid 179 +10:04:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +10:04:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ApplicationProfile_SDG with id 216 and objectid 216 +10:04:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.foaf". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.dcat". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_SDGexample". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_eProcurementExample". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG.AP_SDG". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.Adms". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CoreLocation". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_criminalExample". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CorePerson". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.org". +10:04:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): ExternalVocabularies.foaf, ExternalVocabularies, ApplicationProfile_SDG.AP_SDG, CCCEV.CCCEV.CCCEV_eProcurementExample, CCCEV.CCCEV.CCCEV_SDGexample, ExternalVocabularies.CorePerson, ExternalVocabularies.CoreLocation, CCCEV.CCCEV.CCCEV_criminalExample, ExternalVocabularies.org, ApplicationProfile_SDG, CCCEV, ExternalVocabularies.Adms, ExternalVocabularies.dcat +10:04:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): CCCEV.CCCEV:Requirement:type, CCCEV.CCCEV:InformationConcept:type +10:04:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): CCCEV.CCCEV:EvidenceTypeList:name, CCCEV.CCCEV:Requirement:name, CCCEV.CCCEV:InformationConcept:name +10:04:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): CCCEV.CCCEV:Requirement:description, CCCEV.CCCEV:EvidenceTypeList:description, CCCEV.CCCEV:InformationConcept:description +10:04:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): CCCEV.CCCEV:EvidenceType:identifier, CCCEV.CCCEV:InformationConcept:identifier, CCCEV.CCCEV:EvidenceTypeList:identifier, ExternalVocabularies.dcat:Dataset:identifier, CCCEV.CCCEV:ReferenceFramework:identifier, CCCEV.CCCEV:Requirement:identifier +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". +10:04:04 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". +10:04:04 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". +10:04:04 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:04 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Requirement:isIssuedBy is unknown +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:validityPeriod" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:issuingPlace", it matches multiple packages in the project. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:validityPeriodConstraint" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isIssuedBy is unknown +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isCreatedBy is unknown +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isAbout is unknown +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:isProvidedBy", it matches multiple packages in the project. +/tmp/workspace/src/doc/core-vocabulary/core-public-organisation +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:06 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event +10:04:06 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model +10:04:06 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:06 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:06 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:06 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:06 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. +10:04:06 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown +10:04:07 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. +10:04:07 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. +10:04:07 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown +10:04:07 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown +10:04:07 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:07 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:07 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:07 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:07 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:07 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri +10:04:07 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:07 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:07 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:07 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +/tmp/workspace/src/doc/core-vocabulary/core-vocabularies +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:09 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Vocabulary +10:04:09 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.DataTypes, Model +10:04:09 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Change" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Business Event" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Channel" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Life Event" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LinguisticSystem" . +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.JSONLDOutputHandler - Class LinguisticSystem without label, further processing this class will be incoherent +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Output" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Public Service" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Rule" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.JSONLDOutputHandler - Class Organization without label, further processing this class will be incoherent +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactInfo" . +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.JSONLDOutputHandler - Class ContactInfo without label, further processing this class will be incoherent +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Person" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:04:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalFramework" . +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Class FormalFramework without label, further processing this class will be incoherent +10:04:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:04:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Channel)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:has channel" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:hasInput" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> LinguisticSystem)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:language" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property implements without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasequirement" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isAbout" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> PeriodOfTime)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal is unknown +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property temporal without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:headOf is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property supportsValue without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property requires without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Public Service)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:plays role" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property constrains without name, further processing this property will be incoherent +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isIssuedBy" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> Change)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isIssuedBy" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> LinguisticSystem)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:language" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:validtiyPeriodConstraint" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> LinguisticSystem)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:language" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:spatial" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.dcat:Dataset:(Dataset -> Agent)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.dcat:Dataset:publisher is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> Agent)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator is unknown +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:memberOf is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:Organization:hasMember is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> LinguisticSystem)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language is unknown +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Change)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Rule)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:fulfils" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:validityPeriod" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isProvidedBy" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:issuingPlace" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator is unknown +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Requirement)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:holdsRequirement" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Document)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:relatedDocumentation" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Organization:equivalent" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.org:Organization:equivalent" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isCreatedBy" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType::isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Output)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:produces" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Change)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalFormType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityStatus": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityActivity": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property title without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property landingPage without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property telephone without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property email without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property address without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type". +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +/tmp/workspace/src/doc/core-vocabulary/cpev +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:12 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00 +10:04:12 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Person +10:04:12 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:12 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri +10:04:12 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . +10:04:13 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:13 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. +10:04:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasPreviousEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasNextEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasParticipant is unknown +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:participates is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Participation)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasParticipation is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> TemporalEntity)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasTime is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:(Participation -> TemporalEntity)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasTime is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> ContactPoint)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:contactPoint is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:parentEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:subEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:format": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:13 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:13 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:role": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +/tmp/workspace/src/doc/vocabularium/930/release/3.0.0 +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:15 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:04:15 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:rdfs:Literal +10:04:15 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:04:15 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model.dcat:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries +10:04:15 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights +10:04:15 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:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description +10:04:15 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:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title +10:04:15 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:dcat:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:contactPoint +10:04:15 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:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language +10:04:15 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:04:15 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:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified +10:04:15 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution +10:04:15 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type +10:04:15 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:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:format +10:04:15 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo +10:04:15 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:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity +10:04:15 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:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued +10:04:15 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +10:04:15 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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters +10:04:15 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +10:04:15 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.JSONLDOutputHandler - Class foaf: Agent without label, further processing this class will be incoherent +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.UriAssigner - Ignoring connector "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:distributor" since it lacks a defining package. +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:name without name, further processing this property will be incoherent +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:type without name, further processing this property will be incoherent +/tmp/workspace/src/doc/vocabularium/cccev-voc +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:18 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ExternalVocabularies with id 179 and objectid 179 +10:04:18 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +10:04:18 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ApplicationProfile_SDG with id 216 and objectid 216 +10:04:18 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.foaf". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.dcat". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_SDGexample". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_eProcurementExample". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG.AP_SDG". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.Adms". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CoreLocation". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_criminalExample". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CorePerson". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.org". +10:04:18 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): ExternalVocabularies.foaf, ExternalVocabularies, ApplicationProfile_SDG.AP_SDG, CCCEV.CCCEV.CCCEV_eProcurementExample, CCCEV.CCCEV.CCCEV_SDGexample, ExternalVocabularies.CorePerson, ExternalVocabularies.CoreLocation, CCCEV.CCCEV.CCCEV_criminalExample, ExternalVocabularies.org, ApplicationProfile_SDG, CCCEV, ExternalVocabularies.Adms, ExternalVocabularies.dcat +10:04:18 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): CCCEV.CCCEV:Requirement:type, CCCEV.CCCEV:InformationConcept:type +10:04:18 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): CCCEV.CCCEV:EvidenceTypeList:name, CCCEV.CCCEV:Requirement:name, CCCEV.CCCEV:InformationConcept:name +10:04:18 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): CCCEV.CCCEV:Requirement:description, CCCEV.CCCEV:EvidenceTypeList:description, CCCEV.CCCEV:InformationConcept:description +10:04:18 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): CCCEV.CCCEV:EvidenceType:identifier, CCCEV.CCCEV:InformationConcept:identifier, CCCEV.CCCEV:EvidenceTypeList:identifier, ExternalVocabularies.dcat:Dataset:identifier, CCCEV.CCCEV:ReferenceFramework:identifier, CCCEV.CCCEV:Requirement:identifier +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:18 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Requirement:isIssuedBy is unknown +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:validityPeriod" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:issuingPlace", it matches multiple packages in the project. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:validityPeriodConstraint" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isIssuedBy is unknown +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isCreatedBy is unknown +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isAbout is unknown +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:isProvidedBy", it matches multiple packages in the project. +/tmp/workspace/src/doc/vocabularium/core-business +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:21 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Event +10:04:21 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model, Model.ISA Core Vocabularies v2.00 +10:04:21 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . +10:04:21 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:21 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:headOf is unknown +10:04:21 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. +10:04:21 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. +10:04:21 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. +10:04:21 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:memberOf is unknown +10:04:21 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:Organization:hasMember is unknown +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. +10:04:21 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:21 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:21 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalFormType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:21 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityStatus": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:21 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityActivity": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:21 WARN c.g.i.o.c.Converter - Element registrationDate has same prefix as package: simplify by removing the extra tag uri +10:04:21 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:21 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:21 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:21 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +/tmp/workspace/src/doc/vocabularium/core-location +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:24 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model +10:04:24 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Vocabulary +10:04:24 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:04:24 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:04:24 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:04:24 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:24 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:24 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:04:24 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:04:24 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:04:24 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:04:24 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:04:24 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:04:24 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:24 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri +10:04:24 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:24 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri +10:04:24 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 ERROR c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +/tmp/workspace/src/doc/vocabularium/core-person +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:26 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Public Event +10:04:26 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model, Model.ISA Core Vocabularies v2.00 +10:04:26 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:Asset:issued +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:27 WARN c.g.i.o.c.Converter - Element GenericDate has same prefix as package: simplify by removing the extra tag uri +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . +10:04:27 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:27 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:27 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:27 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +/tmp/workspace/src/doc/vocabularium/core-public-organisation +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:29 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event +10:04:29 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model +10:04:29 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept +10:04: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): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description +10:04: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): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04: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): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04: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#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04: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): Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04: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): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04: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): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04: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/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:29 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:29 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:29 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:29 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown +10:04:29 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:29 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:29 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:29 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:29 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:29 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri +10:04:29 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +/tmp/workspace/src/doc/vocabularium/cpev +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:32 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model, Model.ISA Core Vocabularies v2.00 +10:04:32 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Organisation +10:04:32 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . +10:04:32 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:32 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:(Participation -> TemporalEntity)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasTime is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasParticipant is unknown +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:participates is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> ContactPoint)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:contactPoint is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Participation)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasParticipation is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:32 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasPreviousEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:32 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasNextEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> TemporalEntity)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasTime is unknown +10:04:32 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:parentEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:32 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:subEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:format": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:role": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +/tmp/workspace/src/doc/vocabularium/ev-ap +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.EV-AP.DataTypes". +10:04:35 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.EV-AP.Core Location, Model.EV-AP.Core Business, Model.EV-AP.ev, Model.EV-AP.Core Vocabulary, Model.EV-AP.Core Person +10:04:35 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.EV-AP.DataTypes, Model +10:04:35 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#integer): Model.EV-AP.xsd:integer, Model.EV-AP.Core Vocabulary:Integer +10:04:35 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.EV-AP.Core Vocabulary:Code, Model.EV-AP.skos:Code, Model.EV-AP.DataTypes:Code, Model.EV-AP.skos:Concept +10:04:35 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#date): Model.EV-AP.xsd:date, Model.EV-AP.Core Vocabulary:Date +10:04:35 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.EV-AP.Core Vocabulary:Output:description, Model.EV-AP.Core Vocabulary:Event:description, Model.EV-AP.org:ChangeEvent:description, Model.EV-AP.Core Vocabulary:Cost:description +10:04:35 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.EV-AP.Core Vocabulary:ContactPoint:hasEmail, Model.EV-AP.Core Vocabulary:ContactInfo:email +10:04:35 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.EV-AP.auto-vp:VehiclePart:identifier, Model.EV-AP.foaf:Agent:identifier, Model.EV-AP.Core Vocabulary:Cost:identifier +10:04:35 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.EV-AP.Core Vocabulary:ContactPoint:hasTelephone, Model.EV-AP.Core Vocabulary:ContactInfo:telephone +10:04:35 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.EV-AP.Core Vocabulary:Output:type, Model.EV-AP.Core Vocabulary:Event:type +10:04:35 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.EV-AP.foaf:Group:name, Model.EV-AP.Core Vocabulary:Output:name, Model.EV-AP.foaf:Agent:name +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ElectricCar" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryDevice" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EVChargingStation" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehiclePart" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "QuantityValue" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatteryManagement" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehicleSensor" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatterySensor" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryMeasurement" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "CarManufacturer" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:35 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" belongs to package "ev" based on source and target definition. +10:04:35 WARN c.g.i.o.c.UriAssigner - Connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" does not have a name, it will be ignored. +10:04:35 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:hasManufacturer" belongs to package "ev" based on source and target definition. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Address)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmTransportation:EVChargingStation:address is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalCapacity is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:VehiclePart:(VehiclePart -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:BatteryManagement:(BatteryManagement -> StorageBatteryMeasurement)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:BatteryManagement:generates is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfHealth is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ElectricCar)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> Geometry)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> EVChargingStation)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:chargedAt is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> Geometry)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Geometry)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfCharge is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> BatteryManagement)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:reports is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalVoltage is unknown +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:VehiclePart:isPartOf is unknown +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:hasPart is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> StorageBatteryDevice)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:pluggedTo is unknown +/tmp/workspace/src/doc/vocabularium/m8g/release/3.0.0 +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.CCCEV". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:37 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.Core Public Service, Model, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00.CCCEV, Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Person +10:04:37 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:value +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:name +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:email +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:language +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:identifier +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:telephone +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:name +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.Converter - Element OpeningHoursSpecification has same prefix as package: simplify by removing the extra tag uri +10:04:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OpeningHoursSpecification" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:38 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:38 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:38 WARN c.g.i.o.c.Converter - Element FoundationEvent has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FoundationEvent" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:38 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Concept" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:38 WARN c.g.i.o.c.Converter - Element Criterion has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:38 WARN c.g.i.o.c.Converter - Element Event has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:04:38 WARN c.g.i.o.c.Converter - Element Evidence has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:38 WARN c.g.i.o.c.Converter - Element EvidenceType has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:38 WARN c.g.i.o.c.Converter - Element EvidenceTypeList has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:38 WARN c.g.i.o.c.Converter - Element InformationConcept has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:38 WARN c.g.i.o.c.Converter - Element InformationRequirement has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:38 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:38 WARN c.g.i.o.c.Converter - Element Requirement has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:38 WARN c.g.i.o.c.Converter - Element SupportedValue has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:38 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:04:38 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . +10:04:38 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. +10:04:38 ERROR c.g.i.o.c.UriAssigner - Invalid property URI "http://www.w3.org/2000/01/rdf-schema#", use empty URI connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:seeAlso. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Document)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation is unknown +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:isConformantTo" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:prev" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:next" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:memberOf" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasMember" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:resultedFrom is unknown +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:homepage is unknown +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:changedBy is unknown +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:identifier is unknown +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:spatial is unknown +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:implements is unknown +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasUnit is unknown +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:address is unknown +10:04:38 WARN c.g.i.o.c.Converter - Element dayOfWeek has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element validFrom has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element validThrough has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element weightingConsiderationDescription has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element weightingType has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element weight has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element bias has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type". +10:04:38 WARN c.g.i.o.c.Converter - Element confidentialityLevelType has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.Converter - Element evidenceTypeClassification has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element expressionOfExpectedValue has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element query has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element value has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:role": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:format": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +/tmp/workspace/src/doc/vocabularium/r5r/release/3.0.0 +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:40 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 +10:04:40 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model.dcat:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries +10:04:40 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +10:04:40 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:04:40 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:dcat:Distribution:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:adms:status +10:04:40 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:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified +10:04:40 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:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language +10:04:40 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:04:40 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights +10:04:40 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution +10:04:40 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:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued +10:04:40 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:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description +10:04:40 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights +10:04:40 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo +10:04:40 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.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title +10:04:40 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:dcat:Dataset:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Relationship:dct:relation +10:04:40 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint +10:04:40 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:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity +10:04:40 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:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters +10:04:40 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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format +10:04:40 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:41 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:04:41 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Class dcat:Distribution without label, further processing this class will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/r5r/hvdCategory" does not start with a lowercase "HVD category". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:title without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:description without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:issued without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:modified without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:byteSize without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property odrl:hasPolicy without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:spatialResolutionInMeters without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:temporalResolution without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:compressFormat without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:packageFormat without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:language without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:downloadURL without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:accessURL without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property adms:status without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:format without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:mediaType without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:rights without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:conformsTo without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:page without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property spdx:checksum without name, further processing this property will be incoherent +/tmp/workspace/src/doc/vocabularium/s1n/release/3.0.0 +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:43 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:04:43 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:04:43 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +10:04:43 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset +10:04:43 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:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language +10:04:43 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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters +10:04:43 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo +10:04:43 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:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title +10:04:43 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:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description +10:04:43 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:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified +10:04:43 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +10:04:43 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights +10:04:43 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights +10:04:43 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:dcat:Dataset:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Relationship:dct:relation +10:04:43 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:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued +10:04:43 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:dcat:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:contactPoint +10:04:43 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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution +10:04:43 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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format +10:04:43 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:dcat:Distribution:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:foaf:page +10:04:43 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +10:04:43 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:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:43 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:AttributeProperty" . +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:43 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:DimensionProperty" . +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:43 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:43 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent +/tmp/workspace/src/m8g/release/3.0.0 +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.CCCEV". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:46 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.Core Public Service, Model, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00.CCCEV, Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Person +10:04:46 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:value +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:name +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:email +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:language +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:identifier +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:telephone +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:name +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.Converter - Element OpeningHoursSpecification has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OpeningHoursSpecification" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:46 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:46 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:46 WARN c.g.i.o.c.Converter - Element FoundationEvent has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FoundationEvent" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:46 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Concept" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:46 WARN c.g.i.o.c.Converter - Element Criterion has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:46 WARN c.g.i.o.c.Converter - Element Event has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:04:46 WARN c.g.i.o.c.Converter - Element Evidence has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:46 WARN c.g.i.o.c.Converter - Element EvidenceType has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:46 WARN c.g.i.o.c.Converter - Element EvidenceTypeList has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:46 WARN c.g.i.o.c.Converter - Element InformationConcept has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:46 WARN c.g.i.o.c.Converter - Element InformationRequirement has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:46 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:46 WARN c.g.i.o.c.Converter - Element Requirement has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:46 WARN c.g.i.o.c.Converter - Element SupportedValue has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:46 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:04:46 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . +10:04:46 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. +10:04:46 ERROR c.g.i.o.c.UriAssigner - Invalid property URI "http://www.w3.org/2000/01/rdf-schema#", use empty URI connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:seeAlso. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Document)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation is unknown +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:isConformantTo" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:prev" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:next" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:memberOf" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasMember" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:resultedFrom is unknown +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:homepage is unknown +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:changedBy is unknown +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:identifier is unknown +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:spatial is unknown +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:implements is unknown +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasUnit is unknown +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:address is unknown +10:04:46 WARN c.g.i.o.c.Converter - Element dayOfWeek has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element validFrom has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element validThrough has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element weightingConsiderationDescription has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element weightingType has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element weight has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element bias has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type". +10:04:46 WARN c.g.i.o.c.Converter - Element confidentialityLevelType has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.Converter - Element evidenceTypeClassification has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element expressionOfExpectedValue has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element query has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element value has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:role": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:format": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +/tmp/workspace/src/r5r/release/3.0.0 +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:49 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:04:49 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset +10:04:49 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:04:49 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:rdfs:Literal +10:04:49 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:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description +10:04:49 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:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity +10:04:49 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:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo +10:04:49 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:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:format +10:04:49 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:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified +10:04:49 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +10:04:49 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:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language +10:04:49 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.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title +10:04:49 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +10:04:49 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:04:49 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +10:04:49 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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution +10:04:49 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:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters +10:04:49 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:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued +10:04:49 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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights +10:04:49 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint +10:04:49 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:dcat:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:04:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Class dcat:Distribution without label, further processing this class will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/r5r/hvdCategory" does not start with a lowercase "HVD category". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:title without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:description without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:issued without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:modified without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:byteSize without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property odrl:hasPolicy without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:spatialResolutionInMeters without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:temporalResolution without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:compressFormat without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:packageFormat without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:language without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:downloadURL without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:accessURL without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property adms:status without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:format without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:mediaType without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:rights without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:conformsTo without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:page without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property spdx:checksum without name, further processing this property will be incoherent +/tmp/workspace/src/respec/core-location +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:51 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model +10:04:51 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Vocabulary +10:04:51 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:52 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:52 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:52 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:04:52 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri +10:04:52 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:04:52 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:04:52 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:52 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:52 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:04:52 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:04:52 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:04:52 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:04:52 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:04:52 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:04:52 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:52 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri +10:04:52 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:52 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri +10:04:52 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +/tmp/workspace/src/respec/core-vocabularies +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:54 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Vocabulary +10:04:54 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.DataTypes, Model +10:04:54 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Change" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Business Event" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Channel" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Life Event" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LinguisticSystem" . +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Class LinguisticSystem without label, further processing this class will be incoherent +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Output" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Public Service" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Rule" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Class Organization without label, further processing this class will be incoherent +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactInfo" . +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Class ContactInfo without label, further processing this class will be incoherent +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Person" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalFramework" . +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Class FormalFramework without label, further processing this class will be incoherent +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Channel)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:has channel" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:hasInput" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> LinguisticSystem)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:language" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property implements without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasequirement" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isAbout" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> PeriodOfTime)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal is unknown +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property temporal without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:headOf is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property supportsValue without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property requires without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Public Service)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:plays role" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property constrains without name, further processing this property will be incoherent +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isIssuedBy" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> Change)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isIssuedBy" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> LinguisticSystem)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:language" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:validtiyPeriodConstraint" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> LinguisticSystem)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:language" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:spatial" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.dcat:Dataset:(Dataset -> Agent)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.dcat:Dataset:publisher is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> Agent)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator is unknown +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:memberOf is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:Organization:hasMember is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> LinguisticSystem)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language is unknown +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Change)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Rule)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:fulfils" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:validityPeriod" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isProvidedBy" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:issuingPlace" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator is unknown +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Requirement)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:holdsRequirement" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Document)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:relatedDocumentation" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Organization:equivalent" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.org:Organization:equivalent" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isCreatedBy" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType::isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Output)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:produces" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Change)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalFormType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityStatus": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityActivity": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property title without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property landingPage without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property telephone without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property email without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property address without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type". +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +/tmp/workspace/src/s1n/release/3.0.0 +Load mapping config:config/config-voc.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:57 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:04:57 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset +10:04:57 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +10:04:57 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:04:57 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:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo +10:04:57 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:dcat:Distribution:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language +10:04:57 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:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title +10:04:57 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:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified +10:04:57 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:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type +10:04:57 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:dcat:Distribution:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:adms:status +10:04:57 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:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued +10:04:57 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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution +10:04:57 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:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description +10:04:57 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +10:04:57 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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity +10:04:57 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:04:57 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint +10:04:57 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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters +10:04:57 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:dcat:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights +10:04:57 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:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:format +10:04:57 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:AttributeProperty" . +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:DimensionProperty" . +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:57 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent +/tmp/workspace/src/DCAT-AP/releases/2.2.0-hvd +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:05:00 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:05:00 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:hexBinary, DCAT Application Profile.Domain Model:xsd:nonNegativeInteger +10:05:00 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:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo +10:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/rights): DCAT Application Profile.Domain Model:dcat:DataService:dct:rights, DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights +10:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/applicableLegislation): DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation +10:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#contactPoint): DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint +10:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/hvdCategory): DCAT Application Profile.Domain Model:dcat:DataService:dcatap:hvdCategory, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:hvdCategory +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued" since it is marked as ignored. +10:05:00 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:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:versionNotes" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedAttribution" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:wasGeneratedBy" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isReferencedBy" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:qualifiedRelation" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. +10:05:00 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri +10:05:00 WARN c.g.i.o.c.Converter - Element dcatap:applicableLegislation has same prefix as package: simplify by removing the extra tag uri +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:byteSize" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:odrl:hasPolicy" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:compressFormat" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:owl:sameAs" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:format" since it is marked as ignored. +10:05:00 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:skos:Concept:skos:prefLabel" since it is marked as ignored. diff --git a/report/BRegDCAT-AP/releases/3.0.0/all-bregdcatap.jsonld b/report/BRegDCAT-AP/releases/3.0.0/all-bregdcatap.jsonld index 714f30e23..078b87727 100644 --- a/report/BRegDCAT-AP/releases/3.0.0/all-bregdcatap.jsonld +++ b/report/BRegDCAT-AP/releases/3.0.0/all-bregdcatap.jsonld @@ -2611,6 +2611,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/BRegDCAT-AP/releases/3.0.0", "documentcommit": "e1ac2ac3bff94dc233d196b256380cb033610086", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/BRegDCAT-AP/releases/3.0.0/bregdcatap.report b/report/BRegDCAT-AP/releases/3.0.0/bregdcatap.report index 31e08c02f..819046226 100644 --- a/report/BRegDCAT-AP/releases/3.0.0/bregdcatap.report +++ b/report/BRegDCAT-AP/releases/3.0.0/bregdcatap.report @@ -2,111 +2,111 @@ 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') -13:26:36 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:26:36 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "ignore" where only one was expected for "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier". -13:26:36 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "ignore" where only one was expected for "DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation". -13:26:36 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral -13:26:36 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:hexBinary, DCAT Application Profile.Domain Model:xsd:nonNegativeInteger -13:26:36 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 -13:26:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -13:26:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -13:26:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -13:26:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . -13:26:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "cpsv:PublicService" . -13:26:37 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. -13:26:37 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. -13:26:37 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. -13:26:37 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. -13:26:37 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. -13:26:37 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. -13:26:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:cpsv:PublicService:cpsv:produces" belongs to package "Domain Model" based on source and target definition. -13:26:37 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. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:description" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:title" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcatap:applicableLegislation" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:description" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:title" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:owl:versionInfo" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:versionNotes" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedAttribution" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:wasGeneratedBy" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isReferencedBy" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:qualifiedRelation" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:hvdCategory" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:title" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:description" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:byteSize" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:odrl:hasPolicy" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:compressFormat" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessURL" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:hvdCategory" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:title" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointURL" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointDescription" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:description" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:format" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcatap:hvdCategory" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:foaf:page" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:rights" since it is marked as ignored. -13:26:37 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:skos:Concept:skos:prefLabel" since it is marked as ignored. +10:03:39 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:39 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "ignore" where only one was expected for "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier". +10:03:39 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "ignore" where only one was expected for "DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation". +10:03:39 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:03:39 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:nonNegativeInteger, DCAT Application Profile.Domain Model:xsd:hexBinary +10:03:39 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:03:39 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:39 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:39 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:39 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:39 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:03:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "cpsv:PublicService" . +10:03:40 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:03:40 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:03:40 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:03:40 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:03:40 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:cpsv:PublicService:cpsv:produces" belongs to package "Domain Model" based on source and target definition. +10:03:40 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:03:40 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:03:40 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:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcatap:applicableLegislation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued" since it is marked as ignored. +10:03:40 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:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:versionNotes" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedAttribution" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:wasGeneratedBy" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isReferencedBy" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:qualifiedRelation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:hvdCategory" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:byteSize" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:odrl:hasPolicy" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:compressFormat" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessURL" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:hvdCategory" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:title" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointURL" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointDescription" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:description" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:format" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcatap:hvdCategory" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:foaf:page" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:rights" since it is marked as ignored. +10:03:40 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:skos:Concept:skos:prefLabel" since it is marked as ignored. diff --git a/report/BRegDCAT-AP/releases/3.0.0/translation/bregdcatap.jsonld b/report/BRegDCAT-AP/releases/3.0.0/translation/bregdcatap.jsonld index 714f30e23..078b87727 100644 --- a/report/BRegDCAT-AP/releases/3.0.0/translation/bregdcatap.jsonld +++ b/report/BRegDCAT-AP/releases/3.0.0/translation/bregdcatap.jsonld @@ -2611,6 +2611,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/BRegDCAT-AP/releases/3.0.0", "documentcommit": "e1ac2ac3bff94dc233d196b256380cb033610086", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/BRegDCAT-AP/releases/3.0.0/translation/dcat-ap_en_merged.jsonld b/report/BRegDCAT-AP/releases/3.0.0/translation/dcat-ap_en_merged.jsonld index 2e0f40d97..056c4b431 100644 --- a/report/BRegDCAT-AP/releases/3.0.0/translation/dcat-ap_en_merged.jsonld +++ b/report/BRegDCAT-AP/releases/3.0.0/translation/dcat-ap_en_merged.jsonld @@ -2619,7 +2619,7 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "site": "site-skeleton/bregdcatap", "standaardregisterurl": "", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/Core-Business-Vocabulary/releases/2.2.0/all-core-business-ap.jsonld b/report/Core-Business-Vocabulary/releases/2.2.0/all-core-business-ap.jsonld index ac0cec972..e14a03c2d 100644 --- a/report/Core-Business-Vocabulary/releases/2.2.0/all-core-business-ap.jsonld +++ b/report/Core-Business-Vocabulary/releases/2.2.0/all-core-business-ap.jsonld @@ -354,7 +354,7 @@ "properties": [ { "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "name": "contactPage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { @@ -376,12 +376,11 @@ "EA-Type": "attribute", "EA-Domain": "ContactPoint", "EA-Domain-Guid": "{6954994D-2205-40c1-8615-BCEC693F47D9}", - "EA-Range": "Document", + "EA-Range": "null", "RangeData": { - "EA-Name": "Document", - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" + "EA-Name": "", + "EA-Package": "", + "uri": "null" }, "label": { "en": "contact page" @@ -424,14 +423,7 @@ "EA-Name": "ContactPoint" } ], - "range": [ - { - "EA-Name": "Document", - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" - } - ], + "range": [], "generalization": [], "minCardinality": "0", "maxCardinality": "*" @@ -829,6 +821,71 @@ }, "name": "Literal" }, + { + "@id": "http://www.w3.org/2001/XMLSchema#anyURI", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-label-en": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "label": { + "en": "URI" + }, + "extra": { + "EA-Name": "URI", + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "usage": "", + "ap-label-en": { + "en": "URI" + }, + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/2001/XMLSchema#anyURI", + "note": "null" + }, + { + "key": "label-en", + "value": "URI", + "note": "null" + }, + { + "key": "literal", + "value": "True", + "note": "null" + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + } + ], + "Scope": "NOTHING" + }, + "name": "Uri" + }, { "@id": "http://www.w3.org/2001/XMLSchema#date", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1374,6 +1431,76 @@ "Scope": "NOTHING" }, "name": "Agent" + }, + { + "@id": "http://xmlns.com/foaf/0.1/Document", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "ap-label-en": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "label": { + "en": "Document" + }, + "extra": { + "EA-Name": "Document", + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "EA-Package": "foaf", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "ap-label-en": { + "en": "Document" + }, + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://xmlns.com/foaf/0.1/Document", + "note": "null" + }, + { + "key": "label-en", + "value": "Document", + "note": "null" + }, + { + "key": "definition-en", + "value": "A self-contained collection of information in a readable format.", + "note": "null" + }, + { + "key": "usageNote-en", + "value": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Document" } ], "externalproperties": [ @@ -4768,14 +4895,14 @@ }, "config": "config/config-ap.json", "branchtag": "ReSpecCV", - "dummy": "15", + "dummy": "16", "filename": "config/core-business.json", "navigation": { "prev": "https://semiceu.github.io/Core-Business-Vocabulary/releases/2.1.0/" }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/Core-Business-Vocabulary/releases/2.2.0", - "documentcommit": "10b33277f5d282d93c9fa3e488bdf32c46ddf3f7", - "toolchaincommit": "e01d639b6769e24cb55a4bf102c95e24e8bcb7b0", + "documentcommit": "7c6ce727384636d7d7a25318c8b42f69f9ecfa15", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/Core-Business-Vocabulary/releases/2.2.0/core-business-ap.jsonld b/report/Core-Business-Vocabulary/releases/2.2.0/core-business-ap.jsonld index da396b518..57afd08e0 100644 --- a/report/Core-Business-Vocabulary/releases/2.2.0/core-business-ap.jsonld +++ b/report/Core-Business-Vocabulary/releases/2.2.0/core-business-ap.jsonld @@ -187,18 +187,18 @@ "properties": [ { "@id": "http://data.europa.eu/m8g/contactPage", -"@type": "http://www.w3.org/2002/07/owl#ObjectProperty", +"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "name": "contactPage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en" : {"en": "A web page that could be used to reach out the Contact Point."}, "ap-label-en" : {"en": "contact page"}, "definition" : {"en": "A web page that could be used to reach out the Contact Point."}, "label" : {"en": "contact page"}, -"extra": {"EA-Name" : "contactPage", "EA-Guid" : "{1BF0D57A-5EA2-4171-837E-25426E700063}", "EA-Package" : "Core Vocabulary", "EA-Type" : "attribute", "EA-Domain" : "ContactPoint", "EA-Domain-Guid" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Range" : "Document", "RangeData" : {"EA-Name" : "Document", "EA-GUID" : "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Document" }, "label" : "contact page", "definition" : "A web page that could be used to reach out the Contact Point.", "usage" : "", "ap-label-en" : "contact page", "ap-definition-en" : "A web page that could be used to reach out the Contact Point.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "A web page that could be used to reach out the Contact Point.", "note": "null" }, { "key": "label-en", "value": "contact page", "note": "null" }, { "key": "uri", "value": "http:\/\/data.europa.eu\/m8g\/contactPage", "note": "null" }], "Scope" : "FULL_DEFINITON", "ap-definition-en" : {"en": "A web page that could be used to reach out the Contact Point."}, "ap-label-en" : {"en": "contact page"}, "definition" : {"en": "A web page that could be used to reach out the Contact Point."}, "label" : {"en": "contact page"}}, +"extra": {"EA-Name" : "contactPage", "EA-Guid" : "{1BF0D57A-5EA2-4171-837E-25426E700063}", "EA-Package" : "Core Vocabulary", "EA-Type" : "attribute", "EA-Domain" : "ContactPoint", "EA-Domain-Guid" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Range" : "null", "RangeData" : {"EA-Name" : "", "EA-Package" : "", "uri" : "null" }, "label" : "contact page", "definition" : "A web page that could be used to reach out the Contact Point.", "usage" : "", "ap-label-en" : "contact page", "ap-definition-en" : "A web page that could be used to reach out the Contact Point.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "A web page that could be used to reach out the Contact Point.", "note": "null" }, { "key": "label-en", "value": "contact page", "note": "null" }, { "key": "uri", "value": "http:\/\/data.europa.eu\/m8g\/contactPage", "note": "null" }], "Scope" : "FULL_DEFINITON", "ap-definition-en" : {"en": "A web page that could be used to reach out the Contact Point."}, "ap-label-en" : {"en": "contact page"}, "definition" : {"en": "A web page that could be used to reach out the Contact Point."}, "label" : {"en": "contact page"}}, "codelist": [ ], "domain": [ { "uri": "http://data.europa.eu/m8g/ContactPoint", "EA-Name" : "ContactPoint" } ], "range": [ -{"EA-Name" : "Document", "EA-GUID" : "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Document" } + ], "generalization": [ @@ -284,6 +284,14 @@ "name": "Literal" } , { +"@id": "http://www.w3.org/2001/XMLSchema#anyURI", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track."}, "ap-label-en" : {"en": "URI"}, "definition" : {"en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track."}, "label" : {"en": "URI"}, +"extra": {"EA-Name" : "URI", "EA-Guid" : "{2151872C-7888-4917-AEEC-95FF47A56ECD}", "EA-Package" : "Core Vocabulary", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "URI", "definition" : "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", "usage" : "", "ap-label-en" : "URI", "ap-definition-en" : "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/2001\/XMLSchema#anyURI", "note": "null" }, { "key": "label-en", "value": "URI", "note": "null" }, { "key": "literal", "value": "True", "note": "null" }, { "key": "definition-en", "value": "NOTE", "note": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track."}, "ap-label-en" : {"en": "URI"}, "definition" : {"en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track."}, "label" : {"en": "URI"}}, +"name": "Uri" +} +, { "@id": "http://www.w3.org/2001/XMLSchema#date", "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", @@ -347,6 +355,14 @@ "extra": {"EA-Name" : "Agent", "EA-Guid" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Agent", "definition" : "Entity that is able to carry out action.", "usage" : "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided.", "ap-label-en" : "Agent", "ap-definition-en" : "Entity that is able to carry out action.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/xmlns.com\/foaf\/0.1\/Agent", "note": "null" }, { "key": "label-en", "value": "Agent", "note": "null" }, { "key": "definition-en", "value": "Entity that is able to carry out action.", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Entity that is able to carry out action."}, "usage" : {"en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided."}, "ap-label-en" : {"en": "Agent"}, "definition" : {"en": "Entity that is able to carry out action."}, "label" : {"en": "Agent"}}, "name": "Agent" } +, { +"@id": "http://xmlns.com/foaf/0.1/Document", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "A self-contained collection of information in a readable format."}, "usage" : {"en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody."}, "ap-label-en" : {"en": "Document"}, "definition" : {"en": "A self-contained collection of information in a readable format."}, "label" : {"en": "Document"}, +"extra": {"EA-Name" : "Document", "EA-Guid" : "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", "EA-Package" : "foaf", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Document", "definition" : "A self-contained collection of information in a readable format.", "usage" : "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", "ap-label-en" : "Document", "ap-definition-en" : "A self-contained collection of information in a readable format.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/xmlns.com\/foaf\/0.1\/Document", "note": "null" }, { "key": "label-en", "value": "Document", "note": "null" }, { "key": "definition-en", "value": "A self-contained collection of information in a readable format.", "note": "null" }, { "key": "usageNote-en", "value": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A self-contained collection of information in a readable format."}, "usage" : {"en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody."}, "ap-label-en" : {"en": "Document"}, "definition" : {"en": "A self-contained collection of information in a readable format."}, "label" : {"en": "Document"}}, +"name": "Document" +} ], "externalproperties": [ { diff --git a/report/Core-Business-Vocabulary/releases/2.2.0/core-business-ap.report b/report/Core-Business-Vocabulary/releases/2.2.0/core-business-ap.report index 80843ebc4..5a03e1c5a 100644 --- a/report/Core-Business-Vocabulary/releases/2.2.0/core-business-ap.report +++ b/report/Core-Business-Vocabulary/releases/2.2.0/core-business-ap.report @@ -2,74 +2,77 @@ 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') -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model.DataTypes". -15:40:14 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.Domain Model.Core Public Organisation, Model.Domain Model.Core Location, Model.Domain Model.Core Person, Model.Domain Model.Core Public Event, Model.Domain Model.Core Vocabulary, Model.Domain Model.Core Business, Model.Domain Model.Core Public Service -15:40:14 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.Domain Model.DataTypes, Model.Domain Model, Model -15:40:14 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.Domain Model.Core Vocabulary:rdf:langString, Model.Domain Model.Core Vocabulary:Text -15:40:14 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.Domain Model.skos:Concept, Model.Domain Model.DataTypes:Code, Model.Domain Model.Core Vocabulary:Code -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.Domain Model.CCCEV:Requirement:name, Model.Domain Model.CCCEV:InformationConcept:name, Model.Domain Model.CCCEV:EvidenceTypeList:name, Model.Domain Model.Core Public Organisation:PublicOrganisation:preferredLabel -15:40:14 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.Domain Model.foaf:Agent:type, Model.Domain Model.Core Vocabulary:Output:type, Model.Domain Model.CCCEV:Requirement:type, Model.Domain Model.Core Public Event:PublicEvent:eventType, Model.Domain Model.CCCEV:InformationConcept:type, Model.Domain Model.Core Vocabulary:Event:type, Model.Domain Model.Core Public Service:Public Service:type -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.Domain Model.Core Vocabulary:ContactPoint:hasEmail, Model.Domain Model.Core Vocabulary:ContactInfo:email -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.Domain Model.Core Location:AdminUnit:name, Model.Domain Model.adms:Identifier:schemeName, Model.Domain Model.dct:Jurisdiction:name -15:40:14 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.Domain Model.CCCEV:ReferenceFramework:identifier, Model.Domain Model.dct:Jurisdiction:id, Model.Domain Model.CCCEV:InformationConcept:identifier, Model.Domain Model.CCCEV:EvidenceTypeList:identifier, Model.Domain Model.CCCEV:Requirement:identifier, Model.Domain Model.Core Public Event:PublicEvent:identifier, Model.Domain Model.CCCEV:EvidenceType:identifier, Model.Domain Model.Core Vocabulary:Cost:identifier, Model.Domain Model.dcat:Dataset:identifier -15:40:14 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.Domain Model.dct:LicenseDocument:description, Model.Domain Model.time:TemporalEntity:description, Model.Domain Model.Core Vocabulary:Cost:description, Model.Domain Model.Core Public Service:Participation:description, Model.Domain Model.adms:AssetRepository:description, Model.Domain Model.adms:Asset:description, Model.Domain Model.Core Vocabulary:Event:description, Model.Domain Model.Core Public Event:PublicEvent:description, Model.Domain Model.CCCEV:Requirement:description, Model.Domain Model.adms:AssetDistribution:description, Model.Domain Model.Core Vocabulary:Output:description, Model.Domain Model.CCCEV:InformationConcept:description, Model.Domain Model.org:ChangeEvent:description, Model.Domain Model.Core Public Organisation:PublicOrganisation:description, Model.Domain Model.CCCEV:EvidenceTypeList:description, Model.Domain Model.Core Public Service:Public Service:description -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.Domain Model.Core Vocabulary:ContactInfo:telephone, Model.Domain Model.Core Vocabulary:ContactPoint:hasTelephone -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.Domain Model.adms:AssetDistribution:modified, Model.Domain Model.adms:AssetRepository:modified, Model.Domain Model.adms:Asset:modified -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.Domain Model.adms:AssetRepository:issued, Model.Domain Model.adms:Asset:issued, Model.Domain Model.adms:Identifier:dateOfIssue, Model.Domain Model.adms:AssetDistribution:issued -15:40:14 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.Domain Model.adms:Asset:language, Model.Domain Model.Core Public Event:PublicEvent:language -15:40:14 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.Domain Model.foaf:Agent:name, Model.Domain Model.Core Public Service:Public Service:name, Model.Domain Model.adms:AssetRepository:title, Model.Domain Model.Core Public Event:PublicEvent:title, Model.Domain Model.adms:AssetDistribution:title, Model.Domain Model.Core Vocabulary:Output:name, Model.Domain Model.dct:LicenseDocument:title, Model.Domain Model.adms:Asset:title -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.Domain Model.adms:AssetRepository:accessURL, Model.Domain Model.adms:AssetDistribution:accessURL -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.Domain Model.Core Vocabulary:Cost:value, Model.Domain Model.CCCEV:SupportedValue:value -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.Domain Model.dct:Agent:name, Model.Domain Model.Core Person:Person:fullName, Model.Domain Model.foaf:Group:name, Model.Domain Model.Core Vocabulary:Event:name -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.Domain Model.dct:Agent:identifier, Model.Domain Model.Core Vocabulary:Event:identifier, Model.Domain Model.Core Public Service:Participation:identifier -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.Domain Model.adms:Asset:alternativeLabel, Model.Domain Model.Core Public Organisation:PublicOrganisation:alternativeLabel -15:40:14 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.Domain Model.Core Business:LegalEntity:alternativeName, Model.Domain Model.Core Person:Person:alternativeName -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Business". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Business". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Business". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Business". -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . -15:40:14 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . -15:40:14 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Date" . -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". -15:40:14 WARN c.g.i.o.c.JSONLDOutputHandler - Class Date without label, further processing this class will be incoherent -15:40:14 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.foaf:Agent:memberOf is unknown -15:40:14 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.org:Organization:hasMember is unknown -15:40:14 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. -15:40:14 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. -15:40:14 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. -15:40:14 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. -15:40:14 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. -15:40:14 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.foaf:Agent:headOf is unknown -15:40:14 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalFormType": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. -15:40:14 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalEntityStatus": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. -15:40:14 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalEntityActivity": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. -15:40:14 WARN c.g.i.o.c.Converter - Element registrationDate has same prefix as package: simplify by removing the extra tag uri -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". -15:40:14 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". -15:40:14 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -15:40:14 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -15:40:14 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri -15:40:14 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.foaf:Agent:type": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model.DataTypes". +10:03:42 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.Domain Model.Core Public Organisation, Model.Domain Model.Core Location, Model.Domain Model.Core Vocabulary, Model.Domain Model.Core Public Event, Model.Domain Model.Core Business, Model.Domain Model.Core Person, Model.Domain Model.Core Public Service +10:03:42 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.Domain Model, Model, Model.Domain Model.DataTypes +10:03:42 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.Domain Model.DataTypes:Code, Model.Domain Model.skos:Concept, Model.Domain Model.Core Vocabulary:Code +10:03:42 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.Domain Model.Core Vocabulary:rdf:langString, Model.Domain Model.Core Vocabulary:Text +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.Domain Model.Core Vocabulary:ContactInfo:email, Model.Domain Model.Core Vocabulary:ContactPoint:hasEmail +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.Domain Model.adms:AssetDistribution:accessURL, Model.Domain Model.adms:AssetRepository:accessURL +10:03:42 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.Domain Model.Core Vocabulary:Output:type, Model.Domain Model.Core Vocabulary:Event:type, Model.Domain Model.Core Public Service:Public Service:type, Model.Domain Model.CCCEV:Requirement:type, Model.Domain Model.foaf:Agent:type, Model.Domain Model.Core Public Event:PublicEvent:eventType, Model.Domain Model.CCCEV:InformationConcept:type +10:03:42 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.Domain Model.adms:AssetRepository:title, Model.Domain Model.Core Public Service:Public Service:name, Model.Domain Model.foaf:Agent:name, Model.Domain Model.dct:LicenseDocument:title, Model.Domain Model.Core Public Event:PublicEvent:title, Model.Domain Model.adms:Asset:title, Model.Domain Model.Core Vocabulary:Output:name, Model.Domain Model.adms:AssetDistribution:title +10:03:42 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.Domain Model.Core Public Event:PublicEvent:identifier, Model.Domain Model.Core Vocabulary:Cost:identifier, Model.Domain Model.CCCEV:ReferenceFramework:identifier, Model.Domain Model.dct:Jurisdiction:id, Model.Domain Model.CCCEV:InformationConcept:identifier, Model.Domain Model.dcat:Dataset:identifier, Model.Domain Model.CCCEV:EvidenceType:identifier, Model.Domain Model.CCCEV:Requirement:identifier, Model.Domain Model.CCCEV:EvidenceTypeList:identifier +10:03:42 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.Domain Model.adms:Asset:description, Model.Domain Model.Core Public Event:PublicEvent:description, Model.Domain Model.adms:AssetRepository:description, Model.Domain Model.Core Vocabulary:Output:description, Model.Domain Model.CCCEV:EvidenceTypeList:description, Model.Domain Model.CCCEV:Requirement:description, Model.Domain Model.adms:AssetDistribution:description, Model.Domain Model.Core Public Service:Public Service:description, Model.Domain Model.Core Vocabulary:Cost:description, Model.Domain Model.dct:LicenseDocument:description, Model.Domain Model.Core Public Service:Participation:description, Model.Domain Model.org:ChangeEvent:description, Model.Domain Model.CCCEV:InformationConcept:description, Model.Domain Model.Core Public Organisation:PublicOrganisation:description, Model.Domain Model.time:TemporalEntity:description, Model.Domain Model.Core Vocabulary:Event:description +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.Domain Model.Core Vocabulary:Cost:value, Model.Domain Model.CCCEV:SupportedValue:value +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.Domain Model.dct:Agent:identifier, Model.Domain Model.Core Vocabulary:Event:identifier, Model.Domain Model.Core Public Service:Participation:identifier +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.Domain Model.adms:Identifier:schemeName, Model.Domain Model.Core Location:AdminUnit:name, Model.Domain Model.dct:Jurisdiction:name +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.Domain Model.adms:AssetDistribution:modified, Model.Domain Model.adms:AssetRepository:modified, Model.Domain Model.adms:Asset:modified +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.Domain Model.adms:Asset:alternativeLabel, Model.Domain Model.Core Public Organisation:PublicOrganisation:alternativeLabel +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.Domain Model.Core Vocabulary:ContactInfo:telephone, Model.Domain Model.Core Vocabulary:ContactPoint:hasTelephone +10:03:42 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.Domain Model.Core Public Event:PublicEvent:language, Model.Domain Model.adms:Asset:language +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.Domain Model.adms:Asset:issued, Model.Domain Model.adms:AssetDistribution:issued, Model.Domain Model.adms:Identifier:dateOfIssue, Model.Domain Model.adms:AssetRepository:issued +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.Domain Model.Core Vocabulary:Event:name, Model.Domain Model.foaf:Group:name, Model.Domain Model.dct:Agent:name, Model.Domain Model.Core Person:Person:fullName +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.Domain Model.CCCEV:Requirement:name, Model.Domain Model.Core Public Organisation:PublicOrganisation:preferredLabel, Model.Domain Model.CCCEV:EvidenceTypeList:name, Model.Domain Model.CCCEV:InformationConcept:name +10:03:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.Domain Model.Core Business:LegalEntity:alternativeName, Model.Domain Model.Core Person:Person:alternativeName +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Business". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Business". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Business". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Business". +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . +10:03:42 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:03:42 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Date" . +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:42 WARN c.g.i.o.c.JSONLDOutputHandler - Class Date without label, further processing this class will be incoherent +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:03:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "URI" . +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.foaf:Agent:memberOf is unknown +10:03:42 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.org:Organization:hasMember is unknown +10:03:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. +10:03:42 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. +10:03:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.foaf:Agent:headOf is unknown +10:03:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:03:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:03:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalFormType": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalEntityStatus": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Business:LegalEntity:legalEntityActivity": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:42 WARN c.g.i.o.c.Converter - Element registrationDate has same prefix as package: simplify by removing the extra tag uri +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:42 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:42 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:03:42 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:03:42 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:03:42 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.Domain Model.Core Vocabulary:ContactPoint:contactPage". +10:03:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.foaf:Agent:type": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. diff --git a/report/Core-Business-Vocabulary/releases/2.2.0/html-nj_en.json b/report/Core-Business-Vocabulary/releases/2.2.0/html-nj_en.json index dd801abd9..3f8c23df1 100644 --- a/report/Core-Business-Vocabulary/releases/2.2.0/html-nj_en.json +++ b/report/Core-Business-Vocabulary/releases/2.2.0/html-nj_en.json @@ -17,8 +17,8 @@ }, "status": "Semic Recommendation", "statuslabel": "Onbekend", - "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/10b33277f5d282d93c9fa3e488bdf32c46ddf3f7", - "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/10b33277f5d282d93c9fa3e488bdf32c46ddf3f7/CHANGELOG", + "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/7c6ce727384636d7d7a25318c8b42f69f9ecfa15", + "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/7c6ce727384636d7d7a25318c8b42f69f9ecfa15/CHANGELOG", "feedbackurl": "https://github.com/SEMICeu/Core-Business-Vocabulary/issues", "standaardregisterurl": "https://github.com/SEMICeu/Core-Business-Vocabulary/blob/master/releases/2.2.0/Changelog.md", "usesVocs": [], @@ -87,21 +87,8 @@ "uri": "http://data.europa.eu/m8g/ContactPoint" } ], - "range": [ - { - "range_label": "Document", - "range_uri": "http://xmlns.com/foaf/0.1/Document" - } - ], - "scopedrange": [ - { - "range_uri": "http://xmlns.com/foaf/0.1/Document", - "range_puri": "http://xmlns.com/foaf/0.1/Document", - "range_label": { - "en": "Document" - } - } - ], + "range": [], + "scopedrange": [], "cardinality": "0..*", "codelist_uri": "", "rawTags": { @@ -1825,23 +1812,7 @@ ] } ], - "properties": [ - { - "uri": "http://data.europa.eu/m8g/contactPage", - "name": { - "en": "contact page", - "undefined": "contactPage" - }, - "description": {}, - "domain": [ - null - ], - "range": [ - null - ], - "parents": [] - } - ], + "properties": [], "contributors": [ { "role": "A", @@ -1982,6 +1953,26 @@ }, "properties": [] }, + { + "uri": "http://www.w3.org/2001/XMLSchema#anyURI", + "name": "Uri", + "label": { + "en": "URI" + }, + "sort": "URI", + "description": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "usage": {}, + "parents": [], + "rawTags": { + "uri": "http://www.w3.org/2001/XMLSchema#anyURI", + "label-en": "URI", + "literal": "True", + "definition-en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "properties": [] + }, { "uri": "http://www.w3.org/2001/XMLSchema#date", "name": "", @@ -2014,6 +2005,28 @@ "definition-en": "An idea or notion; a unit of thought." }, "properties": [] + }, + { + "uri": "http://xmlns.com/foaf/0.1/Document", + "name": "Document", + "label": { + "en": "Document" + }, + "sort": "Document", + "description": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "parents": [], + "rawTags": { + "uri": "http://xmlns.com/foaf/0.1/Document", + "label-en": "Document", + "definition-en": "A self-contained collection of information in a readable format.", + "usageNote-en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "properties": [] } ], "parents": [], diff --git a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-Business-ap_en.json b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-Business-ap_en.json index e8f970032..7bce3e232 100644 --- a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-Business-ap_en.json +++ b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-Business-ap_en.json @@ -94,6 +94,16 @@ "en": "The class of literal values, eg. textual strings and integers." } }, + { + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "name": "Uri", + "label": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + } + }, { "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", "name": "" @@ -182,6 +192,19 @@ "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." } + }, + { + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "name": "Document", + "label": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + } } ], "externalproperties": [ diff --git a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-Business-ap_en_merged.jsonld b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-Business-ap_en_merged.jsonld index 4bd1900a0..a73b9876b 100644 --- a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-Business-ap_en_merged.jsonld +++ b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-Business-ap_en_merged.jsonld @@ -256,12 +256,12 @@ "contributors-column": "CoreVoc", "contributors-file": "stakeholders.csv", "diagram": "Core_Business", - "documentcommit": "10b33277f5d282d93c9fa3e488bdf32c46ddf3f7", + "documentcommit": "7c6ce727384636d7d7a25318c8b42f69f9ecfa15", "documentconfig": { "editorDocumentroot": "https://semiceu.github.io/uri.semic.eu-generated/Core-Business-Vocabulary/releases/2.2.0", "statuslabel": "SEMIC Candidate Recommendation" }, - "dummy": "15", + "dummy": "16", "eap": "CoreVocabularies.EAP", "editors": [ { @@ -3888,6 +3888,72 @@ }, "name": "Literal" }, + { + "@id": "http://www.w3.org/2001/XMLSchema#anyURI", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-label-en": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "extra": { + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "EA-Name": "URI", + "EA-Package": "Core Vocabulary", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "DATATYPE", + "RawTags": [ + { + "key": "uri", + "note": "null", + "value": "http://www.w3.org/2001/XMLSchema#anyURI" + }, + { + "key": "label-en", + "note": "null", + "value": "URI" + }, + { + "key": "literal", + "note": "null", + "value": "True" + }, + { + "key": "definition-en", + "note": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", + "value": "NOTE" + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-label-en": { + "en": "URI" + }, + "ap-usageNote-en": "", + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "label": { + "en": "URI" + }, + "parentclasses": "", + "usage": "" + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "URI" + }, + "name": "Uri" + }, { "@id": "http://www.w3.org/2001/XMLSchema#date", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -4441,6 +4507,77 @@ "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." } + }, + { + "@id": "http://xmlns.com/foaf/0.1/Document", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "ap-label-en": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "extra": { + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "EA-Name": "Document", + "EA-Package": "foaf", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "DATATYPE", + "RawTags": [ + { + "key": "uri", + "note": "null", + "value": "http://xmlns.com/foaf/0.1/Document" + }, + { + "key": "label-en", + "note": "null", + "value": "Document" + }, + { + "key": "definition-en", + "note": "null", + "value": "A self-contained collection of information in a readable format." + }, + { + "key": "usageNote-en", + "note": "null", + "value": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "ap-label-en": { + "en": "Document" + }, + "ap-usageNote-en": "", + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "label": { + "en": "Document" + }, + "parentclasses": "", + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + } + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "Document" + }, + "name": "Document", + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + } } ], "extra": { @@ -4473,7 +4610,7 @@ "properties": [ { "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "EA-Guid": "{1BF0D57A-5EA2-4171-837E-25426E700063}", "ap-definition-en": { "en": "A web page that could be used to reach out the Contact Point." @@ -4497,13 +4634,12 @@ "EA-Guid": "{1BF0D57A-5EA2-4171-837E-25426E700063}", "EA-Name": "contactPage", "EA-Package": "Core Vocabulary", - "EA-Range": "Document", + "EA-Range": "null", "EA-Type": "attribute", "RangeData": { - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Name": "Document", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" + "EA-Name": "", + "EA-Package": "", + "uri": "null" }, "RawTags": [ { @@ -4547,14 +4683,7 @@ "maxCardinality": "*", "minCardinality": "0", "name": "contactPage", - "range": [ - { - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Name": "Document", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" - } - ] + "range": [] }, { "@id": "http://data.europa.eu/m8g/email", @@ -4814,7 +4943,7 @@ "standaardregisterurl": "https://github.com/SEMICeu/Core-Business-Vocabulary/blob/master/releases/2.2.0/Changelog.md", "template": "core-business-ap_en.j2", "title": "Core Business Vocabulary", - "toolchaincommit": "e01d639b6769e24cb55a4bf102c95e24e8bcb7b0", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap.jsonld b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap.jsonld index ac0cec972..e14a03c2d 100644 --- a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap.jsonld +++ b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap.jsonld @@ -354,7 +354,7 @@ "properties": [ { "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "name": "contactPage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { @@ -376,12 +376,11 @@ "EA-Type": "attribute", "EA-Domain": "ContactPoint", "EA-Domain-Guid": "{6954994D-2205-40c1-8615-BCEC693F47D9}", - "EA-Range": "Document", + "EA-Range": "null", "RangeData": { - "EA-Name": "Document", - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" + "EA-Name": "", + "EA-Package": "", + "uri": "null" }, "label": { "en": "contact page" @@ -424,14 +423,7 @@ "EA-Name": "ContactPoint" } ], - "range": [ - { - "EA-Name": "Document", - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" - } - ], + "range": [], "generalization": [], "minCardinality": "0", "maxCardinality": "*" @@ -829,6 +821,71 @@ }, "name": "Literal" }, + { + "@id": "http://www.w3.org/2001/XMLSchema#anyURI", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-label-en": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "label": { + "en": "URI" + }, + "extra": { + "EA-Name": "URI", + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "usage": "", + "ap-label-en": { + "en": "URI" + }, + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/2001/XMLSchema#anyURI", + "note": "null" + }, + { + "key": "label-en", + "value": "URI", + "note": "null" + }, + { + "key": "literal", + "value": "True", + "note": "null" + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + } + ], + "Scope": "NOTHING" + }, + "name": "Uri" + }, { "@id": "http://www.w3.org/2001/XMLSchema#date", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1374,6 +1431,76 @@ "Scope": "NOTHING" }, "name": "Agent" + }, + { + "@id": "http://xmlns.com/foaf/0.1/Document", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "ap-label-en": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "label": { + "en": "Document" + }, + "extra": { + "EA-Name": "Document", + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "EA-Package": "foaf", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "ap-label-en": { + "en": "Document" + }, + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://xmlns.com/foaf/0.1/Document", + "note": "null" + }, + { + "key": "label-en", + "value": "Document", + "note": "null" + }, + { + "key": "definition-en", + "value": "A self-contained collection of information in a readable format.", + "note": "null" + }, + { + "key": "usageNote-en", + "value": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Document" } ], "externalproperties": [ @@ -4768,14 +4895,14 @@ }, "config": "config/config-ap.json", "branchtag": "ReSpecCV", - "dummy": "15", + "dummy": "16", "filename": "config/core-business.json", "navigation": { "prev": "https://semiceu.github.io/Core-Business-Vocabulary/releases/2.1.0/" }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/Core-Business-Vocabulary/releases/2.2.0", - "documentcommit": "10b33277f5d282d93c9fa3e488bdf32c46ddf3f7", - "toolchaincommit": "e01d639b6769e24cb55a4bf102c95e24e8bcb7b0", + "documentcommit": "7c6ce727384636d7d7a25318c8b42f69f9ecfa15", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap_de.json b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap_de.json index bf7b8f4ab..773c2a402 100644 --- a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap_de.json +++ b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap_de.json @@ -113,6 +113,18 @@ "de": "Enter your translation here" } }, + { + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "name": "Uri", + "label": { + "en": "URI", + "de": "Enter your translation here" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", + "de": "Enter your translation here" + } + }, { "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", "name": "" @@ -220,6 +232,22 @@ "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided.", "de": "Enter your translation here" } + }, + { + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "name": "Document", + "label": { + "en": "Document", + "de": "Enter your translation here" + }, + "definition": { + "en": "A self-contained collection of information in a readable format.", + "de": "Enter your translation here" + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", + "de": "Enter your translation here" + } } ], "externalproperties": [ diff --git a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap_fr.json b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap_fr.json index f53063b1f..e59eda8ef 100644 --- a/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap_fr.json +++ b/report/Core-Business-Vocabulary/releases/2.2.0/translation/core-business-ap_fr.json @@ -113,6 +113,18 @@ "fr": "Enter your translation here" } }, + { + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "name": "Uri", + "label": { + "en": "URI", + "fr": "Enter your translation here" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", + "fr": "Enter your translation here" + } + }, { "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", "name": "" @@ -220,6 +232,22 @@ "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided.", "fr": "Enter your translation here" } + }, + { + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "name": "Document", + "label": { + "en": "Document", + "fr": "Enter your translation here" + }, + "definition": { + "en": "A self-contained collection of information in a readable format.", + "fr": "Enter your translation here" + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", + "fr": "Enter your translation here" + } } ], "externalproperties": [ diff --git a/report/Core-Location-Vocabulary/releases/2.1.0/all-core-location-ap.jsonld b/report/Core-Location-Vocabulary/releases/2.1.0/all-core-location-ap.jsonld index 8c5f5685e..827b697b8 100644 --- a/report/Core-Location-Vocabulary/releases/2.1.0/all-core-location-ap.jsonld +++ b/report/Core-Location-Vocabulary/releases/2.1.0/all-core-location-ap.jsonld @@ -146,6 +146,14 @@ }, "@type": "foaf:Person" }, + { + "foaf:firstName": "Nathan", + "foaf:lastName": "Ghesquière", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "@type": "foaf:Person" + }, { "foaf:firstName": "Dimitri", "foaf:lastName": "Schepers", @@ -4016,7 +4024,7 @@ }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/Core-Location-Vocabulary/releases/2.1.0", - "documentcommit": "b01b374eb6b3ebef6088b798548be71cae93de03", - "toolchaincommit": "fdc6e64fd560ee44b105c3f49384cf2efc8f9d24", + "documentcommit": "7c6ce727384636d7d7a25318c8b42f69f9ecfa15", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/Core-Location-Vocabulary/releases/2.1.0/core-location-ap.jsonld b/report/Core-Location-Vocabulary/releases/2.1.0/core-location-ap.jsonld index 6f939032f..506b0c636 100644 --- a/report/Core-Location-Vocabulary/releases/2.1.0/core-location-ap.jsonld +++ b/report/Core-Location-Vocabulary/releases/2.1.0/core-location-ap.jsonld @@ -126,6 +126,12 @@ "@type": "foaf:Person" }, { +"foaf:firstName": "Nathan", +"foaf:lastName": "Ghesquière", +"affiliation": {"foaf:name": "PwC EU Services"}, +"@type": "foaf:Person" +}, +{ "foaf:firstName": "Dimitri", "foaf:lastName": "Schepers", "affiliation": {"foaf:name": "PwC EU Services"}, diff --git a/report/Core-Location-Vocabulary/releases/2.1.0/core-location-ap.report b/report/Core-Location-Vocabulary/releases/2.1.0/core-location-ap.report index 60e1ae6a4..ef4ba46c6 100644 --- a/report/Core-Location-Vocabulary/releases/2.1.0/core-location-ap.report +++ b/report/Core-Location-Vocabulary/releases/2.1.0/core-location-ap.report @@ -2,64 +2,64 @@ 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') -14:43:04 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -14:43:04 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model". -14:43:04 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model.DataTypes". -14:43:04 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.Domain Model.Core Business, Model.Domain Model.Core Location, Model.Domain Model.Core Public Event, Model.Domain Model.Core Person, Model.Domain Model.Core Public Organisation, Model.Domain Model.Core Vocabulary, Model.Domain Model.Core Public Service -14:43:04 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.Domain Model, Model, Model.Domain Model.DataTypes -14:43:04 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.Domain Model.DataTypes:Code, Model.Domain Model.skos:Concept, Model.Domain Model.Core Vocabulary:Code -14:43:04 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.Domain Model.Core Vocabulary:Text, Model.Domain Model.Core Vocabulary:rdf:langString -14:43:04 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.Domain Model.adms:AssetRepository:title, Model.Domain Model.foaf:Agent:name, Model.Domain Model.Core Public Event:PublicEvent:title, Model.Domain Model.Core Vocabulary:Output:name, Model.Domain Model.adms:Asset:title, Model.Domain Model.Core Public Service:Public Service:name, Model.Domain Model.dct:LicenseDocument:title, Model.Domain Model.adms:AssetDistribution:title -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.Domain Model.CCCEV:InformationConcept:name, Model.Domain Model.Core Public Organisation:PublicOrganisation:preferredLabel, Model.Domain Model.CCCEV:Requirement:name, Model.Domain Model.CCCEV:EvidenceTypeList:name -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.Domain Model.dct:Agent:name, Model.Domain Model.Core Person:Person:fullName, Model.Domain Model.Core Vocabulary:Event:name, Model.Domain Model.foaf:Group:name -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.Domain Model.Core Vocabulary:ContactInfo:email, Model.Domain Model.Core Vocabulary:ContactPoint:hasEmail -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.Domain Model.adms:AssetDistribution:accessURL, Model.Domain Model.adms:AssetRepository:accessURL -14:43:04 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.Domain Model.dct:LicenseDocument:description, Model.Domain Model.CCCEV:EvidenceTypeList:description, Model.Domain Model.CCCEV:InformationConcept:description, Model.Domain Model.Core Vocabulary:Event:description, Model.Domain Model.Core Public Service:Participation:description, Model.Domain Model.adms:Asset:description, Model.Domain Model.adms:AssetDistribution:description, Model.Domain Model.org:ChangeEvent:description, Model.Domain Model.Core Public Service:Public Service:description, Model.Domain Model.adms:AssetRepository:description, Model.Domain Model.Core Vocabulary:Cost:description, Model.Domain Model.time:TemporalEntity:description, Model.Domain Model.Core Vocabulary:Output:description, Model.Domain Model.Core Public Organisation:PublicOrganisation:description, Model.Domain Model.CCCEV:Requirement:description, Model.Domain Model.Core Public Event:PublicEvent:description -14:43:04 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.Domain Model.CCCEV:Requirement:identifier, Model.Domain Model.Core Public Event:PublicEvent:identifier, Model.Domain Model.CCCEV:ReferenceFramework:identifier, Model.Domain Model.Core Vocabulary:Cost:identifier, Model.Domain Model.CCCEV:EvidenceTypeList:identifier, Model.Domain Model.CCCEV:EvidenceType:identifier, Model.Domain Model.dct:Jurisdiction:id, Model.Domain Model.dcat:Dataset:identifier, Model.Domain Model.CCCEV:InformationConcept:identifier -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.Domain Model.adms:Asset:modified, Model.Domain Model.adms:AssetRepository:modified, Model.Domain Model.adms:AssetDistribution:modified -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.Domain Model.Core Vocabulary:Cost:value, Model.Domain Model.CCCEV:SupportedValue:value -14:43:04 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.Domain Model.Core Public Event:PublicEvent:eventType, Model.Domain Model.CCCEV:InformationConcept:type, Model.Domain Model.Core Public Service:Public Service:type, Model.Domain Model.foaf:Agent:type, Model.Domain Model.Core Vocabulary:Event:type, Model.Domain Model.Core Vocabulary:Output:type, Model.Domain Model.CCCEV:Requirement:type -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.Domain Model.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.Domain Model.adms:Asset:alternativeLabel -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.Domain Model.adms:Asset:issued, Model.Domain Model.adms:Identifier:dateOfIssue, Model.Domain Model.adms:AssetDistribution:issued, Model.Domain Model.adms:AssetRepository:issued -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.Domain Model.Core Vocabulary:Event:identifier, Model.Domain Model.dct:Agent:identifier, Model.Domain Model.Core Public Service:Participation:identifier -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.Domain Model.Core Business:LegalEntity:alternativeName, Model.Domain Model.Core Person:Person:alternativeName -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.Domain Model.Core Location:AdminUnit:name, Model.Domain Model.adms:Identifier:schemeName, Model.Domain Model.dct:Jurisdiction:name -14:43:04 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.Domain Model.Core Vocabulary:ContactPoint:hasTelephone, Model.Domain Model.Core Vocabulary:ContactInfo:telephone -14:43:04 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.Domain Model.adms:Asset:language, Model.Domain Model.Core Public Event:PublicEvent:language -14:43:04 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Location". -14:43:04 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Location". -14:43:04 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Location". -14:43:04 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Location". -14:43:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . -14:43:05 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "String" . -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "URI" . -14:43:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LocatorDesignator" . -14:43:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:(Address -> LocatorDesignator)" belongs to package "Core Location" based on source and target definition. -14:43:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Location:Address:(Address -> LocatorDesignator)" does not have a name, it will be ignored. -14:43:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:hasLocatorDesignator" belongs to package "Core Location" based on source and target definition. -14:43:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. -14:43:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -14:43:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. -14:43:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. -14:43:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. -14:43:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -14:43:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. -14:43:05 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". -14:43:05 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". -14:43:05 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". -14:43:05 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri -14:43:05 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri -14:43:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:Geometry:geometryType": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. -14:43:05 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri -14:43:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:AdminUnit:level": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. -14:43:05 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri -14:43:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:AdminUnit:code": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. -14:43:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:LocatorDesignator:type": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model.DataTypes". +10:03:45 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.Domain Model, Model.Domain Model.DataTypes +10:03:45 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.Domain Model.Core Business, Model.Domain Model.Core Vocabulary, Model.Domain Model.Core Public Service, Model.Domain Model.Core Public Event, Model.Domain Model.Core Person, Model.Domain Model.Core Location, Model.Domain Model.Core Public Organisation +10:03:45 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.Domain Model.skos:Concept, Model.Domain Model.DataTypes:Code, Model.Domain Model.Core Vocabulary:Code +10:03:45 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.Domain Model.Core Vocabulary:rdf:langString, Model.Domain Model.Core Vocabulary:Text +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.Domain Model.adms:AssetDistribution:accessURL, Model.Domain Model.adms:AssetRepository:accessURL +10:03:45 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.Domain Model.CCCEV:InformationConcept:identifier, Model.Domain Model.dct:Jurisdiction:id, Model.Domain Model.CCCEV:ReferenceFramework:identifier, Model.Domain Model.Core Public Event:PublicEvent:identifier, Model.Domain Model.CCCEV:Requirement:identifier, Model.Domain Model.CCCEV:EvidenceTypeList:identifier, Model.Domain Model.dcat:Dataset:identifier, Model.Domain Model.CCCEV:EvidenceType:identifier, Model.Domain Model.Core Vocabulary:Cost:identifier +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.Domain Model.CCCEV:InformationConcept:name, Model.Domain Model.Core Public Organisation:PublicOrganisation:preferredLabel, Model.Domain Model.CCCEV:EvidenceTypeList:name, Model.Domain Model.CCCEV:Requirement:name +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.Domain Model.Core Vocabulary:ContactInfo:telephone, Model.Domain Model.Core Vocabulary:ContactPoint:hasTelephone +10:03:45 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.Domain Model.foaf:Agent:type, Model.Domain Model.CCCEV:InformationConcept:type, Model.Domain Model.CCCEV:Requirement:type, Model.Domain Model.Core Vocabulary:Output:type, Model.Domain Model.Core Public Event:PublicEvent:eventType, Model.Domain Model.Core Vocabulary:Event:type, Model.Domain Model.Core Public Service:Public Service:type +10:03:45 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.Domain Model.adms:AssetDistribution:title, Model.Domain Model.Core Vocabulary:Output:name, Model.Domain Model.adms:AssetRepository:title, Model.Domain Model.Core Public Service:Public Service:name, Model.Domain Model.foaf:Agent:name, Model.Domain Model.dct:LicenseDocument:title, Model.Domain Model.adms:Asset:title, Model.Domain Model.Core Public Event:PublicEvent:title +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.Domain Model.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.Domain Model.adms:Asset:alternativeLabel +10:03:45 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.Domain Model.Core Public Organisation:PublicOrganisation:description, Model.Domain Model.Core Vocabulary:Event:description, Model.Domain Model.Core Vocabulary:Cost:description, Model.Domain Model.org:ChangeEvent:description, Model.Domain Model.CCCEV:InformationConcept:description, Model.Domain Model.Core Public Service:Public Service:description, Model.Domain Model.Core Public Event:PublicEvent:description, Model.Domain Model.adms:AssetRepository:description, Model.Domain Model.adms:Asset:description, Model.Domain Model.Core Public Service:Participation:description, Model.Domain Model.dct:LicenseDocument:description, Model.Domain Model.CCCEV:EvidenceTypeList:description, Model.Domain Model.adms:AssetDistribution:description, Model.Domain Model.Core Vocabulary:Output:description, Model.Domain Model.CCCEV:Requirement:description, Model.Domain Model.time:TemporalEntity:description +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.Domain Model.Core Location:AdminUnit:name, Model.Domain Model.adms:Identifier:schemeName, Model.Domain Model.dct:Jurisdiction:name +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.Domain Model.dct:Agent:identifier, Model.Domain Model.Core Public Service:Participation:identifier, Model.Domain Model.Core Vocabulary:Event:identifier +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.Domain Model.Core Person:Person:fullName, Model.Domain Model.foaf:Group:name, Model.Domain Model.Core Vocabulary:Event:name, Model.Domain Model.dct:Agent:name +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.Domain Model.adms:Asset:issued, Model.Domain Model.adms:AssetRepository:issued, Model.Domain Model.adms:Identifier:dateOfIssue, Model.Domain Model.adms:AssetDistribution:issued +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.Domain Model.Core Vocabulary:ContactInfo:email, Model.Domain Model.Core Vocabulary:ContactPoint:hasEmail +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.Domain Model.Core Vocabulary:Cost:value, Model.Domain Model.CCCEV:SupportedValue:value +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.Domain Model.adms:AssetDistribution:modified, Model.Domain Model.adms:Asset:modified, Model.Domain Model.adms:AssetRepository:modified +10:03:45 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.Domain Model.Core Business:LegalEntity:alternativeName, Model.Domain Model.Core Person:Person:alternativeName +10:03:45 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.Domain Model.Core Public Event:PublicEvent:language, Model.Domain Model.adms:Asset:language +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Location". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Location". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Location". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Location". +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:03:45 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "String" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "URI" . +10:03:45 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LocatorDesignator" . +10:03:45 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:03:45 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:03:45 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:(Address -> LocatorDesignator)" belongs to package "Core Location" based on source and target definition. +10:03:45 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Location:Address:(Address -> LocatorDesignator)" does not have a name, it will be ignored. +10:03:45 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:hasLocatorDesignator" belongs to package "Core Location" based on source and target definition. +10:03:45 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:03:45 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:03:45 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:03:45 WARN c.g.i.o.c.UriAssigner - Connector "Model.Domain Model.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:03:45 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.Domain Model.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:45 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:45 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:03:45 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:03:45 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:Geometry:geometryType": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:45 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri +10:03:45 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:AdminUnit:level": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:45 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri +10:03:45 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:AdminUnit:code": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:45 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Location:LocatorDesignator:type": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. diff --git a/report/Core-Location-Vocabulary/releases/2.1.0/html-nj_en.json b/report/Core-Location-Vocabulary/releases/2.1.0/html-nj_en.json index b71a2afac..089a57536 100644 --- a/report/Core-Location-Vocabulary/releases/2.1.0/html-nj_en.json +++ b/report/Core-Location-Vocabulary/releases/2.1.0/html-nj_en.json @@ -17,8 +17,8 @@ }, "status": "Semic Recommendation", "statuslabel": "Onbekend", - "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/b01b374eb6b3ebef6088b798548be71cae93de03", - "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/b01b374eb6b3ebef6088b798548be71cae93de03/CHANGELOG", + "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/7c6ce727384636d7d7a25318c8b42f69f9ecfa15", + "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/7c6ce727384636d7d7a25318c8b42f69f9ecfa15/CHANGELOG", "feedbackurl": "https://github.com/SEMICeu/Core-Location-Vocabulary/issues", "standaardregisterurl": "https://github.com/SEMICeu/Core-Location-Vocabulary/blob/master/releases/2.1.0/Changelog.md", "usesVocs": [], @@ -1577,6 +1577,14 @@ "name": "European Commission" } }, + { + "role": "E", + "first_name": "Nathan", + "last_name": "Ghesquière", + "affiliation": { + "name": "PwC EU Services" + } + }, { "role": "E", "first_name": "Dimitri", diff --git a/report/Core-Location-Vocabulary/releases/2.1.0/translation/core-location-ap.jsonld b/report/Core-Location-Vocabulary/releases/2.1.0/translation/core-location-ap.jsonld index 8c5f5685e..827b697b8 100644 --- a/report/Core-Location-Vocabulary/releases/2.1.0/translation/core-location-ap.jsonld +++ b/report/Core-Location-Vocabulary/releases/2.1.0/translation/core-location-ap.jsonld @@ -146,6 +146,14 @@ }, "@type": "foaf:Person" }, + { + "foaf:firstName": "Nathan", + "foaf:lastName": "Ghesquière", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "@type": "foaf:Person" + }, { "foaf:firstName": "Dimitri", "foaf:lastName": "Schepers", @@ -4016,7 +4024,7 @@ }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/Core-Location-Vocabulary/releases/2.1.0", - "documentcommit": "b01b374eb6b3ebef6088b798548be71cae93de03", - "toolchaincommit": "fdc6e64fd560ee44b105c3f49384cf2efc8f9d24", + "documentcommit": "7c6ce727384636d7d7a25318c8b42f69f9ecfa15", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/Core-Location-Vocabulary/releases/2.1.0/translation/core-location-ap_en_merged.jsonld b/report/Core-Location-Vocabulary/releases/2.1.0/translation/core-location-ap_en_merged.jsonld index 1525da96c..15dcd8598 100644 --- a/report/Core-Location-Vocabulary/releases/2.1.0/translation/core-location-ap_en_merged.jsonld +++ b/report/Core-Location-Vocabulary/releases/2.1.0/translation/core-location-ap_en_merged.jsonld @@ -179,7 +179,7 @@ "contributors-column": "CoreVoc", "contributors-file": "stakeholders.csv", "diagram": "Core_Location", - "documentcommit": "b01b374eb6b3ebef6088b798548be71cae93de03", + "documentcommit": "7c6ce727384636d7d7a25318c8b42f69f9ecfa15", "documentconfig": { "editorDocumentroot": "https://semiceu.github.io/uri.semic.eu-generated/Core-Location-Vocabulary/releases/2.1.0", "statuslabel": "SEMIC Candidate Recommendation" @@ -227,6 +227,14 @@ "foaf:firstName": "Pavlina", "foaf:lastName": "Fragkou" }, + { + "@type": "foaf:Person", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "foaf:firstName": "Nathan", + "foaf:lastName": "Ghesquière" + }, { "@type": "foaf:Person", "affiliation": { @@ -4047,7 +4055,7 @@ "standaardregisterurl": "https://github.com/SEMICeu/Core-Location-Vocabulary/blob/master/releases/2.1.0/Changelog.md", "template": "core-location-ap_en.j2", "title": "Core Location Vocabulary", - "toolchaincommit": "fdc6e64fd560ee44b105c3f49384cf2efc8f9d24", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/doc/core-vocabulary/core-person/all-core-person-ap.jsonld b/report/Core-Person-Vocabulary/releases/2.1.1/all-core-person-ap.jsonld similarity index 90% rename from report/doc/core-vocabulary/core-person/all-core-person-ap.jsonld rename to report/Core-Person-Vocabulary/releases/2.1.1/all-core-person-ap.jsonld index bb56a5524..0856b0692 100644 --- a/report/doc/core-vocabulary/core-person/all-core-person-ap.jsonld +++ b/report/Core-Person-Vocabulary/releases/2.1.1/all-core-person-ap.jsonld @@ -130,6 +130,14 @@ }, "@type": "foaf:Person" }, + { + "foaf:firstName": "Emiel", + "foaf:lastName": "Dhondt", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "@type": "foaf:Person" + }, { "foaf:firstName": "Pavlina", "foaf:lastName": "Fragkou", @@ -138,6 +146,14 @@ }, "@type": "foaf:Person" }, + { + "foaf:firstName": "Nathan", + "foaf:lastName": "Ghesquière", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "@type": "foaf:Person" + }, { "foaf:firstName": "Dimitri", "foaf:lastName": "Schepers", @@ -146,6 +162,14 @@ }, "@type": "foaf:Person" }, + { + "foaf:firstName": "Arthur", + "foaf:lastName": "Schiltz", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "@type": "foaf:Person" + }, { "foaf:firstName": "Emidio", "foaf:lastName": "Stani", @@ -257,13 +281,13 @@ "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, "ap-label-en": { - "en": "GenericDate" + "en": "Generic date" }, "definition": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, "label": { - "en": "GenericDate" + "en": "Generic date" }, "extra": { "EA-Name": "GenericDate", @@ -274,14 +298,14 @@ "EA-Parents2": [], "parentclasses": "", "label": { - "en": "GenericDate" + "en": "Generic date" }, "definition": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, "usage": "", "ap-label-en": { - "en": "GenericDate" + "en": "Generic date" }, "ap-definition-en": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" @@ -296,7 +320,7 @@ }, { "key": "label-en", - "value": "GenericDate", + "value": "Generic date", "note": "null" }, { @@ -313,7 +337,7 @@ "Scope": "FULL_DEFINITON" }, "inpackage": "ACTIVE_PACKAGE", - "name": "Genericdate", + "name": "GenericDate", "parents": [] } ], @@ -414,7 +438,7 @@ }, { "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "name": "contactPage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { @@ -436,12 +460,11 @@ "EA-Type": "attribute", "EA-Domain": "ContactPoint", "EA-Domain-Guid": "{6954994D-2205-40c1-8615-BCEC693F47D9}", - "EA-Range": "Document", + "EA-Range": "null", "RangeData": { - "EA-Name": "Document", - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" + "EA-Name": "", + "EA-Package": "", + "uri": "null" }, "label": { "en": "contact page" @@ -484,14 +507,7 @@ "EA-Name": "ContactPoint" } ], - "range": [ - { - "EA-Name": "Document", - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" - } - ], + "range": [], "generalization": [], "minCardinality": "0", "maxCardinality": "*" @@ -1152,12 +1168,327 @@ "key": "definition-en", "value": "An identifiable geographic place or named place.", "note": "null" + }, + { + "key": "class-usage-scope", + "value": "main", + "note": "null" } ], "Scope": "NOTHING" }, "name": "Location" }, + { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + }, + "ap-label-en": { + "en": "Text" + }, + "definition": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "label": { + "en": "Text" + }, + "extra": { + "EA-Name": "Text", + "EA-Guid": "{01DDF84E-BA04-467c-B657-9A8877C293F9}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Text" + }, + "definition": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + }, + "ap-label-en": { + "en": "Text" + }, + "ap-definition-en": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "note": "null" + }, + { + "key": "label-en", + "value": "Text", + "note": "null" + }, + { + "key": "definition-en", + "value": "The text data type is a combination of a string and a language identifier.", + "note": "null" + }, + { + "key": "usageNote-en", + "value": "NOTE", + "note": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + }, + { + "key": "literal", + "value": "True", + "note": "null" + }, + { + "key": "class-usage-scope", + "value": "datatype", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Text" + }, + { + "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "ap-label-en": { + "en": "Literal" + }, + "definition": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "label": { + "en": "Literal" + }, + "extra": { + "EA-Name": "Literal", + "EA-Guid": "{DCCF0D25-15AF-4a6d-A572-EF2321776098}", + "EA-Package": "rdfs", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Literal" + }, + "definition": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "usage": "", + "ap-label-en": { + "en": "Literal" + }, + "ap-definition-en": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/2000/01/rdf-schema#Literal", + "note": "null" + }, + { + "key": "label-en", + "value": "Literal", + "note": "null" + }, + { + "key": "definition-en", + "value": "The class of literal values, eg. textual strings and integers.", + "note": "null" + }, + { + "key": "class-usage-scope", + "value": "datatype", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Literal" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#anyURI", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-label-en": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "label": { + "en": "URI" + }, + "extra": { + "EA-Name": "URI", + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "usage": "", + "ap-label-en": { + "en": "URI" + }, + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/2001/XMLSchema#anyURI", + "note": "null" + }, + { + "key": "label-en", + "value": "URI", + "note": "null" + }, + { + "key": "literal", + "value": "True", + "note": "null" + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + } + ], + "Scope": "NOTHING" + }, + "name": "Uri" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#date", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "TODO" + }, + "extra": { + "EA-Name": "Date", + "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": "", + "definition": "", + "usage": "", + "ap-label-en": "", + "ap-definition-en": { + "en": "TODO" + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/2001/XMLSchema#date", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "" + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-label-en": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "label": { + "en": "Code" + }, + "extra": { + "EA-Name": "Code", + "EA-Guid": "{30CD7894-2AB0-450c-BE9F-0DDB947550B7}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "usage": "", + "ap-label-en": { + "en": "Code" + }, + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "label-en", + "value": "Code", + "note": "null" + }, + { + "key": "uri", + "value": "http://www.w3.org/2004/02/skos/core#Concept", + "note": "null" + }, + { + "key": "class-usage-scope", + "value": "datatype", + "note": "null" + }, + { + "key": "definition-en", + "value": "An idea or notion; a unit of thought.", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Code" + }, { "@id": "http://www.w3.org/ns/adms#Identifier", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1292,6 +1623,11 @@ "key": "usageNote-en", "value": "NOTE", "note": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n

\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1 provides a method through which different Addresses can be converted from one conceptual model to another.\r\n

\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n

\r\n- full address (the complete address as a formatted string)
\r\n- addressID (a unique identifier for the address).\r\n

\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property.\r\n

\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n

\r\nThis class belongs to Core Location Vocabulary" + }, + { + "key": "class-usage-scope", + "value": "main", + "note": "null" } ], "Scope": "NOTHING" @@ -1369,6 +1705,11 @@ "key": "label-en", "value": "Person", "note": "null" + }, + { + "key": "class-usage-scope", + "value": "main", + "note": "null" } ], "Scope": "TRANSLATIONS_ONLY" @@ -1380,7 +1721,7 @@ "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", "ap-definition-en": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." @@ -1389,7 +1730,7 @@ "en": "Agent" }, "definition": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "label": { "en": "Agent" @@ -1406,7 +1747,7 @@ "en": "Agent" }, "definition": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." @@ -1415,7 +1756,7 @@ "en": "Agent" }, "ap-definition-en": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -1432,7 +1773,7 @@ }, { "key": "definition-en", - "value": "Entity that is able to carry out action", + "value": "Entity that is able to carry out action.", "note": "null" }, { @@ -1444,6 +1785,76 @@ "Scope": "NOTHING" }, "name": "Agent" + }, + { + "@id": "http://xmlns.com/foaf/0.1/Document", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "ap-label-en": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "label": { + "en": "Document" + }, + "extra": { + "EA-Name": "Document", + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "EA-Package": "foaf", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "ap-label-en": { + "en": "Document" + }, + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://xmlns.com/foaf/0.1/Document", + "note": "null" + }, + { + "key": "label-en", + "value": "Document", + "note": "null" + }, + { + "key": "definition-en", + "value": "A self-contained collection of information in a readable format.", + "note": "null" + }, + { + "key": "usageNote-en", + "value": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Document" } ], "externalproperties": [ @@ -3480,7 +3891,7 @@ "en": "A textual description for a Location." }, "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." }, "ap-label-en": { "en": "geographic name" @@ -3512,7 +3923,7 @@ "en": "A textual description for a Location." }, "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." }, "ap-label-en": { "en": "geographic name" @@ -3541,7 +3952,7 @@ { "key": "usageNote-en", "value": "NOTE", - "note": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "note": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." } ], "Scope": "NOTHING" @@ -3574,7 +3985,7 @@ "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." }, "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." }, "ap-label-en": { "en": "locator designator" @@ -3587,7 +3998,7 @@ }, "extra": { "EA-Name": "locatorDesignator", - "EA-Guid": "{509BF1D0-4E76-4bee-B17F-AC883B236548}", + "EA-Guid": "{2B82740F-2D5F-4eda-94D1-18FF4E9B16CF}", "EA-Package": "Core Location", "EA-Type": "attribute", "EA-Domain": "Address", @@ -3605,7 +4016,7 @@ "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." }, "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." }, "ap-label-en": { "en": "locator designator" @@ -3617,13 +4028,13 @@ "ap-codelist": "", "RawTags": [ { - "key": "uri", - "value": "http://www.w3.org/ns/locn#locatorDesignator", + "key": "label-en", + "value": "locator designator", "note": "null" }, { - "key": "label-en", - "value": "locator designator", + "key": "uri", + "value": "http://www.w3.org/ns/locn#locatorDesignator", "note": "null" }, { @@ -3634,7 +4045,7 @@ { "key": "usageNote-en", "value": "NOTE", - "note": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "note": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." } ], "Scope": "NOTHING" @@ -3663,7 +4074,7 @@ "name": "locatorName", "inpackage": "OTHER_PACKAGE", "ap-definition-en": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." + "en": "TODO" }, "usage": { "en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator." @@ -3671,9 +4082,6 @@ "ap-label-en": { "en": "locator name" }, - "definition": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, "label": { "en": "locator name" }, @@ -3694,9 +4102,7 @@ "label": { "en": "locator name" }, - "definition": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, + "definition": "", "usage": { "en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator." }, @@ -3704,7 +4110,7 @@ "en": "locator name" }, "ap-definition-en": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." + "en": "TODO" }, "ap-usageNote-en": "", "ap-codelist": "", @@ -3719,11 +4125,6 @@ "value": "locator name", "note": "null" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Proper noun(s) applied to the real world entity identified by the locator." - }, { "key": "usageNote-en", "value": "NOTE", @@ -5375,17 +5776,14 @@ "template": "core-person-ap_en.j2", "title": "Core Person Vocabulary", "publication-state": "Semic Recommendation", - "publication-date": "2023-05-15", + "publication-date": "2024-01-15", "contributors-file": "stakeholders.csv", "contributors-column": "CoreVoc", "site": "site-skeleton/core-person", - "repourl": "https://github.com/SEMICeu/Core-Person-Vocabulary/tree/master/releases/2.1.0", - "versionurl": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0", + "repourl": "https://github.com/SEMICeu/Core-Person-Vocabulary/tree/master/releases/2.1.1", + "versionurl": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1", "feedbackurl": "https://github.com/SEMICeu/Core-Person-Vocabulary/issues", - "documentconfig": { - "changelog": "https://github.com/SEMICeu/Core-Person-Vocabulary/blob/master/releases/2.1.0/Changelog.md" - }, - "standaardregisterurl": "Core-Person-Vocabulary", + "standaardregisterurl": "https://github.com/SEMICeu/Core-Person-Vocabulary/blob/master/releases/2.1.1/Changelog.md", "translation": [ { "language": "en", @@ -5395,14 +5793,21 @@ "mergefile": "core-person-ap_en_merged.jsonld" } ], + "toolchainversion": "3", + "documentconfig": { + "statuslabel": "SEMIC Candidate Recommendation", + "editorDocumentroot": "https://semiceu.github.io/uri.semic.eu-generated/Core-Person-Vocabulary/releases/2.1.1" + }, "config": "config/config-ap.json", - "branchtag": "main", - "dummy": "10", + "branchtag": "ReSpecCV", + "dummy": "11", "filename": "config/core-person.json", - "navigation": {}, + "navigation": { + "prev": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0/" + }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", - "urlref": "/doc/core-vocabulary/core-person", - "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "urlref": "/Core-Person-Vocabulary/releases/2.1.1/", + "documentcommit": "7c6ce727384636d7d7a25318c8b42f69f9ecfa15", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/core-person/core-person-ap.jsonld b/report/Core-Person-Vocabulary/releases/2.1.1/core-person-ap.jsonld similarity index 84% rename from report/doc/core-vocabulary/core-person/core-person-ap.jsonld rename to report/Core-Person-Vocabulary/releases/2.1.1/core-person-ap.jsonld index bae866152..ed10433c8 100644 --- a/report/doc/core-vocabulary/core-person/core-person-ap.jsonld +++ b/report/Core-Person-Vocabulary/releases/2.1.1/core-person-ap.jsonld @@ -114,18 +114,36 @@ "@type": "foaf:Person" }, { +"foaf:firstName": "Emiel", +"foaf:lastName": "Dhondt", +"affiliation": {"foaf:name": "PwC EU Services"}, +"@type": "foaf:Person" +}, +{ "foaf:firstName": "Pavlina", "foaf:lastName": "Fragkou", "affiliation": {"foaf:name": "European Commission"}, "@type": "foaf:Person" }, { +"foaf:firstName": "Nathan", +"foaf:lastName": "Ghesquière", +"affiliation": {"foaf:name": "PwC EU Services"}, +"@type": "foaf:Person" +}, +{ "foaf:firstName": "Dimitri", "foaf:lastName": "Schepers", "affiliation": {"foaf:name": "PwC EU Services"}, "@type": "foaf:Person" }, { +"foaf:firstName": "Arthur", +"foaf:lastName": "Schiltz", +"affiliation": {"foaf:name": "PwC EU Services"}, +"@type": "foaf:Person" +}, +{ "foaf:firstName": "Emidio", "foaf:lastName": "Stani", "affiliation": {"foaf:name": "PwC EU Services"}, @@ -158,10 +176,10 @@ { "@id": "http://data.europa.eu/m8g/GenericDate", "@type": "http://www.w3.org/2002/07/owl#Class", -"ap-definition-en" : {"en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear"}, "ap-label-en" : {"en": "GenericDate"}, "definition" : {"en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear"}, "label" : {"en": "GenericDate"}, -"extra": {"EA-Name" : "GenericDate", "EA-Guid" : "{CD915088-5381-44e7-AD6D-2E508E828797}", "EA-Package" : "Core Vocabulary", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "GenericDate", "definition" : "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear", "usage" : "", "ap-label-en" : "GenericDate", "ap-definition-en" : "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear", "note": "null" }, { "key": "label-en", "value": "GenericDate", "note": "null" }, { "key": "uri", "value": "http:\/\/data.europa.eu\/m8g\/GenericDate", "note": "null" }, { "key": "literal", "value": "True", "note": "null" }], "Scope" : "FULL_DEFINITON", "ap-definition-en" : {"en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear"}, "ap-label-en" : {"en": "GenericDate"}, "definition" : {"en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear"}, "label" : {"en": "GenericDate"}}, +"ap-definition-en" : {"en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear"}, "ap-label-en" : {"en": "Generic date"}, "definition" : {"en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear"}, "label" : {"en": "Generic date"}, +"extra": {"EA-Name" : "GenericDate", "EA-Guid" : "{CD915088-5381-44e7-AD6D-2E508E828797}", "EA-Package" : "Core Vocabulary", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Generic date", "definition" : "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear", "usage" : "", "ap-label-en" : "Generic date", "ap-definition-en" : "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear", "note": "null" }, { "key": "label-en", "value": "Generic date", "note": "null" }, { "key": "uri", "value": "http:\/\/data.europa.eu\/m8g\/GenericDate", "note": "null" }, { "key": "literal", "value": "True", "note": "null" }], "Scope" : "FULL_DEFINITON", "ap-definition-en" : {"en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear"}, "ap-label-en" : {"en": "Generic date"}, "definition" : {"en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear"}, "label" : {"en": "Generic date"}}, "inpackage": "ACTIVE_PACKAGE", -"name": "Genericdate", +"name": "GenericDate", "parents": [ ] } @@ -189,18 +207,18 @@ "maxCardinality": "*"} , { "@id": "http://data.europa.eu/m8g/contactPage", -"@type": "http://www.w3.org/2002/07/owl#ObjectProperty", +"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "name": "contactPage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en" : {"en": "A web page that could be used to reach out the Contact Point."}, "ap-label-en" : {"en": "contact page"}, "definition" : {"en": "A web page that could be used to reach out the Contact Point."}, "label" : {"en": "contact page"}, -"extra": {"EA-Name" : "contactPage", "EA-Guid" : "{1BF0D57A-5EA2-4171-837E-25426E700063}", "EA-Package" : "Core Vocabulary", "EA-Type" : "attribute", "EA-Domain" : "ContactPoint", "EA-Domain-Guid" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Range" : "Document", "RangeData" : {"EA-Name" : "Document", "EA-GUID" : "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Document" }, "label" : "contact page", "definition" : "A web page that could be used to reach out the Contact Point.", "usage" : "", "ap-label-en" : "contact page", "ap-definition-en" : "A web page that could be used to reach out the Contact Point.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "A web page that could be used to reach out the Contact Point.", "note": "null" }, { "key": "label-en", "value": "contact page", "note": "null" }, { "key": "uri", "value": "http:\/\/data.europa.eu\/m8g\/contactPage", "note": "null" }], "Scope" : "FULL_DEFINITON", "ap-definition-en" : {"en": "A web page that could be used to reach out the Contact Point."}, "ap-label-en" : {"en": "contact page"}, "definition" : {"en": "A web page that could be used to reach out the Contact Point."}, "label" : {"en": "contact page"}}, +"extra": {"EA-Name" : "contactPage", "EA-Guid" : "{1BF0D57A-5EA2-4171-837E-25426E700063}", "EA-Package" : "Core Vocabulary", "EA-Type" : "attribute", "EA-Domain" : "ContactPoint", "EA-Domain-Guid" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Range" : "null", "RangeData" : {"EA-Name" : "", "EA-Package" : "", "uri" : "null" }, "label" : "contact page", "definition" : "A web page that could be used to reach out the Contact Point.", "usage" : "", "ap-label-en" : "contact page", "ap-definition-en" : "A web page that could be used to reach out the Contact Point.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "A web page that could be used to reach out the Contact Point.", "note": "null" }, { "key": "label-en", "value": "contact page", "note": "null" }, { "key": "uri", "value": "http:\/\/data.europa.eu\/m8g\/contactPage", "note": "null" }], "Scope" : "FULL_DEFINITON", "ap-definition-en" : {"en": "A web page that could be used to reach out the Contact Point."}, "ap-label-en" : {"en": "contact page"}, "definition" : {"en": "A web page that could be used to reach out the Contact Point."}, "label" : {"en": "contact page"}}, "codelist": [ ], "domain": [ { "uri": "http://data.europa.eu/m8g/ContactPoint", "EA-Name" : "ContactPoint" } ], "range": [ -{"EA-Name" : "Document", "EA-GUID" : "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Document" } + ], "generalization": [ @@ -342,10 +360,50 @@ "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "An identifiable geographic place or named place."}, "ap-label-en" : {"en": "Location"}, "definition" : {"en": "An identifiable geographic place or named place."}, "label" : {"en": "Location"}, -"extra": {"EA-Name" : "Location", "EA-Guid" : "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", "EA-Package" : "dct", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Location", "definition" : "An identifiable geographic place or named place.", "usage" : "", "ap-label-en" : "Location", "ap-definition-en" : "An identifiable geographic place or named place.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/Location", "note": "null" }, { "key": "label-en", "value": "Location", "note": "null" }, { "key": "definition-en", "value": "An identifiable geographic place or named place.", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "An identifiable geographic place or named place."}, "ap-label-en" : {"en": "Location"}, "definition" : {"en": "An identifiable geographic place or named place."}, "label" : {"en": "Location"}}, +"extra": {"EA-Name" : "Location", "EA-Guid" : "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", "EA-Package" : "dct", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Location", "definition" : "An identifiable geographic place or named place.", "usage" : "", "ap-label-en" : "Location", "ap-definition-en" : "An identifiable geographic place or named place.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/Location", "note": "null" }, { "key": "label-en", "value": "Location", "note": "null" }, { "key": "definition-en", "value": "An identifiable geographic place or named place.", "note": "null" }, { "key": "class-usage-scope", "value": "main", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "An identifiable geographic place or named place."}, "ap-label-en" : {"en": "Location"}, "definition" : {"en": "An identifiable geographic place or named place."}, "label" : {"en": "Location"}}, "name": "Location" } , { +"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "The text data type is a combination of a string and a language identifier."}, "usage" : {"en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN\/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\""}, "ap-label-en" : {"en": "Text"}, "definition" : {"en": "The text data type is a combination of a string and a language identifier."}, "label" : {"en": "Text"}, +"extra": {"EA-Name" : "Text", "EA-Guid" : "{01DDF84E-BA04-467c-B657-9A8877C293F9}", "EA-Package" : "Core Vocabulary", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Text", "definition" : "The text data type is a combination of a string and a language identifier.", "usage" : "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN\/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"", "ap-label-en" : "Text", "ap-definition-en" : "The text data type is a combination of a string and a language identifier.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#langString", "note": "null" }, { "key": "label-en", "value": "Text", "note": "null" }, { "key": "definition-en", "value": "The text data type is a combination of a string and a language identifier.", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN\/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" }, { "key": "literal", "value": "True", "note": "null" }, { "key": "class-usage-scope", "value": "datatype", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The text data type is a combination of a string and a language identifier."}, "usage" : {"en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN\/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\""}, "ap-label-en" : {"en": "Text"}, "definition" : {"en": "The text data type is a combination of a string and a language identifier."}, "label" : {"en": "Text"}}, +"name": "Text" +} +, { +"@id": "http://www.w3.org/2000/01/rdf-schema#Literal", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "The class of literal values, eg. textual strings and integers."}, "ap-label-en" : {"en": "Literal"}, "definition" : {"en": "The class of literal values, eg. textual strings and integers."}, "label" : {"en": "Literal"}, +"extra": {"EA-Name" : "Literal", "EA-Guid" : "{DCCF0D25-15AF-4a6d-A572-EF2321776098}", "EA-Package" : "rdfs", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Literal", "definition" : "The class of literal values, eg. textual strings and integers.", "usage" : "", "ap-label-en" : "Literal", "ap-definition-en" : "The class of literal values, eg. textual strings and integers.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/2000\/01\/rdf-schema#Literal", "note": "null" }, { "key": "label-en", "value": "Literal", "note": "null" }, { "key": "definition-en", "value": "The class of literal values, eg. textual strings and integers.", "note": "null" }, { "key": "class-usage-scope", "value": "datatype", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The class of literal values, eg. textual strings and integers."}, "ap-label-en" : {"en": "Literal"}, "definition" : {"en": "The class of literal values, eg. textual strings and integers."}, "label" : {"en": "Literal"}}, +"name": "Literal" +} +, { +"@id": "http://www.w3.org/2001/XMLSchema#anyURI", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track."}, "ap-label-en" : {"en": "URI"}, "definition" : {"en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track."}, "label" : {"en": "URI"}, +"extra": {"EA-Name" : "URI", "EA-Guid" : "{2151872C-7888-4917-AEEC-95FF47A56ECD}", "EA-Package" : "Core Vocabulary", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "URI", "definition" : "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", "usage" : "", "ap-label-en" : "URI", "ap-definition-en" : "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/2001\/XMLSchema#anyURI", "note": "null" }, { "key": "label-en", "value": "URI", "note": "null" }, { "key": "literal", "value": "True", "note": "null" }, { "key": "definition-en", "value": "NOTE", "note": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track."}, "ap-label-en" : {"en": "URI"}, "definition" : {"en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track."}, "label" : {"en": "URI"}}, +"name": "Uri" +} +, { +"@id": "http://www.w3.org/2001/XMLSchema#date", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "TODO"}, +"extra": {"EA-Name" : "Date", "EA-Guid" : "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", "EA-Package" : "Core Vocabulary", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "", "definition" : "", "usage" : "", "ap-label-en" : "", "ap-definition-en" : "TODO", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/2001\/XMLSchema#date", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "TODO"}}, +"name": "" +} +, { +"@id": "http://www.w3.org/2004/02/skos/core#Concept", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "An idea or notion; a unit of thought."}, "ap-label-en" : {"en": "Code"}, "definition" : {"en": "An idea or notion; a unit of thought."}, "label" : {"en": "Code"}, +"extra": {"EA-Name" : "Code", "EA-Guid" : "{30CD7894-2AB0-450c-BE9F-0DDB947550B7}", "EA-Package" : "Core Vocabulary", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Code", "definition" : "An idea or notion; a unit of thought.", "usage" : "", "ap-label-en" : "Code", "ap-definition-en" : "An idea or notion; a unit of thought.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "label-en", "value": "Code", "note": "null" }, { "key": "uri", "value": "http:\/\/www.w3.org\/2004\/02\/skos\/core#Concept", "note": "null" }, { "key": "class-usage-scope", "value": "datatype", "note": "null" }, { "key": "definition-en", "value": "An idea or notion; a unit of thought.", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "An idea or notion; a unit of thought."}, "ap-label-en" : {"en": "Code"}, "definition" : {"en": "An idea or notion; a unit of thought."}, "label" : {"en": "Code"}}, +"name": "Code" +} +, { "@id": "http://www.w3.org/ns/adms#Identifier", "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", @@ -358,7 +416,7 @@ "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "A spatial object that in a human-readable way identifies a fixed location."}, "usage" : {"en": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type<\/a>: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1<\/a> provides a method through which different Addresses can be converted from one conceptual model to another.\r\n\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n\r\n- full address (the complete address as a formatted string)\r\n- addressID (a unique identifier for the address).\r\n\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property<\/a>.\r\n\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n\r\nThis class belongs to Core Location Vocabulary<\/a>"}, "ap-label-en" : {"en": "Address"}, "definition" : {"en": "A spatial object that in a human-readable way identifies a fixed location."}, "label" : {"en": "Address"}, -"extra": {"EA-Name" : "Address", "EA-Guid" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Address", "definition" : "A spatial object that in a human-readable way identifies a fixed location.", "usage" : "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type<\/a>: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1<\/a> provides a method through which different Addresses can be converted from one conceptual model to another.\r\n\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n\r\n- full address (the complete address as a formatted string)\r\n- addressID (a unique identifier for the address).\r\n\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property<\/a>.\r\n\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n\r\nThis class belongs to Core Location Vocabulary<\/a>", "ap-label-en" : "Address", "ap-definition-en" : "A spatial object that in a human-readable way identifies a fixed location.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/ns\/locn#Address", "note": "null" }, { "key": "label-en", "value": "Address", "note": "null" }, { "key": "definition-en", "value": "NOTE", "note": "A spatial object that in a human-readable way identifies a fixed location." }, { "key": "usageNote-en", "value": "NOTE", "note": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type<\/a>: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1<\/a> provides a method through which different Addresses can be converted from one conceptual model to another.\r\n\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n\r\n- full address (the complete address as a formatted string)\r\n- addressID (a unique identifier for the address).\r\n\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property<\/a>.\r\n\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n\r\nThis class belongs to Core Location Vocabulary<\/a>" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A spatial object that in a human-readable way identifies a fixed location."}, "usage" : {"en": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type<\/a>: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1<\/a> provides a method through which different Addresses can be converted from one conceptual model to another.\r\n\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n\r\n- full address (the complete address as a formatted string)\r\n- addressID (a unique identifier for the address).\r\n\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property<\/a>.\r\n\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n\r\nThis class belongs to Core Location Vocabulary<\/a>"}, "ap-label-en" : {"en": "Address"}, "definition" : {"en": "A spatial object that in a human-readable way identifies a fixed location."}, "label" : {"en": "Address"}}, +"extra": {"EA-Name" : "Address", "EA-Guid" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Address", "definition" : "A spatial object that in a human-readable way identifies a fixed location.", "usage" : "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type<\/a>: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1<\/a> provides a method through which different Addresses can be converted from one conceptual model to another.\r\n\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n\r\n- full address (the complete address as a formatted string)\r\n- addressID (a unique identifier for the address).\r\n\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property<\/a>.\r\n\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n\r\nThis class belongs to Core Location Vocabulary<\/a>", "ap-label-en" : "Address", "ap-definition-en" : "A spatial object that in a human-readable way identifies a fixed location.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/ns\/locn#Address", "note": "null" }, { "key": "label-en", "value": "Address", "note": "null" }, { "key": "definition-en", "value": "NOTE", "note": "A spatial object that in a human-readable way identifies a fixed location." }, { "key": "usageNote-en", "value": "NOTE", "note": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type<\/a>: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1<\/a> provides a method through which different Addresses can be converted from one conceptual model to another.\r\n\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n\r\n- full address (the complete address as a formatted string)\r\n- addressID (a unique identifier for the address).\r\n\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property<\/a>.\r\n\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n\r\nThis class belongs to Core Location Vocabulary<\/a>" }, { "key": "class-usage-scope", "value": "main", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A spatial object that in a human-readable way identifies a fixed location."}, "usage" : {"en": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type<\/a>: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1<\/a> provides a method through which different Addresses can be converted from one conceptual model to another.\r\n\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n\r\n- full address (the complete address as a formatted string)\r\n- addressID (a unique identifier for the address).\r\n\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property<\/a>.\r\n\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n\r\nThis class belongs to Core Location Vocabulary<\/a>"}, "ap-label-en" : {"en": "Address"}, "definition" : {"en": "A spatial object that in a human-readable way identifies a fixed location."}, "label" : {"en": "Address"}}, "name": "Address" } , { @@ -366,17 +424,25 @@ "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "A individual human being who may be dead or alive, but not imaginary."}, "usage" : {"en": "The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class<\/a>."}, "ap-label-en" : {"en": "Person"}, "definition" : {"en": "A individual human being who may be dead or alive, but not imaginary."}, "label" : {"en": "Person"}, -"extra": {"EA-Name" : "Person", "EA-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Package" : "Core Person", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [{ "name": "foaf:Person", "label" : "Person", "package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Person" }], "parentclasses" : "http://xmlns.com/foaf/0.1/Person", "label" : "Person", "definition" : "A individual human being who may be dead or alive, but not imaginary.", "usage" : "The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class<\/a>.", "ap-label-en" : "Person", "ap-definition-en" : "A individual human being who may be dead or alive, but not imaginary.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/ns\/person#Person", "note": "null" }, { "key": "definition-en", "value": "A individual human being who may be dead or alive, but not imaginary.", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class<\/a>." }, { "key": "label-en", "value": "Person", "note": "null" }], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A individual human being who may be dead or alive, but not imaginary."}, "usage" : {"en": "The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class<\/a>."}, "ap-label-en" : {"en": "Person"}, "definition" : {"en": "A individual human being who may be dead or alive, but not imaginary."}, "label" : {"en": "Person"}}, +"extra": {"EA-Name" : "Person", "EA-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Package" : "Core Person", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [{ "name": "foaf:Person", "label" : "Person", "package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Person" }], "parentclasses" : "http://xmlns.com/foaf/0.1/Person", "label" : "Person", "definition" : "A individual human being who may be dead or alive, but not imaginary.", "usage" : "The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class<\/a>.", "ap-label-en" : "Person", "ap-definition-en" : "A individual human being who may be dead or alive, but not imaginary.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/ns\/person#Person", "note": "null" }, { "key": "definition-en", "value": "A individual human being who may be dead or alive, but not imaginary.", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class<\/a>." }, { "key": "label-en", "value": "Person", "note": "null" }, { "key": "class-usage-scope", "value": "main", "note": "null" }], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A individual human being who may be dead or alive, but not imaginary."}, "usage" : {"en": "The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class<\/a>."}, "ap-label-en" : {"en": "Person"}, "definition" : {"en": "A individual human being who may be dead or alive, but not imaginary."}, "label" : {"en": "Person"}}, "name": "Person" } , { "@id": "http://xmlns.com/foaf/0.1/Agent", "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", -"ap-definition-en" : {"en": "Entity that is able to carry out action"}, "usage" : {"en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided."}, "ap-label-en" : {"en": "Agent"}, "definition" : {"en": "Entity that is able to carry out action"}, "label" : {"en": "Agent"}, -"extra": {"EA-Name" : "Agent", "EA-Guid" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Agent", "definition" : "Entity that is able to carry out action", "usage" : "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided.", "ap-label-en" : "Agent", "ap-definition-en" : "Entity that is able to carry out action", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/xmlns.com\/foaf\/0.1\/Agent", "note": "null" }, { "key": "label-en", "value": "Agent", "note": "null" }, { "key": "definition-en", "value": "Entity that is able to carry out action", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Entity that is able to carry out action"}, "usage" : {"en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided."}, "ap-label-en" : {"en": "Agent"}, "definition" : {"en": "Entity that is able to carry out action"}, "label" : {"en": "Agent"}}, +"ap-definition-en" : {"en": "Entity that is able to carry out action."}, "usage" : {"en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided."}, "ap-label-en" : {"en": "Agent"}, "definition" : {"en": "Entity that is able to carry out action."}, "label" : {"en": "Agent"}, +"extra": {"EA-Name" : "Agent", "EA-Guid" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Agent", "definition" : "Entity that is able to carry out action.", "usage" : "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided.", "ap-label-en" : "Agent", "ap-definition-en" : "Entity that is able to carry out action.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/xmlns.com\/foaf\/0.1\/Agent", "note": "null" }, { "key": "label-en", "value": "Agent", "note": "null" }, { "key": "definition-en", "value": "Entity that is able to carry out action.", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Entity that is able to carry out action."}, "usage" : {"en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided."}, "ap-label-en" : {"en": "Agent"}, "definition" : {"en": "Entity that is able to carry out action."}, "label" : {"en": "Agent"}}, "name": "Agent" } +, { +"@id": "http://xmlns.com/foaf/0.1/Document", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "A self-contained collection of information in a readable format."}, "usage" : {"en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody."}, "ap-label-en" : {"en": "Document"}, "definition" : {"en": "A self-contained collection of information in a readable format."}, "label" : {"en": "Document"}, +"extra": {"EA-Name" : "Document", "EA-Guid" : "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", "EA-Package" : "foaf", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Document", "definition" : "A self-contained collection of information in a readable format.", "usage" : "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", "ap-label-en" : "Document", "ap-definition-en" : "A self-contained collection of information in a readable format.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/xmlns.com\/foaf\/0.1\/Document", "note": "null" }, { "key": "label-en", "value": "Document", "note": "null" }, { "key": "definition-en", "value": "A self-contained collection of information in a readable format.", "note": "null" }, { "key": "usageNote-en", "value": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A self-contained collection of information in a readable format."}, "usage" : {"en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody."}, "ap-label-en" : {"en": "Document"}, "definition" : {"en": "A self-contained collection of information in a readable format."}, "label" : {"en": "Document"}}, +"name": "Document" +} ], "externalproperties": [ { @@ -804,8 +870,8 @@ "@type": "http://www.w3.org/2002/07/owl#DatatypeProperty", "name": "geographicName", "inpackage": "OTHER_PACKAGE", -"ap-definition-en" : {"en": "A textual description for a Location."}, "usage" : {"en": "The INSPIRE Data Specification on Geographical Names<\/a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document<\/a> (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Ath\u00EDna\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental\/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n\r\nThe country codes defined in ISO 3166<\/a> may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code."}, "ap-label-en" : {"en": "geographic name"}, "definition" : {"en": "A textual description for a Location."}, "label" : {"en": "geographic name"}, -"extra": {"EA-Name" : "geographicName", "EA-Guid" : "{773B9A30-8874-4c47-9ECF-97324E0EC181}", "EA-Package" : "dct", "EA-Type" : "attribute", "EA-Domain" : "Location", "EA-Domain-Guid" : "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", "EA-Range" : "Text", "RangeData" : {"EA-Name" : "Text", "EA-GUID" : "{01DDF84E-BA04-467c-B657-9A8877C293F9}", "EA-Package" : "Core Vocabulary", "uri" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" }, "label" : "geographic name", "definition" : "A textual description for a Location.", "usage" : "The INSPIRE Data Specification on Geographical Names<\/a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document<\/a> (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Ath\u00EDna\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental\/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n\r\nThe country codes defined in ISO 3166<\/a> may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.", "ap-label-en" : "geographic name", "ap-definition-en" : "A textual description for a Location.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/ns\/locn#geographicName", "note": "null" }, { "key": "label-en", "value": "geographic name", "note": "null" }, { "key": "definition-en", "value": "A textual description for a Location.", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "The INSPIRE Data Specification on Geographical Names<\/a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document<\/a> (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Ath\u00EDna\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental\/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n\r\nThe country codes defined in ISO 3166<\/a> may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A textual description for a Location."}, "usage" : {"en": "The INSPIRE Data Specification on Geographical Names<\/a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document<\/a> (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Ath\u00EDna\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental\/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n\r\nThe country codes defined in ISO 3166<\/a> may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code."}, "ap-label-en" : {"en": "geographic name"}, "definition" : {"en": "A textual description for a Location."}, "label" : {"en": "geographic name"}}, +"ap-definition-en" : {"en": "A textual description for a Location."}, "usage" : {"en": "The INSPIRE Data Specification on Geographical Names<\/a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document<\/a> (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Ath\u00EDna\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental\/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n\r\nThe country codes defined in ISO 3166<\/a> may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code."}, "ap-label-en" : {"en": "geographic name"}, "definition" : {"en": "A textual description for a Location."}, "label" : {"en": "geographic name"}, +"extra": {"EA-Name" : "geographicName", "EA-Guid" : "{773B9A30-8874-4c47-9ECF-97324E0EC181}", "EA-Package" : "dct", "EA-Type" : "attribute", "EA-Domain" : "Location", "EA-Domain-Guid" : "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", "EA-Range" : "Text", "RangeData" : {"EA-Name" : "Text", "EA-GUID" : "{01DDF84E-BA04-467c-B657-9A8877C293F9}", "EA-Package" : "Core Vocabulary", "uri" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" }, "label" : "geographic name", "definition" : "A textual description for a Location.", "usage" : "The INSPIRE Data Specification on Geographical Names<\/a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document<\/a> (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Ath\u00EDna\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental\/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n\r\nThe country codes defined in ISO 3166<\/a> may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.", "ap-label-en" : "geographic name", "ap-definition-en" : "A textual description for a Location.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/ns\/locn#geographicName", "note": "null" }, { "key": "label-en", "value": "geographic name", "note": "null" }, { "key": "definition-en", "value": "A textual description for a Location.", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "The INSPIRE Data Specification on Geographical Names<\/a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document<\/a> (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Ath\u00EDna\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental\/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n\r\nThe country codes defined in ISO 3166<\/a> may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A textual description for a Location."}, "usage" : {"en": "The INSPIRE Data Specification on Geographical Names<\/a> provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document<\/a> (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Ath\u00EDna\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental\/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n\r\nThe country codes defined in ISO 3166<\/a> may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code."}, "ap-label-en" : {"en": "geographic name"}, "definition" : {"en": "A textual description for a Location."}, "label" : {"en": "geographic name"}}, "codelist": [ ], "domain": [ @@ -824,8 +890,8 @@ "@type": "http://www.w3.org/2002/07/owl#DatatypeProperty", "name": "locatorDesignator", "inpackage": "OTHER_PACKAGE", -"ap-definition-en" : {"en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope."}, "usage" : {"en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n"}, "ap-label-en" : {"en": "locator designator"}, "definition" : {"en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope."}, "label" : {"en": "locator designator"}, -"extra": {"EA-Name" : "locatorDesignator", "EA-Guid" : "{509BF1D0-4E76-4bee-B17F-AC883B236548}", "EA-Package" : "Core Location", "EA-Type" : "attribute", "EA-Domain" : "Address", "EA-Domain-Guid" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Range" : "Literal", "RangeData" : {"EA-Name" : "Literal", "EA-Package" : "", "uri" : "http://www.w3.org/2000/01/rdf-schema#Literal" }, "label" : "locator designator", "definition" : "A number or sequence of characters that uniquely identifies the locator within the relevant scope.", "usage" : "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n", "ap-label-en" : "locator designator", "ap-definition-en" : "A number or sequence of characters that uniquely identifies the locator within the relevant scope.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/ns\/locn#locatorDesignator", "note": "null" }, { "key": "label-en", "value": "locator designator", "note": "null" }, { "key": "definition-en", "value": "A number or sequence of characters that uniquely identifies the locator within the relevant scope.", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope."}, "usage" : {"en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n"}, "ap-label-en" : {"en": "locator designator"}, "definition" : {"en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope."}, "label" : {"en": "locator designator"}}, +"ap-definition-en" : {"en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope."}, "usage" : {"en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"."}, "ap-label-en" : {"en": "locator designator"}, "definition" : {"en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope."}, "label" : {"en": "locator designator"}, +"extra": {"EA-Name" : "locatorDesignator", "EA-Guid" : "{2B82740F-2D5F-4eda-94D1-18FF4E9B16CF}", "EA-Package" : "Core Location", "EA-Type" : "attribute", "EA-Domain" : "Address", "EA-Domain-Guid" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Range" : "Literal", "RangeData" : {"EA-Name" : "Literal", "EA-Package" : "", "uri" : "http://www.w3.org/2000/01/rdf-schema#Literal" }, "label" : "locator designator", "definition" : "A number or sequence of characters that uniquely identifies the locator within the relevant scope.", "usage" : "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".", "ap-label-en" : "locator designator", "ap-definition-en" : "A number or sequence of characters that uniquely identifies the locator within the relevant scope.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "label-en", "value": "locator designator", "note": "null" }, { "key": "uri", "value": "http:\/\/www.w3.org\/ns\/locn#locatorDesignator", "note": "null" }, { "key": "definition-en", "value": "A number or sequence of characters that uniquely identifies the locator within the relevant scope.", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope."}, "usage" : {"en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"."}, "ap-label-en" : {"en": "locator designator"}, "definition" : {"en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope."}, "label" : {"en": "locator designator"}}, "codelist": [ ], "domain": [ @@ -844,8 +910,8 @@ "@type": "http://www.w3.org/2002/07/owl#DatatypeProperty", "name": "locatorName", "inpackage": "OTHER_PACKAGE", -"ap-definition-en" : {"en": "Proper noun(s) applied to the real world entity identified by the locator."}, "usage" : {"en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator."}, "ap-label-en" : {"en": "locator name"}, "definition" : {"en": "Proper noun(s) applied to the real world entity identified by the locator."}, "label" : {"en": "locator name"}, -"extra": {"EA-Name" : "locatorName", "EA-Guid" : "{BD85C372-1378-4b22-9DA6-B4897A7F0106}", "EA-Package" : "Core Location", "EA-Type" : "attribute", "EA-Domain" : "Address", "EA-Domain-Guid" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Range" : "Text", "RangeData" : {"EA-Name" : "Text", "EA-GUID" : "{01DDF84E-BA04-467c-B657-9A8877C293F9}", "EA-Package" : "Core Vocabulary", "uri" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" }, "label" : "locator name", "definition" : "Proper noun(s) applied to the real world entity identified by the locator.", "usage" : "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator.", "ap-label-en" : "locator name", "ap-definition-en" : "Proper noun(s) applied to the real world entity identified by the locator.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/ns\/locn#locatorName", "note": "null" }, { "key": "label-en", "value": "locator name", "note": "null" }, { "key": "definition-en", "value": "NOTE", "note": "Proper noun(s) applied to the real world entity identified by the locator." }, { "key": "usageNote-en", "value": "NOTE", "note": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Proper noun(s) applied to the real world entity identified by the locator."}, "usage" : {"en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator."}, "ap-label-en" : {"en": "locator name"}, "definition" : {"en": "Proper noun(s) applied to the real world entity identified by the locator."}, "label" : {"en": "locator name"}}, +"ap-definition-en" : {"en": "TODO"}, "usage" : {"en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator."}, "ap-label-en" : {"en": "locator name"}, "label" : {"en": "locator name"}, +"extra": {"EA-Name" : "locatorName", "EA-Guid" : "{BD85C372-1378-4b22-9DA6-B4897A7F0106}", "EA-Package" : "Core Location", "EA-Type" : "attribute", "EA-Domain" : "Address", "EA-Domain-Guid" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Range" : "Text", "RangeData" : {"EA-Name" : "Text", "EA-GUID" : "{01DDF84E-BA04-467c-B657-9A8877C293F9}", "EA-Package" : "Core Vocabulary", "uri" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" }, "label" : "locator name", "definition" : "", "usage" : "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator.", "ap-label-en" : "locator name", "ap-definition-en" : "TODO", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/www.w3.org\/ns\/locn#locatorName", "note": "null" }, { "key": "label-en", "value": "locator name", "note": "null" }, { "key": "usageNote-en", "value": "NOTE", "note": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "TODO"}, "usage" : {"en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator."}, "ap-label-en" : {"en": "locator name"}, "label" : {"en": "locator name"}}, "codelist": [ ], "domain": [ diff --git a/report/Core-Person-Vocabulary/releases/2.1.1/core-person-ap.report b/report/Core-Person-Vocabulary/releases/2.1.1/core-person-ap.report new file mode 100644 index 000000000..befcf320b --- /dev/null +++ b/report/Core-Person-Vocabulary/releases/2.1.1/core-person-ap.report @@ -0,0 +1,80 @@ +Load mapping config:config/config-ap.json +WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). + Escape it in your SQL! +(e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.Domain Model.DataTypes". +10:03:47 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.Domain Model.Core Public Service, Model.Domain Model.Core Vocabulary, Model.Domain Model.Core Public Event, Model.Domain Model.Core Person, Model.Domain Model.Core Location, Model.Domain Model.Core Public Organisation, Model.Domain Model.Core Business +10:03:47 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.Domain Model, Model.Domain Model.DataTypes, Model +10:03:47 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.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code, Model.Domain Model.skos:Concept +10:03:47 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.Domain Model.Core Vocabulary:rdf:langString, Model.Domain Model.Core Vocabulary:Text +10:03:47 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.Domain Model.CCCEV:InformationConcept:type, Model.Domain Model.foaf:Agent:type, Model.Domain Model.Core Public Event:PublicEvent:eventType, Model.Domain Model.CCCEV:Requirement:type, Model.Domain Model.Core Public Service:Public Service:type, Model.Domain Model.Core Vocabulary:Output:type, Model.Domain Model.Core Vocabulary:Event:type +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.Domain Model.foaf:Group:name, Model.Domain Model.dct:Agent:name, Model.Domain Model.Core Person:Person:fullName, Model.Domain Model.Core Vocabulary:Event:name +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.Domain Model.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.Domain Model.adms:Asset:alternativeLabel +10:03:47 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.Domain Model.Core Public Event:PublicEvent:language, Model.Domain Model.adms:Asset:language +10:03:47 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.Domain Model.Core Public Event:PublicEvent:title, Model.Domain Model.adms:AssetDistribution:title, Model.Domain Model.adms:AssetRepository:title, Model.Domain Model.Core Public Service:Public Service:name, Model.Domain Model.adms:Asset:title, Model.Domain Model.foaf:Agent:name, Model.Domain Model.Core Vocabulary:Output:name, Model.Domain Model.dct:LicenseDocument:title +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.Domain Model.adms:Identifier:dateOfIssue, Model.Domain Model.adms:AssetDistribution:issued, Model.Domain Model.adms:Asset:issued, Model.Domain Model.adms:AssetRepository:issued +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.Domain Model.adms:AssetRepository:modified, Model.Domain Model.adms:Asset:modified, Model.Domain Model.adms:AssetDistribution:modified +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.Domain Model.Core Vocabulary:Cost:value, Model.Domain Model.CCCEV:SupportedValue:value +10:03:47 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.Domain Model.CCCEV:ReferenceFramework:identifier, Model.Domain Model.CCCEV:EvidenceType:identifier, Model.Domain Model.dcat:Dataset:identifier, Model.Domain Model.Core Public Event:PublicEvent:identifier, Model.Domain Model.Core Vocabulary:Cost:identifier, Model.Domain Model.CCCEV:Requirement:identifier, Model.Domain Model.CCCEV:EvidenceTypeList:identifier, Model.Domain Model.CCCEV:InformationConcept:identifier, Model.Domain Model.dct:Jurisdiction:id +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.Domain Model.Core Vocabulary:ContactPoint:hasEmail, Model.Domain Model.Core Vocabulary:ContactInfo:email +10:03:47 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.Domain Model.Core Public Organisation:PublicOrganisation:description, Model.Domain Model.adms:AssetDistribution:description, Model.Domain Model.Core Vocabulary:Output:description, Model.Domain Model.adms:Asset:description, Model.Domain Model.CCCEV:Requirement:description, Model.Domain Model.Core Public Service:Participation:description, Model.Domain Model.Core Vocabulary:Cost:description, Model.Domain Model.time:TemporalEntity:description, Model.Domain Model.CCCEV:EvidenceTypeList:description, Model.Domain Model.Core Public Event:PublicEvent:description, Model.Domain Model.Core Public Service:Public Service:description, Model.Domain Model.dct:LicenseDocument:description, Model.Domain Model.Core Vocabulary:Event:description, Model.Domain Model.CCCEV:InformationConcept:description, Model.Domain Model.adms:AssetRepository:description, Model.Domain Model.org:ChangeEvent:description +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.Domain Model.Core Vocabulary:Event:identifier, Model.Domain Model.dct:Agent:identifier, Model.Domain Model.Core Public Service:Participation:identifier +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.Domain Model.adms:AssetDistribution:accessURL, Model.Domain Model.adms:AssetRepository:accessURL +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.Domain Model.dct:Jurisdiction:name, Model.Domain Model.Core Location:AdminUnit:name, Model.Domain Model.adms:Identifier:schemeName +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.Domain Model.CCCEV:Requirement:name, Model.Domain Model.Core Public Organisation:PublicOrganisation:preferredLabel, Model.Domain Model.CCCEV:InformationConcept:name, Model.Domain Model.CCCEV:EvidenceTypeList:name +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.Domain Model.Core Vocabulary:ContactInfo:telephone, Model.Domain Model.Core Vocabulary:ContactPoint:hasTelephone +10:03:47 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.Domain Model.Core Person:Person:alternativeName, Model.Domain Model.Core Business:LegalEntity:alternativeName +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Person". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Person". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.Domain Model.Core Person". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.Domain Model.Core Person". +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:03:47 WARN c.g.i.o.c.Converter - Element GenericDate has same prefix as package: simplify by removing the extra tag uri +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . +10:03:47 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "URI" . +10:03:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Date" . +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Vocabulary:Date". +10:03:47 WARN c.g.i.o.c.JSONLDOutputHandler - Class Date without label, further processing this class will be incoherent +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.adms:Identifier:identifies is unknown +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.Converter - Package for connector Model.Domain Model.adms:Identifier:issuingAuthorityURI is unknown +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.Domain Model.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:03:47 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Person:Person:gender": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:47 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.Core Person:Person:sex": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:47 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.Domain Model.Core Location:Address:locatorName". +10:03:47 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.Domain Model.foaf:Agent:type": Model.Domain Model.Core Vocabulary:Code, Model.Domain Model.DataTypes:Code. +10:03:47 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:03:47 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.Domain Model.Core Vocabulary:ContactPoint:contactPage". diff --git a/report/doc/core-vocabulary/core-person/html-nj_en.json b/report/Core-Person-Vocabulary/releases/2.1.1/html-nj_en.json similarity index 89% rename from report/doc/core-vocabulary/core-person/html-nj_en.json rename to report/Core-Person-Vocabulary/releases/2.1.1/html-nj_en.json index 367502e40..61b294635 100644 --- a/report/doc/core-vocabulary/core-person/html-nj_en.json +++ b/report/Core-Person-Vocabulary/releases/2.1.1/html-nj_en.json @@ -2,23 +2,25 @@ "metadata": { "title": "Core Person Vocabulary", "uri": "http://data.europa.eu/m8g", - "issued": "2023-05-15", + "issued": "2024-01-15", "baseURI": "http://data.europa.eu/m8g/", "filename": "core-person-ap", "navigation": { - "self": "https://semiceu.github.io//doc/core-vocabulary/core-person" + "prev": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0/", + "self": "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/" }, "license": "https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic", "documenttype": "ap", "documentconfig": { - "changelog": "https://github.com/SEMICeu/Core-Person-Vocabulary/blob/master/releases/2.1.0/Changelog.md" + "editorDocumentroot": "https://semiceu.github.io/uri.semic.eu-generated/Core-Person-Vocabulary/releases/2.1.1", + "statuslabel": "SEMIC Candidate Recommendation" }, "status": "Semic Recommendation", "statuslabel": "Onbekend", - "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/f2234cb7f5d356711e585d5699357094047c116b", - "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/f2234cb7f5d356711e585d5699357094047c116b/CHANGELOG", + "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/7c6ce727384636d7d7a25318c8b42f69f9ecfa15", + "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/7c6ce727384636d7d7a25318c8b42f69f9ecfa15/CHANGELOG", "feedbackurl": "https://github.com/SEMICeu/Core-Person-Vocabulary/issues", - "standaardregisterurl": "Core-Person-Vocabulary", + "standaardregisterurl": "https://github.com/SEMICeu/Core-Person-Vocabulary/blob/master/releases/2.1.1/Changelog.md", "usesVocs": [], "usesAPs": [] }, @@ -62,21 +64,8 @@ "uri": "http://data.europa.eu/m8g/ContactPoint" } ], - "range": [ - { - "range_label": "Document", - "range_uri": "http://xmlns.com/foaf/0.1/Document" - } - ], - "scopedrange": [ - { - "range_uri": "http://xmlns.com/foaf/0.1/Document", - "range_puri": "http://xmlns.com/foaf/0.1/Document", - "range_label": { - "en": "Document" - } - } - ], + "range": [], + "scopedrange": [], "cardinality": "0..*", "codelist_uri": "", "rawTags": { @@ -110,7 +99,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2000/01/rdf-schema#Literal", + "range_uri": "#Literal", "range_puri": "http://www.w3.org/2000/01/rdf-schema#Literal", "range_label": { "en": "Literal" @@ -150,7 +139,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2000/01/rdf-schema#Literal", + "range_uri": "#Literal", "range_puri": "http://www.w3.org/2000/01/rdf-schema#Literal", "range_label": { "en": "Literal" @@ -213,7 +202,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2001/XMLSchema#anyURI", + "range_uri": "#URI", "range_puri": "http://www.w3.org/2001/XMLSchema#anyURI", "range_label": { "en": "URI" @@ -255,7 +244,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -288,7 +277,8 @@ "rawTags": { "uri": "http://purl.org/dc/terms/Location", "label-en": "Location", - "definition-en": "An identifiable geographic place or named place." + "definition-en": "An identifiable geographic place or named place.", + "class-usage-scope": "main" }, "properties": [ { @@ -318,7 +308,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2001/XMLSchema#anyURI", + "range_uri": "#URI", "range_puri": "http://www.w3.org/2001/XMLSchema#anyURI", "range_label": { "en": "URI" @@ -345,7 +335,7 @@ "en": "A textual description for a Location." }, "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." }, "domain": [ { @@ -361,7 +351,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -374,7 +364,7 @@ "uri": "http://www.w3.org/ns/locn#geographicName", "label-en": "geographic name", "definition-en": "A textual description for a Location.", - "usageNote-en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "usageNote-en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." } } ] @@ -425,7 +415,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -508,7 +498,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2001/XMLSchema#date", + "range_uri": "#Date", "range_puri": "http://www.w3.org/2001/XMLSchema#date", "range_label": { "en": "Date" @@ -548,7 +538,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -590,7 +580,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2000/01/rdf-schema#Literal", + "range_uri": "#Literal", "range_puri": "http://www.w3.org/2000/01/rdf-schema#Literal", "range_label": { "en": "Literal" @@ -673,7 +663,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -709,7 +699,8 @@ "uri": "http://www.w3.org/ns/locn#Address", "label-en": "Address", "definition-en": "A spatial object that in a human-readable way identifies a fixed location.", - "usageNote-en": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n

\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1 provides a method through which different Addresses can be converted from one conceptual model to another.\r\n

\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n

\r\n- full address (the complete address as a formatted string)
\r\n- addressID (a unique identifier for the address).\r\n

\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property.\r\n

\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n

\r\nThis class belongs to Core Location Vocabulary" + "usageNote-en": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n

\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1 provides a method through which different Addresses can be converted from one conceptual model to another.\r\n

\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n

\r\n- full address (the complete address as a formatted string)
\r\n- addressID (a unique identifier for the address).\r\n

\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property.\r\n

\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n

\r\nThis class belongs to Core Location Vocabulary", + "class-usage-scope": "main" }, "properties": [ { @@ -739,7 +730,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -782,7 +773,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2000/01/rdf-schema#Literal", + "range_uri": "#Literal", "range_puri": "http://www.w3.org/2000/01/rdf-schema#Literal", "range_label": { "en": "Literal" @@ -825,7 +816,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -868,7 +859,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -911,7 +902,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -938,7 +929,7 @@ "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." }, "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." }, "domain": [ { @@ -954,7 +945,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2000/01/rdf-schema#Literal", + "range_uri": "#Literal", "range_puri": "http://www.w3.org/2000/01/rdf-schema#Literal", "range_label": { "en": "Literal" @@ -964,10 +955,10 @@ "cardinality": "0..*", "codelist_uri": "", "rawTags": { - "uri": "http://www.w3.org/ns/locn#locatorDesignator", "label-en": "locator designator", + "uri": "http://www.w3.org/ns/locn#locatorDesignator", "definition-en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope.", - "usageNote-en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "usageNote-en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." } }, { @@ -977,9 +968,7 @@ "label": { "en": "locator name" }, - "description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, + "description": {}, "usage": { "en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator." }, @@ -997,7 +986,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -1009,7 +998,6 @@ "rawTags": { "uri": "http://www.w3.org/ns/locn#locatorName", "label-en": "locator name", - "definition-en": "Proper noun(s) applied to the real world entity identified by the locator.", "usageNote-en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator." } }, @@ -1040,7 +1028,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2000/01/rdf-schema#Literal", + "range_uri": "#Literal", "range_puri": "http://www.w3.org/2000/01/rdf-schema#Literal", "range_label": { "en": "Literal" @@ -1083,7 +1071,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2000/01/rdf-schema#Literal", + "range_uri": "#Literal", "range_puri": "http://www.w3.org/2000/01/rdf-schema#Literal", "range_label": { "en": "Literal" @@ -1126,7 +1114,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -1169,7 +1157,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -1213,7 +1201,8 @@ "uri": "http://www.w3.org/ns/person#Person", "definition-en": "A individual human being who may be dead or alive, but not imaginary.", "usageNote-en": "The fact that a person in the context of Core Person Vocabulary cannot be imaginary makes person:Person a subclass of foaf:Person which cover imaginary characters as well as real people. The Person Class is a subclass of the more general 'Agent' class.", - "label-en": "Person" + "label-en": "Person", + "class-usage-scope": "main" }, "properties": [ { @@ -1243,10 +1232,10 @@ ], "scopedrange": [ { - "range_uri": "#GenericDate", + "range_uri": "#Generic date", "range_puri": "http://data.europa.eu/m8g/GenericDate", "range_label": { - "en": "GenericDate" + "en": "Generic date" } } ], @@ -1286,10 +1275,10 @@ ], "scopedrange": [ { - "range_uri": "#GenericDate", + "range_uri": "#Generic date", "range_puri": "http://data.europa.eu/m8g/GenericDate", "range_label": { - "en": "GenericDate" + "en": "Generic date" } } ], @@ -1329,7 +1318,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2004/02/skos/core#Concept", + "range_uri": "#Code", "range_puri": "http://www.w3.org/2004/02/skos/core#Concept", "range_label": { "en": "Code" @@ -1370,7 +1359,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -1412,7 +1401,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2004/02/skos/core#Concept", + "range_uri": "#Code", "range_puri": "http://www.w3.org/2004/02/skos/core#Concept", "range_label": { "en": "Code" @@ -1538,7 +1527,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -1625,7 +1614,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -1800,7 +1789,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -1975,7 +1964,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -2018,7 +2007,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -2061,7 +2050,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -2087,7 +2076,7 @@ }, "sort": "Agent", "description": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." @@ -2096,7 +2085,7 @@ "rawTags": { "uri": "http://xmlns.com/foaf/0.1/Agent", "label-en": "Agent", - "definition-en": "Entity that is able to carry out action", + "definition-en": "Entity that is able to carry out action.", "usageNote-en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." }, "properties": [ @@ -2125,7 +2114,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "range_uri": "#Text", "range_puri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "range_label": { "en": "Text" @@ -2165,7 +2154,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2004/02/skos/core#Concept", + "range_uri": "#Code", "range_puri": "http://www.w3.org/2004/02/skos/core#Concept", "range_label": { "en": "Code" @@ -2184,21 +2173,6 @@ } ], "properties": [ - { - "uri": "http://data.europa.eu/m8g/contactPage", - "name": { - "en": "contact page", - "undefined": "contactPage" - }, - "description": {}, - "domain": [ - null - ], - "range": [ - null - ], - "parents": [] - }, { "uri": "http://data.europa.eu/m8g/gender", "name": { @@ -2260,6 +2234,14 @@ "name": "PwC EU Services" } }, + { + "role": "E", + "first_name": "Emiel", + "last_name": "Dhondt", + "affiliation": { + "name": "PwC EU Services" + } + }, { "role": "E", "first_name": "Pavlina", @@ -2268,6 +2250,14 @@ "name": "European Commission" } }, + { + "role": "E", + "first_name": "Nathan", + "last_name": "Ghesquière", + "affiliation": { + "name": "PwC EU Services" + } + }, { "role": "E", "first_name": "Dimitri", @@ -2276,6 +2266,14 @@ "name": "PwC EU Services" } }, + { + "role": "E", + "first_name": "Arthur", + "last_name": "Schiltz", + "affiliation": { + "name": "PwC EU Services" + } + }, { "role": "E", "first_name": "Emidio", @@ -2304,11 +2302,11 @@ "datatypes": [ { "uri": "http://data.europa.eu/m8g/GenericDate", - "name": "Genericdate", + "name": "GenericDate", "label": { - "en": "GenericDate" + "en": "Generic date" }, - "sort": "GenericDate", + "sort": "Generic date", "description": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, @@ -2316,13 +2314,132 @@ "parents": [], "rawTags": { "definition-en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear", - "label-en": "GenericDate", + "label-en": "Generic date", "uri": "http://data.europa.eu/m8g/GenericDate", "literal": "True" }, "properties": [] + }, + { + "uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "name": "Text", + "label": { + "en": "Text" + }, + "sort": "Text", + "description": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + }, + "parents": [], + "rawTags": { + "uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "label-en": "Text", + "definition-en": "The text data type is a combination of a string and a language identifier.", + "usageNote-en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"", + "literal": "True", + "class-usage-scope": "datatype" + }, + "properties": [] + }, + { + "uri": "http://www.w3.org/2000/01/rdf-schema#Literal", + "name": "Literal", + "label": { + "en": "Literal" + }, + "sort": "Literal", + "description": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "usage": {}, + "parents": [], + "rawTags": { + "uri": "http://www.w3.org/2000/01/rdf-schema#Literal", + "label-en": "Literal", + "definition-en": "The class of literal values, eg. textual strings and integers.", + "class-usage-scope": "datatype" + }, + "properties": [] + }, + { + "uri": "http://www.w3.org/2001/XMLSchema#anyURI", + "name": "Uri", + "label": { + "en": "URI" + }, + "sort": "URI", + "description": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "usage": {}, + "parents": [], + "rawTags": { + "uri": "http://www.w3.org/2001/XMLSchema#anyURI", + "label-en": "URI", + "literal": "True", + "definition-en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "properties": [] + }, + { + "uri": "http://www.w3.org/2001/XMLSchema#date", + "name": "", + "label": {}, + "sort": "", + "description": {}, + "usage": {}, + "parents": [], + "rawTags": { + "uri": "http://www.w3.org/2001/XMLSchema#date" + }, + "properties": [] + }, + { + "uri": "http://www.w3.org/2004/02/skos/core#Concept", + "name": "Code", + "label": { + "en": "Code" + }, + "sort": "Code", + "description": { + "en": "An idea or notion; a unit of thought." + }, + "usage": {}, + "parents": [], + "rawTags": { + "label-en": "Code", + "uri": "http://www.w3.org/2004/02/skos/core#Concept", + "class-usage-scope": "datatype", + "definition-en": "An idea or notion; a unit of thought." + }, + "properties": [] + }, + { + "uri": "http://xmlns.com/foaf/0.1/Document", + "name": "Document", + "label": { + "en": "Document" + }, + "sort": "Document", + "description": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "parents": [], + "rawTags": { + "uri": "http://xmlns.com/foaf/0.1/Document", + "label-en": "Document", + "definition-en": "A self-contained collection of information in a readable format.", + "usageNote-en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "properties": [] } ], "parents": [], - "documentroot": "/doc/core-vocabulary/core-person" + "documentroot": "/Core-Person-Vocabulary/releases/2.1.1/" } diff --git a/report/Core-Person-Vocabulary/releases/2.1.1/shacl/core-person-ap-SHACL_en.report b/report/Core-Person-Vocabulary/releases/2.1.1/shacl/core-person-ap-SHACL_en.report new file mode 100644 index 000000000..e4ede2caf --- /dev/null +++ b/report/Core-Person-Vocabulary/releases/2.1.1/shacl/core-person-ap-SHACL_en.report @@ -0,0 +1,9 @@ +start reading +/tmp/workspace/report/Core-Person-Vocabulary/releases/2.1.1//translation/core-person-ap_en_merged.jsonld +/tmp/workspace/target/Core-Person-Vocabulary/releases/2.1.1//shacl/core-person-ap-SHACL_en.jsonld +en +done +start processing +TypeError: Cannot read property 'en' of undefined + at labelclasses (/app/shacl-generator2.js:760:65) + at /app/shacl-generator2.js:52:17 diff --git a/report/doc/core-vocabulary/core-person/translation/core-person-ap.jsonld b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap.jsonld similarity index 90% rename from report/doc/core-vocabulary/core-person/translation/core-person-ap.jsonld rename to report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap.jsonld index bb56a5524..0856b0692 100644 --- a/report/doc/core-vocabulary/core-person/translation/core-person-ap.jsonld +++ b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap.jsonld @@ -130,6 +130,14 @@ }, "@type": "foaf:Person" }, + { + "foaf:firstName": "Emiel", + "foaf:lastName": "Dhondt", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "@type": "foaf:Person" + }, { "foaf:firstName": "Pavlina", "foaf:lastName": "Fragkou", @@ -138,6 +146,14 @@ }, "@type": "foaf:Person" }, + { + "foaf:firstName": "Nathan", + "foaf:lastName": "Ghesquière", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "@type": "foaf:Person" + }, { "foaf:firstName": "Dimitri", "foaf:lastName": "Schepers", @@ -146,6 +162,14 @@ }, "@type": "foaf:Person" }, + { + "foaf:firstName": "Arthur", + "foaf:lastName": "Schiltz", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "@type": "foaf:Person" + }, { "foaf:firstName": "Emidio", "foaf:lastName": "Stani", @@ -257,13 +281,13 @@ "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, "ap-label-en": { - "en": "GenericDate" + "en": "Generic date" }, "definition": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, "label": { - "en": "GenericDate" + "en": "Generic date" }, "extra": { "EA-Name": "GenericDate", @@ -274,14 +298,14 @@ "EA-Parents2": [], "parentclasses": "", "label": { - "en": "GenericDate" + "en": "Generic date" }, "definition": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, "usage": "", "ap-label-en": { - "en": "GenericDate" + "en": "Generic date" }, "ap-definition-en": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" @@ -296,7 +320,7 @@ }, { "key": "label-en", - "value": "GenericDate", + "value": "Generic date", "note": "null" }, { @@ -313,7 +337,7 @@ "Scope": "FULL_DEFINITON" }, "inpackage": "ACTIVE_PACKAGE", - "name": "Genericdate", + "name": "GenericDate", "parents": [] } ], @@ -414,7 +438,7 @@ }, { "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "name": "contactPage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { @@ -436,12 +460,11 @@ "EA-Type": "attribute", "EA-Domain": "ContactPoint", "EA-Domain-Guid": "{6954994D-2205-40c1-8615-BCEC693F47D9}", - "EA-Range": "Document", + "EA-Range": "null", "RangeData": { - "EA-Name": "Document", - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" + "EA-Name": "", + "EA-Package": "", + "uri": "null" }, "label": { "en": "contact page" @@ -484,14 +507,7 @@ "EA-Name": "ContactPoint" } ], - "range": [ - { - "EA-Name": "Document", - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" - } - ], + "range": [], "generalization": [], "minCardinality": "0", "maxCardinality": "*" @@ -1152,12 +1168,327 @@ "key": "definition-en", "value": "An identifiable geographic place or named place.", "note": "null" + }, + { + "key": "class-usage-scope", + "value": "main", + "note": "null" } ], "Scope": "NOTHING" }, "name": "Location" }, + { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + }, + "ap-label-en": { + "en": "Text" + }, + "definition": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "label": { + "en": "Text" + }, + "extra": { + "EA-Name": "Text", + "EA-Guid": "{01DDF84E-BA04-467c-B657-9A8877C293F9}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Text" + }, + "definition": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + }, + "ap-label-en": { + "en": "Text" + }, + "ap-definition-en": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "note": "null" + }, + { + "key": "label-en", + "value": "Text", + "note": "null" + }, + { + "key": "definition-en", + "value": "The text data type is a combination of a string and a language identifier.", + "note": "null" + }, + { + "key": "usageNote-en", + "value": "NOTE", + "note": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + }, + { + "key": "literal", + "value": "True", + "note": "null" + }, + { + "key": "class-usage-scope", + "value": "datatype", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Text" + }, + { + "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "ap-label-en": { + "en": "Literal" + }, + "definition": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "label": { + "en": "Literal" + }, + "extra": { + "EA-Name": "Literal", + "EA-Guid": "{DCCF0D25-15AF-4a6d-A572-EF2321776098}", + "EA-Package": "rdfs", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Literal" + }, + "definition": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "usage": "", + "ap-label-en": { + "en": "Literal" + }, + "ap-definition-en": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/2000/01/rdf-schema#Literal", + "note": "null" + }, + { + "key": "label-en", + "value": "Literal", + "note": "null" + }, + { + "key": "definition-en", + "value": "The class of literal values, eg. textual strings and integers.", + "note": "null" + }, + { + "key": "class-usage-scope", + "value": "datatype", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Literal" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#anyURI", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-label-en": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "label": { + "en": "URI" + }, + "extra": { + "EA-Name": "URI", + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "usage": "", + "ap-label-en": { + "en": "URI" + }, + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/2001/XMLSchema#anyURI", + "note": "null" + }, + { + "key": "label-en", + "value": "URI", + "note": "null" + }, + { + "key": "literal", + "value": "True", + "note": "null" + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + } + ], + "Scope": "NOTHING" + }, + "name": "Uri" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#date", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "TODO" + }, + "extra": { + "EA-Name": "Date", + "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": "", + "definition": "", + "usage": "", + "ap-label-en": "", + "ap-definition-en": { + "en": "TODO" + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://www.w3.org/2001/XMLSchema#date", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "" + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-label-en": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "label": { + "en": "Code" + }, + "extra": { + "EA-Name": "Code", + "EA-Guid": "{30CD7894-2AB0-450c-BE9F-0DDB947550B7}", + "EA-Package": "Core Vocabulary", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "usage": "", + "ap-label-en": { + "en": "Code" + }, + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "label-en", + "value": "Code", + "note": "null" + }, + { + "key": "uri", + "value": "http://www.w3.org/2004/02/skos/core#Concept", + "note": "null" + }, + { + "key": "class-usage-scope", + "value": "datatype", + "note": "null" + }, + { + "key": "definition-en", + "value": "An idea or notion; a unit of thought.", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Code" + }, { "@id": "http://www.w3.org/ns/adms#Identifier", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1292,6 +1623,11 @@ "key": "usageNote-en", "value": "NOTE", "note": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n

\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1 provides a method through which different Addresses can be converted from one conceptual model to another.\r\n

\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n

\r\n- full address (the complete address as a formatted string)
\r\n- addressID (a unique identifier for the address).\r\n

\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property.\r\n

\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n

\r\nThis class belongs to Core Location Vocabulary" + }, + { + "key": "class-usage-scope", + "value": "main", + "note": "null" } ], "Scope": "NOTHING" @@ -1369,6 +1705,11 @@ "key": "label-en", "value": "Person", "note": "null" + }, + { + "key": "class-usage-scope", + "value": "main", + "note": "null" } ], "Scope": "TRANSLATIONS_ONLY" @@ -1380,7 +1721,7 @@ "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", "ap-definition-en": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." @@ -1389,7 +1730,7 @@ "en": "Agent" }, "definition": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "label": { "en": "Agent" @@ -1406,7 +1747,7 @@ "en": "Agent" }, "definition": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." @@ -1415,7 +1756,7 @@ "en": "Agent" }, "ap-definition-en": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -1432,7 +1773,7 @@ }, { "key": "definition-en", - "value": "Entity that is able to carry out action", + "value": "Entity that is able to carry out action.", "note": "null" }, { @@ -1444,6 +1785,76 @@ "Scope": "NOTHING" }, "name": "Agent" + }, + { + "@id": "http://xmlns.com/foaf/0.1/Document", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "ap-label-en": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "label": { + "en": "Document" + }, + "extra": { + "EA-Name": "Document", + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "EA-Package": "foaf", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + }, + "ap-label-en": { + "en": "Document" + }, + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "uri", + "value": "http://xmlns.com/foaf/0.1/Document", + "note": "null" + }, + { + "key": "label-en", + "value": "Document", + "note": "null" + }, + { + "key": "definition-en", + "value": "A self-contained collection of information in a readable format.", + "note": "null" + }, + { + "key": "usageNote-en", + "value": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Document" } ], "externalproperties": [ @@ -3480,7 +3891,7 @@ "en": "A textual description for a Location." }, "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." }, "ap-label-en": { "en": "geographic name" @@ -3512,7 +3923,7 @@ "en": "A textual description for a Location." }, "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." }, "ap-label-en": { "en": "geographic name" @@ -3541,7 +3952,7 @@ { "key": "usageNote-en", "value": "NOTE", - "note": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "note": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." } ], "Scope": "NOTHING" @@ -3574,7 +3985,7 @@ "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." }, "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." }, "ap-label-en": { "en": "locator designator" @@ -3587,7 +3998,7 @@ }, "extra": { "EA-Name": "locatorDesignator", - "EA-Guid": "{509BF1D0-4E76-4bee-B17F-AC883B236548}", + "EA-Guid": "{2B82740F-2D5F-4eda-94D1-18FF4E9B16CF}", "EA-Package": "Core Location", "EA-Type": "attribute", "EA-Domain": "Address", @@ -3605,7 +4016,7 @@ "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." }, "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." }, "ap-label-en": { "en": "locator designator" @@ -3617,13 +4028,13 @@ "ap-codelist": "", "RawTags": [ { - "key": "uri", - "value": "http://www.w3.org/ns/locn#locatorDesignator", + "key": "label-en", + "value": "locator designator", "note": "null" }, { - "key": "label-en", - "value": "locator designator", + "key": "uri", + "value": "http://www.w3.org/ns/locn#locatorDesignator", "note": "null" }, { @@ -3634,7 +4045,7 @@ { "key": "usageNote-en", "value": "NOTE", - "note": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "note": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." } ], "Scope": "NOTHING" @@ -3663,7 +4074,7 @@ "name": "locatorName", "inpackage": "OTHER_PACKAGE", "ap-definition-en": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." + "en": "TODO" }, "usage": { "en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator." @@ -3671,9 +4082,6 @@ "ap-label-en": { "en": "locator name" }, - "definition": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, "label": { "en": "locator name" }, @@ -3694,9 +4102,7 @@ "label": { "en": "locator name" }, - "definition": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, + "definition": "", "usage": { "en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator." }, @@ -3704,7 +4110,7 @@ "en": "locator name" }, "ap-definition-en": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." + "en": "TODO" }, "ap-usageNote-en": "", "ap-codelist": "", @@ -3719,11 +4125,6 @@ "value": "locator name", "note": "null" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Proper noun(s) applied to the real world entity identified by the locator." - }, { "key": "usageNote-en", "value": "NOTE", @@ -5375,17 +5776,14 @@ "template": "core-person-ap_en.j2", "title": "Core Person Vocabulary", "publication-state": "Semic Recommendation", - "publication-date": "2023-05-15", + "publication-date": "2024-01-15", "contributors-file": "stakeholders.csv", "contributors-column": "CoreVoc", "site": "site-skeleton/core-person", - "repourl": "https://github.com/SEMICeu/Core-Person-Vocabulary/tree/master/releases/2.1.0", - "versionurl": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0", + "repourl": "https://github.com/SEMICeu/Core-Person-Vocabulary/tree/master/releases/2.1.1", + "versionurl": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1", "feedbackurl": "https://github.com/SEMICeu/Core-Person-Vocabulary/issues", - "documentconfig": { - "changelog": "https://github.com/SEMICeu/Core-Person-Vocabulary/blob/master/releases/2.1.0/Changelog.md" - }, - "standaardregisterurl": "Core-Person-Vocabulary", + "standaardregisterurl": "https://github.com/SEMICeu/Core-Person-Vocabulary/blob/master/releases/2.1.1/Changelog.md", "translation": [ { "language": "en", @@ -5395,14 +5793,21 @@ "mergefile": "core-person-ap_en_merged.jsonld" } ], + "toolchainversion": "3", + "documentconfig": { + "statuslabel": "SEMIC Candidate Recommendation", + "editorDocumentroot": "https://semiceu.github.io/uri.semic.eu-generated/Core-Person-Vocabulary/releases/2.1.1" + }, "config": "config/config-ap.json", - "branchtag": "main", - "dummy": "10", + "branchtag": "ReSpecCV", + "dummy": "11", "filename": "config/core-person.json", - "navigation": {}, + "navigation": { + "prev": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0/" + }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", - "urlref": "/doc/core-vocabulary/core-person", - "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "urlref": "/Core-Person-Vocabulary/releases/2.1.1/", + "documentcommit": "7c6ce727384636d7d7a25318c8b42f69f9ecfa15", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/core-person/translation/core-person-ap_de.json b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_de.json similarity index 89% rename from report/doc/core-vocabulary/core-person/translation/core-person-ap_de.json rename to report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_de.json index 6d2ebc2c9..c25ac3505 100644 --- a/report/doc/core-vocabulary/core-person/translation/core-person-ap_de.json +++ b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_de.json @@ -19,9 +19,9 @@ }, { "EA-Guid": "{CD915088-5381-44e7-AD6D-2E508E828797}", - "name": "Genericdate", + "name": "GenericDate", "label": { - "en": "GenericDate", + "en": "Generic date", "de": "Enter your translation here" }, "definition": { @@ -173,6 +173,62 @@ "de": "Enter your translation here" } }, + { + "EA-Guid": "{01DDF84E-BA04-467c-B657-9A8877C293F9}", + "name": "Text", + "label": { + "en": "Text", + "de": "Enter your translation here" + }, + "definition": { + "en": "The text data type is a combination of a string and a language identifier.", + "de": "Enter your translation here" + }, + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"", + "de": "Enter your translation here" + } + }, + { + "EA-Guid": "{DCCF0D25-15AF-4a6d-A572-EF2321776098}", + "name": "Literal", + "label": { + "en": "Literal", + "de": "Enter your translation here" + }, + "definition": { + "en": "The class of literal values, eg. textual strings and integers.", + "de": "Enter your translation here" + } + }, + { + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "name": "Uri", + "label": { + "en": "URI", + "de": "Enter your translation here" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", + "de": "Enter your translation here" + } + }, + { + "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", + "name": "" + }, + { + "EA-Guid": "{30CD7894-2AB0-450c-BE9F-0DDB947550B7}", + "name": "Code", + "label": { + "en": "Code", + "de": "Enter your translation here" + }, + "definition": { + "en": "An idea or notion; a unit of thought.", + "de": "Enter your translation here" + } + }, { "EA-Guid": "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", "name": "Identifier", @@ -229,13 +285,29 @@ "de": "Enter your translation here" }, "definition": { - "en": "Entity that is able to carry out action", + "en": "Entity that is able to carry out action.", "de": "Enter your translation here" }, "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided.", "de": "Enter your translation here" } + }, + { + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "name": "Document", + "label": { + "en": "Document", + "de": "Enter your translation here" + }, + "definition": { + "en": "A self-contained collection of information in a readable format.", + "de": "Enter your translation here" + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", + "de": "Enter your translation here" + } } ], "externalproperties": [ @@ -551,12 +623,12 @@ "de": "Enter your translation here" }, "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.", + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.", "de": "Enter your translation here" } }, { - "EA-Guid": "{509BF1D0-4E76-4bee-B17F-AC883B236548}", + "EA-Guid": "{2B82740F-2D5F-4eda-94D1-18FF4E9B16CF}", "name": "locatorDesignator", "label": { "en": "locator designator", @@ -567,7 +639,7 @@ "de": "Enter your translation here" }, "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n", + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".", "de": "Enter your translation here" } }, @@ -578,10 +650,6 @@ "en": "locator name", "de": "Enter your translation here" }, - "definition": { - "en": "Proper noun(s) applied to the real world entity identified by the locator.", - "de": "Enter your translation here" - }, "usage": { "en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator.", "de": "Enter your translation here" diff --git a/report/doc/core-vocabulary/core-person/translation/core-person-ap_en.json b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_en.json similarity index 88% rename from report/doc/core-vocabulary/core-person/translation/core-person-ap_en.json rename to report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_en.json index ced2bebd8..1c13362b1 100644 --- a/report/doc/core-vocabulary/core-person/translation/core-person-ap_en.json +++ b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_en.json @@ -16,9 +16,9 @@ }, { "EA-Guid": "{CD915088-5381-44e7-AD6D-2E508E828797}", - "name": "Genericdate", + "name": "GenericDate", "label": { - "en": "GenericDate" + "en": "Generic date" }, "definition": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" @@ -143,6 +143,53 @@ "en": "An identifiable geographic place or named place." } }, + { + "EA-Guid": "{01DDF84E-BA04-467c-B657-9A8877C293F9}", + "name": "Text", + "label": { + "en": "Text" + }, + "definition": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + } + }, + { + "EA-Guid": "{DCCF0D25-15AF-4a6d-A572-EF2321776098}", + "name": "Literal", + "label": { + "en": "Literal" + }, + "definition": { + "en": "The class of literal values, eg. textual strings and integers." + } + }, + { + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "name": "Uri", + "label": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + } + }, + { + "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", + "name": "" + }, + { + "EA-Guid": "{30CD7894-2AB0-450c-BE9F-0DDB947550B7}", + "name": "Code", + "label": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + } + }, { "EA-Guid": "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", "name": "Identifier", @@ -189,11 +236,24 @@ "en": "Agent" }, "definition": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." } + }, + { + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "name": "Document", + "label": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + } } ], "externalproperties": [ @@ -453,11 +513,11 @@ "en": "A textual description for a Location." }, "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." } }, { - "EA-Guid": "{509BF1D0-4E76-4bee-B17F-AC883B236548}", + "EA-Guid": "{2B82740F-2D5F-4eda-94D1-18FF4E9B16CF}", "name": "locatorDesignator", "label": { "en": "locator designator" @@ -466,7 +526,7 @@ "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." }, "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." } }, { @@ -475,9 +535,6 @@ "label": { "en": "locator name" }, - "definition": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, "usage": { "en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator." } diff --git a/report/doc/core-vocabulary/core-person/translation/core-person-ap_en_merged.jsonld b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_en_merged.jsonld similarity index 90% rename from report/doc/core-vocabulary/core-person/translation/core-person-ap_en_merged.jsonld rename to report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_en_merged.jsonld index c29fd2878..e92d51812 100644 --- a/report/doc/core-vocabulary/core-person/translation/core-person-ap_en_merged.jsonld +++ b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_en_merged.jsonld @@ -85,7 +85,7 @@ } ], "baseURI": "http://data.europa.eu/m8g/", - "branchtag": "main", + "branchtag": "ReSpecCV", "classes": [ { "@id": "http://data.europa.eu/m8g/ContactPoint", @@ -172,7 +172,7 @@ "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, "ap-label-en": { - "en": "GenericDate" + "en": "Generic date" }, "definition": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" @@ -193,7 +193,7 @@ { "key": "label-en", "note": "null", - "value": "GenericDate" + "value": "Generic date" }, { "key": "uri", @@ -212,23 +212,23 @@ "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, "ap-label-en": { - "en": "GenericDate" + "en": "Generic date" }, "ap-usageNote-en": "", "definition": { "en": "The date data type is the union of xs:date, xs:gYearMonth and xs:gYear" }, "label": { - "en": "GenericDate" + "en": "Generic date" }, "parentclasses": "", "usage": "" }, "inpackage": "ACTIVE_PACKAGE", "label": { - "en": "GenericDate" + "en": "Generic date" }, - "name": "Genericdate", + "name": "GenericDate", "parents": [] } ], @@ -246,11 +246,12 @@ "contributors-column": "CoreVoc", "contributors-file": "stakeholders.csv", "diagram": "Core_Person", - "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", + "documentcommit": "7c6ce727384636d7d7a25318c8b42f69f9ecfa15", "documentconfig": { - "changelog": "https://github.com/SEMICeu/Core-Person-Vocabulary/blob/master/releases/2.1.0/Changelog.md" + "editorDocumentroot": "https://semiceu.github.io/uri.semic.eu-generated/Core-Person-Vocabulary/releases/2.1.1", + "statuslabel": "SEMIC Candidate Recommendation" }, - "dummy": "10", + "dummy": "11", "eap": "CoreVocabularies.EAP", "editors": [ { @@ -277,6 +278,14 @@ "foaf:firstName": "Michiel", "foaf:lastName": "De Keyzer" }, + { + "@type": "foaf:Person", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "foaf:firstName": "Emiel", + "foaf:lastName": "Dhondt" + }, { "@type": "foaf:Person", "affiliation": { @@ -285,6 +294,14 @@ "foaf:firstName": "Pavlina", "foaf:lastName": "Fragkou" }, + { + "@type": "foaf:Person", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "foaf:firstName": "Nathan", + "foaf:lastName": "Ghesquière" + }, { "@type": "foaf:Person", "affiliation": { @@ -293,6 +310,14 @@ "foaf:firstName": "Dimitri", "foaf:lastName": "Schepers" }, + { + "@type": "foaf:Person", + "affiliation": { + "foaf:name": "PwC EU Services" + }, + "foaf:firstName": "Arthur", + "foaf:lastName": "Schiltz" + }, { "@type": "foaf:Person", "affiliation": { @@ -2408,7 +2433,7 @@ }, { "key": "usageNote-en", - "note": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.", + "note": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.", "value": "NOTE" } ], @@ -2428,7 +2453,7 @@ "en": "geographic name" }, "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." } }, "generalization": [], @@ -2448,13 +2473,13 @@ } ], "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code." } }, { "@id": "http://www.w3.org/ns/locn#locatorDesignator", "@type": "http://www.w3.org/2002/07/owl#DatatypeProperty", - "EA-Guid": "{509BF1D0-4E76-4bee-B17F-AC883B236548}", + "EA-Guid": "{2B82740F-2D5F-4eda-94D1-18FF4E9B16CF}", "ap-definition-en": { "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." }, @@ -2474,7 +2499,7 @@ "extra": { "EA-Domain": "Address", "EA-Domain-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", - "EA-Guid": "{509BF1D0-4E76-4bee-B17F-AC883B236548}", + "EA-Guid": "{2B82740F-2D5F-4eda-94D1-18FF4E9B16CF}", "EA-Name": "locatorDesignator", "EA-Package": "Core Location", "EA-Range": "Literal", @@ -2486,14 +2511,14 @@ }, "RawTags": [ { - "key": "uri", + "key": "label-en", "note": "null", - "value": "http://www.w3.org/ns/locn#locatorDesignator" + "value": "locator designator" }, { - "key": "label-en", + "key": "uri", "note": "null", - "value": "locator designator" + "value": "http://www.w3.org/ns/locn#locatorDesignator" }, { "key": "definition-en", @@ -2502,7 +2527,7 @@ }, { "key": "usageNote-en", - "note": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n", + "note": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".", "value": "NOTE" } ], @@ -2522,7 +2547,7 @@ "en": "locator designator" }, "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." } }, "generalization": [], @@ -2541,7 +2566,7 @@ } ], "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n" + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\"." } }, { @@ -2549,15 +2574,12 @@ "@type": "http://www.w3.org/2002/07/owl#DatatypeProperty", "EA-Guid": "{BD85C372-1378-4b22-9DA6-B4897A7F0106}", "ap-definition-en": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." + "en": "TODO" }, "ap-label-en": { "en": "locator name" }, "codelist": [], - "definition": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, "domain": [ { "EA-Name": "Address", @@ -2589,11 +2611,6 @@ "note": "null", "value": "locator name" }, - { - "key": "definition-en", - "note": "Proper noun(s) applied to the real world entity identified by the locator.", - "value": "NOTE" - }, { "key": "usageNote-en", "note": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator.", @@ -2603,15 +2620,13 @@ "Scope": "NOTHING", "ap-codelist": "", "ap-definition-en": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." + "en": "TODO" }, "ap-label-en": { "en": "locator name" }, "ap-usageNote-en": "", - "definition": { - "en": "Proper noun(s) applied to the real world entity identified by the locator." - }, + "definition": "", "label": { "en": "locator name" }, @@ -4378,6 +4393,11 @@ "key": "definition-en", "note": "null", "value": "An identifiable geographic place or named place." + }, + { + "key": "class-usage-scope", + "note": "null", + "value": "main" } ], "Scope": "NOTHING", @@ -4404,6 +4424,321 @@ }, "name": "Location" }, + { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{01DDF84E-BA04-467c-B657-9A8877C293F9}", + "ap-definition-en": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "ap-label-en": { + "en": "Text" + }, + "definition": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "extra": { + "EA-Guid": "{01DDF84E-BA04-467c-B657-9A8877C293F9}", + "EA-Name": "Text", + "EA-Package": "Core Vocabulary", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "DATATYPE", + "RawTags": [ + { + "key": "uri", + "note": "null", + "value": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + { + "key": "label-en", + "note": "null", + "value": "Text" + }, + { + "key": "definition-en", + "note": "null", + "value": "The text data type is a combination of a string and a language identifier." + }, + { + "key": "usageNote-en", + "note": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"", + "value": "NOTE" + }, + { + "key": "literal", + "note": "null", + "value": "True" + }, + { + "key": "class-usage-scope", + "note": "null", + "value": "datatype" + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "ap-label-en": { + "en": "Text" + }, + "ap-usageNote-en": "", + "definition": { + "en": "The text data type is a combination of a string and a language identifier." + }, + "label": { + "en": "Text" + }, + "parentclasses": "", + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + } + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "Text" + }, + "name": "Text", + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"" + } + }, + { + "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{DCCF0D25-15AF-4a6d-A572-EF2321776098}", + "ap-definition-en": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "ap-label-en": { + "en": "Literal" + }, + "definition": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "extra": { + "EA-Guid": "{DCCF0D25-15AF-4a6d-A572-EF2321776098}", + "EA-Name": "Literal", + "EA-Package": "rdfs", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "DATATYPE", + "RawTags": [ + { + "key": "uri", + "note": "null", + "value": "http://www.w3.org/2000/01/rdf-schema#Literal" + }, + { + "key": "label-en", + "note": "null", + "value": "Literal" + }, + { + "key": "definition-en", + "note": "null", + "value": "The class of literal values, eg. textual strings and integers." + }, + { + "key": "class-usage-scope", + "note": "null", + "value": "datatype" + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "ap-label-en": { + "en": "Literal" + }, + "ap-usageNote-en": "", + "definition": { + "en": "The class of literal values, eg. textual strings and integers." + }, + "label": { + "en": "Literal" + }, + "parentclasses": "", + "usage": "" + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "Literal" + }, + "name": "Literal" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#anyURI", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-label-en": { + "en": "URI" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "extra": { + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "EA-Name": "URI", + "EA-Package": "Core Vocabulary", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "DATATYPE", + "RawTags": [ + { + "key": "uri", + "note": "null", + "value": "http://www.w3.org/2001/XMLSchema#anyURI" + }, + { + "key": "label-en", + "note": "null", + "value": "URI" + }, + { + "key": "literal", + "note": "null", + "value": "True" + }, + { + "key": "definition-en", + "note": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", + "value": "NOTE" + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "ap-label-en": { + "en": "URI" + }, + "ap-usageNote-en": "", + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track." + }, + "label": { + "en": "URI" + }, + "parentclasses": "", + "usage": "" + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "URI" + }, + "name": "Uri" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#date", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", + "ap-definition-en": { + "en": "TODO" + }, + "extra": { + "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", + "EA-Name": "Date", + "EA-Package": "Core Vocabulary", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "DATATYPE", + "RawTags": [ + { + "key": "uri", + "note": "null", + "value": "http://www.w3.org/2001/XMLSchema#date" + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "TODO" + }, + "ap-label-en": "", + "ap-usageNote-en": "", + "definition": "", + "label": "", + "parentclasses": "", + "usage": "" + }, + "inpackage": "OTHER_PACKAGE", + "name": "" + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{30CD7894-2AB0-450c-BE9F-0DDB947550B7}", + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-label-en": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "extra": { + "EA-Guid": "{30CD7894-2AB0-450c-BE9F-0DDB947550B7}", + "EA-Name": "Code", + "EA-Package": "Core Vocabulary", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "DATATYPE", + "RawTags": [ + { + "key": "label-en", + "note": "null", + "value": "Code" + }, + { + "key": "uri", + "note": "null", + "value": "http://www.w3.org/2004/02/skos/core#Concept" + }, + { + "key": "class-usage-scope", + "note": "null", + "value": "datatype" + }, + { + "key": "definition-en", + "note": "null", + "value": "An idea or notion; a unit of thought." + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-label-en": { + "en": "Code" + }, + "ap-usageNote-en": "", + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "label": { + "en": "Code" + }, + "parentclasses": "", + "usage": "" + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "Code" + }, + "name": "Code" + }, { "@id": "http://www.w3.org/ns/adms#Identifier", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -4515,6 +4850,11 @@ "key": "usageNote-en", "note": "An \"address representation\" as conceptually defined by the INSPIRE Address Representation data type: \"Representation of an address spatial object for use in external application schemas that need to include the basic, address information in a readable way.\".\r\n

\r\nThe representation of Addresses varies widely from one country's postal system to another. Even within countries, there are almost always examples of Addresses that do not conform to the stated national standard. However, ISO 19160-1 provides a method through which different Addresses can be converted from one conceptual model to another.\r\n

\r\nThis specification was heavily based on the INSPIRE Address Representation data type. It is noteworthy that if an Address is provided using the detailed breakdown suggested by the properties for this class, then it will be INSPIRE-conformant. To this very granular set of properties, we add two further properties:\r\n

\r\n- full address (the complete address as a formatted string)
\r\n- addressID (a unique identifier for the address).\r\n

\r\nThe first of these allows publishers to simply provide the complete Address as one string, with or without formatting. This is analogous to vCard's label property.\r\n

\r\nThe addressID is part of the INSPIRE guidelines and provides a hook that can be used to link the Address to an alternative representation, such as vCard or OASIS xAL.\r\n

\r\nThis class belongs to Core Location Vocabulary", "value": "NOTE" + }, + { + "key": "class-usage-scope", + "note": "null", + "value": "main" } ], "Scope": "NOTHING", @@ -4593,6 +4933,11 @@ "key": "label-en", "note": "null", "value": "Person" + }, + { + "key": "class-usage-scope", + "note": "null", + "value": "main" } ], "Scope": "TRANSLATIONS_ONLY", @@ -4629,13 +4974,13 @@ "@type": "http://www.w3.org/2002/07/owl#Class", "EA-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "ap-definition-en": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "ap-label-en": { "en": "Agent" }, "definition": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "extra": { "EA-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", @@ -4658,7 +5003,7 @@ { "key": "definition-en", "note": "null", - "value": "Entity that is able to carry out action" + "value": "Entity that is able to carry out action." }, { "key": "usageNote-en", @@ -4669,14 +5014,14 @@ "Scope": "NOTHING", "ap-codelist": "", "ap-definition-en": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "ap-label-en": { "en": "Agent" }, "ap-usageNote-en": "", "definition": { - "en": "Entity that is able to carry out action" + "en": "Entity that is able to carry out action." }, "label": { "en": "Agent" @@ -4694,6 +5039,77 @@ "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided." } + }, + { + "@id": "http://xmlns.com/foaf/0.1/Document", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "ap-label-en": { + "en": "Document" + }, + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "extra": { + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "EA-Name": "Document", + "EA-Package": "foaf", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "DATATYPE", + "RawTags": [ + { + "key": "uri", + "note": "null", + "value": "http://xmlns.com/foaf/0.1/Document" + }, + { + "key": "label-en", + "note": "null", + "value": "Document" + }, + { + "key": "definition-en", + "note": "null", + "value": "A self-contained collection of information in a readable format." + }, + { + "key": "usageNote-en", + "note": "null", + "value": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "A self-contained collection of information in a readable format." + }, + "ap-label-en": { + "en": "Document" + }, + "ap-usageNote-en": "", + "definition": { + "en": "A self-contained collection of information in a readable format." + }, + "label": { + "en": "Document" + }, + "parentclasses": "", + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + } + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "Document" + }, + "name": "Document", + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody." + } } ], "extra": { @@ -4720,7 +5136,9 @@ }, "license": "https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic", "name": "core-person-ap", - "navigation": {}, + "navigation": { + "prev": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0/" + }, "properties": [ { "@id": "http://data.europa.eu/m8g/birthDate", @@ -4819,7 +5237,7 @@ }, { "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "EA-Guid": "{1BF0D57A-5EA2-4171-837E-25426E700063}", "ap-definition-en": { "en": "A web page that could be used to reach out the Contact Point." @@ -4843,13 +5261,12 @@ "EA-Guid": "{1BF0D57A-5EA2-4171-837E-25426E700063}", "EA-Name": "contactPage", "EA-Package": "Core Vocabulary", - "EA-Range": "Document", + "EA-Range": "null", "EA-Type": "attribute", "RangeData": { - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Name": "Document", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" + "EA-Name": "", + "EA-Package": "", + "uri": "null" }, "RawTags": [ { @@ -4893,14 +5310,7 @@ "maxCardinality": "*", "minCardinality": "0", "name": "contactPage", - "range": [ - { - "EA-GUID": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", - "EA-Name": "Document", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Document" - } - ] + "range": [] }, { "@id": "http://data.europa.eu/m8g/deathDate", @@ -5439,15 +5849,16 @@ ] } ], - "publication-date": "2023-05-15", + "publication-date": "2024-01-15", "publication-state": "Semic Recommendation", "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", - "repourl": "https://github.com/SEMICeu/Core-Person-Vocabulary/tree/master/releases/2.1.0", + "repourl": "https://github.com/SEMICeu/Core-Person-Vocabulary/tree/master/releases/2.1.1", "site": "site-skeleton/core-person", - "standaardregisterurl": "Core-Person-Vocabulary", + "standaardregisterurl": "https://github.com/SEMICeu/Core-Person-Vocabulary/blob/master/releases/2.1.1/Changelog.md", "template": "core-person-ap_en.j2", "title": "Core Person Vocabulary", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", + "toolchainversion": "3", "translation": [ { "language": "en", @@ -5458,6 +5869,6 @@ } ], "type": "ap", - "urlref": "/doc/core-vocabulary/core-person", - "versionurl": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.0" + "urlref": "/Core-Person-Vocabulary/releases/2.1.1/", + "versionurl": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1" } diff --git a/report/doc/core-vocabulary/core-person/translation/core-person-ap_fr.json b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_fr.json similarity index 89% rename from report/doc/core-vocabulary/core-person/translation/core-person-ap_fr.json rename to report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_fr.json index 34d7b804f..d09fff7a3 100644 --- a/report/doc/core-vocabulary/core-person/translation/core-person-ap_fr.json +++ b/report/Core-Person-Vocabulary/releases/2.1.1/translation/core-person-ap_fr.json @@ -19,9 +19,9 @@ }, { "EA-Guid": "{CD915088-5381-44e7-AD6D-2E508E828797}", - "name": "Genericdate", + "name": "GenericDate", "label": { - "en": "GenericDate", + "en": "Generic date", "fr": "Enter your translation here" }, "definition": { @@ -173,6 +173,62 @@ "fr": "Enter your translation here" } }, + { + "EA-Guid": "{01DDF84E-BA04-467c-B657-9A8877C293F9}", + "name": "Text", + "label": { + "en": "Text", + "fr": "Enter your translation here" + }, + "definition": { + "en": "The text data type is a combination of a string and a language identifier.", + "fr": "Enter your translation here" + }, + "usage": { + "en": "It is useful for names and descriptions that are available in multiple languages. Where this is so, each version of the data should be included and each one associated with the relevant language identifier. RFC 3066 provides a commonly used set of identifiers for natural languages. This is the set recognised by UN/CEFACT and XML Schema.\r\nLanguages are represented by two character codes, optionally followed by a locale definition such as \"de\" meaning German and \"de-at\" meaning \"German as spoken in Austria.\"", + "fr": "Enter your translation here" + } + }, + { + "EA-Guid": "{DCCF0D25-15AF-4a6d-A572-EF2321776098}", + "name": "Literal", + "label": { + "en": "Literal", + "fr": "Enter your translation here" + }, + "definition": { + "en": "The class of literal values, eg. textual strings and integers.", + "fr": "Enter your translation here" + } + }, + { + "EA-Guid": "{2151872C-7888-4917-AEEC-95FF47A56ECD}", + "name": "Uri", + "label": { + "en": "URI", + "fr": "Enter your translation here" + }, + "definition": { + "en": "anyURI represents an Internationalized Resource Identifier Reference (IRI). An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be an IRI Reference). This type should be used when the value fulfills the role of an IRI, as defined in [RFC 3987] or its successor(s) in the IETF Standards Track.", + "fr": "Enter your translation here" + } + }, + { + "EA-Guid": "{52D35956-7039-4b23-B88B-4605FF0ECCC9}", + "name": "" + }, + { + "EA-Guid": "{30CD7894-2AB0-450c-BE9F-0DDB947550B7}", + "name": "Code", + "label": { + "en": "Code", + "fr": "Enter your translation here" + }, + "definition": { + "en": "An idea or notion; a unit of thought.", + "fr": "Enter your translation here" + } + }, { "EA-Guid": "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", "name": "Identifier", @@ -229,13 +285,29 @@ "fr": "Enter your translation here" }, "definition": { - "en": "Entity that is able to carry out action", + "en": "Entity that is able to carry out action.", "fr": "Enter your translation here" }, "usage": { "en": "In compliance with the description from FOAF, an Agent is considered as any entity that is able to carry out actions. The Agent class acts as a generic element which can be further specified by implementers for their usages, for example by defining the Person class from the Core Person Vocabulary or Organization from W3C's Organization Ontology as subclasses of Agent. This Person or Organization can then issue a certain Requirement or be concerned by an Evidence provided.", "fr": "Enter your translation here" } + }, + { + "EA-Guid": "{D9703388-830C-4eef-AB06-2FA60C5AB21B}", + "name": "Document", + "label": { + "en": "Document", + "fr": "Enter your translation here" + }, + "definition": { + "en": "A self-contained collection of information in a readable format.", + "fr": "Enter your translation here" + }, + "usage": { + "en": "In alignment with foaf, there is no distinction between physical and electronic documents, or between copies of a work and the abstraction those copies embody.", + "fr": "Enter your translation here" + } } ], "externalproperties": [ @@ -551,12 +623,12 @@ "fr": "Enter your translation here" }, "usage": { - "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.", + "en": "The INSPIRE Data Specification on Geographical Names provides a detailed model for describing a 'named place', including methods for providing multiple names in multiple scripts. INSPIRE's definition is the following: Names of areas, regions, localities, cities, suburbs, towns or settlements, or any geographical or topographical feature of public or historical interest. This is beyond what is necessary for the Core Location Vocabulary but, importantly, the concept of a geographic name used here is consistent.\r\n

\r\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE document (page 18), the following are all valid geographic names for the Greek capital:\r\n- \"Aθnνa\"@gr-Grek (the Greek endonym written in the Greek script)\r\n- \"Athína\"@gr-Latn (the standard Romanisation of the endonym)\r\n- \"Athens\"@en (the English language exonym)\r\nINSPIRE has a detailed (XML-based) method of providing metadata about a geographic name and in XML-data sets that may be the most appropriate method to follow. When using the Core Location Vocabulary in data sets that are not focussed on environmental/geographical data (the use case for INSPIRE), the Code datatype or a simple language identifier may be used to provide such metadata.\r\n

\r\nThe country codes defined in ISO 3166 may be used as geographic names and these are generally preferred over either the long form or short form of a country's name (as they are less error prone). The Publications Office of the European Union recommends the use of ISO 3166-1 codes for countries in all cases except two:\r\n- use 'UK' in preference to the ISO 3166 code GB for the United Kingdom;\r\n- use 'EL' in preference to the ISO 3166 code GR for Greece.\r\nWhere a country has changed its name or no longer exists (such as Czechoslovakia, Yugoslavia etc.) use the ISO 3166-3 code.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{509BF1D0-4E76-4bee-B17F-AC883B236548}", + "EA-Guid": "{2B82740F-2D5F-4eda-94D1-18FF4E9B16CF}", "name": "locatorDesignator", "label": { "en": "locator designator", @@ -567,7 +639,7 @@ "fr": "Enter your translation here" }, "usage": { - "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".\r\n\r\n", + "en": "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\".", "fr": "Enter your translation here" } }, @@ -578,10 +650,6 @@ "en": "locator name", "fr": "Enter your translation here" }, - "definition": { - "en": "Proper noun(s) applied to the real world entity identified by the locator.", - "fr": "Enter your translation here" - }, "usage": { "en": "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\r\n

\r\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator.", "fr": "Enter your translation here" diff --git a/report/DCAT-AP/releases/2.2.0-hvd/all-hvd.jsonld b/report/DCAT-AP/releases/2.2.0-hvd/all-hvd.jsonld index d479e4566..7e5e4e03a 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/all-hvd.jsonld +++ b/report/DCAT-AP/releases/2.2.0-hvd/all-hvd.jsonld @@ -2943,31 +2943,31 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Domain": "dcat:Distribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -2981,19 +2981,19 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-codelist": "", "RawTags": [ @@ -3009,22 +3009,22 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Data service is made available.", + "value": "A licence under which the Distribution is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "optional", + "value": "recommended", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", "note": "null" }, { "key": "DCAT-AP", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence", + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence", "note": "null" }, { @@ -3035,7 +3035,7 @@ { "key": "ap-usageNote-en", "value": "NOTE", - "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } ], "DestRoleTags": [], @@ -3044,8 +3044,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": [ @@ -3066,31 +3066,31 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -3104,19 +3104,19 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-codelist": "", "RawTags": [ @@ -3132,22 +3132,22 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Distribution is made available.", + "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", "note": "null" }, { "key": "DCAT-AP", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence", + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence", "note": "null" }, { @@ -3158,7 +3158,7 @@ { "key": "ap-usageNote-en", "value": "NOTE", - "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } ], "DestRoleTags": [], @@ -3167,8 +3167,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Distribution", - "EA-Name": "dcat:Distribution" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -5156,6 +5156,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "DCAT-AP/releases/2.2.0-hvd", "documentcommit": "3445f69591367994f85d1b9e07a33fc8b9b539b3", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/DCAT-AP/releases/2.2.0-hvd/hvd.jsonld b/report/DCAT-AP/releases/2.2.0-hvd/hvd.jsonld index d627fa6ae..73a5edb81 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/hvd.jsonld +++ b/report/DCAT-AP/releases/2.2.0-hvd/hvd.jsonld @@ -983,12 +983,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "licence", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "ap-usageNote-en" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Data service is made available."}, "label" : {"en": "licence"}, -"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:DataService", "EA-Domain-Guid" : "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range" : "dct:LicenseDocument", "RangeData" : {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" }, "sourceRole" : "null", "destRole" : "null", "label" : "licence", "definition" : "A licence under which the Data service is made available.", "usage" : "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Data service is made available.", "ap-usageNote-en" : "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_license", "note": "null" }, { "key": "DCAT-AP", "value": "https:\/\/semiceu.github.io\/DCAT-AP\/releases\/3.0.0\/#DataService.licence", "note": "null" }, { "key": "reuse", "value": "additional", "note": "null" }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "ap-usageNote-en" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Data service is made available."}, "label" : {"en": "licence"}}, +"ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "ap-usageNote-en" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Distribution is made available."}, "label" : {"en": "licence"}, +"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Distribution", "EA-Domain-Guid" : "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range" : "dct:LicenseDocument", "RangeData" : {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" }, "sourceRole" : "null", "destRole" : "null", "label" : "licence", "definition" : "A licence under which the Distribution is made available.", "usage" : "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Distribution is made available.", "ap-usageNote-en" : "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Distribution is made available.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:distribution_license", "note": "null" }, { "key": "DCAT-AP", "value": "https:\/\/semiceu.github.io\/DCAT-AP\/releases\/3.0.0\/#Distribution.licence", "note": "null" }, { "key": "reuse", "value": "additional", "note": "null" }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "ap-usageNote-en" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Distribution is made available."}, "label" : {"en": "licence"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#DataService", "EA-Name" : "dcat:DataService" } +{ "uri": "http://www.w3.org/ns/dcat#Distribution", "EA-Name" : "dcat:Distribution" } ], "range": [ {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" } @@ -1003,12 +1003,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "licence", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "ap-usageNote-en" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Distribution is made available."}, "label" : {"en": "licence"}, -"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Distribution", "EA-Domain-Guid" : "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range" : "dct:LicenseDocument", "RangeData" : {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" }, "sourceRole" : "null", "destRole" : "null", "label" : "licence", "definition" : "A licence under which the Distribution is made available.", "usage" : "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Distribution is made available.", "ap-usageNote-en" : "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Distribution is made available.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:distribution_license", "note": "null" }, { "key": "DCAT-AP", "value": "https:\/\/semiceu.github.io\/DCAT-AP\/releases\/3.0.0\/#Distribution.licence", "note": "null" }, { "key": "reuse", "value": "additional", "note": "null" }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "ap-usageNote-en" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Distribution is made available."}, "label" : {"en": "licence"}}, +"ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "ap-usageNote-en" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Data service is made available."}, "label" : {"en": "licence"}, +"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:DataService", "EA-Domain-Guid" : "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range" : "dct:LicenseDocument", "RangeData" : {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" }, "sourceRole" : "null", "destRole" : "null", "label" : "licence", "definition" : "A licence under which the Data service is made available.", "usage" : "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Data service is made available.", "ap-usageNote-en" : "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_license", "note": "null" }, { "key": "DCAT-AP", "value": "https:\/\/semiceu.github.io\/DCAT-AP\/releases\/3.0.0\/#DataService.licence", "note": "null" }, { "key": "reuse", "value": "additional", "note": "null" }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "ap-usageNote-en" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Data service is made available."}, "label" : {"en": "licence"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Distribution", "EA-Name" : "dcat:Distribution" } +{ "uri": "http://www.w3.org/ns/dcat#DataService", "EA-Name" : "dcat:DataService" } ], "range": [ {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" } diff --git a/report/DCAT-AP/releases/2.2.0-hvd/hvd.report b/report/DCAT-AP/releases/2.2.0-hvd/hvd.report index 7ed5effab..c82d7d52e 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/hvd.report +++ b/report/DCAT-AP/releases/2.2.0-hvd/hvd.report @@ -2,110 +2,110 @@ Load mapping config:config/config-ap.json WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). Escape it in your SQL! (e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') -13:27:49 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:27:49 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral -13:27:49 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:hexBinary, DCAT Application Profile.Domain Model:xsd:nonNegativeInteger -13:27:49 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 -13:27:49 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/applicableLegislation): DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation -13:27:49 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/rights): DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model:dcat:DataService:dct:rights -13:27:49 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo -13:27:49 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#contactPoint): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint -13:27:49 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/hvdCategory): DCAT Application Profile.Domain Model:dcat:DataService:dcatap:hvdCategory, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:hvdCategory -13:27:49 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -13:27:49 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -13:27:49 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -13:27:49 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -13:27:49 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -13:27:49 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -13:27:49 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . -13:27:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . -13:27:49 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. -13:27:49 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. -13:27:49 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. -13:27:49 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. -13:27:49 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. -13:27:49 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. -13:27:49 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. -13:27:49 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. -13:27:49 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. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:description" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:title" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:description" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:title" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:owl:versionInfo" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:versionNotes" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedAttribution" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:wasGeneratedBy" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isReferencedBy" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:qualifiedRelation" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. -13:27:49 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri -13:27:49 WARN c.g.i.o.c.Converter - Element dcatap:applicableLegislation has same prefix as package: simplify by removing the extra tag uri -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:title" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:description" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:byteSize" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:odrl:hasPolicy" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:compressFormat" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:owl:sameAs" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:title" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:description" since it is marked as ignored. -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:format" since it is marked as ignored. -13:27:49 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri -13:27:49 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:skos:Concept:skos:prefLabel" since it is marked as ignored. +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:05:00 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:05:00 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:hexBinary, DCAT Application Profile.Domain Model:xsd:nonNegativeInteger +10:05:00 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:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo +10:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/rights): DCAT Application Profile.Domain Model:dcat:DataService:dct:rights, DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights +10:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/applicableLegislation): DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation +10:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#contactPoint): DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint +10:05:00 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/hvdCategory): DCAT Application Profile.Domain Model:dcat:DataService:dcatap:hvdCategory, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:hvdCategory +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:05:00 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +10:05:00 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 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:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued" since it is marked as ignored. +10:05:00 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:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:versionNotes" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedAttribution" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:wasGeneratedBy" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isReferencedBy" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:qualifiedRelation" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. +10:05:00 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri +10:05:00 WARN c.g.i.o.c.Converter - Element dcatap:applicableLegislation has same prefix as package: simplify by removing the extra tag uri +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:byteSize" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:odrl:hasPolicy" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:compressFormat" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:owl:sameAs" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:title" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:description" since it is marked as ignored. +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:format" since it is marked as ignored. +10:05:00 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri +10:05:00 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:skos:Concept:skos:prefLabel" since it is marked as ignored. diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en.json b/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en.json index 49c43d542..3b4ff8e6b 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en.json +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en.json @@ -254,29 +254,29 @@ } }, { - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "name": "licence", "label": { "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, { diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en_merged.jsonld b/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en_merged.jsonld index 7b2da370a..a137c2960 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en_merged.jsonld +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en_merged.jsonld @@ -1155,31 +1155,31 @@ { "@id": "http://purl.org/dc/terms/license", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "codelist": [], "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "domain": [ { - "EA-Name": "dcat:DataService", - "uri": "http://www.w3.org/ns/dcat#DataService" + "EA-Name": "dcat:Distribution", + "uri": "http://www.w3.org/ns/dcat#Distribution" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Domain": "dcat:Distribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "EA-Name": "dct:license", "EA-Package": "", "EA-Range": "dct:LicenseDocument", @@ -1204,22 +1204,22 @@ { "key": "ap-definition-en", "note": "null", - "value": "A licence under which the Data service is made available." + "value": "A licence under which the Distribution is made available." }, { "key": "property-usage-scope", "note": "null", - "value": "optional" + "value": "recommended" }, { "key": "DCAT", "note": "null", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license" + "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license" }, { "key": "DCAT-AP", "note": "null", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence" + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence" }, { "key": "reuse", @@ -1228,23 +1228,23 @@ }, { "key": "ap-usageNote-en", - "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "value": "NOTE" } ], "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "derived": "false", "destRole": "null", @@ -1253,7 +1253,7 @@ }, "sourceRole": "null", "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, "generalization": [], @@ -1273,37 +1273,37 @@ } ], "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, { "@id": "http://purl.org/dc/terms/license", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "codelist": [], "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "domain": [ { - "EA-Name": "dcat:Distribution", - "uri": "http://www.w3.org/ns/dcat#Distribution" + "EA-Name": "dcat:DataService", + "uri": "http://www.w3.org/ns/dcat#DataService" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "EA-Name": "dct:license", "EA-Package": "", "EA-Range": "dct:LicenseDocument", @@ -1328,22 +1328,22 @@ { "key": "ap-definition-en", "note": "null", - "value": "A licence under which the Distribution is made available." + "value": "A licence under which the Data service is made available." }, { "key": "property-usage-scope", "note": "null", - "value": "recommended" + "value": "optional" }, { "key": "DCAT", "note": "null", - "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license" + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license" }, { "key": "DCAT-AP", "note": "null", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence" + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence" }, { "key": "reuse", @@ -1352,23 +1352,23 @@ }, { "key": "ap-usageNote-en", - "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "value": "NOTE" } ], "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "derived": "false", "destRole": "null", @@ -1377,7 +1377,7 @@ }, "sourceRole": "null", "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, "generalization": [], @@ -1397,7 +1397,7 @@ } ], "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, { @@ -5186,7 +5186,7 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "site": "site-skeleton/dcat-ap", "standaardregisterurl": "https://github.com/SEMICeu/DCAT-AP/blob/gh-pages/releases/2.2.0-hvd/CHANGELOG", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd.jsonld b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd.jsonld index d479e4566..7e5e4e03a 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd.jsonld +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd.jsonld @@ -2943,31 +2943,31 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Domain": "dcat:Distribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -2981,19 +2981,19 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-codelist": "", "RawTags": [ @@ -3009,22 +3009,22 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Data service is made available.", + "value": "A licence under which the Distribution is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "optional", + "value": "recommended", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", "note": "null" }, { "key": "DCAT-AP", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence", + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence", "note": "null" }, { @@ -3035,7 +3035,7 @@ { "key": "ap-usageNote-en", "value": "NOTE", - "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } ], "DestRoleTags": [], @@ -3044,8 +3044,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": [ @@ -3066,31 +3066,31 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -3104,19 +3104,19 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-codelist": "", "RawTags": [ @@ -3132,22 +3132,22 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Distribution is made available.", + "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", "note": "null" }, { "key": "DCAT-AP", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence", + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence", "note": "null" }, { @@ -3158,7 +3158,7 @@ { "key": "ap-usageNote-en", "value": "NOTE", - "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } ], "DestRoleTags": [], @@ -3167,8 +3167,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Distribution", - "EA-Name": "dcat:Distribution" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -5156,6 +5156,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "DCAT-AP/releases/2.2.0-hvd", "documentcommit": "3445f69591367994f85d1b9e07a33fc8b9b539b3", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_de.json b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_de.json index 1997e68a2..2fb310c95 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_de.json +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_de.json @@ -307,34 +307,34 @@ } }, { - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "name": "licence", "label": { "en": "licence", "de": "Enter your translation here" }, "definition": { - "en": "A licence under which the Data service is made available.", + "en": "A licence under which the Distribution is made available.", "de": "Enter your translation here" }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "de": "Enter your translation here" } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence", "de": "Enter your translation here" }, "definition": { - "en": "A licence under which the Distribution is made available.", + "en": "A licence under which the Data service is made available.", "de": "Enter your translation here" }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "de": "Enter your translation here" } }, diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_fr.json b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_fr.json index 326835435..e45fc5d78 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_fr.json +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_fr.json @@ -307,34 +307,34 @@ } }, { - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "name": "licence", "label": { "en": "licence", "fr": "Enter your translation here" }, "definition": { - "en": "A licence under which the Data service is made available.", + "en": "A licence under which the Distribution is made available.", "fr": "Enter your translation here" }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence", "fr": "Enter your translation here" }, "definition": { - "en": "A licence under which the Distribution is made available.", + "en": "A licence under which the Data service is made available.", "fr": "Enter your translation here" }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "fr": "Enter your translation here" } }, diff --git a/report/DCAT-AP/releases/2.2.0/all-dcat-ap.jsonld b/report/DCAT-AP/releases/2.2.0/all-dcat-ap.jsonld index 83db6a3d6..6d6d6edd3 100644 --- a/report/DCAT-AP/releases/2.2.0/all-dcat-ap.jsonld +++ b/report/DCAT-AP/releases/2.2.0/all-dcat-ap.jsonld @@ -3949,25 +3949,25 @@ "name": "creator", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity responsible for the creation of the catalogue" + "en": "Ae entity responsible for producing the dataset" }, "ap-label-en": { "en": "creator" }, "definition": { - "en": "An entity responsible for the creation of the catalogue" + "en": "Ae 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", @@ -3981,14 +3981,14 @@ "en": "creator" }, "definition": { - "en": "An entity responsible for the creation of the catalogue" + "en": "Ae 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": "Ae entity responsible for producing the dataset" }, "ap-usageNote-en": "", "ap-codelist": "", @@ -4005,7 +4005,7 @@ }, { "key": "ap-definition-en", - "value": "An entity responsible for the creation of the catalogue", + "value": "Ae entity responsible for producing the dataset", "note": "null" }, { @@ -4025,8 +4025,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": [ @@ -4047,25 +4047,25 @@ "name": "creator", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "Ae entity responsible for producing the dataset" + "en": "An entity responsible for the creation of the catalogue" }, "ap-label-en": { "en": "creator" }, "definition": { - "en": "Ae 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", @@ -4079,14 +4079,14 @@ "en": "creator" }, "definition": { - "en": "Ae 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": "Ae entity responsible for producing the dataset" + "en": "An entity responsible for the creation of the catalogue" }, "ap-usageNote-en": "", "ap-codelist": "", @@ -4103,7 +4103,7 @@ }, { "key": "ap-definition-en", - "value": "Ae entity responsible for producing the dataset", + "value": "An entity responsible for the creation of the catalogue", "note": "null" }, { @@ -4123,8 +4123,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": [ @@ -6225,25 +6225,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 Distribution 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 Distribution is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:Distribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -6257,14 +6257,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "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 Catalogue can be used or reused." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -6275,13 +6275,13 @@ "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 Distribution is made available.", "note": "null" }, { @@ -6291,7 +6291,7 @@ }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", "note": "null" } ], @@ -6301,8 +6301,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#Distribution", + "EA-Name": "dcat:Distribution" } ], "range": [ @@ -6323,25 +6323,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 Catalogue can be used or reused." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Data service 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": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -6355,14 +6355,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Data service 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 Data service is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -6373,18 +6373,18 @@ "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 Data service is made available.", + "key": "uri", + "value": "http://purl.org/dc/terms/license", "note": "null" }, { "key": "property-usage-scope", - "value": "optional", + "value": "recommended", "note": "null" }, { @@ -6399,8 +6399,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#DataService", - "EA-Name": "dcat:DataService" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -6421,25 +6421,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 Data service is made available." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -6453,14 +6453,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "usage": "", "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -6477,17 +6477,17 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Distribution is made available.", + "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", "note": "null" } ], @@ -6497,8 +6497,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Distribution", - "EA-Name": "dcat:Distribution" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -7742,25 +7742,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", @@ -7774,14 +7774,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": "", @@ -7792,13 +7792,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" }, { @@ -7818,8 +7818,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": [ @@ -7840,25 +7840,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", @@ -7872,14 +7872,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": "", @@ -7890,13 +7890,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" }, { @@ -7916,8 +7916,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": [ @@ -7938,25 +7938,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", @@ -7970,14 +7970,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": "", @@ -7992,24 +7992,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://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution", + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal", "note": "null" } ], @@ -8019,8 +8014,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": [ @@ -8041,25 +8036,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", @@ -8073,14 +8068,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": "", @@ -8095,19 +8090,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://w3c.github.io/dxwg/dcat/#Property:dataset_temporal", + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution", "note": "null" } ], @@ -8117,8 +8117,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": [ @@ -14209,6 +14209,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/DCAT-AP/releases/2.2.0", "documentcommit": "0d45fb873e2653d098e67264fd179429ddeb5de5", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/DCAT-AP/releases/2.2.0/dcat-ap.jsonld b/report/DCAT-AP/releases/2.2.0/dcat-ap.jsonld index 68b12b85c..6083b8732 100644 --- a/report/DCAT-AP/releases/2.2.0/dcat-ap.jsonld +++ b/report/DCAT-AP/releases/2.2.0/dcat-ap.jsonld @@ -924,12 +924,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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_creator", "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": "Ae entity responsible for producing the dataset"}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "Ae 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" : "Ae entity responsible for producing the dataset", "usage" : "", "ap-label-en" : "creator", "ap-definition-en" : "Ae 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": "Ae entity responsible for producing the dataset", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_creator", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "Ae entity responsible for producing the dataset"}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "Ae 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" } @@ -944,12 +944,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "creator", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "Ae entity responsible for producing the dataset"}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "Ae 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" : "Ae entity responsible for producing the dataset", "usage" : "", "ap-label-en" : "creator", "ap-definition-en" : "Ae 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": "Ae entity responsible for producing the dataset", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_creator", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "Ae entity responsible for producing the dataset"}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "Ae 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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_creator", "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" } @@ -1384,12 +1384,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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_license", "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 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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:distribution_license", "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#Catalog", "EA-Name" : "dcat:Catalog" } +{ "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" } @@ -1404,12 +1404,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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_license", "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 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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_license", "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#DataService", "EA-Name" : "dcat:DataService" } +{ "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" } @@ -1424,12 +1424,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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:distribution_license", "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 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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_license", "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#Distribution", "EA-Name" : "dcat:Distribution" } +{ "uri": "http://www.w3.org/ns/dcat#DataService", "EA-Name" : "dcat:DataService" } ], "range": [ {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" } @@ -1704,12 +1704,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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_spatial", "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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_spatial", "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" } @@ -1724,12 +1724,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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_spatial", "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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_spatial", "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" } @@ -1744,12 +1744,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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_temporal_resolution", "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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_temporal", "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" } @@ -1764,12 +1764,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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_temporal", "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:\/\/w3c.github.io\/dxwg\/dcat\/#Property:dataset_temporal_resolution", "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" } diff --git a/report/DCAT-AP/releases/2.2.0/dcat-ap.report b/report/DCAT-AP/releases/2.2.0/dcat-ap.report index 8b3e77545..c93d0f820 100644 --- a/report/DCAT-AP/releases/2.2.0/dcat-ap.report +++ b/report/DCAT-AP/releases/2.2.0/dcat-ap.report @@ -2,150 +2,150 @@ 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') -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -13:26:44 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 -13:26:44 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral -13:26:44 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:hexBinary, DCAT Application Profile.Domain Model:xsd:nonNegativeInteger -13:26:44 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 -13:26:44 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:Catalog:dct:issued, DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued -13:26:44 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 -13:26:44 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 -13:26:44 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 -13:26:44 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:Dataset:dct:description, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model:dcat:Catalog:dct:description -13:26:44 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 -13:26:44 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:CatalogRecord:dct:language, DCAT Application Profile.Domain Model:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model:dcat:Distribution:dct:language -13:26:44 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:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified -13:26:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo -13:26:44 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:DataService:dct:accessRights, DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights -13:26:44 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:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model:dcat:Catalog:dct:title -13:26:44 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:Distribution:foaf:page, DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page -13:26:44 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 -13:26:44 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type -13:26:44 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 -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Frequency" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "adms:Identifier" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "spdx:Checksum" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:ProvenanceStatement" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Relationship" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Role" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TimeInstant" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChecksumAlgorithm" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:hexBinary" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:decimal" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:duration" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Activity" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaTypeOrExtent" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:mediaType" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:dateTime" . -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:dateTime". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:dateTime". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:dateTime". -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Attribution" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "locn:Geometry" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:nonNegativeInteger" . -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:nonNegativeInteger". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:nonNegativeInteger". -13:26:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:nonNegativeInteger". -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "odrl:Policy" . -13:26:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:foaf: Agent:dct:type" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:qualifiedRelation" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. -13:26:44 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. -13:26:44 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. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:spatial" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights" since it is marked as ignored. -13:26:44 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. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" belongs to package "Domain Model" based on source and target definition. -13:26:44 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. -13:26:44 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. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:temporal" since it is marked as ignored. -13:26:44 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. -13:26:44 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. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. -13:26:44 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. -13:26:44 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. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:hadRole" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier " since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:isReferenceBy" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedRelation" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isVersionOf" belongs to package "Domain Model" based on source and target definition. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessURL" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. -13:26:44 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". -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointURL" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. -13:26:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:hasVersion" belongs to package "Domain Model" based on source and target definition. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo" since it is marked as ignored. -13:26:44 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. -13:26:44 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. -13:26:44 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:03:50 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:03:50 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 +10:03:50 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:03:50 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:nonNegativeInteger, DCAT Application Profile.Domain Model:xsd:hexBinary +10:03:50 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:03:50 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:03:50 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:Distribution:foaf:page +10:03:50 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:Catalog:dct:title, DCAT Application Profile.Domain Model:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:dcat:Dataset:dct:title +10:03:50 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:03:50 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 +10:03:50 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:03:50 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:Catalog:dct:description, DCAT Application Profile.Domain Model:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model:dcat:Dataset:dct:description +10:03:50 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:Distribution:dct:modified, DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified +10:03:50 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:Catalog:dct:issued, DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued +10:03:50 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo +10:03:50 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:Distribution:dct:language, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model:dcat:Dataset:dct:language +10:03:50 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:03:50 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:03:50 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:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type +10:03:50 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:03:50 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Frequency" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "adms:Identifier" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "spdx:Checksum" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:ProvenanceStatement" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Relationship" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Role" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TimeInstant" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChecksumAlgorithm" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:hexBinary" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:decimal" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:duration" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Activity" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaTypeOrExtent" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:mediaType" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:dateTime" . +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:dateTime". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:dateTime". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:dateTime". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Attribution" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "locn:Geometry" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:nonNegativeInteger" . +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:nonNegativeInteger". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:nonNegativeInteger". +10:03:50 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:xsd:nonNegativeInteger". +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "odrl:Policy" . +10:03:50 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +10:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" belongs to package "Domain Model" based on source and target definition. +10:03:50 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:03:50 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:03:50 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:03:50 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:03:50 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isVersionOf" belongs to package "Domain Model" based on source and target definition. +10:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:hasVersion" belongs to package "Domain Model" based on source and target definition. +10:03:50 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:03:50 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:03:50 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:03:50 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:03:50 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:03:50 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. diff --git a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap.jsonld b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap.jsonld index 83db6a3d6..6d6d6edd3 100644 --- a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap.jsonld +++ b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap.jsonld @@ -3949,25 +3949,25 @@ "name": "creator", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity responsible for the creation of the catalogue" + "en": "Ae entity responsible for producing the dataset" }, "ap-label-en": { "en": "creator" }, "definition": { - "en": "An entity responsible for the creation of the catalogue" + "en": "Ae 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", @@ -3981,14 +3981,14 @@ "en": "creator" }, "definition": { - "en": "An entity responsible for the creation of the catalogue" + "en": "Ae 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": "Ae entity responsible for producing the dataset" }, "ap-usageNote-en": "", "ap-codelist": "", @@ -4005,7 +4005,7 @@ }, { "key": "ap-definition-en", - "value": "An entity responsible for the creation of the catalogue", + "value": "Ae entity responsible for producing the dataset", "note": "null" }, { @@ -4025,8 +4025,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": [ @@ -4047,25 +4047,25 @@ "name": "creator", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "Ae entity responsible for producing the dataset" + "en": "An entity responsible for the creation of the catalogue" }, "ap-label-en": { "en": "creator" }, "definition": { - "en": "Ae 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", @@ -4079,14 +4079,14 @@ "en": "creator" }, "definition": { - "en": "Ae 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": "Ae entity responsible for producing the dataset" + "en": "An entity responsible for the creation of the catalogue" }, "ap-usageNote-en": "", "ap-codelist": "", @@ -4103,7 +4103,7 @@ }, { "key": "ap-definition-en", - "value": "Ae entity responsible for producing the dataset", + "value": "An entity responsible for the creation of the catalogue", "note": "null" }, { @@ -4123,8 +4123,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": [ @@ -6225,25 +6225,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 Distribution 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 Distribution is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:Distribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -6257,14 +6257,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "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 Catalogue can be used or reused." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -6275,13 +6275,13 @@ "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 Distribution is made available.", "note": "null" }, { @@ -6291,7 +6291,7 @@ }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", "note": "null" } ], @@ -6301,8 +6301,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#Distribution", + "EA-Name": "dcat:Distribution" } ], "range": [ @@ -6323,25 +6323,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 Catalogue can be used or reused." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Data service 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": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -6355,14 +6355,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Data service 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 Data service is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -6373,18 +6373,18 @@ "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 Data service is made available.", + "key": "uri", + "value": "http://purl.org/dc/terms/license", "note": "null" }, { "key": "property-usage-scope", - "value": "optional", + "value": "recommended", "note": "null" }, { @@ -6399,8 +6399,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#DataService", - "EA-Name": "dcat:DataService" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -6421,25 +6421,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 Data service is made available." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -6453,14 +6453,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "usage": "", "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -6477,17 +6477,17 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Distribution is made available.", + "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", "note": "null" } ], @@ -6497,8 +6497,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Distribution", - "EA-Name": "dcat:Distribution" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -7742,25 +7742,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", @@ -7774,14 +7774,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": "", @@ -7792,13 +7792,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" }, { @@ -7818,8 +7818,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": [ @@ -7840,25 +7840,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", @@ -7872,14 +7872,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": "", @@ -7890,13 +7890,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" }, { @@ -7916,8 +7916,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": [ @@ -7938,25 +7938,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", @@ -7970,14 +7970,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": "", @@ -7992,24 +7992,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://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution", + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal", "note": "null" } ], @@ -8019,8 +8014,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": [ @@ -8041,25 +8036,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", @@ -8073,14 +8068,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": "", @@ -8095,19 +8090,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://w3c.github.io/dxwg/dcat/#Property:dataset_temporal", + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution", "note": "null" } ], @@ -8117,8 +8117,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": [ @@ -14209,6 +14209,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/DCAT-AP/releases/2.2.0", "documentcommit": "0d45fb873e2653d098e67264fd179429ddeb5de5", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_de.json b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_de.json index 54fd292a1..77bcd6068 100644 --- a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_de.json +++ b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_de.json @@ -585,26 +585,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": "Ae 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": "Ae entity responsible for producing the dataset", + "en": "An entity responsible for the creation of the catalogue", "de": "Enter your translation here" } }, @@ -893,38 +893,38 @@ } }, { - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "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 Distribution is made available.", "de": "Enter your translation here" } }, { - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "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 Catalogue can be used or reused.", "de": "Enter your translation here" } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence", "de": "Enter your translation here" }, "definition": { - "en": "A licence under which the Distribution is made available.", + "en": "A licence under which the Data service is made available.", "de": "Enter your translation here" } }, @@ -1085,50 +1085,50 @@ } }, { - "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" } }, { - "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" } }, { - "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" } }, diff --git a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_en.json b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_en.json index 44cb738e6..e8586c5e7 100644 --- a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_en.json +++ b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_en.json @@ -488,23 +488,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": "Ae 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": "Ae entity responsible for producing the dataset" + "en": "An entity responsible for the creation of the catalogue" } }, { @@ -742,33 +742,33 @@ } }, { - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "name": "licence", "label": { "en": "licence" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Distribution is made available." } }, { - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "name": "licence", "label": { "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Catalogue can be used or reused." } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." } }, { @@ -902,43 +902,43 @@ } }, { - "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." } }, { - "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." } }, { - "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." } }, { diff --git a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_en_merged.jsonld b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_en_merged.jsonld index e03b31cf5..b117e2b3b 100644 --- a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_en_merged.jsonld +++ b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_en_merged.jsonld @@ -1192,28 +1192,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": "Ae entity responsible for producing the dataset" }, "ap-label-en": { "en": "creator" }, "codelist": [], "definition": { - "en": "An entity responsible for the creation of the catalogue" + "en": "Ae 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", @@ -1238,7 +1238,7 @@ { "key": "ap-definition-en", "note": "null", - "value": "An entity responsible for the creation of the catalogue" + "value": "Ae entity responsible for producing the dataset" }, { "key": "property-usage-scope", @@ -1254,14 +1254,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "An entity responsible for the creation of the catalogue" + "en": "Ae 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": "Ae entity responsible for producing the dataset" }, "derived": "false", "destRole": "null", @@ -1291,28 +1291,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": "Ae entity responsible for producing the dataset" + "en": "An entity responsible for the creation of the catalogue" }, "ap-label-en": { "en": "creator" }, "codelist": [], "definition": { - "en": "Ae 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", @@ -1337,7 +1337,7 @@ { "key": "ap-definition-en", "note": "null", - "value": "Ae entity responsible for producing the dataset" + "value": "An entity responsible for the creation of the catalogue" }, { "key": "property-usage-scope", @@ -1353,14 +1353,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "Ae 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": "Ae entity responsible for producing the dataset" + "en": "An entity responsible for the creation of the catalogue" }, "derived": "false", "destRole": "null", @@ -3491,28 +3491,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": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "ap-definition-en": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Distribution 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 Distribution is made available." }, "domain": [ { - "EA-Name": "dcat:Catalog", - "uri": "http://www.w3.org/ns/dcat#Catalog" + "EA-Name": "dcat:Distribution", + "uri": "http://www.w3.org/ns/dcat#Distribution" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "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", @@ -3530,14 +3530,14 @@ "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 Distribution is made available." }, { "key": "property-usage-scope", @@ -3547,20 +3547,20 @@ { "key": "DCAT", "note": "null", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license" + "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license" } ], "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 Distribution 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 Distribution is made available." }, "derived": "false", "destRole": "null", @@ -3590,28 +3590,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": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "ap-definition-en": { - "en": "A licence under which the Data service 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 Data service is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "domain": [ { - "EA-Name": "dcat:DataService", - "uri": "http://www.w3.org/ns/dcat#DataService" + "EA-Name": "dcat:Catalog", + "uri": "http://www.w3.org/ns/dcat#Catalog" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "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", @@ -3629,19 +3629,19 @@ "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 Data service is made available." + "value": "http://purl.org/dc/terms/license" }, { "key": "property-usage-scope", "note": "null", - "value": "optional" + "value": "recommended" }, { "key": "DCAT", @@ -3652,14 +3652,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 Catalogue can be used or reused." }, "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 Catalogue can be used or reused." }, "derived": "false", "destRole": "null", @@ -3689,28 +3689,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": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "codelist": [], "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "domain": [ { - "EA-Name": "dcat:Distribution", - "uri": "http://www.w3.org/ns/dcat#Distribution" + "EA-Name": "dcat:DataService", + "uri": "http://www.w3.org/ns/dcat#DataService" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "EA-Name": "dct:license", "EA-Package": "", "EA-Range": "dct:LicenseDocument", @@ -3735,30 +3735,30 @@ { "key": "ap-definition-en", "note": "null", - "value": "A licence under which the Distribution is made available." + "value": "A licence under which the Data service is made available." }, { "key": "property-usage-scope", "note": "null", - "value": "recommended" + "value": "optional" }, { "key": "DCAT", "note": "null", - "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license" + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license" } ], "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": "", "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "derived": "false", "destRole": "null", @@ -5024,28 +5024,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", @@ -5063,14 +5063,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", @@ -5086,14 +5086,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", @@ -5123,28 +5123,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", @@ -5162,14 +5162,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", @@ -5185,14 +5185,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", @@ -5222,28 +5222,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", @@ -5265,38 +5265,33 @@ "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://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution" + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal" } ], "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", @@ -5326,28 +5321,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", @@ -5369,33 +5364,38 @@ "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://w3c.github.io/dxwg/dcat/#Property:dataset_temporal" + "value": "https://w3c.github.io/dxwg/dcat/#Property:dataset_temporal_resolution" } ], "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", @@ -14350,7 +14350,7 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "site": "site-skeleton/dcat-ap", "standaardregisterurl": "https://github.com/SEMICeu/DCAT-AP", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_fr.json b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_fr.json index 65cb36bee..314fa46b7 100644 --- a/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_fr.json +++ b/report/DCAT-AP/releases/2.2.0/translation/dcat-ap_fr.json @@ -585,26 +585,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": "Ae 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": "Ae entity responsible for producing the dataset", + "en": "An entity responsible for the creation of the catalogue", "fr": "Enter your translation here" } }, @@ -893,38 +893,38 @@ } }, { - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "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 Distribution is made available.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "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 Catalogue can be used or reused.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence", "fr": "Enter your translation here" }, "definition": { - "en": "A licence under which the Distribution is made available.", + "en": "A licence under which the Data service is made available.", "fr": "Enter your translation here" } }, @@ -1085,50 +1085,50 @@ } }, { - "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" } }, { - "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" } }, { - "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" } }, diff --git a/report/DCAT-AP/releases/3.0.0/all-dcat-ap.jsonld b/report/DCAT-AP/releases/3.0.0/all-dcat-ap.jsonld index dc853ab11..c7318424c 100644 --- a/report/DCAT-AP/releases/3.0.0/all-dcat-ap.jsonld +++ b/report/DCAT-AP/releases/3.0.0/all-dcat-ap.jsonld @@ -16840,6 +16840,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/DCAT-AP/releases/3.0.0", "documentcommit": "96fee5c99b7f001c4e5fec5ffdcc5e38d9f472aa", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/DCAT-AP/releases/3.0.0/dcat-ap.report b/report/DCAT-AP/releases/3.0.0/dcat-ap.report index 557e611d2..003ab2204 100644 --- a/report/DCAT-AP/releases/3.0.0/dcat-ap.report +++ b/report/DCAT-AP/releases/3.0.0/dcat-ap.report @@ -2,168 +2,168 @@ 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') -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -13:26:46 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 -13:26:46 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 -13:26:46 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 -13:26:46 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries -13:26:46 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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:accrualPeriodicity -13:26:46 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:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model:dcat:DatasetSeries: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:Dataset:dct:title, DCAT Application Profile.Domain Model:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:dcat:Catalog:dct:title -13:26:46 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 -13:26:46 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:Distribution:dct:description, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description -13:26:46 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 -13:26:46 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:CatalogRecord:dct:language, DCAT Application Profile.Domain Model:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model:dcat:Distribution:dct:language -13:26:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo -13:26:46 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:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution -13:26:46 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 -13:26:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/applicableLegislation): DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Catalog:dcatap:applicableLegisLation, DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation -13:26:46 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:Catalog:dct:issued, DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued -13:26:46 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:Distribution:foaf:page, DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page -13:26:46 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:Distribution:dct:modified, DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified -13:26:46 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type -13:26:46 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 -13:26:46 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 -13:26:46 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 -13:26:46 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 -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Frequency" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "adms:Identifier" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "spdx:Checksum" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:ProvenanceStatement" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Relationship" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Role" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TimeInstant" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChecksumAlgorithm" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:hexBinary" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:decimal" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:duration" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Activity" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaTypeOrExtent" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:mediaType" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:dateTime" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Attribution" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "locn:Geometry" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:nonNegativeInteger" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "odrl:Policy" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "DatasetInSeries" . -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DatasetSeries" . -13:26:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . -13:26:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:isVersionOf" belongs to package "Domain Model" based on source and target definition. -13:26:46 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. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:isReferenceBy" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedRelation" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:hadRole" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcat:first" belongs to package "Domain Model" based on source and target definition. -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. -13:26:46 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. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:qualifiedRelation" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcat:last" belongs to package "Domain Model" based on source and target definition. -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. -13:26:46 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. -13:26:46 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. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:DatasetInSeries:dcat:prev" belongs to package "Domain Model" based on source and target definition. -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". -13:26:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:DatasetInSeries:dcat:next" belongs to package "Domain Model" based on source and target definition. -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:spatial" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. -13:26:46 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. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. -13:26:46 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. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:temporal" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo" since it is marked as ignored. -13:26:46 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. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier " since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcat:seriesMember" belongs to package "Domain Model" based on source and target definition. -13:26:46 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". -13:26:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:DatasetInSeries:dcat:inSeries" belongs to package "Domain Model" based on source and target definition. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointURL" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:foaf: Agent:dct:type" since it is marked as ignored. -13:26:46 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. -13:26:46 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. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessURL" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. -13:26:46 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". -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. -13:26:46 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. -13:26:46 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:03:52 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:03:52 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:03:52 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 +10:03:52 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:03:52 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:03:52 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries +10:03:52 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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:accrualPeriodicity +10:03:52 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:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model:dcat:DatasetSeries: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:Dataset:dct:title, DCAT Application Profile.Domain Model:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:dcat:Catalog:dct:title +10:03:52 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:03:52 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:Distribution:dct:description, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description +10:03:52 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 +10:03:52 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:CatalogRecord:dct:language, DCAT Application Profile.Domain Model:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model:dcat:Distribution:dct:language +10:03:52 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo +10:03:52 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:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution +10:03:52 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 +10:03:52 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/applicableLegislation): DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Catalog:dcatap:applicableLegisLation, DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation +10:03:52 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:Catalog:dct:issued, DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued +10:03:52 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:Distribution:foaf:page, DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page +10:03:52 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:Distribution:dct:modified, DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified +10:03:52 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type +10:03:52 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:03:52 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:03:52 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 +10:03:52 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:03:52 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:52 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:52 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +10:03:52 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:ConceptScheme". +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Frequency" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "adms:Identifier" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "spdx:Checksum" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:ProvenanceStatement" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Relationship" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Role" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TimeInstant" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChecksumAlgorithm" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:hexBinary" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:decimal" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:duration" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Activity" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaTypeOrExtent" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:mediaType" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:dateTime" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Attribution" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "locn:Geometry" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:nonNegativeInteger" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "odrl:Policy" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "DatasetInSeries" . +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DatasetSeries" . +10:03:53 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:isVersionOf" belongs to package "Domain Model" based on source and target definition. +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcat:first" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcat:last" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:DatasetInSeries:dcat:prev" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:DatasetInSeries:dcat:next" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcat:seriesMember" belongs to package "Domain Model" based on source and target definition. +10:03:53 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:DatasetInSeries". +10:03:53 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:DatasetInSeries:dcat:inSeries" belongs to package "Domain Model" based on source and target definition. +10:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 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:03:53 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:owl:versionInfo" since it is marked as ignored. diff --git a/report/DCAT-AP/releases/3.0.0/translation/dcat-ap.jsonld b/report/DCAT-AP/releases/3.0.0/translation/dcat-ap.jsonld index dc853ab11..c7318424c 100644 --- a/report/DCAT-AP/releases/3.0.0/translation/dcat-ap.jsonld +++ b/report/DCAT-AP/releases/3.0.0/translation/dcat-ap.jsonld @@ -16840,6 +16840,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/DCAT-AP/releases/3.0.0", "documentcommit": "96fee5c99b7f001c4e5fec5ffdcc5e38d9f472aa", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/DCAT-AP/releases/3.0.0/translation/dcat-ap_en_merged.jsonld b/report/DCAT-AP/releases/3.0.0/translation/dcat-ap_en_merged.jsonld index ba6abdd7d..888692ba0 100644 --- a/report/DCAT-AP/releases/3.0.0/translation/dcat-ap_en_merged.jsonld +++ b/report/DCAT-AP/releases/3.0.0/translation/dcat-ap_en_merged.jsonld @@ -17006,7 +17006,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": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/commit.json b/report/commit.json index aca44d090..abc2bfbc2 100644 --- a/report/commit.json +++ b/report/commit.json @@ -1 +1 @@ -{"commit" : "e01d639b6769e24"} +{"commit" : "17b67cfcec11212"} diff --git a/report/doc/application-profile/af-ap/af-ap.report b/report/doc/application-profile/af-ap/af-ap.report index d9423e631..7659f6331 100644 --- a/report/doc/application-profile/af-ap/af-ap.report +++ b/report/doc/application-profile/af-ap/af-ap.report @@ -2,10 +2,10 @@ 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') -13:26:49 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:26:49 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.AF-AP.align:Cell:description, Model.AF-AP.align:Alignment:description -13:26:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Cell" . -13:26:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Alignment" . -13:26:49 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.AF-AP.align:Alignment:(Alignment -> Cell)" belongs to package "align" based on source and target definition. -13:26:49 WARN c.g.i.o.c.UriAssigner - Connector "Model.AF-AP.align:Alignment:(Alignment -> Cell)" does not have a name, it will be ignored. -13:26:49 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.AF-AP.align:Alignment:map" belongs to package "align" based on source and target definition. +10:03:55 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:55 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.AF-AP.align:Cell:description, Model.AF-AP.align:Alignment:description +10:03:55 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Cell" . +10:03:55 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Alignment" . +10:03:55 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.AF-AP.align:Alignment:(Alignment -> Cell)" belongs to package "align" based on source and target definition. +10:03:55 WARN c.g.i.o.c.UriAssigner - Connector "Model.AF-AP.align:Alignment:(Alignment -> Cell)" does not have a name, it will be ignored. +10:03:55 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.AF-AP.align:Alignment:map" belongs to package "align" based on source and target definition. diff --git a/report/doc/application-profile/af-ap/all-af-ap.jsonld b/report/doc/application-profile/af-ap/all-af-ap.jsonld index 0b4c38bc5..e0746612a 100644 --- a/report/doc/application-profile/af-ap/all-af-ap.jsonld +++ b/report/doc/application-profile/af-ap/all-af-ap.jsonld @@ -2240,6 +2240,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/application-profile/af-ap", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/application-profile/af-ap/translation/af-ap.jsonld b/report/doc/application-profile/af-ap/translation/af-ap.jsonld index 0b4c38bc5..e0746612a 100644 --- a/report/doc/application-profile/af-ap/translation/af-ap.jsonld +++ b/report/doc/application-profile/af-ap/translation/af-ap.jsonld @@ -2240,6 +2240,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/application-profile/af-ap", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/application-profile/af-ap/translation/af-ap_en_merged.jsonld b/report/doc/application-profile/af-ap/translation/af-ap_en_merged.jsonld index 4d56c3ce7..5c240f295 100644 --- a/report/doc/application-profile/af-ap/translation/af-ap_en_merged.jsonld +++ b/report/doc/application-profile/af-ap/translation/af-ap_en_merged.jsonld @@ -2254,7 +2254,7 @@ "standaardregisterurl": "AF-AP", "template": "af-ap_en.j2", "title": "AF-AP", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/application-profile/cpsv-ap/all-cpsv-ap.jsonld b/report/doc/application-profile/cpsv-ap/all-cpsv-ap.jsonld index e0d488748..61cfa7007 100644 --- a/report/doc/application-profile/cpsv-ap/all-cpsv-ap.jsonld +++ b/report/doc/application-profile/cpsv-ap/all-cpsv-ap.jsonld @@ -12988,6 +12988,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/application-profile/cpsv-ap", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/application-profile/cpsv-ap/cpsv-ap.report b/report/doc/application-profile/cpsv-ap/cpsv-ap.report index dcb063a97..80c02b491 100644 --- a/report/doc/application-profile/cpsv-ap/cpsv-ap.report +++ b/report/doc/application-profile/cpsv-ap/cpsv-ap.report @@ -2,125 +2,125 @@ 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') -13:26:51 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:26:51 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.DataTypes". -13:26:51 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies.DataTypes, Model -13:26:51 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.skos:Concept, Model.ISA Core Vocabularies.DataTypes:Code -13:26:51 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.cv:Output:identifier, Model.ISA Core Vocabularies.dcat:Dataset:identifier, Model.ISA Core Vocabularies.cv:Cost:identifier, Model.ISA Core Vocabularies.foaf:Agent:identifier, Model.ISA Core Vocabularies.cpsv:Rule:identifier, Model.ISA Core Vocabularies.cv:Evidence:identifier, Model.ISA Core Vocabularies.cv:Participation:identifier, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:identifier, Model.ISA Core Vocabularies.cv:Event:identifier, Model.ISA Core Vocabularies.cv:EvidenceType:identifier, Model.ISA Core Vocabularies.cv:Channel:identifier, Model.ISA Core Vocabularies.cpsv:PublicService:identifier, Model.ISA Core Vocabularies.cv:Requirement:identifier -13:26:51 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.cpsv:PublicService:spatial, Model.ISA Core Vocabularies.cv:PublicOrganisation:spatial -13:26:51 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.cv:Evidence:language, Model.ISA Core Vocabularies.cpsv:Rule:language, Model.ISA Core Vocabularies.cv:Output:language, Model.ISA Core Vocabularies.cpsv:PublicService:language -13:26:51 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.cpsv:Rule:description, Model.ISA Core Vocabularies.cv:Participation:description, Model.ISA Core Vocabularies.cv:Evidence:description, Model.ISA Core Vocabularies.cv:Output:description, Model.ISA Core Vocabularies.cv:Channel:description, Model.ISA Core Vocabularies.time:TemporalEntity:description, Model.ISA Core Vocabularies.dcat:Dataset:description, Model.ISA Core Vocabularies.cpsv:PublicService:description, Model.ISA Core Vocabularies.cv:Event:description, Model.ISA Core Vocabularies.cv:Cost:description, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:description -13:26:51 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.cv:Output:name, Model.ISA Core Vocabularies.cv:Requirement:name, Model.ISA Core Vocabularies.cv:Evidence:name, Model.ISA Core Vocabularies.foaf:Agent:name, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:name, Model.ISA Core Vocabularies.dcat:Dataset:title, Model.ISA Core Vocabularies.cpsv:Rule:name, Model.ISA Core Vocabularies.cv:Event:name, Model.ISA Core Vocabularies.cpsv:PublicService:name -13:26:51 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.cv:Channel:processingTime, Model.ISA Core Vocabularies.cpsv:PublicService:processingTime -13:26:51 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:Channel:type, Model.ISA Core Vocabularies.cpsv:PublicService:functionsOfGovernment, Model.ISA Core Vocabularies.cv:Event:type, Model.ISA Core Vocabularies.cv:Evidence:type, Model.ISA Core Vocabularies.cpsv:Rule:type, Model.ISA Core Vocabularies.cv:Requirement:type, Model.ISA Core Vocabularies.cv:Output:type -13:26:51 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -13:26:51 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -13:26:51 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -13:26:51 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicService" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Rule" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalResource" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Output" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Channel" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Cost" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BusinessEvent" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LifeEvent" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Concept" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Collection" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ServiceConcessionContract" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ConcessionContract" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . -13:26:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Rule)" belongs to package "cpsv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Rule)" does not have a name, it will be ignored. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:follows" belongs to package "cpsv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Cost)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasCost is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Event:(Event -> PublicService)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Event:hasRelatedService is unknown -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.skos:Collection:(Collection -> Concept)" belongs to package "skos" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.skos:Collection:(Collection -> Concept)" does not have a name, it will be ignored. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.skos:Collection:member" belongs to package "skos" based on source and target definition. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" belongs to package "cpsv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" does not have a name, it will be ignored. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:related" belongs to package "cpsv" based on source and target definition. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Evidence:(Evidence -> EvidenceType)" belongs to package "cv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Evidence:isConformantTo" belongs to package "cv" based on source and target definition. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Cost:(Cost -> Channel)" belongs to package "cv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:Cost:(Cost -> Channel)" does not have a name, it will be ignored. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Cost:ifAccessedThrough" belongs to package "cv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> LegalResource)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasLegalResource is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Requirement)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:holdsRequirement is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:Rule:(Rule -> LegalResource)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:Rule:implements is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Output)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:produces is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ContactPoint:availabilityRestriction is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Event)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:isGroupedBy is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> Organization)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Channel:ownedBy is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicOrganisation)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasCompetentAuthority is unknown -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.dcat:Dataset:hasPart is unknown -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:isDescribedAt is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> ContactPoint)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:contactPoint is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Requirement:(Requirement -> Rule)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Requirement:fulfils is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Cost:(Cost -> Organization)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Cost:isDefinedBy is unknown -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.eli:LegalResource:(LegalResource -> LegalResource)" belongs to package "eli" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.eli:LegalResource:(LegalResource -> LegalResource)" does not have a name, it will be ignored. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.eli:LegalResource:related" belongs to package "eli" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ContactPoint:openingHours is unknown -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Requirement:hasSupportingEvidence" belongs to package "cv" based on source and target definition. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Evidence:supportsRequirement" belongs to package "cv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.foaf:Agent:(Agent -> Address)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.foaf:Agent:address is unknown -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" belongs to package "cpsv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" does not have a name, it will be ignored. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:requires" belongs to package "cpsv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Participation)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasParticipation is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.dcat:Dataset:(Dataset -> Agent)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.dcat:Dataset:publisher is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> TemporalEntity)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Channel:openingHours is unknown -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Participation:hasParticipant is unknown -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.foaf:Agent:participates is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Channel)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasChannel is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> LegalResource)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ServiceConcessionContract:establishedUnder is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> Organization)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ServiceConcessionContract:hasEconomicOperator is unknown -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> Evidence)" belongs to package "cv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> Evidence)" does not have a name, it will be ignored. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Channel:hasInput" belongs to package "cv" based on source and target definition. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> PublicOrganisation)" belongs to package "cv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> PublicOrganisation)" does not have a name, it will be ignored. -13:26:51 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:hasContractingAuthority" belongs to package "cv" based on source and target definition. -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> EvidenceType)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasInputType is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> TemporalEntity)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Channel:availabilityRestriction is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Evidence)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasInput is unknown -13:26:51 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Concept)" since it lacks a defining package. -13:26:51 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:isClassifiedBy is unknown +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.DataTypes". +10:03:58 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies.DataTypes, Model +10:03:58 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.skos:Concept, Model.ISA Core Vocabularies.DataTypes:Code +10:03:58 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.cv:Output:identifier, Model.ISA Core Vocabularies.dcat:Dataset:identifier, Model.ISA Core Vocabularies.cv:Cost:identifier, Model.ISA Core Vocabularies.foaf:Agent:identifier, Model.ISA Core Vocabularies.cpsv:Rule:identifier, Model.ISA Core Vocabularies.cv:Evidence:identifier, Model.ISA Core Vocabularies.cv:Participation:identifier, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:identifier, Model.ISA Core Vocabularies.cv:Event:identifier, Model.ISA Core Vocabularies.cv:EvidenceType:identifier, Model.ISA Core Vocabularies.cv:Channel:identifier, Model.ISA Core Vocabularies.cpsv:PublicService:identifier, Model.ISA Core Vocabularies.cv:Requirement:identifier +10:03:58 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.cpsv:PublicService:spatial, Model.ISA Core Vocabularies.cv:PublicOrganisation:spatial +10:03:58 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.cv:Evidence:language, Model.ISA Core Vocabularies.cpsv:Rule:language, Model.ISA Core Vocabularies.cv:Output:language, Model.ISA Core Vocabularies.cpsv:PublicService:language +10:03:58 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.cpsv:Rule:description, Model.ISA Core Vocabularies.cv:Participation:description, Model.ISA Core Vocabularies.cv:Evidence:description, Model.ISA Core Vocabularies.cv:Output:description, Model.ISA Core Vocabularies.cv:Channel:description, Model.ISA Core Vocabularies.time:TemporalEntity:description, Model.ISA Core Vocabularies.dcat:Dataset:description, Model.ISA Core Vocabularies.cpsv:PublicService:description, Model.ISA Core Vocabularies.cv:Event:description, Model.ISA Core Vocabularies.cv:Cost:description, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:description +10:03:58 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.cv:Output:name, Model.ISA Core Vocabularies.cv:Requirement:name, Model.ISA Core Vocabularies.cv:Evidence:name, Model.ISA Core Vocabularies.foaf:Agent:name, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:name, Model.ISA Core Vocabularies.dcat:Dataset:title, Model.ISA Core Vocabularies.cpsv:Rule:name, Model.ISA Core Vocabularies.cv:Event:name, Model.ISA Core Vocabularies.cpsv:PublicService:name +10:03:58 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.cv:Channel:processingTime, Model.ISA Core Vocabularies.cpsv:PublicService:processingTime +10:03:58 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:Channel:type, Model.ISA Core Vocabularies.cpsv:PublicService:functionsOfGovernment, Model.ISA Core Vocabularies.cv:Event:type, Model.ISA Core Vocabularies.cv:Evidence:type, Model.ISA Core Vocabularies.cpsv:Rule:type, Model.ISA Core Vocabularies.cv:Requirement:type, Model.ISA Core Vocabularies.cv:Output:type +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". +10:03:58 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicService" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Rule" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalResource" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Output" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Channel" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Cost" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BusinessEvent" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LifeEvent" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Concept" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Collection" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ServiceConcessionContract" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ConcessionContract" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:03:58 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Rule)" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Rule)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:follows" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Cost)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasCost is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Event:(Event -> PublicService)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Event:hasRelatedService is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.skos:Collection:(Collection -> Concept)" belongs to package "skos" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.skos:Collection:(Collection -> Concept)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.skos:Collection:member" belongs to package "skos" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:related" belongs to package "cpsv" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Evidence:(Evidence -> EvidenceType)" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Evidence:isConformantTo" belongs to package "cv" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Cost:(Cost -> Channel)" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:Cost:(Cost -> Channel)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Cost:ifAccessedThrough" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> LegalResource)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasLegalResource is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Requirement)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:holdsRequirement is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:Rule:(Rule -> LegalResource)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:Rule:implements is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Output)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:produces is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ContactPoint:availabilityRestriction is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Event)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:isGroupedBy is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> Organization)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Channel:ownedBy is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicOrganisation)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasCompetentAuthority is unknown +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.dcat:Dataset:hasPart is unknown +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:isDescribedAt is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> ContactPoint)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:contactPoint is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Requirement:(Requirement -> Rule)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Requirement:fulfils is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Cost:(Cost -> Organization)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Cost:isDefinedBy is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.eli:LegalResource:(LegalResource -> LegalResource)" belongs to package "eli" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.eli:LegalResource:(LegalResource -> LegalResource)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.eli:LegalResource:related" belongs to package "eli" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ContactPoint:openingHours is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Requirement:hasSupportingEvidence" belongs to package "cv" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Evidence:supportsRequirement" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.foaf:Agent:address is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> PublicService)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cpsv:PublicService:requires" belongs to package "cpsv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Participation)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasParticipation is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.dcat:Dataset:(Dataset -> Agent)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.dcat:Dataset:publisher is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> TemporalEntity)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Channel:openingHours is unknown +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Participation:hasParticipant is unknown +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.foaf:Agent:participates is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Channel)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasChannel is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> LegalResource)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ServiceConcessionContract:establishedUnder is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> Organization)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:ServiceConcessionContract:hasEconomicOperator is unknown +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> Evidence)" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> Evidence)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:Channel:hasInput" belongs to package "cv" based on source and target definition. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> PublicOrganisation)" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:(ServiceConcessionContract -> PublicOrganisation)" does not have a name, it will be ignored. +10:03:58 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies.cv:ServiceConcessionContract:hasContractingAuthority" belongs to package "cv" based on source and target definition. +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> EvidenceType)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasInputType is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Channel:(Channel -> TemporalEntity)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Channel:availabilityRestriction is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Evidence)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:hasInput is unknown +10:03:58 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cpsv:PublicService:(PublicService -> Concept)" since it lacks a defining package. +10:03:58 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cpsv:PublicService:isClassifiedBy is unknown diff --git a/report/doc/application-profile/cpsv-ap/translation/cpsv-ap.jsonld b/report/doc/application-profile/cpsv-ap/translation/cpsv-ap.jsonld index e0d488748..61cfa7007 100644 --- a/report/doc/application-profile/cpsv-ap/translation/cpsv-ap.jsonld +++ b/report/doc/application-profile/cpsv-ap/translation/cpsv-ap.jsonld @@ -12988,6 +12988,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/application-profile/cpsv-ap", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/application-profile/cpsv-ap/translation/cpsv-ap_en_merged.jsonld b/report/doc/application-profile/cpsv-ap/translation/cpsv-ap_en_merged.jsonld index d51b36449..1149c103f 100644 --- a/report/doc/application-profile/cpsv-ap/translation/cpsv-ap_en_merged.jsonld +++ b/report/doc/application-profile/cpsv-ap/translation/cpsv-ap_en_merged.jsonld @@ -13116,7 +13116,7 @@ "standaardregisterurl": "TODO", "template": "cpsv-ap_en.j2", "title": "Core Public Service Vocabulary Application Profile (CPSV-AP)", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/application-profile/ev-ap/all-ev-ap.jsonld b/report/doc/application-profile/ev-ap/all-ev-ap.jsonld index f2a77cc0e..c6ac168fe 100644 --- a/report/doc/application-profile/ev-ap/all-ev-ap.jsonld +++ b/report/doc/application-profile/ev-ap/all-ev-ap.jsonld @@ -6209,12 +6209,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "StorageBatteryDevice", - "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", + "EA-Domain": "StorageBatteryMeasurement", + "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6242,57 +6242,57 @@ "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" - }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Location" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" }, { "key": "label-en", "value": "NOTE", "note": "geometry" + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Location" } ], "DestRoleTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" - }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Location" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" }, { "key": "label-en", "value": "NOTE", "note": "geometry" + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Location" } ], "Scope": "NOTHING" @@ -6300,8 +6300,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", - "EA-Name": "StorageBatteryDevice" + "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", + "EA-Name": "StorageBatteryMeasurement" } ], "range": [ @@ -6312,9 +6312,7 @@ "uri": "http://www.w3.org/ns/locn#Geometry" } ], - "generalization": [], - "minCardinality": "1", - "maxCardinality": "1" + "generalization": [] }, { "@id": "http://www.w3.org/ns/locn#geometry", @@ -6338,12 +6336,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "EVChargingStation", - "EA-Domain-Guid": "{E515C41E-77FB-4450-B20D-B7AC254F0381}", + "EA-Domain": "StorageBatteryDevice", + "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6377,24 +6375,24 @@ "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "label-en", + "key": "package", "value": "NOTE", - "note": "geometry" + "note": "Core Location" }, { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://www.w3.org/ns/locn#geometry" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "Core Location" + "note": "geometry" } ], "DestRoleTags": [ @@ -6404,24 +6402,24 @@ "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "label-en", + "key": "package", "value": "NOTE", - "note": "geometry" + "note": "Core Location" }, { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://www.w3.org/ns/locn#geometry" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "Core Location" + "note": "geometry" } ], "Scope": "NOTHING" @@ -6429,8 +6427,8 @@ "codelist": [], "domain": [ { - "uri": "https://smartdatamodels.org/dataModel.Transportation/EVChargingStation", - "EA-Name": "EVChargingStation" + "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", + "EA-Name": "StorageBatteryDevice" } ], "range": [ @@ -6442,7 +6440,7 @@ } ], "generalization": [], - "minCardinality": "0", + "minCardinality": "1", "maxCardinality": "1" }, { @@ -6467,12 +6465,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "StorageBatteryMeasurement", - "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", + "EA-Domain": "EVChargingStation", + "EA-Domain-Guid": "{E515C41E-77FB-4450-B20D-B7AC254F0381}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6501,9 +6499,9 @@ "ap-codelist": "", "RawTags": [ { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://www.w3.org/ns/locn#geometry" + "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" }, { "key": "definition-en", @@ -6511,14 +6509,14 @@ "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "usageNote-en", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" + "note": "geometry" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "geometry" + "note": "http://www.w3.org/ns/locn#geometry" }, { "key": "package", @@ -6528,9 +6526,9 @@ ], "DestRoleTags": [ { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://www.w3.org/ns/locn#geometry" + "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" }, { "key": "definition-en", @@ -6538,14 +6536,14 @@ "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "usageNote-en", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
  • \r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
  • \r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
  • \r\n
\r\n\r\n

\r\nFor interoperability reasons, it is recommended using one of the following:\r\n

    \r\n
  • - Any geometry:\r\n
      \r\n
    • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
    • \r\n
    • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
    • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
    \r\n
  • \r\n
  • - Points: one of the above, or:\r\n
      \r\n
    • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
    • \r\n
    • - GeoHash URIs.
    • \r\n
    • - geo URIs.
    • \r\n
    \r\n
  • \r\n
\r\n

" + "note": "geometry" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "geometry" + "note": "http://www.w3.org/ns/locn#geometry" }, { "key": "package", @@ -6558,8 +6556,8 @@ "codelist": [], "domain": [ { - "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", - "EA-Name": "StorageBatteryMeasurement" + "uri": "https://smartdatamodels.org/dataModel.Transportation/EVChargingStation", + "EA-Name": "EVChargingStation" } ], "range": [ @@ -6570,7 +6568,9 @@ "uri": "http://www.w3.org/ns/locn#Geometry" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "1" }, { "@id": "http://www.w3.org/ns/locn#locatorDesignator", @@ -7354,6 +7354,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/application-profile/ev-ap", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/application-profile/ev-ap/ev-ap.jsonld b/report/doc/application-profile/ev-ap/ev-ap.jsonld index 52f59b3eb..2cd240dbc 100644 --- a/report/doc/application-profile/ev-ap/ev-ap.jsonld +++ b/report/doc/application-profile/ev-ap/ev-ap.jsonld @@ -1293,31 +1293,29 @@ "name": "geometry", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

    \r\n
  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

      \r\n
    • - Any geometry:\r\n
        \r\n
      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
      • - Points: one of the above, or:\r\n
          \r\n
        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
        • - GeoHash URIs.<\/li>\r\n
        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "ap-label-en" : {"en": "geometry"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}, -"extra": {"EA-Name" : "geometry", "EA-Guid" : "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "StorageBatteryDevice", "EA-Domain-Guid" : "{9D0533D0-391E-4671-B089-2896908670A5}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

            \r\n
          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

              \r\n
            • - Any geometry:\r\n
                \r\n
              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
              • - Points: one of the above, or:\r\n
                  \r\n
                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                • - GeoHash URIs.<\/li>\r\n
                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "ap-label-en" : "geometry", "ap-definition-en" : "Associates any Resource with the corresponding Geometry.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                    \r\n
                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                      \r\n
                    • - Any geometry:\r\n
                        \r\n
                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                      • - Points: one of the above, or:\r\n
                          \r\n
                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                        • - GeoHash URIs.<\/li>\r\n
                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                            \r\n
                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                              \r\n
                            • - Any geometry:\r\n
                                \r\n
                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                              • - Points: one of the above, or:\r\n
                                  \r\n
                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                • - GeoHash URIs.<\/li>\r\n
                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                    \r\n
                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                      \r\n
                                    • - Any geometry:\r\n
                                        \r\n
                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                      • - Points: one of the above, or:\r\n
                                          \r\n
                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                        • - GeoHash URIs.<\/li>\r\n
                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "ap-label-en" : {"en": "geometry"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, +"extra": {"EA-Name" : "geometry", "EA-Guid" : "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "StorageBatteryMeasurement", "EA-Domain-Guid" : "{A4952697-83C6-46e3-B164-E16F7112847D}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                            \r\n
                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                              \r\n
                                            • - Any geometry:\r\n
                                                \r\n
                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                              • - Points: one of the above, or:\r\n
                                                  \r\n
                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                • - GeoHash URIs.<\/li>\r\n
                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "ap-label-en" : "geometry", "ap-definition-en" : "Associates any Resource with the corresponding Geometry.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                    \r\n
                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                      \r\n
                                                    • - Any geometry:\r\n
                                                        \r\n
                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                      • - Points: one of the above, or:\r\n
                                                          \r\n
                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                        • - GeoHash URIs.<\/li>\r\n
                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                            \r\n
                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                              \r\n
                                                            • - Any geometry:\r\n
                                                                \r\n
                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                              • - Points: one of the above, or:\r\n
                                                                  \r\n
                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                • - GeoHash URIs.<\/li>\r\n
                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                    \r\n
                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                      \r\n
                                                                    • - Any geometry:\r\n
                                                                        \r\n
                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                      • - Points: one of the above, or:\r\n
                                                                          \r\n
                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "ap-label-en" : {"en": "geometry"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", "EA-Name" : "StorageBatteryDevice" } +{ "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", "EA-Name" : "StorageBatteryMeasurement" } ], "range": [ {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" } ], "generalization": [ -], -"minCardinality": "1", -"maxCardinality": "1"} +]} , { "@id": "http://www.w3.org/ns/locn#geometry", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "geometry", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                            \r\n
                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                              \r\n
                                                                            • - Any geometry:\r\n
                                                                                \r\n
                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                              • - Points: one of the above, or:\r\n
                                                                                  \r\n
                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "ap-label-en" : {"en": "geometry"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}, -"extra": {"EA-Name" : "geometry", "EA-Guid" : "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "EVChargingStation", "EA-Domain-Guid" : "{E515C41E-77FB-4450-B20D-B7AC254F0381}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                    \r\n
                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                      \r\n
                                                                                    • - Any geometry:\r\n
                                                                                        \r\n
                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                      • - Points: one of the above, or:\r\n
                                                                                          \r\n
                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "ap-label-en" : "geometry", "ap-definition-en" : "Associates any Resource with the corresponding Geometry.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                            \r\n
                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                              \r\n
                                                                                            • - Any geometry:\r\n
                                                                                                \r\n
                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                              • - Points: one of the above, or:\r\n
                                                                                                  \r\n
                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                    \r\n
                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                      \r\n
                                                                                                    • - Any geometry:\r\n
                                                                                                        \r\n
                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                          \r\n
                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                            \r\n
                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                              \r\n
                                                                                                            • - Any geometry:\r\n
                                                                                                                \r\n
                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                  \r\n
                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "ap-label-en" : {"en": "geometry"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, +"extra": {"EA-Name" : "geometry", "EA-Guid" : "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "StorageBatteryDevice", "EA-Domain-Guid" : "{9D0533D0-391E-4671-B089-2896908670A5}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                    \r\n
                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                      \r\n
                                                                                                                    • - Any geometry:\r\n
                                                                                                                        \r\n
                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                          \r\n
                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "ap-label-en" : "geometry", "ap-definition-en" : "Associates any Resource with the corresponding Geometry.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                            \r\n
                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                              \r\n
                                                                                                                            • - Any geometry:\r\n
                                                                                                                                \r\n
                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                  \r\n
                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                    \r\n
                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                      \r\n
                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                        \r\n
                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                          \r\n
                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                            \r\n
                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                              \r\n
                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                \r\n
                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                  \r\n
                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "ap-label-en" : {"en": "geometry"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, "codelist": [ ], "domain": [ -{ "uri": "https://smartdatamodels.org/dataModel.Transportation/EVChargingStation", "EA-Name" : "EVChargingStation" } +{ "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", "EA-Name" : "StorageBatteryDevice" } ], "range": [ {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" } @@ -1325,7 +1323,7 @@ "generalization": [ ], -"minCardinality": "0", +"minCardinality": "1", "maxCardinality": "1"} , { "@id": "http://www.w3.org/ns/locn#geometry", @@ -1333,18 +1331,20 @@ "name": "geometry", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                    \r\n
                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                      \r\n
                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                        \r\n
                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                          \r\n
                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "ap-label-en" : {"en": "geometry"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}, -"extra": {"EA-Name" : "geometry", "EA-Guid" : "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "StorageBatteryMeasurement", "EA-Domain-Guid" : "{A4952697-83C6-46e3-B164-E16F7112847D}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                            \r\n
                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                              \r\n
                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                \r\n
                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                  \r\n
                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "ap-label-en" : "geometry", "ap-definition-en" : "Associates any Resource with the corresponding Geometry.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                    \r\n
                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                      \r\n
                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                        \r\n
                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                          \r\n
                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                            \r\n
                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                              \r\n
                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                \r\n
                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                  \r\n
                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                    \r\n
                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                      \r\n
                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                        \r\n
                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                          \r\n
                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "ap-label-en" : {"en": "geometry"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, +"extra": {"EA-Name" : "geometry", "EA-Guid" : "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "EVChargingStation", "EA-Domain-Guid" : "{E515C41E-77FB-4450-B20D-B7AC254F0381}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                            \r\n
                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                              \r\n
                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                \r\n
                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "ap-label-en" : "geometry", "ap-definition-en" : "Associates any Resource with the corresponding Geometry.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "ap-label-en" : {"en": "geometry"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, "codelist": [ ], "domain": [ -{ "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", "EA-Name" : "StorageBatteryMeasurement" } +{ "uri": "https://smartdatamodels.org/dataModel.Transportation/EVChargingStation", "EA-Name" : "EVChargingStation" } ], "range": [ {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" } ], "generalization": [ -]} +], +"minCardinality": "0", +"maxCardinality": "1"} , { "@id": "http://www.w3.org/ns/locn#locatorDesignator", "@type": "http://www.w3.org/2002/07/owl#DatatypeProperty", diff --git a/report/doc/application-profile/ev-ap/ev-ap.report b/report/doc/application-profile/ev-ap/ev-ap.report index ee4a1bb90..b1d133eda 100644 --- a/report/doc/application-profile/ev-ap/ev-ap.report +++ b/report/doc/application-profile/ev-ap/ev-ap.report @@ -2,65 +2,65 @@ 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') -13:26:54 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:26:54 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.EV-AP.DataTypes". -13:26:54 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.EV-AP.DataTypes, Model -13:26:54 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.EV-AP.Core Vocabulary, Model.EV-AP.Core Location, Model.EV-AP.Core Person, Model.EV-AP.ev, Model.EV-AP.Core Business -13:26:54 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.EV-AP.skos:Code, Model.EV-AP.DataTypes:Code, Model.EV-AP.Core Vocabulary:Code, Model.EV-AP.skos:Concept -13:26:54 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#date): Model.EV-AP.Core Vocabulary:Date, Model.EV-AP.xsd:date -13:26:54 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#integer): Model.EV-AP.xsd:integer, Model.EV-AP.Core Vocabulary:Integer -13:26:54 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.EV-AP.Core Vocabulary:Cost:description, Model.EV-AP.Core Vocabulary:Output:description, Model.EV-AP.org:ChangeEvent:description, Model.EV-AP.Core Vocabulary:Event:description -13:26:54 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.EV-AP.Core Vocabulary:Output:name, Model.EV-AP.foaf:Agent:name, Model.EV-AP.foaf:Group:name -13:26:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.EV-AP.Core Vocabulary:ContactInfo:email, Model.EV-AP.Core Vocabulary:ContactPoint:hasEmail -13:26:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.EV-AP.Core Vocabulary:ContactPoint:hasTelephone, Model.EV-AP.Core Vocabulary:ContactInfo:telephone -13:26:54 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.EV-AP.auto-vp:VehiclePart:identifier, Model.EV-AP.foaf:Agent:identifier, Model.EV-AP.Core Vocabulary:Cost:identifier -13:26:54 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.EV-AP.Core Vocabulary:Output:type, Model.EV-AP.Core Vocabulary:Event:type -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ElectricCar" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryDevice" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EVChargingStation" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehiclePart" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "QuantityValue" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatteryManagement" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehicleSensor" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatterySensor" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryMeasurement" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "CarManufacturer" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:26:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> Geometry)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Address)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmTransportation:EVChargingStation:address is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:BatteryManagement:(BatteryManagement -> StorageBatteryMeasurement)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:BatteryManagement:generates is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. -13:26:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" belongs to package "ev" based on source and target definition. -13:26:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" does not have a name, it will be ignored. -13:26:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:hasManufacturer" belongs to package "ev" based on source and target definition. -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> EVChargingStation)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:chargedAt is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> Address)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Geometry)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> Geometry)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> BatteryManagement)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:reports is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> StorageBatteryDevice)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:pluggedTo is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfHealth is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalVoltage is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:VehiclePart:isPartOf is unknown -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:hasPart is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfCharge is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalCapacity is unknown -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ElectricCar)" since it lacks a defining package. -13:26:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:VehiclePart:(VehiclePart -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:01 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.EV-AP.DataTypes". +10:04:01 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.EV-AP.Core Business, Model.EV-AP.Core Person, Model.EV-AP.ev, Model.EV-AP.Core Location, Model.EV-AP.Core Vocabulary +10:04:01 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.EV-AP.DataTypes +10:04:01 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#date): Model.EV-AP.Core Vocabulary:Date, Model.EV-AP.xsd:date +10:04:01 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.EV-AP.skos:Concept, Model.EV-AP.Core Vocabulary:Code, Model.EV-AP.skos:Code, Model.EV-AP.DataTypes:Code +10:04:01 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#integer): Model.EV-AP.Core Vocabulary:Integer, Model.EV-AP.xsd:integer +10:04:01 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.EV-AP.Core Vocabulary:Output:description, Model.EV-AP.Core Vocabulary:Cost:description, Model.EV-AP.org:ChangeEvent:description, Model.EV-AP.Core Vocabulary:Event:description +10:04:01 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.EV-AP.Core Vocabulary:ContactPoint:hasEmail, Model.EV-AP.Core Vocabulary:ContactInfo:email +10:04:01 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.EV-AP.Core Vocabulary:ContactInfo:telephone, Model.EV-AP.Core Vocabulary:ContactPoint:hasTelephone +10:04:01 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.EV-AP.foaf:Agent:identifier, Model.EV-AP.auto-vp:VehiclePart:identifier, Model.EV-AP.Core Vocabulary:Cost:identifier +10:04:01 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.EV-AP.Core Vocabulary:Output:name, Model.EV-AP.foaf:Agent:name, Model.EV-AP.foaf:Group:name +10:04:01 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.EV-AP.Core Vocabulary:Event:type, Model.EV-AP.Core Vocabulary:Output:type +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ElectricCar" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryDevice" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EVChargingStation" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehiclePart" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "QuantityValue" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatteryManagement" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehicleSensor" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatterySensor" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryMeasurement" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "CarManufacturer" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:01 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:VehiclePart:isPartOf is unknown +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:hasPart is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalCapacity is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Address)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmTransportation:EVChargingStation:address is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> Geometry)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfHealth is unknown +10:04:01 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" belongs to package "ev" based on source and target definition. +10:04:01 WARN c.g.i.o.c.UriAssigner - Connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" does not have a name, it will be ignored. +10:04:01 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:hasManufacturer" belongs to package "ev" based on source and target definition. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> BatteryManagement)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:reports is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> EVChargingStation)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:chargedAt is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:BatteryManagement:(BatteryManagement -> StorageBatteryMeasurement)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:BatteryManagement:generates is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalVoltage is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> Geometry)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Geometry)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:VehiclePart:(VehiclePart -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfCharge is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> StorageBatteryDevice)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:pluggedTo is unknown +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ElectricCar)" since it lacks a defining package. +10:04:01 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. diff --git a/report/doc/application-profile/ev-ap/translation/ev-ap.jsonld b/report/doc/application-profile/ev-ap/translation/ev-ap.jsonld index f2a77cc0e..c6ac168fe 100644 --- a/report/doc/application-profile/ev-ap/translation/ev-ap.jsonld +++ b/report/doc/application-profile/ev-ap/translation/ev-ap.jsonld @@ -6209,12 +6209,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "StorageBatteryDevice", - "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", + "EA-Domain": "StorageBatteryMeasurement", + "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6242,57 +6242,57 @@ "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " - }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Location" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " }, { "key": "label-en", "value": "NOTE", "note": "geometry" + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Location" } ], "DestRoleTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " - }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Location" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " }, { "key": "label-en", "value": "NOTE", "note": "geometry" + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Location" } ], "Scope": "NOTHING" @@ -6300,8 +6300,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", - "EA-Name": "StorageBatteryDevice" + "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", + "EA-Name": "StorageBatteryMeasurement" } ], "range": [ @@ -6312,9 +6312,7 @@ "uri": "http://www.w3.org/ns/locn#Geometry" } ], - "generalization": [], - "minCardinality": "1", - "maxCardinality": "1" + "generalization": [] }, { "@id": "http://www.w3.org/ns/locn#geometry", @@ -6338,12 +6336,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "EVChargingStation", - "EA-Domain-Guid": "{E515C41E-77FB-4450-B20D-B7AC254F0381}", + "EA-Domain": "StorageBatteryDevice", + "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6377,24 +6375,24 @@ "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "label-en", + "key": "package", "value": "NOTE", - "note": "geometry" + "note": "Core Location" }, { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://www.w3.org/ns/locn#geometry" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "Core Location" + "note": "geometry" } ], "DestRoleTags": [ @@ -6404,24 +6402,24 @@ "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "label-en", + "key": "package", "value": "NOTE", - "note": "geometry" + "note": "Core Location" }, { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://www.w3.org/ns/locn#geometry" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "Core Location" + "note": "geometry" } ], "Scope": "NOTHING" @@ -6429,8 +6427,8 @@ "codelist": [], "domain": [ { - "uri": "https://smartdatamodels.org/dataModel.Transportation/EVChargingStation", - "EA-Name": "EVChargingStation" + "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", + "EA-Name": "StorageBatteryDevice" } ], "range": [ @@ -6442,7 +6440,7 @@ } ], "generalization": [], - "minCardinality": "0", + "minCardinality": "1", "maxCardinality": "1" }, { @@ -6467,12 +6465,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "StorageBatteryMeasurement", - "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", + "EA-Domain": "EVChargingStation", + "EA-Domain-Guid": "{E515C41E-77FB-4450-B20D-B7AC254F0381}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6501,9 +6499,9 @@ "ap-codelist": "", "RawTags": [ { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://www.w3.org/ns/locn#geometry" + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " }, { "key": "definition-en", @@ -6511,14 +6509,14 @@ "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "usageNote-en", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " + "note": "geometry" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "geometry" + "note": "http://www.w3.org/ns/locn#geometry" }, { "key": "package", @@ -6528,9 +6526,9 @@ ], "DestRoleTags": [ { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://www.w3.org/ns/locn#geometry" + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " }, { "key": "definition-en", @@ -6538,14 +6536,14 @@ "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "usageNote-en", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " + "note": "geometry" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "geometry" + "note": "http://www.w3.org/ns/locn#geometry" }, { "key": "package", @@ -6558,8 +6556,8 @@ "codelist": [], "domain": [ { - "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", - "EA-Name": "StorageBatteryMeasurement" + "uri": "https://smartdatamodels.org/dataModel.Transportation/EVChargingStation", + "EA-Name": "EVChargingStation" } ], "range": [ @@ -6570,7 +6568,9 @@ "uri": "http://www.w3.org/ns/locn#Geometry" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "1" }, { "@id": "http://www.w3.org/ns/locn#locatorDesignator", @@ -7354,6 +7354,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/application-profile/ev-ap", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/application-profile/ev-ap/translation/ev-ap_de.json b/report/doc/application-profile/ev-ap/translation/ev-ap_de.json index d0fdaf9e0..fe30d60f0 100644 --- a/report/doc/application-profile/ev-ap/translation/ev-ap_de.json +++ b/report/doc/application-profile/ev-ap/translation/ev-ap_de.json @@ -886,7 +886,7 @@ } }, { - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "name": "geometry", "label": { "en": "geometry", @@ -902,7 +902,7 @@ } }, { - "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "name": "geometry", "label": { "en": "geometry", @@ -918,7 +918,7 @@ } }, { - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", "name": "geometry", "label": { "en": "geometry", diff --git a/report/doc/application-profile/ev-ap/translation/ev-ap_en.json b/report/doc/application-profile/ev-ap/translation/ev-ap_en.json index 36ab3a3f9..5050eb043 100644 --- a/report/doc/application-profile/ev-ap/translation/ev-ap_en.json +++ b/report/doc/application-profile/ev-ap/translation/ev-ap_en.json @@ -734,7 +734,7 @@ } }, { - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "name": "geometry", "label": { "en": "geometry" @@ -747,7 +747,7 @@ } }, { - "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "name": "geometry", "label": { "en": "geometry" @@ -760,7 +760,7 @@ } }, { - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", "name": "geometry", "label": { "en": "geometry" diff --git a/report/doc/application-profile/ev-ap/translation/ev-ap_en_merged.jsonld b/report/doc/application-profile/ev-ap/translation/ev-ap_en_merged.jsonld index 47115d138..9f390ded1 100644 --- a/report/doc/application-profile/ev-ap/translation/ev-ap_en_merged.jsonld +++ b/report/doc/application-profile/ev-ap/translation/ev-ap_en_merged.jsonld @@ -5217,7 +5217,7 @@ { "@id": "http://www.w3.org/ns/locn#geometry", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "ap-definition-en": { "en": "Associates any Resource with the corresponding Geometry." }, @@ -5230,41 +5230,41 @@ }, "domain": [ { - "EA-Name": "StorageBatteryDevice", - "uri": "http://data.europa.eu/m8g/StorageBatteryDevice" + "EA-Name": "StorageBatteryMeasurement", + "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement" } ], "extra": { "DestRoleTags": [ - { - "key": "usageNote-en", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          ", - "value": "NOTE" - }, { "key": "uri", "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { - "key": "package", - "note": "Core Location", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Geometry.", "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Geometry.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          ", "value": "NOTE" }, { "key": "label-en", "note": "geometry", "value": "NOTE" + }, + { + "key": "package", + "note": "Core Location", + "value": "NOTE" } ], - "EA-Domain": "StorageBatteryDevice", - "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Domain": "StorageBatteryMeasurement", + "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "EA-Name": "geometry", "EA-Package": "", "EA-Range": "Geometry", @@ -5276,30 +5276,30 @@ "uri": "http://www.w3.org/ns/locn#Geometry" }, "RawTags": [ - { - "key": "usageNote-en", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          ", - "value": "NOTE" - }, { "key": "uri", "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { - "key": "package", - "note": "Core Location", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Geometry.", "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Geometry.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          ", "value": "NOTE" }, { "key": "label-en", "note": "geometry", "value": "NOTE" + }, + { + "key": "package", + "note": "Core Location", + "value": "NOTE" } ], "Scope": "NOTHING", @@ -5329,8 +5329,6 @@ "label": { "en": "geometry" }, - "maxCardinality": "1", - "minCardinality": "1", "name": "geometry", "range": [ { @@ -5347,7 +5345,7 @@ { "@id": "http://www.w3.org/ns/locn#geometry", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "ap-definition-en": { "en": "Associates any Resource with the corresponding Geometry." }, @@ -5360,8 +5358,8 @@ }, "domain": [ { - "EA-Name": "EVChargingStation", - "uri": "https://smartdatamodels.org/dataModel.Transportation/EVChargingStation" + "EA-Name": "StorageBatteryDevice", + "uri": "http://data.europa.eu/m8g/StorageBatteryDevice" } ], "extra": { @@ -5372,29 +5370,29 @@ "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Geometry.", + "key": "uri", + "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { - "key": "label-en", - "note": "geometry", + "key": "package", + "note": "Core Location", "value": "NOTE" }, { - "key": "uri", - "note": "http://www.w3.org/ns/locn#geometry", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Geometry.", "value": "NOTE" }, { - "key": "package", - "note": "Core Location", + "key": "label-en", + "note": "geometry", "value": "NOTE" } ], - "EA-Domain": "EVChargingStation", - "EA-Domain-Guid": "{E515C41E-77FB-4450-B20D-B7AC254F0381}", - "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", + "EA-Domain": "StorageBatteryDevice", + "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "EA-Name": "geometry", "EA-Package": "", "EA-Range": "Geometry", @@ -5412,23 +5410,23 @@ "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Geometry.", + "key": "uri", + "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { - "key": "label-en", - "note": "geometry", + "key": "package", + "note": "Core Location", "value": "NOTE" }, { - "key": "uri", - "note": "http://www.w3.org/ns/locn#geometry", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Geometry.", "value": "NOTE" }, { - "key": "package", - "note": "Core Location", + "key": "label-en", + "note": "geometry", "value": "NOTE" } ], @@ -5460,7 +5458,7 @@ "en": "geometry" }, "maxCardinality": "1", - "minCardinality": "0", + "minCardinality": "1", "name": "geometry", "range": [ { @@ -5477,7 +5475,7 @@ { "@id": "http://www.w3.org/ns/locn#geometry", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", "ap-definition-en": { "en": "Associates any Resource with the corresponding Geometry." }, @@ -5490,15 +5488,15 @@ }, "domain": [ { - "EA-Name": "StorageBatteryMeasurement", - "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement" + "EA-Name": "EVChargingStation", + "uri": "https://smartdatamodels.org/dataModel.Transportation/EVChargingStation" } ], "extra": { "DestRoleTags": [ { - "key": "uri", - "note": "http://www.w3.org/ns/locn#geometry", + "key": "usageNote-en", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          ", "value": "NOTE" }, { @@ -5507,13 +5505,13 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          ", + "key": "label-en", + "note": "geometry", "value": "NOTE" }, { - "key": "label-en", - "note": "geometry", + "key": "uri", + "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { @@ -5522,9 +5520,9 @@ "value": "NOTE" } ], - "EA-Domain": "StorageBatteryMeasurement", - "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Domain": "EVChargingStation", + "EA-Domain-Guid": "{E515C41E-77FB-4450-B20D-B7AC254F0381}", + "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", "EA-Name": "geometry", "EA-Package": "", "EA-Range": "Geometry", @@ -5537,8 +5535,8 @@ }, "RawTags": [ { - "key": "uri", - "note": "http://www.w3.org/ns/locn#geometry", + "key": "usageNote-en", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          ", "value": "NOTE" }, { @@ -5547,13 +5545,13 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          ", + "key": "label-en", + "note": "geometry", "value": "NOTE" }, { - "key": "label-en", - "note": "geometry", + "key": "uri", + "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { @@ -5589,6 +5587,8 @@ "label": { "en": "geometry" }, + "maxCardinality": "1", + "minCardinality": "0", "name": "geometry", "range": [ { @@ -7422,7 +7422,7 @@ "standaardregisterurl": "EV-AP", "template": "ev-ap_en.j2", "title": "EV-AP", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/application-profile/ev-ap/translation/ev-ap_fr.json b/report/doc/application-profile/ev-ap/translation/ev-ap_fr.json index 3276bdbae..e3ca52dbf 100644 --- a/report/doc/application-profile/ev-ap/translation/ev-ap_fr.json +++ b/report/doc/application-profile/ev-ap/translation/ev-ap_fr.json @@ -886,7 +886,7 @@ } }, { - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "name": "geometry", "label": { "en": "geometry", @@ -902,7 +902,7 @@ } }, { - "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "name": "geometry", "label": { "en": "geometry", @@ -918,7 +918,7 @@ } }, { - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{BF57D63B-70A4-4cd7-A75A-4B3C0865D57F}", "name": "geometry", "label": { "en": "geometry", diff --git a/report/doc/core-vocabulary/cccev/all-cccev-ap.jsonld b/report/doc/core-vocabulary/cccev/all-cccev-ap.jsonld index 0c41da168..94eab24e4 100644 --- a/report/doc/core-vocabulary/cccev/all-cccev-ap.jsonld +++ b/report/doc/core-vocabulary/cccev/all-cccev-ap.jsonld @@ -5804,6 +5804,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/core-vocabulary/cccev", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/cccev/cccev-ap.report b/report/doc/core-vocabulary/cccev/cccev-ap.report index 4dd070028..1f0229ec4 100644 --- a/report/doc/core-vocabulary/cccev/cccev-ap.report +++ b/report/doc/core-vocabulary/cccev/cccev-ap.report @@ -2,109 +2,109 @@ 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') -13:26:56 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ExternalVocabularies with id 179 and objectid 179 -13:26:56 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored -13:26:56 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ApplicationProfile_SDG with id 216 and objectid 216 -13:26:56 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.foaf". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.dcat". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_SDGexample". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_eProcurementExample". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG.AP_SDG". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.Adms". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CoreLocation". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_criminalExample". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CorePerson". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.org". -13:26:57 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): ExternalVocabularies.foaf, ExternalVocabularies, ApplicationProfile_SDG.AP_SDG, CCCEV.CCCEV.CCCEV_eProcurementExample, CCCEV.CCCEV.CCCEV_SDGexample, ExternalVocabularies.CorePerson, ExternalVocabularies.CoreLocation, CCCEV.CCCEV.CCCEV_criminalExample, ExternalVocabularies.org, ApplicationProfile_SDG, CCCEV, ExternalVocabularies.Adms, ExternalVocabularies.dcat -13:26:57 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): CCCEV.CCCEV:Requirement:type, CCCEV.CCCEV:InformationConcept:type -13:26:57 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): CCCEV.CCCEV:EvidenceTypeList:name, CCCEV.CCCEV:Requirement:name, CCCEV.CCCEV:InformationConcept:name -13:26:57 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): CCCEV.CCCEV:Requirement:description, CCCEV.CCCEV:EvidenceTypeList:description, CCCEV.CCCEV:InformationConcept:description -13:26:57 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): CCCEV.CCCEV:EvidenceType:identifier, CCCEV.CCCEV:InformationConcept:identifier, CCCEV.CCCEV:EvidenceTypeList:identifier, ExternalVocabularies.dcat:Dataset:identifier, CCCEV.CCCEV:ReferenceFramework:identifier, CCCEV.CCCEV:Requirement:identifier -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". -13:26:57 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . -13:26:57 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . -13:26:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)", it matches multiple packages in the project. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)" does not have a name, it will be ignored. -13:26:57 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Requirement:isIssuedBy is unknown -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:validityPeriod" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)", it matches multiple packages in the project. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)" does not have a name, it will be ignored. -13:26:57 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:issuingPlace", it matches multiple packages in the project. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasRequirement" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:validityPeriodConstraint" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. -13:26:57 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isIssuedBy is unknown -13:26:57 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. -13:26:57 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isCreatedBy is unknown -13:26:57 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. -13:26:57 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isAbout is unknown -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" does not have a name, it will be ignored. -13:26:57 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. -13:26:57 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. -13:26:57 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. -13:26:57 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:isProvidedBy", it matches multiple packages in the project. +10:04:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ExternalVocabularies with id 179 and objectid 179 +10:04:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +10:04:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ApplicationProfile_SDG with id 216 and objectid 216 +10:04:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.foaf". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.dcat". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_SDGexample". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_eProcurementExample". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG.AP_SDG". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.Adms". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CoreLocation". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_criminalExample". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CorePerson". +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.org". +10:04:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): ExternalVocabularies.foaf, ExternalVocabularies, ApplicationProfile_SDG.AP_SDG, CCCEV.CCCEV.CCCEV_eProcurementExample, CCCEV.CCCEV.CCCEV_SDGexample, ExternalVocabularies.CorePerson, ExternalVocabularies.CoreLocation, CCCEV.CCCEV.CCCEV_criminalExample, ExternalVocabularies.org, ApplicationProfile_SDG, CCCEV, ExternalVocabularies.Adms, ExternalVocabularies.dcat +10:04:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): CCCEV.CCCEV:Requirement:type, CCCEV.CCCEV:InformationConcept:type +10:04:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): CCCEV.CCCEV:EvidenceTypeList:name, CCCEV.CCCEV:Requirement:name, CCCEV.CCCEV:InformationConcept:name +10:04:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): CCCEV.CCCEV:Requirement:description, CCCEV.CCCEV:EvidenceTypeList:description, CCCEV.CCCEV:InformationConcept:description +10:04:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): CCCEV.CCCEV:EvidenceType:identifier, CCCEV.CCCEV:InformationConcept:identifier, CCCEV.CCCEV:EvidenceTypeList:identifier, ExternalVocabularies.dcat:Dataset:identifier, CCCEV.CCCEV:ReferenceFramework:identifier, CCCEV.CCCEV:Requirement:identifier +10:04:03 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". +10:04:04 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". +10:04:04 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". +10:04:04 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:04 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +10:04:04 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Requirement:isIssuedBy is unknown +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:validityPeriod" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:issuingPlace", it matches multiple packages in the project. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:validityPeriodConstraint" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isIssuedBy is unknown +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isCreatedBy is unknown +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isAbout is unknown +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" does not have a name, it will be ignored. +10:04:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:04 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:04 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:isProvidedBy", it matches multiple packages in the project. diff --git a/report/doc/core-vocabulary/cccev/translation/cccev-ap.jsonld b/report/doc/core-vocabulary/cccev/translation/cccev-ap.jsonld index 0c41da168..94eab24e4 100644 --- a/report/doc/core-vocabulary/cccev/translation/cccev-ap.jsonld +++ b/report/doc/core-vocabulary/cccev/translation/cccev-ap.jsonld @@ -5804,6 +5804,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/core-vocabulary/cccev", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/cccev/translation/cccev-ap_en_merged.jsonld b/report/doc/core-vocabulary/cccev/translation/cccev-ap_en_merged.jsonld index 4b6159911..95fb64543 100644 --- a/report/doc/core-vocabulary/cccev/translation/cccev-ap_en_merged.jsonld +++ b/report/doc/core-vocabulary/cccev/translation/cccev-ap_en_merged.jsonld @@ -5856,7 +5856,7 @@ "standaardregisterurl": "TODO", "template": "cccev-ap_en.j2", "title": "Core Criterion and Core Evidence Vocabulary", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/core-vocabulary/core-person/core-person-ap.report b/report/doc/core-vocabulary/core-person/core-person-ap.report deleted file mode 100644 index 28172dce7..000000000 --- a/report/doc/core-vocabulary/core-person/core-person-ap.report +++ /dev/null @@ -1,66 +0,0 @@ -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') -13:26:59 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:26:59 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:26:59 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:26:59 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business -13:26:59 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00 -13:26:59 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone -13:26:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name -13:26:59 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:26:59 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:26:59 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:26:59 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:26:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:26:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -13:26:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -13:26:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . -13:26:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:26:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:26:59 WARN c.g.i.o.c.Converter - Element GenericDate has same prefix as package: simplify by removing the extra tag uri -13:26:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . -13:26:59 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -13:26:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:26:59 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. -13:26:59 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. -13:26:59 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:26:59 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. -13:27:00 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:00 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. -13:27:00 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. -13:27:00 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown -13:27:00 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:00 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. -13:27:00 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. -13:27:00 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown -13:27:00 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:00 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri -13:27:00 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri -13:27:00 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri -13:27:00 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:00 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri -13:27:00 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri -13:27:00 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:00 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:00 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -13:27:00 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -13:27:00 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri diff --git a/report/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL_en.report b/report/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL_en.report deleted file mode 100644 index 5dd353d65..000000000 --- a/report/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL_en.report +++ /dev/null @@ -1,84 +0,0 @@ -start reading -/tmp/workspace/report/doc/core-vocabulary/core-person/translation/core-person-ap_en_merged.jsonld -/tmp/workspace/target/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL_en.jsonld -en -done -start processing -make shacl using individual mode -https://semiceu.github.io//doc/core-vocabulary/core-person#ContactPointShape -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -https://semiceu.github.io//doc/core-vocabulary/core-person#GenericDateShape -https://semiceu.github.io//doc/core-vocabulary/core-person#JurisdictionShape -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -https://semiceu.github.io//doc/core-vocabulary/core-person#LocationShape -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -https://semiceu.github.io//doc/core-vocabulary/core-person#IdentifierShape -add nodeKind constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -https://semiceu.github.io//doc/core-vocabulary/core-person#AddressShape -add uniqueLanguage constraint -add nodeKind constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -https://semiceu.github.io//doc/core-vocabulary/core-person#PersonShape -add uniqueLanguage constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add uniqueLanguage constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -add nodeKind constraint -https://semiceu.github.io//doc/core-vocabulary/core-person#AgentShape -add uniqueLanguage constraint -add nodeKind constraint -add nodeKind constraint -start writing -Write complete, file saved to: /tmp/workspace/target/doc/core-vocabulary/core-person/shacl/core-person-ap-SHACL_en.jsonld diff --git a/report/doc/core-vocabulary/core-public-organisation/all-core-public-organisation-ap.jsonld b/report/doc/core-vocabulary/core-public-organisation/all-core-public-organisation-ap.jsonld index 11aeda42d..c0fc26520 100644 --- a/report/doc/core-vocabulary/core-public-organisation/all-core-public-organisation-ap.jsonld +++ b/report/doc/core-vocabulary/core-public-organisation/all-core-public-organisation-ap.jsonld @@ -6259,6 +6259,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/core-vocabulary/core-public-organisation", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/core-public-organisation/core-public-organisation-ap.report b/report/doc/core-vocabulary/core-public-organisation/core-public-organisation-ap.report index 2ad3e8047..d56ed9c3d 100644 --- a/report/doc/core-vocabulary/core-public-organisation/core-public-organisation-ap.report +++ b/report/doc/core-vocabulary/core-public-organisation/core-public-organisation-ap.report @@ -2,88 +2,88 @@ 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') -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:02 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event -13:27:02 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model -13:27:02 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept -13:27: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): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description -13:27: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): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified -13:27: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): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type -13:27: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#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail -13:27: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): Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value -13:27: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): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue -13:27: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): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name -13:27: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/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.dct:Agent:name -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name -13:27:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:27:02 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . -13:27:02 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . -13:27:02 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:27:02 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . -13:27:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown -13:27:02 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown -13:27:02 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown -13:27:02 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown -13:27:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. -13:27:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. -13:27:02 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown -13:27:02 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown -13:27:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. -13:27:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. -13:27:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. -13:27:02 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. -13:27:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. -13:27:02 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown -13:27:02 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown -13:27:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. -13:27:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown -13:27:02 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown -13:27:02 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -13:27:02 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -13:27:02 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri -13:27:02 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:02 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:02 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri -13:27:02 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:02 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:06 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event +10:04:06 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model +10:04:06 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:06 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:06 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:06 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:06 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:06 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:06 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:06 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. +10:04:06 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. +10:04:06 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown +10:04:06 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:06 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown +10:04:07 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. +10:04:07 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. +10:04:07 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown +10:04:07 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown +10:04:07 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:07 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:07 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:07 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:07 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:07 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri +10:04:07 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:07 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:07 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:07 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". diff --git a/report/doc/core-vocabulary/core-public-organisation/translation/core-public-organisation-ap.jsonld b/report/doc/core-vocabulary/core-public-organisation/translation/core-public-organisation-ap.jsonld index 11aeda42d..c0fc26520 100644 --- a/report/doc/core-vocabulary/core-public-organisation/translation/core-public-organisation-ap.jsonld +++ b/report/doc/core-vocabulary/core-public-organisation/translation/core-public-organisation-ap.jsonld @@ -6259,6 +6259,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/core-vocabulary/core-public-organisation", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/core-public-organisation/translation/core-public-organisation-ap_en_merged.jsonld b/report/doc/core-vocabulary/core-public-organisation/translation/core-public-organisation-ap_en_merged.jsonld index 9d7ea21b3..969b57267 100644 --- a/report/doc/core-vocabulary/core-public-organisation/translation/core-public-organisation-ap_en_merged.jsonld +++ b/report/doc/core-vocabulary/core-public-organisation/translation/core-public-organisation-ap_en_merged.jsonld @@ -6312,7 +6312,7 @@ "standaardregisterurl": "CPOV", "template": "core-public-organisation-ap_en.j2", "title": "Core Public Organisation Vocabulary", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/core-vocabulary/core-vocabularies/all-core-vocabularies.jsonld b/report/doc/core-vocabulary/core-vocabularies/all-core-vocabularies.jsonld index 8c69e9413..97c8c0715 100644 --- a/report/doc/core-vocabulary/core-vocabularies/all-core-vocabularies.jsonld +++ b/report/doc/core-vocabulary/core-vocabularies/all-core-vocabularies.jsonld @@ -4452,18 +4452,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "change", "inpackage": "OTHER_PACKAGE", - "usageNote-en": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, "label-en": { "en": "change" }, "definition-en": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usage": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, @@ -4472,12 +4466,12 @@ }, "extra": { "EA-Name": "change", - "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", + "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Domain": "Address", + "EA-Domain-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Range": "Change", "RangeData": { "EA-Name": "Change", @@ -4493,64 +4487,50 @@ "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usage": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, + "usage": "", "label-en": { "en": "change" }, "definition-en": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usageNote-en": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "usageNote-en", + "key": "package", "value": "NOTE", - "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + "note": "Core Business" }, { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "Core Person" + "note": "change" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." - }, - { - "key": "label-en", - "value": "NOTE", - "note": "change" } ], "DestRoleTags": [ { - "key": "usageNote-en", + "key": "package", "value": "NOTE", - "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + "note": "Core Business" }, { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "Core Person" + "note": "change" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." - }, - { - "key": "label-en", - "value": "NOTE", - "note": "change" } ], "Scope": "NOTHING" @@ -4558,8 +4538,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/person#Person", - "EA-Name": "Person" + "uri": "http://www.w3.org/ns/locn#Address", + "EA-Name": "Address" } ], "range": [ @@ -4682,12 +4662,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "change", "inpackage": "OTHER_PACKAGE", + "usageNote-en": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, "label-en": { "en": "change" }, "definition-en": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, + "usage": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, @@ -4696,12 +4682,12 @@ }, "extra": { "EA-Name": "change", - "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", + "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Address", - "EA-Domain-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range": "Change", "RangeData": { "EA-Name": "Change", @@ -4717,50 +4703,64 @@ "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usage": "", + "usage": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, "label-en": { "en": "change" }, "definition-en": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usageNote-en": "", + "usageNote-en": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "package", + "key": "usageNote-en", "value": "NOTE", - "note": "Core Business" + "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." }, { - "key": "label-en", + "key": "package", "value": "NOTE", - "note": "change" + "note": "Core Person" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." + }, + { + "key": "label-en", + "value": "NOTE", + "note": "change" } ], "DestRoleTags": [ { - "key": "package", + "key": "usageNote-en", "value": "NOTE", - "note": "Core Business" + "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." }, { - "key": "label-en", + "key": "package", "value": "NOTE", - "note": "change" + "note": "Core Person" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." + }, + { + "key": "label-en", + "value": "NOTE", + "note": "change" } ], "Scope": "NOTHING" @@ -4768,8 +4768,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/locn#Address", - "EA-Name": "Address" + "uri": "http://www.w3.org/ns/person#Person", + "EA-Name": "Person" } ], "range": [ @@ -5195,12 +5195,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", "inpackage": "OTHER_PACKAGE", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "definition": { "en": "The main contact information of the resource." }, @@ -5209,12 +5215,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Domain": "LegalEntity", + "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5230,14 +5236,18 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": "", + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "equivalent": "", "subclass": "", "subclass1": "", @@ -5249,24 +5259,24 @@ "note": "contact point" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "Core Business" }, { - "key": "usageNote", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Person" + "note": "The main contact information of the resource." } ], "DestRoleTags": [ @@ -5276,24 +5286,24 @@ "note": "contact point" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "Core Business" }, { - "key": "usageNote", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Person" + "note": "The main contact information of the resource." } ], "Scope": "NOTHING" @@ -5301,8 +5311,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/person#Person", - "EA-Name": "Person" + "uri": "http://www.w3.org/ns/legal#LegalEntity", + "EA-Name": "LegalEntity" } ], "range": [ @@ -5322,18 +5332,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", "inpackage": "OTHER_PACKAGE", - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, "definition": { "en": "The main contact information of the resource." }, @@ -5342,12 +5346,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "LegalEntity", - "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5363,18 +5367,14 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usage": "", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", @@ -5386,24 +5386,24 @@ "note": "contact point" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "The main contact information of the resource." }, { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Business" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "uri", + "key": "usageNote", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "Core Person" } ], "DestRoleTags": [ @@ -5413,24 +5413,24 @@ "note": "contact point" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "The main contact information of the resource." }, { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Business" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "uri", + "key": "usageNote", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "Core Person" } ], "Scope": "NOTHING" @@ -5438,8 +5438,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/legal#LegalEntity", - "EA-Name": "LegalEntity" + "uri": "http://www.w3.org/ns/person#Person", + "EA-Name": "Person" } ], "range": [ @@ -8758,31 +8758,31 @@ "name": "registeredAddress", "inpackage": "OTHER_PACKAGE", "usageNote-en": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "label-en": { "en": "registered address" }, "definition-en": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "usage": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "definition": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "label": { "en": "registered address" }, "extra": { "EA-Name": "registeredAddress", - "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", + "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Resource", - "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", + "EA-Domain": "LegalEntity", + "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -8796,19 +8796,19 @@ "en": "registered address" }, "definition": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "usage": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "label-en": { "en": "registered address" }, "definition-en": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "usageNote-en": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "equivalent": "", "subclass": "", @@ -8816,24 +8816,24 @@ "sameAs": "", "RawTags": [ { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Location" + "note": "http://data.europa.eu/m8g/registeredAddress" }, { "key": "usageNote-en", "value": "NOTE", - "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/registeredAddress" + "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", - "note": "The registered address relationship links a Resource with the legally registered Address." + "note": "The address at which the Legal Entity is legally registered." }, { "key": "label-en", @@ -8843,24 +8843,24 @@ ], "DestRoleTags": [ { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Location" + "note": "http://data.europa.eu/m8g/registeredAddress" }, { "key": "usageNote-en", "value": "NOTE", - "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/registeredAddress" + "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", - "note": "The registered address relationship links a Resource with the legally registered Address." + "note": "The address at which the Legal Entity is legally registered." }, { "key": "label-en", @@ -8873,8 +8873,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", - "EA-Name": "Resource" + "uri": "http://www.w3.org/ns/legal#LegalEntity", + "EA-Name": "LegalEntity" } ], "range": [ @@ -8895,31 +8895,31 @@ "name": "registeredAddress", "inpackage": "OTHER_PACKAGE", "usageNote-en": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "label-en": { "en": "registered address" }, "definition-en": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "usage": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "definition": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "label": { "en": "registered address" }, "extra": { "EA-Name": "registeredAddress", - "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", + "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "LegalEntity", - "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", + "EA-Domain": "Resource", + "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -8933,19 +8933,19 @@ "en": "registered address" }, "definition": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "usage": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "label-en": { "en": "registered address" }, "definition-en": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "usageNote-en": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "equivalent": "", "subclass": "", @@ -8953,24 +8953,24 @@ "sameAs": "", "RawTags": [ { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/registeredAddress" + "note": "Core Location" }, { "key": "usageNote-en", "value": "NOTE", - "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Location" + "note": "http://data.europa.eu/m8g/registeredAddress" }, { "key": "definition-en", "value": "NOTE", - "note": "The address at which the Legal Entity is legally registered." + "note": "The registered address relationship links a Resource with the legally registered Address." }, { "key": "label-en", @@ -8980,24 +8980,24 @@ ], "DestRoleTags": [ { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/registeredAddress" + "note": "Core Location" }, { "key": "usageNote-en", "value": "NOTE", - "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Location" + "note": "http://data.europa.eu/m8g/registeredAddress" }, { "key": "definition-en", "value": "NOTE", - "note": "The address at which the Legal Entity is legally registered." + "note": "The registered address relationship links a Resource with the legally registered Address." }, { "key": "label-en", @@ -9010,8 +9010,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/legal#LegalEntity", - "EA-Name": "LegalEntity" + "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", + "EA-Name": "Resource" } ], "range": [ @@ -10773,81 +10773,6 @@ "minCardinality": "0", "maxCardinality": "*" }, - { - "@id": "http://purl.org/dc/terms/creator", - "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "name": "", - "inpackage": "UNKNOWN", - "label-en": { - "en": "TODO" - }, - "definition-en": { - "en": "TODO" - }, - "extra": { - "EA-Name": "creator", - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "derived": "false", - "EA-Package": "", - "EA-Type": "connector", - "EA-Domain": "FormalFramework", - "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Range": "Agent", - "RangeData": { - "EA-Name": "Agent", - "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Agent" - }, - "sourceRole": "null", - "destRole": "creator", - "label": "", - "definition": "", - "usage": "", - "label-en": { - "en": "TODO" - }, - "definition-en": { - "en": "TODO" - }, - "usageNote-en": "", - "equivalent": "", - "subclass": "", - "subclass1": "", - "sameAs": "", - "RawTags": [ - { - "key": "uri", - "value": "NOTE", - "note": "http://purl.org/dc/terms/creator" - } - ], - "DestRoleTags": [ - { - "key": "uri", - "value": "NOTE", - "note": "http://purl.org/dc/terms/creator" - } - ], - "Scope": "NOTHING" - }, - "codelist": [], - "domain": [ - { - "uri": "http://data.europa.eu/m8g/FormalFramework", - "EA-Name": "FormalFramework" - } - ], - "range": [ - { - "EA-Name": "Agent", - "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Agent" - } - ], - "generalization": [] - }, { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -10975,6 +10900,81 @@ "minCardinality": "0", "maxCardinality": "*" }, + { + "@id": "http://purl.org/dc/terms/creator", + "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", + "name": "", + "inpackage": "UNKNOWN", + "label-en": { + "en": "TODO" + }, + "definition-en": { + "en": "TODO" + }, + "extra": { + "EA-Name": "creator", + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "derived": "false", + "EA-Package": "", + "EA-Type": "connector", + "EA-Domain": "FormalFramework", + "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Range": "Agent", + "RangeData": { + "EA-Name": "Agent", + "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Package": "foaf", + "uri": "http://xmlns.com/foaf/0.1/Agent" + }, + "sourceRole": "null", + "destRole": "creator", + "label": "", + "definition": "", + "usage": "", + "label-en": { + "en": "TODO" + }, + "definition-en": { + "en": "TODO" + }, + "usageNote-en": "", + "equivalent": "", + "subclass": "", + "subclass1": "", + "sameAs": "", + "RawTags": [ + { + "key": "uri", + "value": "NOTE", + "note": "http://purl.org/dc/terms/creator" + } + ], + "DestRoleTags": [ + { + "key": "uri", + "value": "NOTE", + "note": "http://purl.org/dc/terms/creator" + } + ], + "Scope": "NOTHING" + }, + "codelist": [], + "domain": [ + { + "uri": "http://data.europa.eu/m8g/FormalFramework", + "EA-Name": "FormalFramework" + } + ], + "range": [ + { + "EA-Name": "Agent", + "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Package": "foaf", + "uri": "http://xmlns.com/foaf/0.1/Agent" + } + ], + "generalization": [] + }, { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -12809,18 +12809,18 @@ }, "extra": { "EA-Name": "related", - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Public Service", - "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Range": "Public Service", + "EA-Domain": "FormalFramework", + "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Range": "FormalFramework", "RangeData": { - "EA-Name": "Public Service", - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "FormalFramework", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" }, "sourceRole": "null", "destRole": "related", @@ -12857,21 +12857,19 @@ "codelist": [], "domain": [ { - "uri": "http://purl.org/vocab/cpsv#PublicService", - "EA-Name": "Public Service" + "uri": "http://data.europa.eu/m8g/FormalFramework", + "EA-Name": "FormalFramework" } ], "range": [ { - "EA-Name": "Public Service", - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "FormalFramework", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] }, { "@id": "http://purl.org/dc/terms/related", @@ -12886,18 +12884,18 @@ }, "extra": { "EA-Name": "related", - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "FormalFramework", - "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Range": "FormalFramework", + "EA-Domain": "Public Service", + "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Range": "Public Service", "RangeData": { - "EA-Name": "FormalFramework", - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "Public Service", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" }, "sourceRole": "null", "destRole": "related", @@ -12934,19 +12932,21 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/FormalFramework", - "EA-Name": "FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService", + "EA-Name": "Public Service" } ], "range": [ { - "EA-Name": "FormalFramework", - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "Public Service", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/requires", @@ -14239,18 +14239,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "definition": { "en": "Associates any Resource with the corresponding Address." }, @@ -14259,12 +14253,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Resource", - "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", + "EA-Domain": "Agent", + "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -14280,38 +14274,29 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usage": "", "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." - }, { "key": "label-en", "value": "NOTE", @@ -14320,25 +14305,20 @@ { "key": "package", "value": "NOTE", - "note": "Core Location" + "note": "Core Person" } ], "DestRoleTags": [ { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." - }, { "key": "label-en", "value": "NOTE", @@ -14347,7 +14327,7 @@ { "key": "package", "value": "NOTE", - "note": "Core Location" + "note": "Core Person" } ], "Scope": "NOTHING" @@ -14355,8 +14335,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", - "EA-Name": "Resource" + "uri": "http://xmlns.com/foaf/0.1/Agent", + "EA-Name": "Agent" } ], "range": [ @@ -14376,12 +14356,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "definition": { "en": "Associates any Resource with the corresponding Address." }, @@ -14390,12 +14376,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Agent", - "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Domain": "Resource", + "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -14411,29 +14397,38 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": "", + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." + }, { "key": "label-en", "value": "NOTE", @@ -14442,20 +14437,25 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Location" } ], "DestRoleTags": [ { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." + }, { "key": "label-en", "value": "NOTE", @@ -14464,7 +14464,7 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Location" } ], "Scope": "NOTHING" @@ -14472,8 +14472,8 @@ "codelist": [], "domain": [ { - "uri": "http://xmlns.com/foaf/0.1/Agent", - "EA-Name": "Agent" + "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", + "EA-Name": "Resource" } ], "range": [ @@ -22482,6 +22482,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/core-vocabulary/core-vocabularies", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/core-vocabularies/core-vocabularies.jsonld b/report/doc/core-vocabulary/core-vocabularies/core-vocabularies.jsonld index cfacf999d..1fa4a465f 100644 --- a/report/doc/core-vocabulary/core-vocabularies/core-vocabularies.jsonld +++ b/report/doc/core-vocabulary/core-vocabularies/core-vocabularies.jsonld @@ -759,12 +759,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "change", "inpackage": "OTHER_PACKAGE", -"usageNote-en" : {"en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined."}, "label-en" : {"en": "change", "en": "change"}, "definition-en" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "usage" : {"en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined."}, "definition" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "label" : {"en": "change"}, -"extra": {"EA-Name" : "change", "EA-Guid" : "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Person", "EA-Domain-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range" : "Change", "RangeData" : {"EA-Name" : "Change", "EA-GUID" : "{28D6807E-B59D-4501-BA49-6F19B5600DD7}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/Change" }, "sourceRole" : "null", "destRole" : "change", "label" : "change", "definition" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usage" : "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "label-en" : "change", "definition-en" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usageNote-en" : "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "label-en" : "change", "definition-en" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usageNote-en" : "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." }, { "key": "package", "value": "NOTE", "note": "Core Person" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." }, { "key": "label-en", "value": "NOTE", "note": "change" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." }, { "key": "package", "value": "NOTE", "note": "Core Person" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." }, { "key": "label-en", "value": "NOTE", "note": "change" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined."}, "label-en" : {"en": "change", "en": "change"}, "definition-en" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "usage" : {"en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined."}, "definition" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "label" : {"en": "change"}}, +"label-en" : {"en": "change", "en": "change"}, "definition-en" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "definition" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "label" : {"en": "change"}, +"extra": {"EA-Name" : "change", "EA-Guid" : "{972619AF-6E0A-48af-B721-2489E8E932DA}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Address", "EA-Domain-Guid" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Range" : "Change", "RangeData" : {"EA-Name" : "Change", "EA-GUID" : "{28D6807E-B59D-4501-BA49-6F19B5600DD7}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/Change" }, "sourceRole" : "null", "destRole" : "change", "label" : "change", "definition" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usage" : "", "label-en" : "change", "definition-en" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usageNote-en" : "", "label-en" : "change", "definition-en" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "package", "value": "NOTE", "note": "Core Business" }, { "key": "label-en", "value": "NOTE", "note": "change" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." }], "DestRoleTags" : [{ "key": "package", "value": "NOTE", "note": "Core Business" }, { "key": "label-en", "value": "NOTE", "note": "change" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." }], "Scope" : "NOTHING", "label-en" : {"en": "change", "en": "change"}, "definition-en" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "definition" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "label" : {"en": "change"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/person#Person", "EA-Name" : "Person" } +{ "uri": "http://www.w3.org/ns/locn#Address", "EA-Name" : "Address" } ], "range": [ {"EA-Name" : "Change", "EA-GUID" : "{28D6807E-B59D-4501-BA49-6F19B5600DD7}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/Change" } @@ -795,12 +795,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "change", "inpackage": "OTHER_PACKAGE", -"label-en" : {"en": "change", "en": "change"}, "definition-en" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "definition" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "label" : {"en": "change"}, -"extra": {"EA-Name" : "change", "EA-Guid" : "{972619AF-6E0A-48af-B721-2489E8E932DA}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Address", "EA-Domain-Guid" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Range" : "Change", "RangeData" : {"EA-Name" : "Change", "EA-GUID" : "{28D6807E-B59D-4501-BA49-6F19B5600DD7}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/Change" }, "sourceRole" : "null", "destRole" : "change", "label" : "change", "definition" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usage" : "", "label-en" : "change", "definition-en" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usageNote-en" : "", "label-en" : "change", "definition-en" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "package", "value": "NOTE", "note": "Core Business" }, { "key": "label-en", "value": "NOTE", "note": "change" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." }], "DestRoleTags" : [{ "key": "package", "value": "NOTE", "note": "Core Business" }, { "key": "label-en", "value": "NOTE", "note": "change" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." }], "Scope" : "NOTHING", "label-en" : {"en": "change", "en": "change"}, "definition-en" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "definition" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "label" : {"en": "change"}}, +"usageNote-en" : {"en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined."}, "label-en" : {"en": "change", "en": "change"}, "definition-en" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "usage" : {"en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined."}, "definition" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "label" : {"en": "change"}, +"extra": {"EA-Name" : "change", "EA-Guid" : "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Person", "EA-Domain-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range" : "Change", "RangeData" : {"EA-Name" : "Change", "EA-GUID" : "{28D6807E-B59D-4501-BA49-6F19B5600DD7}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/Change" }, "sourceRole" : "null", "destRole" : "change", "label" : "change", "definition" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usage" : "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "label-en" : "change", "definition-en" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usageNote-en" : "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "label-en" : "change", "definition-en" : "The change relationship links a Class to a record of change in a data field associated with the Class.", "usageNote-en" : "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." }, { "key": "package", "value": "NOTE", "note": "Core Person" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." }, { "key": "label-en", "value": "NOTE", "note": "change" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." }, { "key": "package", "value": "NOTE", "note": "Core Person" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." }, { "key": "label-en", "value": "NOTE", "note": "change" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined."}, "label-en" : {"en": "change", "en": "change"}, "definition-en" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "usage" : {"en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined."}, "definition" : {"en": "The change relationship links a Class to a record of change in a data field associated with the Class."}, "label" : {"en": "change"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/locn#Address", "EA-Name" : "Address" } +{ "uri": "http://www.w3.org/ns/person#Person", "EA-Name" : "Person" } ], "range": [ {"EA-Name" : "Change", "EA-GUID" : "{28D6807E-B59D-4501-BA49-6F19B5600DD7}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/Change" } @@ -893,12 +893,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", "inpackage": "OTHER_PACKAGE", -"label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, -"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Person", "EA-Domain-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, +"usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, +"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "LegalEntity", "EA-Domain-Guid" : "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Business" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Business" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/person#Person", "EA-Name" : "Person" } +{ "uri": "http://www.w3.org/ns/legal#LegalEntity", "EA-Name" : "LegalEntity" } ], "range": [ {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" } @@ -913,12 +913,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", "inpackage": "OTHER_PACKAGE", -"usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, -"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "LegalEntity", "EA-Domain-Guid" : "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Business" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Business" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, +"label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, +"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Person", "EA-Domain-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/legal#LegalEntity", "EA-Name" : "LegalEntity" } +{ "uri": "http://www.w3.org/ns/person#Person", "EA-Name" : "Person" } ], "range": [ {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "Core Vocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" } @@ -1583,12 +1583,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "registeredAddress", "inpackage": "OTHER_PACKAGE", -"usageNote-en" : {"en": "It is the address to which formal communications can be sent, such as the postal address.\r\n", "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n"}, "label-en" : {"en": "registered address", "en": "registered address"}, "definition-en" : {"en": "The registered address relationship links a Resource with the legally registered Address.", "en": "The registered address relationship links a Resource with the legally registered Address."}, "usage" : {"en": "It is the address to which formal communications can be sent, such as the postal address.\r\n"}, "definition" : {"en": "The registered address relationship links a Resource with the legally registered Address."}, "label" : {"en": "registered address"}, -"extra": {"EA-Name" : "registeredAddress", "EA-Guid" : "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Resource", "EA-Domain-Guid" : "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "registeredAddress", "label" : "registered address", "definition" : "The registered address relationship links a Resource with the legally registered Address.", "usage" : "It is the address to which formal communications can be sent, such as the postal address.\r\n", "label-en" : "registered address", "definition-en" : "The registered address relationship links a Resource with the legally registered Address.", "usageNote-en" : "It is the address to which formal communications can be sent, such as the postal address.\r\n", "label-en" : "registered address", "definition-en" : "The registered address relationship links a Resource with the legally registered Address.", "usageNote-en" : "It is the address to which formal communications can be sent, such as the postal address.\r\n", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "usageNote-en", "value": "NOTE", "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/registeredAddress" }, { "key": "definition-en", "value": "NOTE", "note": "The registered address relationship links a Resource with the legally registered Address." }, { "key": "label-en", "value": "NOTE", "note": "registered address" }], "DestRoleTags" : [{ "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "usageNote-en", "value": "NOTE", "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/registeredAddress" }, { "key": "definition-en", "value": "NOTE", "note": "The registered address relationship links a Resource with the legally registered Address." }, { "key": "label-en", "value": "NOTE", "note": "registered address" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "It is the address to which formal communications can be sent, such as the postal address.\r\n", "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n"}, "label-en" : {"en": "registered address", "en": "registered address"}, "definition-en" : {"en": "The registered address relationship links a Resource with the legally registered Address.", "en": "The registered address relationship links a Resource with the legally registered Address."}, "usage" : {"en": "It is the address to which formal communications can be sent, such as the postal address.\r\n"}, "definition" : {"en": "The registered address relationship links a Resource with the legally registered Address."}, "label" : {"en": "registered address"}}, +"usageNote-en" : {"en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path."}, "label-en" : {"en": "registered address", "en": "registered address"}, "definition-en" : {"en": "The address at which the Legal Entity is legally registered.", "en": "The address at which the Legal Entity is legally registered."}, "usage" : {"en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path."}, "definition" : {"en": "The address at which the Legal Entity is legally registered."}, "label" : {"en": "registered address"}, +"extra": {"EA-Name" : "registeredAddress", "EA-Guid" : "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "LegalEntity", "EA-Domain-Guid" : "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "registeredAddress", "label" : "registered address", "definition" : "The address at which the Legal Entity is legally registered.", "usage" : "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "label-en" : "registered address", "definition-en" : "The address at which the Legal Entity is legally registered.", "usageNote-en" : "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "label-en" : "registered address", "definition-en" : "The address at which the Legal Entity is legally registered.", "usageNote-en" : "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/registeredAddress" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "The address at which the Legal Entity is legally registered." }, { "key": "label-en", "value": "NOTE", "note": "registered address" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/registeredAddress" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "The address at which the Legal Entity is legally registered." }, { "key": "label-en", "value": "NOTE", "note": "registered address" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path."}, "label-en" : {"en": "registered address", "en": "registered address"}, "definition-en" : {"en": "The address at which the Legal Entity is legally registered.", "en": "The address at which the Legal Entity is legally registered."}, "usage" : {"en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path."}, "definition" : {"en": "The address at which the Legal Entity is legally registered."}, "label" : {"en": "registered address"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", "EA-Name" : "Resource" } +{ "uri": "http://www.w3.org/ns/legal#LegalEntity", "EA-Name" : "LegalEntity" } ], "range": [ {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" } @@ -1603,12 +1603,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "registeredAddress", "inpackage": "OTHER_PACKAGE", -"usageNote-en" : {"en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path."}, "label-en" : {"en": "registered address", "en": "registered address"}, "definition-en" : {"en": "The address at which the Legal Entity is legally registered.", "en": "The address at which the Legal Entity is legally registered."}, "usage" : {"en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path."}, "definition" : {"en": "The address at which the Legal Entity is legally registered."}, "label" : {"en": "registered address"}, -"extra": {"EA-Name" : "registeredAddress", "EA-Guid" : "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "LegalEntity", "EA-Domain-Guid" : "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "registeredAddress", "label" : "registered address", "definition" : "The address at which the Legal Entity is legally registered.", "usage" : "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "label-en" : "registered address", "definition-en" : "The address at which the Legal Entity is legally registered.", "usageNote-en" : "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "label-en" : "registered address", "definition-en" : "The address at which the Legal Entity is legally registered.", "usageNote-en" : "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/registeredAddress" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "The address at which the Legal Entity is legally registered." }, { "key": "label-en", "value": "NOTE", "note": "registered address" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/registeredAddress" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "The address at which the Legal Entity is legally registered." }, { "key": "label-en", "value": "NOTE", "note": "registered address" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path."}, "label-en" : {"en": "registered address", "en": "registered address"}, "definition-en" : {"en": "The address at which the Legal Entity is legally registered.", "en": "The address at which the Legal Entity is legally registered."}, "usage" : {"en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path."}, "definition" : {"en": "The address at which the Legal Entity is legally registered."}, "label" : {"en": "registered address"}}, +"usageNote-en" : {"en": "It is the address to which formal communications can be sent, such as the postal address.\r\n", "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n"}, "label-en" : {"en": "registered address", "en": "registered address"}, "definition-en" : {"en": "The registered address relationship links a Resource with the legally registered Address.", "en": "The registered address relationship links a Resource with the legally registered Address."}, "usage" : {"en": "It is the address to which formal communications can be sent, such as the postal address.\r\n"}, "definition" : {"en": "The registered address relationship links a Resource with the legally registered Address."}, "label" : {"en": "registered address"}, +"extra": {"EA-Name" : "registeredAddress", "EA-Guid" : "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Resource", "EA-Domain-Guid" : "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "registeredAddress", "label" : "registered address", "definition" : "The registered address relationship links a Resource with the legally registered Address.", "usage" : "It is the address to which formal communications can be sent, such as the postal address.\r\n", "label-en" : "registered address", "definition-en" : "The registered address relationship links a Resource with the legally registered Address.", "usageNote-en" : "It is the address to which formal communications can be sent, such as the postal address.\r\n", "label-en" : "registered address", "definition-en" : "The registered address relationship links a Resource with the legally registered Address.", "usageNote-en" : "It is the address to which formal communications can be sent, such as the postal address.\r\n", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "usageNote-en", "value": "NOTE", "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/registeredAddress" }, { "key": "definition-en", "value": "NOTE", "note": "The registered address relationship links a Resource with the legally registered Address." }, { "key": "label-en", "value": "NOTE", "note": "registered address" }], "DestRoleTags" : [{ "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "usageNote-en", "value": "NOTE", "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/registeredAddress" }, { "key": "definition-en", "value": "NOTE", "note": "The registered address relationship links a Resource with the legally registered Address." }, { "key": "label-en", "value": "NOTE", "note": "registered address" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "It is the address to which formal communications can be sent, such as the postal address.\r\n", "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n"}, "label-en" : {"en": "registered address", "en": "registered address"}, "definition-en" : {"en": "The registered address relationship links a Resource with the legally registered Address.", "en": "The registered address relationship links a Resource with the legally registered Address."}, "usage" : {"en": "It is the address to which formal communications can be sent, such as the postal address.\r\n"}, "definition" : {"en": "The registered address relationship links a Resource with the legally registered Address."}, "label" : {"en": "registered address"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/legal#LegalEntity", "EA-Name" : "LegalEntity" } +{ "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", "EA-Name" : "Resource" } ], "range": [ {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" } @@ -1981,41 +1981,41 @@ , { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", -"name": "", +"name": "issuingAuthorityUri", "inpackage": "UNKNOWN", -"label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}, -"extra": {"EA-Name" : "creator", "EA-Guid" : "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "FormalFramework", "EA-Domain-Guid" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Range" : "Agent", "RangeData" : {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "creator", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, +"usageNote-en" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "label-en" : {"en": "issuing authority URI", "en": "issuing authority URI"}, "definition-en" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "usage" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "definition" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "label" : {"en": "issuing authority URI"}, +"extra": {"EA-Name" : "issuingAuthorityURI", "EA-Guid" : "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Identifier", "EA-Domain-Guid" : "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", "EA-Range" : "Agent", "RangeData" : {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "issuingAuthorityURI", "label" : "issuing authority URI", "definition" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usage" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "label-en" : "issuing authority URI", "definition-en" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usageNote-en" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "label-en" : "issuing authority URI", "definition-en" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usageNote-en" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }, { "key": "label-en", "value": "NOTE", "note": "issuing authority URI" }, { "key": "definition-en", "value": "NOTE", "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }, { "key": "label-en", "value": "NOTE", "note": "issuing authority URI" }, { "key": "definition-en", "value": "NOTE", "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "label-en" : {"en": "issuing authority URI", "en": "issuing authority URI"}, "definition-en" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "usage" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "definition" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "label" : {"en": "issuing authority URI"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/FormalFramework", "EA-Name" : "FormalFramework" } +{ "uri": "http://www.w3.org/ns/adms#Identifier", "EA-Name" : "Identifier" } ], "range": [ {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" } ], "generalization": [ -]} +], +"minCardinality": "0", +"maxCardinality": "*"} , { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", -"name": "issuingAuthorityUri", +"name": "", "inpackage": "UNKNOWN", -"usageNote-en" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "label-en" : {"en": "issuing authority URI", "en": "issuing authority URI"}, "definition-en" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "usage" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "definition" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "label" : {"en": "issuing authority URI"}, -"extra": {"EA-Name" : "issuingAuthorityURI", "EA-Guid" : "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Identifier", "EA-Domain-Guid" : "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", "EA-Range" : "Agent", "RangeData" : {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "issuingAuthorityURI", "label" : "issuing authority URI", "definition" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usage" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "label-en" : "issuing authority URI", "definition-en" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usageNote-en" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "label-en" : "issuing authority URI", "definition-en" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usageNote-en" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }, { "key": "label-en", "value": "NOTE", "note": "issuing authority URI" }, { "key": "definition-en", "value": "NOTE", "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }, { "key": "label-en", "value": "NOTE", "note": "issuing authority URI" }, { "key": "definition-en", "value": "NOTE", "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "label-en" : {"en": "issuing authority URI", "en": "issuing authority URI"}, "definition-en" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "usage" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "definition" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "label" : {"en": "issuing authority URI"}}, +"label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}, +"extra": {"EA-Name" : "creator", "EA-Guid" : "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "FormalFramework", "EA-Domain-Guid" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Range" : "Agent", "RangeData" : {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "creator", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#Identifier", "EA-Name" : "Identifier" } +{ "uri": "http://data.europa.eu/m8g/FormalFramework", "EA-Name" : "FormalFramework" } ], "range": [ {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" } ], "generalization": [ -], -"minCardinality": "0", -"maxCardinality": "*"} +]} , { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -2420,38 +2420,38 @@ "name": "", "inpackage": "OTHER_PACKAGE", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}, -"extra": {"EA-Name" : "related", "EA-Guid" : "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Public Service", "EA-Domain-Guid" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Range" : "Public Service", "RangeData" : {"EA-Name" : "Public Service", "EA-GUID" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package" : "Core Public Service", "uri" : "http://purl.org/vocab/cpsv#PublicService" }, "sourceRole" : "null", "destRole" : "related", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, +"extra": {"EA-Name" : "related", "EA-Guid" : "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "FormalFramework", "EA-Domain-Guid" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Range" : "FormalFramework", "RangeData" : {"EA-Name" : "FormalFramework", "EA-GUID" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package" : "Core Public Service", "uri" : "http://data.europa.eu/m8g/FormalFramework" }, "sourceRole" : "null", "destRole" : "related", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, "codelist": [ ], "domain": [ -{ "uri": "http://purl.org/vocab/cpsv#PublicService", "EA-Name" : "Public Service" } +{ "uri": "http://data.europa.eu/m8g/FormalFramework", "EA-Name" : "FormalFramework" } ], "range": [ -{"EA-Name" : "Public Service", "EA-GUID" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package" : "Core Public Service", "uri" : "http://purl.org/vocab/cpsv#PublicService" } +{"EA-Name" : "FormalFramework", "EA-GUID" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package" : "Core Public Service", "uri" : "http://data.europa.eu/m8g/FormalFramework" } ], "generalization": [ -], -"minCardinality": "0", -"maxCardinality": "*"} +]} , { "@id": "http://purl.org/dc/terms/related", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "", "inpackage": "OTHER_PACKAGE", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}, -"extra": {"EA-Name" : "related", "EA-Guid" : "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "FormalFramework", "EA-Domain-Guid" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Range" : "FormalFramework", "RangeData" : {"EA-Name" : "FormalFramework", "EA-GUID" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package" : "Core Public Service", "uri" : "http://data.europa.eu/m8g/FormalFramework" }, "sourceRole" : "null", "destRole" : "related", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, +"extra": {"EA-Name" : "related", "EA-Guid" : "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Public Service", "EA-Domain-Guid" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Range" : "Public Service", "RangeData" : {"EA-Name" : "Public Service", "EA-GUID" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package" : "Core Public Service", "uri" : "http://purl.org/vocab/cpsv#PublicService" }, "sourceRole" : "null", "destRole" : "related", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/FormalFramework", "EA-Name" : "FormalFramework" } +{ "uri": "http://purl.org/vocab/cpsv#PublicService", "EA-Name" : "Public Service" } ], "range": [ -{"EA-Name" : "FormalFramework", "EA-GUID" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package" : "Core Public Service", "uri" : "http://data.europa.eu/m8g/FormalFramework" } +{"EA-Name" : "Public Service", "EA-GUID" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package" : "Core Public Service", "uri" : "http://purl.org/vocab/cpsv#PublicService" } ], "generalization": [ -]} +], +"minCardinality": "0", +"maxCardinality": "*"} , { "@id": "http://purl.org/dc/terms/requires", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -2733,12 +2733,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", -"usageNote-en" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address.", "en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, -"extra": {"EA-Name" : "address", "EA-Guid" : "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Resource", "EA-Domain-Guid" : "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address.", "en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, +"label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, +"extra": {"EA-Name" : "address", "EA-Guid" : "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Agent", "EA-Domain-Guid" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", "EA-Name" : "Resource" } +{ "uri": "http://xmlns.com/foaf/0.1/Agent", "EA-Name" : "Agent" } ], "range": [ {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" } @@ -2753,12 +2753,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", -"label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, -"extra": {"EA-Name" : "address", "EA-Guid" : "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Agent", "EA-Domain-Guid" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, +"usageNote-en" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address.", "en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, +"extra": {"EA-Name" : "address", "EA-Guid" : "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Resource", "EA-Domain-Guid" : "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address.", "en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, "codelist": [ ], "domain": [ -{ "uri": "http://xmlns.com/foaf/0.1/Agent", "EA-Name" : "Agent" } +{ "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", "EA-Name" : "Resource" } ], "range": [ {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" } diff --git a/report/doc/core-vocabulary/core-vocabularies/core-vocabularies.report b/report/doc/core-vocabulary/core-vocabularies/core-vocabularies.report index d74cbbc6f..e0439beff 100644 --- a/report/doc/core-vocabulary/core-vocabularies/core-vocabularies.report +++ b/report/doc/core-vocabulary/core-vocabularies/core-vocabularies.report @@ -2,473 +2,473 @@ Load mapping config:config/config-voc.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') -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:05 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Organisation -13:27:05 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.DataTypes, Model -13:27:05 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.foaf:Group:name -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value -13:27:05 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Change" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Business Event" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Channel" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Life Event" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LinguisticSystem" . -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Class LinguisticSystem without label, further processing this class will be incoherent -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Output" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Public Service" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Rule" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Class Organization without label, further processing this class will be incoherent -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactInfo" . -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Class ContactInfo without label, further processing this class will be incoherent -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Person" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalFramework" . -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Class FormalFramework without label, further processing this class will be incoherent -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . -13:27:05 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property implements without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Public Service)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:plays role" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Output)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:produces" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Requirement)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:holdsRequirement" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> Agent)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator is unknown -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> LinguisticSystem)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:language" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType::isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> PeriodOfTime)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal is unknown -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property temporal without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Change)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isIssuedBy" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isAbout" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> LinguisticSystem)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language is unknown -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Location)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Change)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> Change)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Organization:equivalent" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.org:Organization:equivalent" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isProvidedBy" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Channel)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:has channel" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.dcat:Dataset:(Dataset -> Agent)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.dcat:Dataset:publisher is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> LinguisticSystem)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:language" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> LinguisticSystem)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:language" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:memberOf is unknown -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:Organization:hasMember is unknown -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property constrains without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Rule)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:fulfils" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:headOf is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:hasInput" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:issuingPlace" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:validityPeriod" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isIssuedBy" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:validtiyPeriodConstraint" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Location)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:spatial" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Document)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:relatedDocumentation" since it lacks a defining package. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasequirement" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isCreatedBy" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property supportsValue without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:05 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator is unknown -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. -13:27:05 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires" belongs to package "Core Public Service" based on source and target definition. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property requires without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalFormType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityStatus": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityActivity": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property title without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property landingPage without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property telephone without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property email without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property address without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:05 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent -13:27:05 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type". -13:27:05 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:05 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:09 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Vocabulary +10:04:09 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.DataTypes, Model +10:04:09 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName +10:04:09 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Change" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Business Event" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Channel" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Life Event" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LinguisticSystem" . +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:09 WARN c.g.i.o.c.JSONLDOutputHandler - Class LinguisticSystem without label, further processing this class will be incoherent +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Output" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Public Service" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Rule" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:09 WARN c.g.i.o.c.JSONLDOutputHandler - Class Organization without label, further processing this class will be incoherent +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactInfo" . +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:09 WARN c.g.i.o.c.JSONLDOutputHandler - Class ContactInfo without label, further processing this class will be incoherent +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Person" . +10:04:09 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:04:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalFramework" . +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Class FormalFramework without label, further processing this class will be incoherent +10:04:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:04:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Channel)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:has channel" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:hasInput" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> LinguisticSystem)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:language" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property implements without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasequirement" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isAbout" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> PeriodOfTime)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal is unknown +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property temporal without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:headOf is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property supportsValue without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property requires without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Public Service)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:plays role" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property constrains without name, further processing this property will be incoherent +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isIssuedBy" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> Change)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isIssuedBy" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> LinguisticSystem)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:language" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:validtiyPeriodConstraint" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> LinguisticSystem)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:language" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:spatial" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.dcat:Dataset:(Dataset -> Agent)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.dcat:Dataset:publisher is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> Agent)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator is unknown +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:memberOf is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:Organization:hasMember is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> LinguisticSystem)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language is unknown +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Change)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Rule)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:fulfils" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:validityPeriod" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isProvidedBy" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:issuingPlace" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator is unknown +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Requirement)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:holdsRequirement" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Document)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:relatedDocumentation" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related" belongs to package "Core Public Service" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Organization:equivalent" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.org:Organization:equivalent" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isCreatedBy" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown +10:04:10 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType::isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Output)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:produces" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:10 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. +10:04:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Change)" since it lacks a defining package. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalFormType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityStatus": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityActivity": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property title without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property landingPage without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property telephone without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property email without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property address without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:10 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type". +10:04:10 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". diff --git a/report/doc/core-vocabulary/core-vocabularies/translation/ccore-vocabularies_en_merged.jsonld b/report/doc/core-vocabulary/core-vocabularies/translation/ccore-vocabularies_en_merged.jsonld index 1191c409e..908b95e7d 100644 --- a/report/doc/core-vocabulary/core-vocabularies/translation/ccore-vocabularies_en_merged.jsonld +++ b/report/doc/core-vocabulary/core-vocabularies/translation/ccore-vocabularies_en_merged.jsonld @@ -1097,7 +1097,7 @@ { "@id": "http://data.europa.eu/m8g/change", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", + "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", "codelist": [], "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." @@ -1107,36 +1107,31 @@ }, "domain": [ { - "EA-Name": "Person", - "uri": "http://www.w3.org/ns/person#Person" + "EA-Name": "Address", + "uri": "http://www.w3.org/ns/locn#Address" } ], "extra": { "DestRoleTags": [ { - "key": "usageNote-en", - "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", + "key": "package", + "note": "Core Business", "value": "NOTE" }, { - "key": "package", - "note": "Core Person", + "key": "label-en", + "note": "change", "value": "NOTE" }, { "key": "definition-en", "note": "The change relationship links a Class to a record of change in a data field associated with the Class.", "value": "NOTE" - }, - { - "key": "label-en", - "note": "change", - "value": "NOTE" } ], - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", - "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", + "EA-Domain": "Address", + "EA-Domain-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", + "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", "EA-Name": "change", "EA-Package": "", "EA-Range": "Change", @@ -1149,24 +1144,19 @@ }, "RawTags": [ { - "key": "usageNote-en", - "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", + "key": "package", + "note": "Core Business", "value": "NOTE" }, { - "key": "package", - "note": "Core Person", + "key": "label-en", + "note": "change", "value": "NOTE" }, { "key": "definition-en", "note": "The change relationship links a Class to a record of change in a data field associated with the Class.", "value": "NOTE" - }, - { - "key": "label-en", - "note": "change", - "value": "NOTE" } ], "Scope": "NOTHING", @@ -1189,12 +1179,8 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, - "usageNote-en": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], "inpackage": "OTHER_PACKAGE", @@ -1212,13 +1198,7 @@ "EA-Package": "Core Vocabulary", "uri": "http://data.europa.eu/m8g/Change" } - ], - "usage": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, - "usageNote-en": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - } + ] }, { "@id": "http://data.europa.eu/m8g/change", @@ -1329,7 +1309,7 @@ { "@id": "http://data.europa.eu/m8g/change", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", + "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", "codelist": [], "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." @@ -1339,31 +1319,36 @@ }, "domain": [ { - "EA-Name": "Address", - "uri": "http://www.w3.org/ns/locn#Address" + "EA-Name": "Person", + "uri": "http://www.w3.org/ns/person#Person" } ], "extra": { "DestRoleTags": [ { - "key": "package", - "note": "Core Business", + "key": "usageNote-en", + "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "value": "NOTE" }, { - "key": "label-en", - "note": "change", + "key": "package", + "note": "Core Person", "value": "NOTE" }, { "key": "definition-en", "note": "The change relationship links a Class to a record of change in a data field associated with the Class.", "value": "NOTE" + }, + { + "key": "label-en", + "note": "change", + "value": "NOTE" } ], - "EA-Domain": "Address", - "EA-Domain-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", - "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", "EA-Name": "change", "EA-Package": "", "EA-Range": "Change", @@ -1376,19 +1361,24 @@ }, "RawTags": [ { - "key": "package", - "note": "Core Business", + "key": "usageNote-en", + "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", "value": "NOTE" }, { - "key": "label-en", - "note": "change", + "key": "package", + "note": "Core Person", "value": "NOTE" }, { "key": "definition-en", "note": "The change relationship links a Class to a record of change in a data field associated with the Class.", "value": "NOTE" + }, + { + "key": "label-en", + "note": "change", + "value": "NOTE" } ], "Scope": "NOTHING", @@ -1411,8 +1401,12 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, + "usageNote-en": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + } }, "generalization": [], "inpackage": "OTHER_PACKAGE", @@ -1430,7 +1424,13 @@ "EA-Package": "Core Vocabulary", "uri": "http://data.europa.eu/m8g/Change" } - ] + ], + "usage": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, + "usageNote-en": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + } }, { "@id": "http://data.europa.eu/m8g/code", @@ -1847,7 +1847,7 @@ { "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", "codelist": [], "definition": { "en": "The main contact information of the resource." @@ -1857,8 +1857,8 @@ }, "domain": [ { - "EA-Name": "Person", - "uri": "http://www.w3.org/ns/person#Person" + "EA-Name": "LegalEntity", + "uri": "http://www.w3.org/ns/legal#LegalEntity" } ], "extra": { @@ -1869,29 +1869,29 @@ "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "package", + "note": "Core Business", "value": "NOTE" }, { - "key": "usageNote", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "package", - "note": "Core Person", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" } ], - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Domain": "LegalEntity", + "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", + "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", "EA-Name": "contactPoint", "EA-Package": "", "EA-Range": "ContactPoint", @@ -1909,23 +1909,23 @@ "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "package", + "note": "Core Business", "value": "NOTE" }, { - "key": "usageNote", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "package", - "note": "Core Person", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" } ], @@ -1949,8 +1949,12 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + } }, "generalization": [], "inpackage": "OTHER_PACKAGE", @@ -1970,12 +1974,18 @@ "EA-Package": "Core Vocabulary", "uri": "http://data.europa.eu/m8g/ContactPoint" } - ] + ], + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + } }, { "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "codelist": [], "definition": { "en": "The main contact information of the resource." @@ -1985,8 +1995,8 @@ }, "domain": [ { - "EA-Name": "LegalEntity", - "uri": "http://www.w3.org/ns/legal#LegalEntity" + "EA-Name": "Person", + "uri": "http://www.w3.org/ns/person#Person" } ], "extra": { @@ -1997,29 +2007,29 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { - "key": "package", - "note": "Core Business", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "usageNote", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "package", + "note": "Core Person", "value": "NOTE" } ], - "EA-Domain": "LegalEntity", - "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", - "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "EA-Name": "contactPoint", "EA-Package": "", "EA-Range": "ContactPoint", @@ -2037,23 +2047,23 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { - "key": "package", - "note": "Core Business", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "usageNote", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "package", + "note": "Core Person", "value": "NOTE" } ], @@ -2077,12 +2087,8 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], "inpackage": "OTHER_PACKAGE", @@ -2102,13 +2108,7 @@ "EA-Package": "Core Vocabulary", "uri": "http://data.europa.eu/m8g/ContactPoint" } - ], - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - } + ] }, { "@id": "http://data.europa.eu/m8g/coordinates", @@ -5444,40 +5444,40 @@ { "@id": "http://data.europa.eu/m8g/registeredAddress", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", + "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", "codelist": [], "definition": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "definition-en": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "domain": [ { - "EA-Name": "Resource", - "uri": "http://www.w3.org/2000/01/rdf-schema#Resource" + "EA-Name": "LegalEntity", + "uri": "http://www.w3.org/ns/legal#LegalEntity" } ], "extra": { "DestRoleTags": [ { - "key": "package", - "note": "Core Location", + "key": "uri", + "note": "http://data.europa.eu/m8g/registeredAddress", "value": "NOTE" }, { "key": "usageNote-en", - "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n", + "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/registeredAddress", + "key": "package", + "note": "Core Location", "value": "NOTE" }, { "key": "definition-en", - "note": "The registered address relationship links a Resource with the legally registered Address.", + "note": "The address at which the Legal Entity is legally registered.", "value": "NOTE" }, { @@ -5486,9 +5486,9 @@ "value": "NOTE" } ], - "EA-Domain": "Resource", - "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", - "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", + "EA-Domain": "LegalEntity", + "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", + "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", "EA-Name": "registeredAddress", "EA-Package": "", "EA-Range": "Address", @@ -5501,23 +5501,23 @@ }, "RawTags": [ { - "key": "package", - "note": "Core Location", + "key": "uri", + "note": "http://data.europa.eu/m8g/registeredAddress", "value": "NOTE" }, { "key": "usageNote-en", - "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n", + "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/registeredAddress", + "key": "package", + "note": "Core Location", "value": "NOTE" }, { "key": "definition-en", - "note": "The registered address relationship links a Resource with the legally registered Address.", + "note": "The address at which the Legal Entity is legally registered.", "value": "NOTE" }, { @@ -5528,10 +5528,10 @@ ], "Scope": "NOTHING", "definition": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "definition-en": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "derived": "false", "destRole": "registeredAddress", @@ -5547,10 +5547,10 @@ "subclass": "", "subclass1": "", "usage": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "usageNote-en": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." } }, "generalization": [], @@ -5573,49 +5573,49 @@ } ], "usage": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "usageNote-en": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." } }, { "@id": "http://data.europa.eu/m8g/registeredAddress", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", + "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", "codelist": [], "definition": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "definition-en": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "domain": [ { - "EA-Name": "LegalEntity", - "uri": "http://www.w3.org/ns/legal#LegalEntity" + "EA-Name": "Resource", + "uri": "http://www.w3.org/2000/01/rdf-schema#Resource" } ], "extra": { "DestRoleTags": [ { - "key": "uri", - "note": "http://data.europa.eu/m8g/registeredAddress", + "key": "package", + "note": "Core Location", "value": "NOTE" }, { "key": "usageNote-en", - "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", + "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n", "value": "NOTE" }, { - "key": "package", - "note": "Core Location", + "key": "uri", + "note": "http://data.europa.eu/m8g/registeredAddress", "value": "NOTE" }, { "key": "definition-en", - "note": "The address at which the Legal Entity is legally registered.", + "note": "The registered address relationship links a Resource with the legally registered Address.", "value": "NOTE" }, { @@ -5624,9 +5624,9 @@ "value": "NOTE" } ], - "EA-Domain": "LegalEntity", - "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", - "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", + "EA-Domain": "Resource", + "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", + "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", "EA-Name": "registeredAddress", "EA-Package": "", "EA-Range": "Address", @@ -5639,23 +5639,23 @@ }, "RawTags": [ { - "key": "uri", - "note": "http://data.europa.eu/m8g/registeredAddress", + "key": "package", + "note": "Core Location", "value": "NOTE" }, { "key": "usageNote-en", - "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", + "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n", "value": "NOTE" }, { - "key": "package", - "note": "Core Location", + "key": "uri", + "note": "http://data.europa.eu/m8g/registeredAddress", "value": "NOTE" }, { "key": "definition-en", - "note": "The address at which the Legal Entity is legally registered.", + "note": "The registered address relationship links a Resource with the legally registered Address.", "value": "NOTE" }, { @@ -5666,10 +5666,10 @@ ], "Scope": "NOTHING", "definition": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "definition-en": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "derived": "false", "destRole": "registeredAddress", @@ -5685,10 +5685,10 @@ "subclass": "", "subclass1": "", "usage": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "usageNote-en": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" } }, "generalization": [], @@ -5711,10 +5711,10 @@ } ], "usage": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "usageNote-en": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" } }, { @@ -7482,82 +7482,6 @@ } ] }, - { - "@id": "http://purl.org/dc/terms/creator", - "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "codelist": [], - "definition-en": { - "en": "TODO" - }, - "domain": [ - { - "EA-Name": "FormalFramework", - "uri": "http://data.europa.eu/m8g/FormalFramework" - } - ], - "extra": { - "DestRoleTags": [ - { - "key": "uri", - "note": "http://purl.org/dc/terms/creator", - "value": "NOTE" - } - ], - "EA-Domain": "FormalFramework", - "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "EA-Name": "creator", - "EA-Package": "", - "EA-Range": "Agent", - "EA-Type": "connector", - "RangeData": { - "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", - "EA-Name": "Agent", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Agent" - }, - "RawTags": [ - { - "key": "uri", - "note": "http://purl.org/dc/terms/creator", - "value": "NOTE" - } - ], - "Scope": "NOTHING", - "definition": "", - "definition-en": { - "en": "TODO" - }, - "derived": "false", - "destRole": "creator", - "equivalent": "", - "label": "", - "label-en": { - "en": "TODO" - }, - "sameAs": "", - "sourceRole": "null", - "subclass": "", - "subclass1": "", - "usage": "", - "usageNote-en": "" - }, - "generalization": [], - "inpackage": "UNKNOWN", - "label-en": { - "en": "TODO" - }, - "name": "", - "range": [ - { - "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", - "EA-Name": "Agent", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Agent" - } - ] - }, { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -7686,6 +7610,82 @@ "en": "Example: \"https://belgium.be/id/organizations/1233\"." } }, + { + "@id": "http://purl.org/dc/terms/creator", + "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "codelist": [], + "definition-en": { + "en": "TODO" + }, + "domain": [ + { + "EA-Name": "FormalFramework", + "uri": "http://data.europa.eu/m8g/FormalFramework" + } + ], + "extra": { + "DestRoleTags": [ + { + "key": "uri", + "note": "http://purl.org/dc/terms/creator", + "value": "NOTE" + } + ], + "EA-Domain": "FormalFramework", + "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "EA-Name": "creator", + "EA-Package": "", + "EA-Range": "Agent", + "EA-Type": "connector", + "RangeData": { + "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Name": "Agent", + "EA-Package": "foaf", + "uri": "http://xmlns.com/foaf/0.1/Agent" + }, + "RawTags": [ + { + "key": "uri", + "note": "http://purl.org/dc/terms/creator", + "value": "NOTE" + } + ], + "Scope": "NOTHING", + "definition": "", + "definition-en": { + "en": "TODO" + }, + "derived": "false", + "destRole": "creator", + "equivalent": "", + "label": "", + "label-en": { + "en": "TODO" + }, + "sameAs": "", + "sourceRole": "null", + "subclass": "", + "subclass1": "", + "usage": "", + "usageNote-en": "" + }, + "generalization": [], + "inpackage": "UNKNOWN", + "label-en": { + "en": "TODO" + }, + "name": "", + "range": [ + { + "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Name": "Agent", + "EA-Package": "foaf", + "uri": "http://xmlns.com/foaf/0.1/Agent" + } + ] + }, { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -9530,15 +9530,15 @@ { "@id": "http://purl.org/dc/terms/related", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "codelist": [], "definition-en": { "en": "TODO" }, "domain": [ { - "EA-Name": "Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "EA-Name": "FormalFramework", + "uri": "http://data.europa.eu/m8g/FormalFramework" } ], "extra": { @@ -9549,18 +9549,18 @@ "value": "NOTE" } ], - "EA-Domain": "Public Service", - "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Domain": "FormalFramework", + "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "EA-Name": "related", "EA-Package": "", - "EA-Range": "Public Service", + "EA-Range": "FormalFramework", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Name": "Public Service", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "FormalFramework", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" }, "RawTags": [ { @@ -9593,30 +9593,28 @@ "label-en": { "en": "TODO" }, - "maxCardinality": "*", - "minCardinality": "0", "name": "", "range": [ { - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Name": "Public Service", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "FormalFramework", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" } ] }, { "@id": "http://purl.org/dc/terms/related", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "codelist": [], "definition-en": { "en": "TODO" }, "domain": [ { - "EA-Name": "FormalFramework", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "EA-Name": "Public Service", + "uri": "http://purl.org/vocab/cpsv#PublicService" } ], "extra": { @@ -9627,18 +9625,18 @@ "value": "NOTE" } ], - "EA-Domain": "FormalFramework", - "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Domain": "Public Service", + "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "EA-Name": "related", "EA-Package": "", - "EA-Range": "FormalFramework", + "EA-Range": "Public Service", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Name": "FormalFramework", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "Public Service", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" }, "RawTags": [ { @@ -9671,13 +9669,15 @@ "label-en": { "en": "TODO" }, + "maxCardinality": "*", + "minCardinality": "0", "name": "", "range": [ { - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Name": "FormalFramework", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "Public Service", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" } ] }, @@ -10984,7 +10984,7 @@ { "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "codelist": [], "definition": { "en": "Associates any Resource with the corresponding Address." @@ -10994,15 +10994,15 @@ }, "domain": [ { - "EA-Name": "Resource", - "uri": "http://www.w3.org/2000/01/rdf-schema#Resource" + "EA-Name": "Agent", + "uri": "http://xmlns.com/foaf/0.1/Agent" } ], "extra": { "DestRoleTags": [ { - "key": "usageNote-en", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", "value": "NOTE" }, { @@ -11010,11 +11010,6 @@ "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, - { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", - "value": "NOTE" - }, { "key": "label-en", "note": "address", @@ -11022,13 +11017,13 @@ }, { "key": "package", - "note": "Core Location", + "note": "Core Person", "value": "NOTE" } ], - "EA-Domain": "Resource", - "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Domain": "Agent", + "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "EA-Name": "address", "EA-Package": "", "EA-Range": "Address", @@ -11041,8 +11036,8 @@ }, "RawTags": [ { - "key": "usageNote-en", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", "value": "NOTE" }, { @@ -11050,11 +11045,6 @@ "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, - { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", - "value": "NOTE" - }, { "key": "label-en", "note": "address", @@ -11062,7 +11052,7 @@ }, { "key": "package", - "note": "Core Location", + "note": "Core Person", "value": "NOTE" } ], @@ -11086,12 +11076,8 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], "inpackage": "OTHER_PACKAGE", @@ -11111,18 +11097,12 @@ "EA-Package": "Core Location", "uri": "http://www.w3.org/ns/locn#Address" } - ], - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - } + ] }, { "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "codelist": [], "definition": { "en": "Associates any Resource with the corresponding Address." @@ -11132,15 +11112,15 @@ }, "domain": [ { - "EA-Name": "Agent", - "uri": "http://xmlns.com/foaf/0.1/Agent" + "EA-Name": "Resource", + "uri": "http://www.w3.org/2000/01/rdf-schema#Resource" } ], "extra": { "DestRoleTags": [ { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", + "key": "usageNote-en", + "note": "Asserting the address relationship implies that the\r\n Resource has an Address.", "value": "NOTE" }, { @@ -11148,6 +11128,11 @@ "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, + { + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", + "value": "NOTE" + }, { "key": "label-en", "note": "address", @@ -11155,13 +11140,13 @@ }, { "key": "package", - "note": "Core Person", + "note": "Core Location", "value": "NOTE" } ], - "EA-Domain": "Agent", - "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Domain": "Resource", + "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "EA-Name": "address", "EA-Package": "", "EA-Range": "Address", @@ -11174,8 +11159,8 @@ }, "RawTags": [ { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", + "key": "usageNote-en", + "note": "Asserting the address relationship implies that the\r\n Resource has an Address.", "value": "NOTE" }, { @@ -11183,6 +11168,11 @@ "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, + { + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", + "value": "NOTE" + }, { "key": "label-en", "note": "address", @@ -11190,7 +11180,7 @@ }, { "key": "package", - "note": "Core Person", + "note": "Core Location", "value": "NOTE" } ], @@ -11214,8 +11204,12 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + } }, "generalization": [], "inpackage": "OTHER_PACKAGE", @@ -11235,7 +11229,13 @@ "EA-Package": "Core Location", "uri": "http://www.w3.org/ns/locn#Address" } - ] + ], + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + } }, { "@id": "http://www.opengis.net/ont/geosparql#asGML", @@ -22705,7 +22705,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies.jsonld b/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies.jsonld index 8c69e9413..97c8c0715 100644 --- a/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies.jsonld +++ b/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies.jsonld @@ -4452,18 +4452,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "change", "inpackage": "OTHER_PACKAGE", - "usageNote-en": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, "label-en": { "en": "change" }, "definition-en": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usage": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, @@ -4472,12 +4466,12 @@ }, "extra": { "EA-Name": "change", - "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", + "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Domain": "Address", + "EA-Domain-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Range": "Change", "RangeData": { "EA-Name": "Change", @@ -4493,64 +4487,50 @@ "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usage": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, + "usage": "", "label-en": { "en": "change" }, "definition-en": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usageNote-en": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "usageNote-en", + "key": "package", "value": "NOTE", - "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + "note": "Core Business" }, { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "Core Person" + "note": "change" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." - }, - { - "key": "label-en", - "value": "NOTE", - "note": "change" } ], "DestRoleTags": [ { - "key": "usageNote-en", + "key": "package", "value": "NOTE", - "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + "note": "Core Business" }, { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "Core Person" + "note": "change" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." - }, - { - "key": "label-en", - "value": "NOTE", - "note": "change" } ], "Scope": "NOTHING" @@ -4558,8 +4538,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/person#Person", - "EA-Name": "Person" + "uri": "http://www.w3.org/ns/locn#Address", + "EA-Name": "Address" } ], "range": [ @@ -4682,12 +4662,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "change", "inpackage": "OTHER_PACKAGE", + "usageNote-en": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, "label-en": { "en": "change" }, "definition-en": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, + "usage": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, @@ -4696,12 +4682,12 @@ }, "extra": { "EA-Name": "change", - "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", + "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Address", - "EA-Domain-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range": "Change", "RangeData": { "EA-Name": "Change", @@ -4717,50 +4703,64 @@ "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usage": "", + "usage": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, "label-en": { "en": "change" }, "definition-en": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." }, - "usageNote-en": "", + "usageNote-en": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "package", + "key": "usageNote-en", "value": "NOTE", - "note": "Core Business" + "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." }, { - "key": "label-en", + "key": "package", "value": "NOTE", - "note": "change" + "note": "Core Person" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." + }, + { + "key": "label-en", + "value": "NOTE", + "note": "change" } ], "DestRoleTags": [ { - "key": "package", + "key": "usageNote-en", "value": "NOTE", - "note": "Core Business" + "note": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." }, { - "key": "label-en", + "key": "package", "value": "NOTE", - "note": "change" + "note": "Core Person" }, { "key": "definition-en", "value": "NOTE", "note": "The change relationship links a Class to a record of change in a data field associated with the Class." + }, + { + "key": "label-en", + "value": "NOTE", + "note": "change" } ], "Scope": "NOTHING" @@ -4768,8 +4768,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/locn#Address", - "EA-Name": "Address" + "uri": "http://www.w3.org/ns/person#Person", + "EA-Name": "Person" } ], "range": [ @@ -5195,12 +5195,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", "inpackage": "OTHER_PACKAGE", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "definition": { "en": "The main contact information of the resource." }, @@ -5209,12 +5215,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Domain": "LegalEntity", + "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5230,14 +5236,18 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": "", + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "equivalent": "", "subclass": "", "subclass1": "", @@ -5249,24 +5259,24 @@ "note": "contact point" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "Core Business" }, { - "key": "usageNote", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Person" + "note": "The main contact information of the resource." } ], "DestRoleTags": [ @@ -5276,24 +5286,24 @@ "note": "contact point" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "Core Business" }, { - "key": "usageNote", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Person" + "note": "The main contact information of the resource." } ], "Scope": "NOTHING" @@ -5301,8 +5311,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/person#Person", - "EA-Name": "Person" + "uri": "http://www.w3.org/ns/legal#LegalEntity", + "EA-Name": "LegalEntity" } ], "range": [ @@ -5322,18 +5332,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", "inpackage": "OTHER_PACKAGE", - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, "definition": { "en": "The main contact information of the resource." }, @@ -5342,12 +5346,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "LegalEntity", - "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5363,18 +5367,14 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usage": "", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", @@ -5386,24 +5386,24 @@ "note": "contact point" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "The main contact information of the resource." }, { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Business" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "uri", + "key": "usageNote", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "Core Person" } ], "DestRoleTags": [ @@ -5413,24 +5413,24 @@ "note": "contact point" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "The main contact information of the resource." }, { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Business" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "uri", + "key": "usageNote", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "Core Person" } ], "Scope": "NOTHING" @@ -5438,8 +5438,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/legal#LegalEntity", - "EA-Name": "LegalEntity" + "uri": "http://www.w3.org/ns/person#Person", + "EA-Name": "Person" } ], "range": [ @@ -8758,31 +8758,31 @@ "name": "registeredAddress", "inpackage": "OTHER_PACKAGE", "usageNote-en": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "label-en": { "en": "registered address" }, "definition-en": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "usage": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "definition": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "label": { "en": "registered address" }, "extra": { "EA-Name": "registeredAddress", - "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", + "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Resource", - "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", + "EA-Domain": "LegalEntity", + "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -8796,19 +8796,19 @@ "en": "registered address" }, "definition": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "usage": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "label-en": { "en": "registered address" }, "definition-en": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "usageNote-en": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, "equivalent": "", "subclass": "", @@ -8816,24 +8816,24 @@ "sameAs": "", "RawTags": [ { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Location" + "note": "http://data.europa.eu/m8g/registeredAddress" }, { "key": "usageNote-en", "value": "NOTE", - "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/registeredAddress" + "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", - "note": "The registered address relationship links a Resource with the legally registered Address." + "note": "The address at which the Legal Entity is legally registered." }, { "key": "label-en", @@ -8843,24 +8843,24 @@ ], "DestRoleTags": [ { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Location" + "note": "http://data.europa.eu/m8g/registeredAddress" }, { "key": "usageNote-en", "value": "NOTE", - "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." }, { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/registeredAddress" + "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", - "note": "The registered address relationship links a Resource with the legally registered Address." + "note": "The address at which the Legal Entity is legally registered." }, { "key": "label-en", @@ -8873,8 +8873,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", - "EA-Name": "Resource" + "uri": "http://www.w3.org/ns/legal#LegalEntity", + "EA-Name": "LegalEntity" } ], "range": [ @@ -8895,31 +8895,31 @@ "name": "registeredAddress", "inpackage": "OTHER_PACKAGE", "usageNote-en": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "label-en": { "en": "registered address" }, "definition-en": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "usage": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "definition": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "label": { "en": "registered address" }, "extra": { "EA-Name": "registeredAddress", - "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", + "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "LegalEntity", - "EA-Domain-Guid": "{FAFDAEBD-DC17-48ab-B8A3-B2311DA155BE}", + "EA-Domain": "Resource", + "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -8933,19 +8933,19 @@ "en": "registered address" }, "definition": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "usage": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "label-en": { "en": "registered address" }, "definition-en": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "usageNote-en": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, "equivalent": "", "subclass": "", @@ -8953,24 +8953,24 @@ "sameAs": "", "RawTags": [ { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/registeredAddress" + "note": "Core Location" }, { "key": "usageNote-en", "value": "NOTE", - "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Location" + "note": "http://data.europa.eu/m8g/registeredAddress" }, { "key": "definition-en", "value": "NOTE", - "note": "The address at which the Legal Entity is legally registered." + "note": "The registered address relationship links a Resource with the legally registered Address." }, { "key": "label-en", @@ -8980,24 +8980,24 @@ ], "DestRoleTags": [ { - "key": "uri", + "key": "package", "value": "NOTE", - "note": "http://data.europa.eu/m8g/registeredAddress" + "note": "Core Location" }, { "key": "usageNote-en", "value": "NOTE", - "note": "NOTE$ea_notes=In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "note": "It is the address to which formal communications can be sent, such as the postal address.\r\n" }, { - "key": "package", + "key": "uri", "value": "NOTE", - "note": "Core Location" + "note": "http://data.europa.eu/m8g/registeredAddress" }, { "key": "definition-en", "value": "NOTE", - "note": "The address at which the Legal Entity is legally registered." + "note": "The registered address relationship links a Resource with the legally registered Address." }, { "key": "label-en", @@ -9010,8 +9010,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/legal#LegalEntity", - "EA-Name": "LegalEntity" + "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", + "EA-Name": "Resource" } ], "range": [ @@ -10773,81 +10773,6 @@ "minCardinality": "0", "maxCardinality": "*" }, - { - "@id": "http://purl.org/dc/terms/creator", - "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "name": "", - "inpackage": "UNKNOWN", - "label-en": { - "en": "TODO" - }, - "definition-en": { - "en": "TODO" - }, - "extra": { - "EA-Name": "creator", - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "derived": "false", - "EA-Package": "", - "EA-Type": "connector", - "EA-Domain": "FormalFramework", - "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Range": "Agent", - "RangeData": { - "EA-Name": "Agent", - "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Agent" - }, - "sourceRole": "null", - "destRole": "creator", - "label": "", - "definition": "", - "usage": "", - "label-en": { - "en": "TODO" - }, - "definition-en": { - "en": "TODO" - }, - "usageNote-en": "", - "equivalent": "", - "subclass": "", - "subclass1": "", - "sameAs": "", - "RawTags": [ - { - "key": "uri", - "value": "NOTE", - "note": "http://purl.org/dc/terms/creator" - } - ], - "DestRoleTags": [ - { - "key": "uri", - "value": "NOTE", - "note": "http://purl.org/dc/terms/creator" - } - ], - "Scope": "NOTHING" - }, - "codelist": [], - "domain": [ - { - "uri": "http://data.europa.eu/m8g/FormalFramework", - "EA-Name": "FormalFramework" - } - ], - "range": [ - { - "EA-Name": "Agent", - "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", - "EA-Package": "foaf", - "uri": "http://xmlns.com/foaf/0.1/Agent" - } - ], - "generalization": [] - }, { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -10975,6 +10900,81 @@ "minCardinality": "0", "maxCardinality": "*" }, + { + "@id": "http://purl.org/dc/terms/creator", + "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", + "name": "", + "inpackage": "UNKNOWN", + "label-en": { + "en": "TODO" + }, + "definition-en": { + "en": "TODO" + }, + "extra": { + "EA-Name": "creator", + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "derived": "false", + "EA-Package": "", + "EA-Type": "connector", + "EA-Domain": "FormalFramework", + "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Range": "Agent", + "RangeData": { + "EA-Name": "Agent", + "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Package": "foaf", + "uri": "http://xmlns.com/foaf/0.1/Agent" + }, + "sourceRole": "null", + "destRole": "creator", + "label": "", + "definition": "", + "usage": "", + "label-en": { + "en": "TODO" + }, + "definition-en": { + "en": "TODO" + }, + "usageNote-en": "", + "equivalent": "", + "subclass": "", + "subclass1": "", + "sameAs": "", + "RawTags": [ + { + "key": "uri", + "value": "NOTE", + "note": "http://purl.org/dc/terms/creator" + } + ], + "DestRoleTags": [ + { + "key": "uri", + "value": "NOTE", + "note": "http://purl.org/dc/terms/creator" + } + ], + "Scope": "NOTHING" + }, + "codelist": [], + "domain": [ + { + "uri": "http://data.europa.eu/m8g/FormalFramework", + "EA-Name": "FormalFramework" + } + ], + "range": [ + { + "EA-Name": "Agent", + "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Package": "foaf", + "uri": "http://xmlns.com/foaf/0.1/Agent" + } + ], + "generalization": [] + }, { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -12809,18 +12809,18 @@ }, "extra": { "EA-Name": "related", - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Public Service", - "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Range": "Public Service", + "EA-Domain": "FormalFramework", + "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Range": "FormalFramework", "RangeData": { - "EA-Name": "Public Service", - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "FormalFramework", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" }, "sourceRole": "null", "destRole": "related", @@ -12857,21 +12857,19 @@ "codelist": [], "domain": [ { - "uri": "http://purl.org/vocab/cpsv#PublicService", - "EA-Name": "Public Service" + "uri": "http://data.europa.eu/m8g/FormalFramework", + "EA-Name": "FormalFramework" } ], "range": [ { - "EA-Name": "Public Service", - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "FormalFramework", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] }, { "@id": "http://purl.org/dc/terms/related", @@ -12886,18 +12884,18 @@ }, "extra": { "EA-Name": "related", - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "FormalFramework", - "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Range": "FormalFramework", + "EA-Domain": "Public Service", + "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Range": "Public Service", "RangeData": { - "EA-Name": "FormalFramework", - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "Public Service", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" }, "sourceRole": "null", "destRole": "related", @@ -12934,19 +12932,21 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/FormalFramework", - "EA-Name": "FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService", + "EA-Name": "Public Service" } ], "range": [ { - "EA-Name": "FormalFramework", - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "Public Service", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/requires", @@ -14239,18 +14239,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "definition": { "en": "Associates any Resource with the corresponding Address." }, @@ -14259,12 +14253,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Resource", - "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", + "EA-Domain": "Agent", + "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -14280,38 +14274,29 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usage": "", "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." - }, { "key": "label-en", "value": "NOTE", @@ -14320,25 +14305,20 @@ { "key": "package", "value": "NOTE", - "note": "Core Location" + "note": "Core Person" } ], "DestRoleTags": [ { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." - }, { "key": "label-en", "value": "NOTE", @@ -14347,7 +14327,7 @@ { "key": "package", "value": "NOTE", - "note": "Core Location" + "note": "Core Person" } ], "Scope": "NOTHING" @@ -14355,8 +14335,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", - "EA-Name": "Resource" + "uri": "http://xmlns.com/foaf/0.1/Agent", + "EA-Name": "Agent" } ], "range": [ @@ -14376,12 +14356,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "definition": { "en": "Associates any Resource with the corresponding Address." }, @@ -14390,12 +14376,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Agent", - "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Domain": "Resource", + "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -14411,29 +14397,38 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": "", + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." + }, { "key": "label-en", "value": "NOTE", @@ -14442,20 +14437,25 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Location" } ], "DestRoleTags": [ { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." + }, { "key": "label-en", "value": "NOTE", @@ -14464,7 +14464,7 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Location" } ], "Scope": "NOTHING" @@ -14472,8 +14472,8 @@ "codelist": [], "domain": [ { - "uri": "http://xmlns.com/foaf/0.1/Agent", - "EA-Name": "Agent" + "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", + "EA-Name": "Resource" } ], "range": [ @@ -22482,6 +22482,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/core-vocabulary/core-vocabularies", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_de.json b/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_de.json index 0b683f558..2061b23d1 100644 --- a/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_de.json +++ b/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_de.json @@ -725,7 +725,7 @@ "name": "" }, { - "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", + "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", "name": "change", "label": { "en": "change", @@ -734,10 +734,6 @@ "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "de": "Enter your translation here" - }, - "usage": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", - "de": "Enter your translation here" } }, { @@ -753,7 +749,7 @@ } }, { - "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", + "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", "name": "change", "label": { "en": "change", @@ -762,6 +758,10 @@ "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "de": "Enter your translation here" + }, + "usage": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", + "de": "Enter your translation here" } }, { @@ -821,7 +821,7 @@ } }, { - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", "name": "contactPoint", "label": { "en": "contact point", @@ -830,10 +830,14 @@ "definition": { "en": "The main contact information of the resource.", "de": "Enter your translation here" + }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "de": "Enter your translation here" } }, { - "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "name": "contactPoint", "label": { "en": "contact point", @@ -842,10 +846,6 @@ "definition": { "en": "The main contact information of the resource.", "de": "Enter your translation here" - }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", - "de": "Enter your translation here" } }, { @@ -1273,34 +1273,34 @@ } }, { - "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", + "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", "name": "registeredAddress", "label": { "en": "registered address", "de": "Enter your translation here" }, "definition": { - "en": "The registered address relationship links a Resource with the legally registered Address.", + "en": "The address at which the Legal Entity is legally registered.", "de": "Enter your translation here" }, "usage": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n", + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "de": "Enter your translation here" } }, { - "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", + "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", "name": "registeredAddress", "label": { "en": "registered address", "de": "Enter your translation here" }, "definition": { - "en": "The address at which the Legal Entity is legally registered.", + "en": "The registered address relationship links a Resource with the legally registered Address.", "de": "Enter your translation here" }, "usage": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n", "de": "Enter your translation here" } }, @@ -1532,10 +1532,6 @@ "de": "Enter your translation here" } }, - { - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "name": "" - }, { "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "name": "issuingAuthorityUri", @@ -1552,6 +1548,10 @@ "de": "Enter your translation here" } }, + { + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "name": "" + }, { "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", "name": "" @@ -1801,11 +1801,11 @@ } }, { - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "name": "" }, { - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "name": "" }, { @@ -1965,7 +1965,7 @@ } }, { - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "name": "address", "label": { "en": "address", @@ -1974,14 +1974,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "de": "Enter your translation here" - }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", - "de": "Enter your translation here" } }, { - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "name": "address", "label": { "en": "address", @@ -1990,6 +1986,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "de": "Enter your translation here" + }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "de": "Enter your translation here" } }, { diff --git a/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_en.json b/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_en.json index 12cd18288..1e1fb5c4e 100644 --- a/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_en.json +++ b/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_en.json @@ -603,16 +603,13 @@ "name": "" }, { - "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", + "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", "name": "change", "label": { "en": "change" }, "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." - }, - "usage": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." } }, { @@ -626,13 +623,16 @@ } }, { - "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", + "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", "name": "change", "label": { "en": "change" }, "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class." + }, + "usage": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined." } }, { @@ -682,26 +682,26 @@ } }, { - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", "name": "contactPoint", "label": { "en": "contact point" }, "definition": { "en": "The main contact information of the resource." + }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } }, { - "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "name": "contactPoint", "label": { "en": "contact point" }, "definition": { "en": "The main contact information of the resource." - }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } }, { @@ -1056,29 +1056,29 @@ } }, { - "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", + "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", "name": "registeredAddress", "label": { "en": "registered address" }, "definition": { - "en": "The registered address relationship links a Resource with the legally registered Address." + "en": "The address at which the Legal Entity is legally registered." }, "usage": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." } }, { - "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", + "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", "name": "registeredAddress", "label": { "en": "registered address" }, "definition": { - "en": "The address at which the Legal Entity is legally registered." + "en": "The registered address relationship links a Resource with the legally registered Address." }, "usage": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path." + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n" } }, { @@ -1270,10 +1270,6 @@ "en": "URI of the scheme used to construct the identifier." } }, - { - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "name": "" - }, { "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "name": "issuingAuthorityUri", @@ -1287,6 +1283,10 @@ "en": "Example: \"https://belgium.be/id/organizations/1233\"." } }, + { + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "name": "" + }, { "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", "name": "" @@ -1494,11 +1494,11 @@ } }, { - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "name": "" }, { - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "name": "" }, { @@ -1633,26 +1633,26 @@ } }, { - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "name": "address", "label": { "en": "address" }, "definition": { "en": "Associates any Resource with the corresponding Address." - }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." } }, { - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "name": "address", "label": { "en": "address" }, "definition": { "en": "Associates any Resource with the corresponding Address." + }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." } }, { diff --git a/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_fr.json b/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_fr.json index d0e513d19..423c6d6a8 100644 --- a/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_fr.json +++ b/report/doc/core-vocabulary/core-vocabularies/translation/core-vocabularies_fr.json @@ -725,7 +725,7 @@ "name": "" }, { - "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", + "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", "name": "change", "label": { "en": "change", @@ -734,10 +734,6 @@ "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "fr": "Enter your translation here" - }, - "usage": { - "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", - "fr": "Enter your translation here" } }, { @@ -753,7 +749,7 @@ } }, { - "EA-Guid": "{972619AF-6E0A-48af-B721-2489E8E932DA}", + "EA-Guid": "{5D4ED4E7-B851-4f68-95DF-A8B575F3D3DA}", "name": "change", "label": { "en": "change", @@ -762,6 +758,10 @@ "definition": { "en": "The change relationship links a Class to a record of change in a data field associated with the Class.", "fr": "Enter your translation here" + }, + "usage": { + "en": "For example, a change of name or a person's their death. It is assumed that an inverse relationship will also be defined.", + "fr": "Enter your translation here" } }, { @@ -821,7 +821,7 @@ } }, { - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", "name": "contactPoint", "label": { "en": "contact point", @@ -830,10 +830,14 @@ "definition": { "en": "The main contact information of the resource.", "fr": "Enter your translation here" + }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "fr": "Enter your translation here" } }, { - "EA-Guid": "{36D8AFE7-E9CE-4518-B1D6-A3D6F1FC31EE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "name": "contactPoint", "label": { "en": "contact point", @@ -842,10 +846,6 @@ "definition": { "en": "The main contact information of the resource.", "fr": "Enter your translation here" - }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", - "fr": "Enter your translation here" } }, { @@ -1273,34 +1273,34 @@ } }, { - "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", + "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", "name": "registeredAddress", "label": { "en": "registered address", "fr": "Enter your translation here" }, "definition": { - "en": "The registered address relationship links a Resource with the legally registered Address.", + "en": "The address at which the Legal Entity is legally registered.", "fr": "Enter your translation here" }, "usage": { - "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n", + "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{7B139EB4-12C1-4210-8A05-9E0C5716EA8B}", + "EA-Guid": "{1FBEB173-ED23-4646-A1AE-D30D6F7C5559}", "name": "registeredAddress", "label": { "en": "registered address", "fr": "Enter your translation here" }, "definition": { - "en": "The address at which the Legal Entity is legally registered.", + "en": "The registered address relationship links a Resource with the legally registered Address.", "fr": "Enter your translation here" }, "usage": { - "en": "In almost all jurisdictions, Legal Entities must register a public address. This may or may not be the actual address at which the Legal Entity does its business, it is commonly the address of their lawyer or accountant, but it is the address to which formal communications can be sent. The registered address property points to the Address of the Registered Site. This property can be seen as a shorthand for this property path.", + "en": "It is the address to which formal communications can be sent, such as the postal address.\r\n", "fr": "Enter your translation here" } }, @@ -1532,10 +1532,6 @@ "fr": "Enter your translation here" } }, - { - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "name": "" - }, { "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "name": "issuingAuthorityUri", @@ -1552,6 +1548,10 @@ "fr": "Enter your translation here" } }, + { + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "name": "" + }, { "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", "name": "" @@ -1801,11 +1801,11 @@ } }, { - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "name": "" }, { - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "name": "" }, { @@ -1965,7 +1965,7 @@ } }, { - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "name": "address", "label": { "en": "address", @@ -1974,14 +1974,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "fr": "Enter your translation here" - }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", - "fr": "Enter your translation here" } }, { - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "name": "address", "label": { "en": "address", @@ -1990,6 +1986,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "fr": "Enter your translation here" + }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "fr": "Enter your translation here" } }, { diff --git a/report/doc/core-vocabulary/cpev/all-core-public-event-ap.jsonld b/report/doc/core-vocabulary/cpev/all-core-public-event-ap.jsonld index bf63919f2..70a068c5d 100644 --- a/report/doc/core-vocabulary/cpev/all-core-public-event-ap.jsonld +++ b/report/doc/core-vocabulary/cpev/all-core-public-event-ap.jsonld @@ -3401,10 +3401,13 @@ "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", - "inpackage": "OTHER_PACKAGE", + "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { "en": "Associates any Resource with the corresponding Address." }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "ap-label-en": { "en": "address" }, @@ -3416,12 +3419,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Agent", - "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -3437,7 +3440,9 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": "", + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "ap-label-en": { "en": "address" }, @@ -3448,14 +3453,19 @@ "ap-codelist": "", "RawTags": [ { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "http://w3.org/ns/locn#address" }, { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://w3.org/ns/locn#address" + "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", @@ -3465,19 +3475,24 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Public Event" } ], "DestRoleTags": [ { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "http://w3.org/ns/locn#address" }, { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://w3.org/ns/locn#address" + "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", @@ -3487,16 +3502,16 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Public Event" } ], - "Scope": "NOTHING" + "Scope": "TRANSLATIONS_ONLY" }, "codelist": [], "domain": [ { - "uri": "http://xmlns.com/foaf/0.1/Agent", - "EA-Name": "Agent" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -3515,13 +3530,10 @@ "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", - "inpackage": "ACTIVE_PACKAGE", + "inpackage": "OTHER_PACKAGE", "ap-definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "ap-label-en": { "en": "address" }, @@ -3533,12 +3545,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "Agent", + "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -3554,9 +3566,7 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usage": "", "ap-label-en": { "en": "address" }, @@ -3567,19 +3577,14 @@ "ap-codelist": "", "RawTags": [ { - "key": "uri", - "value": "NOTE", - "note": "http://w3.org/ns/locn#address" - }, - { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "http://w3.org/ns/locn#address" }, { "key": "label-en", @@ -3589,24 +3594,19 @@ { "key": "package", "value": "NOTE", - "note": "Core Public Event" + "note": "Core Person" } ], "DestRoleTags": [ { - "key": "uri", - "value": "NOTE", - "note": "http://w3.org/ns/locn#address" - }, - { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "http://w3.org/ns/locn#address" }, { "key": "label-en", @@ -3616,16 +3616,16 @@ { "key": "package", "value": "NOTE", - "note": "Core Public Event" + "note": "Core Person" } ], - "Scope": "TRANSLATIONS_ONLY" + "Scope": "NOTHING" }, "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://xmlns.com/foaf/0.1/Agent", + "EA-Name": "Agent" } ], "range": [ @@ -3648,6 +3648,9 @@ "ap-definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "ap-label-en": { "en": "has time" }, @@ -3659,12 +3662,12 @@ }, "extra": { "EA-Name": "hasTime", - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Participation", - "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "TemporalEntity", "RangeData": { "EA-Name": "TemporalEntity", @@ -3680,7 +3683,9 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": "", + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "ap-label-en": { "en": "has time" }, @@ -3690,6 +3695,11 @@ "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ + { + "key": "definition-en", + "value": "NOTE", + "note": "The association of a temporal entity (instant or interval) to any thing." + }, { "key": "uri", "value": "NOTE", @@ -3701,12 +3711,17 @@ "note": "has time" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } ], "DestRoleTags": [ + { + "key": "definition-en", + "value": "NOTE", + "note": "The association of a temporal entity (instant or interval) to any thing." + }, { "key": "uri", "value": "NOTE", @@ -3718,9 +3733,9 @@ "note": "has time" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } ], "Scope": "NOTHING" @@ -3728,8 +3743,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/Participation", - "EA-Name": "Participation" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -3752,9 +3767,6 @@ "ap-definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, "ap-label-en": { "en": "has time" }, @@ -3766,12 +3778,12 @@ }, "extra": { "EA-Name": "hasTime", - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "Participation", + "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", "EA-Range": "TemporalEntity", "RangeData": { "EA-Name": "TemporalEntity", @@ -3787,9 +3799,7 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, + "usage": "", "ap-label-en": { "en": "has time" }, @@ -3799,11 +3809,6 @@ "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." - }, { "key": "uri", "value": "NOTE", @@ -3815,17 +3820,12 @@ "note": "has time" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + "note": "The association of a temporal entity (instant or interval) to any thing." } ], "DestRoleTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." - }, { "key": "uri", "value": "NOTE", @@ -3837,9 +3837,9 @@ "note": "has time" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + "note": "The association of a temporal entity (instant or interval) to any thing." } ], "Scope": "NOTHING" @@ -3847,8 +3847,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://data.europa.eu/m8g/Participation", + "EA-Name": "Participation" } ], "range": [ @@ -5101,6 +5101,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/core-vocabulary/cpev", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/cpev/core-public-event-ap.jsonld b/report/doc/core-vocabulary/cpev/core-public-event-ap.jsonld index 72a37246a..e17830e12 100644 --- a/report/doc/core-vocabulary/cpev/core-public-event-ap.jsonld +++ b/report/doc/core-vocabulary/cpev/core-public-event-ap.jsonld @@ -809,13 +809,13 @@ "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", -"inpackage": "OTHER_PACKAGE", -"ap-definition-en" : {"en": "Associates any Resource with the corresponding Address."}, "ap-label-en" : {"en": "address"}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, -"extra": {"EA-Name" : "address", "EA-Guid" : "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Agent", "EA-Domain-Guid" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "", "ap-label-en" : "address", "ap-definition-en" : "Associates any Resource with the corresponding Address.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Address."}, "ap-label-en" : {"en": "address"}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, +"inpackage": "ACTIVE_PACKAGE", +"ap-definition-en" : {"en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "ap-label-en" : {"en": "address"}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, +"extra": {"EA-Name" : "address", "EA-Guid" : "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "ap-label-en" : "address", "ap-definition-en" : "Associates any Resource with the corresponding Address.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Public Event" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Public Event" }], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "ap-label-en" : {"en": "address"}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, "codelist": [ ], "domain": [ -{ "uri": "http://xmlns.com/foaf/0.1/Agent", "EA-Name" : "Agent" } +{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } ], "range": [ {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" } @@ -829,13 +829,13 @@ "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", -"inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "ap-label-en" : {"en": "address"}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, -"extra": {"EA-Name" : "address", "EA-Guid" : "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "ap-label-en" : "address", "ap-definition-en" : "Associates any Resource with the corresponding Address.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Public Event" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Public Event" }], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "ap-label-en" : {"en": "address"}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "Associates any Resource with the corresponding Address."}, "ap-label-en" : {"en": "address"}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, +"extra": {"EA-Name" : "address", "EA-Guid" : "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Agent", "EA-Domain-Guid" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "", "ap-label-en" : "address", "ap-definition-en" : "Associates any Resource with the corresponding Address.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Associates any Resource with the corresponding Address."}, "ap-label-en" : {"en": "address"}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } +{ "uri": "http://xmlns.com/foaf/0.1/Agent", "EA-Name" : "Agent" } ], "range": [ {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" } @@ -850,12 +850,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasTime", "inpackage": "UNKNOWN", -"ap-definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "ap-label-en" : {"en": "has time"}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}, -"extra": {"EA-Name" : "hasTime", "EA-Guid" : "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Participation", "EA-Domain-Guid" : "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", "EA-Range" : "TemporalEntity", "RangeData" : {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" }, "sourceRole" : "null", "destRole" : "hasTime", "label" : "has time", "definition" : "The association of a temporal entity (instant or interval) to any thing.", "usage" : "", "ap-label-en" : "has time", "ap-definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "ap-label-en" : {"en": "has time"}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}}, +"ap-definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "usage" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "ap-label-en" : {"en": "has time"}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}, +"extra": {"EA-Name" : "hasTime", "EA-Guid" : "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "TemporalEntity", "RangeData" : {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" }, "sourceRole" : "null", "destRole" : "hasTime", "label" : "has time", "definition" : "The association of a temporal entity (instant or interval) to any thing.", "usage" : "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "ap-label-en" : "has time", "ap-definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology." }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "usage" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "ap-label-en" : {"en": "has time"}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/Participation", "EA-Name" : "Participation" } +{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } ], "range": [ {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" } @@ -870,12 +870,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasTime", "inpackage": "UNKNOWN", -"ap-definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "usage" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "ap-label-en" : {"en": "has time"}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}, -"extra": {"EA-Name" : "hasTime", "EA-Guid" : "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "TemporalEntity", "RangeData" : {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" }, "sourceRole" : "null", "destRole" : "hasTime", "label" : "has time", "definition" : "The association of a temporal entity (instant or interval) to any thing.", "usage" : "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "ap-label-en" : "has time", "ap-definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology." }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "usage" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "ap-label-en" : {"en": "has time"}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}}, +"ap-definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "ap-label-en" : {"en": "has time"}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}, +"extra": {"EA-Name" : "hasTime", "EA-Guid" : "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Participation", "EA-Domain-Guid" : "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", "EA-Range" : "TemporalEntity", "RangeData" : {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" }, "sourceRole" : "null", "destRole" : "hasTime", "label" : "has time", "definition" : "The association of a temporal entity (instant or interval) to any thing.", "usage" : "", "ap-label-en" : "has time", "ap-definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "ap-label-en" : {"en": "has time"}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } +{ "uri": "http://data.europa.eu/m8g/Participation", "EA-Name" : "Participation" } ], "range": [ {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" } diff --git a/report/doc/core-vocabulary/cpev/core-public-event-ap.report b/report/doc/core-vocabulary/cpev/core-public-event-ap.report index aee7b2468..adeda88ab 100644 --- a/report/doc/core-vocabulary/cpev/core-public-event-ap.report +++ b/report/doc/core-vocabulary/cpev/core-public-event-ap.report @@ -2,80 +2,80 @@ 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') -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:08 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Public Organisation -13:27:08 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.DataTypes, Model -13:27:08 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:Asset:issued -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel -13:27:08 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:08 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri -13:27:08 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . -13:27:08 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -13:27:08 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:08 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . -13:27:08 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:08 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:27:08 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri -13:27:08 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . -13:27:08 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:(Participation -> TemporalEntity)" since it lacks a defining package. -13:27:08 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasTime is unknown -13:27:08 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasPreviousEvent" belongs to package "Core Public Event" based on source and target definition. -13:27:08 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasNextEvent" belongs to package "Core Public Event" based on source and target definition. -13:27:08 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Participation)" since it lacks a defining package. -13:27:08 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasParticipation is unknown -13:27:08 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. -13:27:08 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> TemporalEntity)" since it lacks a defining package. -13:27:08 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasTime is unknown -13:27:08 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> ContactPoint)" since it lacks a defining package. -13:27:08 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:contactPoint is unknown -13:27:08 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. -13:27:08 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:08 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown -13:27:08 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:08 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown -13:27:08 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:parentEvent" belongs to package "Core Public Event" based on source and target definition. -13:27:08 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:subEvent" belongs to package "Core Public Event" based on source and target definition. -13:27:08 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasParticipant is unknown -13:27:08 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:participates is unknown -13:27:08 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:08 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:format": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:08 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:08 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:08 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:08 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:08 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:08 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri -13:27:08 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:role": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:12 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00 +10:04:12 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Person +10:04:12 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:12 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:12 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri +10:04:12 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . +10:04:13 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:13 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri +10:04:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. +10:04:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasPreviousEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasNextEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasParticipant is unknown +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:participates is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Participation)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasParticipation is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> TemporalEntity)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasTime is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:(Participation -> TemporalEntity)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasTime is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> ContactPoint)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:contactPoint is unknown +10:04:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:parentEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:subEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:format": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:13 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:13 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:13 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri +10:04:13 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:role": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. diff --git a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap.jsonld b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap.jsonld index bf63919f2..70a068c5d 100644 --- a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap.jsonld +++ b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap.jsonld @@ -3401,10 +3401,13 @@ "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", - "inpackage": "OTHER_PACKAGE", + "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { "en": "Associates any Resource with the corresponding Address." }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "ap-label-en": { "en": "address" }, @@ -3416,12 +3419,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Agent", - "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -3437,7 +3440,9 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": "", + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "ap-label-en": { "en": "address" }, @@ -3448,14 +3453,19 @@ "ap-codelist": "", "RawTags": [ { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "http://w3.org/ns/locn#address" }, { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://w3.org/ns/locn#address" + "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", @@ -3465,19 +3475,24 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Public Event" } ], "DestRoleTags": [ { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "http://w3.org/ns/locn#address" }, { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://w3.org/ns/locn#address" + "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", @@ -3487,16 +3502,16 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Public Event" } ], - "Scope": "NOTHING" + "Scope": "TRANSLATIONS_ONLY" }, "codelist": [], "domain": [ { - "uri": "http://xmlns.com/foaf/0.1/Agent", - "EA-Name": "Agent" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -3515,13 +3530,10 @@ "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", - "inpackage": "ACTIVE_PACKAGE", + "inpackage": "OTHER_PACKAGE", "ap-definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "ap-label-en": { "en": "address" }, @@ -3533,12 +3545,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "Agent", + "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -3554,9 +3566,7 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usage": "", "ap-label-en": { "en": "address" }, @@ -3567,19 +3577,14 @@ "ap-codelist": "", "RawTags": [ { - "key": "uri", - "value": "NOTE", - "note": "http://w3.org/ns/locn#address" - }, - { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "http://w3.org/ns/locn#address" }, { "key": "label-en", @@ -3589,24 +3594,19 @@ { "key": "package", "value": "NOTE", - "note": "Core Public Event" + "note": "Core Person" } ], "DestRoleTags": [ { - "key": "uri", - "value": "NOTE", - "note": "http://w3.org/ns/locn#address" - }, - { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "http://w3.org/ns/locn#address" }, { "key": "label-en", @@ -3616,16 +3616,16 @@ { "key": "package", "value": "NOTE", - "note": "Core Public Event" + "note": "Core Person" } ], - "Scope": "TRANSLATIONS_ONLY" + "Scope": "NOTHING" }, "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://xmlns.com/foaf/0.1/Agent", + "EA-Name": "Agent" } ], "range": [ @@ -3648,6 +3648,9 @@ "ap-definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "ap-label-en": { "en": "has time" }, @@ -3659,12 +3662,12 @@ }, "extra": { "EA-Name": "hasTime", - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Participation", - "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "TemporalEntity", "RangeData": { "EA-Name": "TemporalEntity", @@ -3680,7 +3683,9 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": "", + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "ap-label-en": { "en": "has time" }, @@ -3690,6 +3695,11 @@ "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ + { + "key": "definition-en", + "value": "NOTE", + "note": "The association of a temporal entity (instant or interval) to any thing." + }, { "key": "uri", "value": "NOTE", @@ -3701,12 +3711,17 @@ "note": "has time" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } ], "DestRoleTags": [ + { + "key": "definition-en", + "value": "NOTE", + "note": "The association of a temporal entity (instant or interval) to any thing." + }, { "key": "uri", "value": "NOTE", @@ -3718,9 +3733,9 @@ "note": "has time" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } ], "Scope": "NOTHING" @@ -3728,8 +3743,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/Participation", - "EA-Name": "Participation" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -3752,9 +3767,6 @@ "ap-definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, "ap-label-en": { "en": "has time" }, @@ -3766,12 +3778,12 @@ }, "extra": { "EA-Name": "hasTime", - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "Participation", + "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", "EA-Range": "TemporalEntity", "RangeData": { "EA-Name": "TemporalEntity", @@ -3787,9 +3799,7 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, + "usage": "", "ap-label-en": { "en": "has time" }, @@ -3799,11 +3809,6 @@ "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." - }, { "key": "uri", "value": "NOTE", @@ -3815,17 +3820,12 @@ "note": "has time" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + "note": "The association of a temporal entity (instant or interval) to any thing." } ], "DestRoleTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." - }, { "key": "uri", "value": "NOTE", @@ -3837,9 +3837,9 @@ "note": "has time" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + "note": "The association of a temporal entity (instant or interval) to any thing." } ], "Scope": "NOTHING" @@ -3847,8 +3847,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://data.europa.eu/m8g/Participation", + "EA-Name": "Participation" } ], "range": [ @@ -5101,6 +5101,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/core-vocabulary/cpev", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_de.json b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_de.json index 1599fe330..f3b6db202 100644 --- a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_de.json +++ b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_de.json @@ -492,7 +492,7 @@ } }, { - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", "name": "address", "label": { "en": "address", @@ -501,10 +501,14 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "de": "Enter your translation here" + }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "de": "Enter your translation here" } }, { - "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "name": "address", "label": { "en": "address", @@ -513,14 +517,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "de": "Enter your translation here" - }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", - "de": "Enter your translation here" } }, { - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "name": "hasTime", "label": { "en": "has time", @@ -529,10 +529,14 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing.", "de": "Enter your translation here" + }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", + "de": "Enter your translation here" } }, { - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "name": "hasTime", "label": { "en": "has time", @@ -541,10 +545,6 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing.", "de": "Enter your translation here" - }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", - "de": "Enter your translation here" } }, { diff --git a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_en.json b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_en.json index 281af7ca0..7bd19b400 100644 --- a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_en.json +++ b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_en.json @@ -407,49 +407,49 @@ } }, { - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", "name": "address", "label": { "en": "address" }, "definition": { "en": "Associates any Resource with the corresponding Address." + }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." } }, { - "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "name": "address", "label": { "en": "address" }, "definition": { "en": "Associates any Resource with the corresponding Address." - }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." } }, { - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "name": "hasTime", "label": { "en": "has time" }, "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." + }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } }, { - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "name": "hasTime", "label": { "en": "has time" }, "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." - }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } }, { diff --git a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_en_merged.jsonld b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_en_merged.jsonld index ff373ed81..7ec69e4e9 100644 --- a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_en_merged.jsonld +++ b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_en_merged.jsonld @@ -2334,7 +2334,7 @@ { "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", "ap-definition-en": { "en": "Associates any Resource with the corresponding Address." }, @@ -2347,20 +2347,25 @@ }, "domain": [ { - "EA-Name": "Agent", - "uri": "http://xmlns.com/foaf/0.1/Agent" + "EA-Name": "PublicEvent", + "uri": "http://data.europa.eu/m8g/PublicEvent" } ], "extra": { "DestRoleTags": [ { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", + "key": "uri", + "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, { - "key": "uri", - "note": "http://w3.org/ns/locn#address", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address.", + "value": "NOTE" + }, + { + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", "value": "NOTE" }, { @@ -2370,13 +2375,13 @@ }, { "key": "package", - "note": "Core Person", + "note": "Core Public Event", "value": "NOTE" } ], - "EA-Domain": "Agent", - "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", "EA-Name": "address", "EA-Package": "", "EA-Range": "Address", @@ -2389,13 +2394,18 @@ }, "RawTags": [ { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", + "key": "uri", + "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, { - "key": "uri", - "note": "http://w3.org/ns/locn#address", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address.", + "value": "NOTE" + }, + { + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", "value": "NOTE" }, { @@ -2405,11 +2415,11 @@ }, { "key": "package", - "note": "Core Person", + "note": "Core Public Event", "value": "NOTE" } ], - "Scope": "NOTHING", + "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { "en": "Associates any Resource with the corresponding Address." @@ -2427,10 +2437,12 @@ "en": "address" }, "sourceRole": "null", - "usage": "" + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + } }, "generalization": [], - "inpackage": "OTHER_PACKAGE", + "inpackage": "ACTIVE_PACKAGE", "label": { "en": "address" }, @@ -2444,12 +2456,15 @@ "EA-Package": "Core Location", "uri": "http://www.w3.org/ns/locn#Address" } - ] + ], + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + } }, { "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "ap-definition-en": { "en": "Associates any Resource with the corresponding Address." }, @@ -2462,25 +2477,20 @@ }, "domain": [ { - "EA-Name": "PublicEvent", - "uri": "http://data.europa.eu/m8g/PublicEvent" + "EA-Name": "Agent", + "uri": "http://xmlns.com/foaf/0.1/Agent" } ], "extra": { "DestRoleTags": [ { - "key": "uri", - "note": "http://w3.org/ns/locn#address", - "value": "NOTE" - }, - { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address.", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", + "key": "uri", + "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, { @@ -2490,13 +2500,13 @@ }, { "key": "package", - "note": "Core Public Event", + "note": "Core Person", "value": "NOTE" } ], - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", - "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", + "EA-Domain": "Agent", + "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "EA-Name": "address", "EA-Package": "", "EA-Range": "Address", @@ -2509,18 +2519,13 @@ }, "RawTags": [ { - "key": "uri", - "note": "http://w3.org/ns/locn#address", - "value": "NOTE" - }, - { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Asserting the address relationship implies that the\r\n Resource has an Address.", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", + "key": "uri", + "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, { @@ -2530,11 +2535,11 @@ }, { "key": "package", - "note": "Core Public Event", + "note": "Core Person", "value": "NOTE" } ], - "Scope": "TRANSLATIONS_ONLY", + "Scope": "NOTHING", "ap-codelist": "", "ap-definition-en": { "en": "Associates any Resource with the corresponding Address." @@ -2552,12 +2557,10 @@ "en": "address" }, "sourceRole": "null", - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - } + "usage": "" }, "generalization": [], - "inpackage": "ACTIVE_PACKAGE", + "inpackage": "OTHER_PACKAGE", "label": { "en": "address" }, @@ -2571,15 +2574,12 @@ "EA-Package": "Core Location", "uri": "http://www.w3.org/ns/locn#Address" } - ], - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - } + ] }, { "@id": "http://www.w3.org/2006/time#hasTime", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "ap-definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, @@ -2592,12 +2592,17 @@ }, "domain": [ { - "EA-Name": "Participation", - "uri": "http://data.europa.eu/m8g/Participation" + "EA-Name": "PublicEvent", + "uri": "http://data.europa.eu/m8g/PublicEvent" } ], "extra": { "DestRoleTags": [ + { + "key": "definition-en", + "note": "The association of a temporal entity (instant or interval) to any thing.", + "value": "NOTE" + }, { "key": "uri", "note": "http://www.w3.org/2006/time#hasTime", @@ -2609,14 +2614,14 @@ "value": "NOTE" }, { - "key": "definition-en", - "note": "The association of a temporal entity (instant or interval) to any thing.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", "value": "NOTE" } ], - "EA-Domain": "Participation", - "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "EA-Name": "hasTime", "EA-Package": "", "EA-Range": "TemporalEntity", @@ -2628,6 +2633,11 @@ "uri": "http://www.w3.org/2006/time#TemporalEntity" }, "RawTags": [ + { + "key": "definition-en", + "note": "The association of a temporal entity (instant or interval) to any thing.", + "value": "NOTE" + }, { "key": "uri", "note": "http://www.w3.org/2006/time#hasTime", @@ -2639,8 +2649,8 @@ "value": "NOTE" }, { - "key": "definition-en", - "note": "The association of a temporal entity (instant or interval) to any thing.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", "value": "NOTE" } ], @@ -2662,7 +2672,9 @@ "en": "has time" }, "sourceRole": "null", - "usage": "" + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + } }, "generalization": [], "inpackage": "UNKNOWN", @@ -2679,12 +2691,15 @@ "EA-Package": "time", "uri": "http://www.w3.org/2006/time#TemporalEntity" } - ] + ], + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + } }, { "@id": "http://www.w3.org/2006/time#hasTime", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "ap-definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, @@ -2697,17 +2712,12 @@ }, "domain": [ { - "EA-Name": "PublicEvent", - "uri": "http://data.europa.eu/m8g/PublicEvent" + "EA-Name": "Participation", + "uri": "http://data.europa.eu/m8g/Participation" } ], "extra": { "DestRoleTags": [ - { - "key": "definition-en", - "note": "The association of a temporal entity (instant or interval) to any thing.", - "value": "NOTE" - }, { "key": "uri", "note": "http://www.w3.org/2006/time#hasTime", @@ -2719,14 +2729,14 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", + "key": "definition-en", + "note": "The association of a temporal entity (instant or interval) to any thing.", "value": "NOTE" } ], - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Domain": "Participation", + "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "EA-Name": "hasTime", "EA-Package": "", "EA-Range": "TemporalEntity", @@ -2738,11 +2748,6 @@ "uri": "http://www.w3.org/2006/time#TemporalEntity" }, "RawTags": [ - { - "key": "definition-en", - "note": "The association of a temporal entity (instant or interval) to any thing.", - "value": "NOTE" - }, { "key": "uri", "note": "http://www.w3.org/2006/time#hasTime", @@ -2754,8 +2759,8 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", + "key": "definition-en", + "note": "The association of a temporal entity (instant or interval) to any thing.", "value": "NOTE" } ], @@ -2777,9 +2782,7 @@ "en": "has time" }, "sourceRole": "null", - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - } + "usage": "" }, "generalization": [], "inpackage": "UNKNOWN", @@ -2796,10 +2799,7 @@ "EA-Package": "time", "uri": "http://www.w3.org/2006/time#TemporalEntity" } - ], - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - } + ] }, { "@id": "http://www.w3.org/ns/locn#addressArea", @@ -5143,7 +5143,7 @@ "standaardregisterurl": "Core-Public-Event-Vocabulary", "template": "core-public-event-ap_en.j2", "title": "Core Public Event Vocabulary", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_fr.json b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_fr.json index a9140e0ea..33c9ae2d2 100644 --- a/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_fr.json +++ b/report/doc/core-vocabulary/cpev/translation/core-public-event-ap_fr.json @@ -492,7 +492,7 @@ } }, { - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", "name": "address", "label": { "en": "address", @@ -501,10 +501,14 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "fr": "Enter your translation here" + }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "fr": "Enter your translation here" } }, { - "EA-Guid": "{8AA20761-16ED-4dfa-B601-9B8AE687E4D5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "name": "address", "label": { "en": "address", @@ -513,14 +517,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "fr": "Enter your translation here" - }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", - "fr": "Enter your translation here" } }, { - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "name": "hasTime", "label": { "en": "has time", @@ -529,10 +529,14 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing.", "fr": "Enter your translation here" + }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", + "fr": "Enter your translation here" } }, { - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "name": "hasTime", "label": { "en": "has time", @@ -541,10 +545,6 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing.", "fr": "Enter your translation here" - }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", - "fr": "Enter your translation here" } }, { diff --git a/report/doc/vocabularium/930/release/3.0.0/930.report b/report/doc/vocabularium/930/release/3.0.0/930.report index c47efe1d7..805a64577 100644 --- a/report/doc/vocabularium/930/release/3.0.0/930.report +++ b/report/doc/vocabularium/930/release/3.0.0/930.report @@ -2,71 +2,71 @@ Load mapping config:config/config-voc.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') -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -13:27:10 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 -13:27:10 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:rdfs:Literal -13:27:10 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 -13:27:10 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model.dcat:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries -13:27:10 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights -13:27:10 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:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description -13:27:10 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:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title -13:27:10 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:dcat:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:contactPoint -13:27:10 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:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language -13:27:10 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page -13:27:10 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:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified -13:27:10 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution -13:27:10 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type -13:27:10 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:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:format -13:27:10 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo -13:27:10 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:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity -13:27:10 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:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued -13:27:10 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status -13:27:10 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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters -13:27:10 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation -13:27:10 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". -13:27:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:27:10 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.JSONLDOutputHandler - Class foaf: Agent without label, further processing this class will be incoherent -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.UriAssigner - Ignoring connector "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:distributor" since it lacks a defining package. -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". -13:27:10 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". -13:27:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:name without name, further processing this property will be incoherent -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:27:10 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". -13:27:10 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:type without name, further processing this property will be incoherent +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:15 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:04:15 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:rdfs:Literal +10:04:15 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:04:15 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model.dcat:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries +10:04:15 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights +10:04:15 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:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description +10:04:15 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:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title +10:04:15 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:dcat:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:contactPoint +10:04:15 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:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language +10:04:15 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:04:15 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:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified +10:04:15 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution +10:04:15 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type +10:04:15 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:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:format +10:04:15 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo +10:04:15 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:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity +10:04:15 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:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued +10:04:15 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +10:04:15 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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters +10:04:15 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +10:04:15 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.930". +10:04:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.JSONLDOutputHandler - Class foaf: Agent without label, further processing this class will be incoherent +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.UriAssigner - Ignoring connector "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:distributor" since it lacks a defining package. +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent". +10:04:15 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:foaf:name". +10:04:15 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:name without name, further processing this property will be incoherent +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.foaf:foaf: Agent:dct:type". +10:04:15 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:type without name, further processing this property will be incoherent diff --git a/report/doc/vocabularium/930/release/3.0.0/all-930.jsonld b/report/doc/vocabularium/930/release/3.0.0/all-930.jsonld index 0a9501ab5..92e1f3add 100644 --- a/report/doc/vocabularium/930/release/3.0.0/all-930.jsonld +++ b/report/doc/vocabularium/930/release/3.0.0/all-930.jsonld @@ -1418,6 +1418,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/doc/vocabularium/930/release/3.0.0", "documentcommit": "6eed7b7d591964c6de87d10de24ef88537431a18", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/930/release/3.0.0/translation/930.jsonld b/report/doc/vocabularium/930/release/3.0.0/translation/930.jsonld index 0a9501ab5..92e1f3add 100644 --- a/report/doc/vocabularium/930/release/3.0.0/translation/930.jsonld +++ b/report/doc/vocabularium/930/release/3.0.0/translation/930.jsonld @@ -1418,6 +1418,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/doc/vocabularium/930/release/3.0.0", "documentcommit": "6eed7b7d591964c6de87d10de24ef88537431a18", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/930/release/3.0.0/translation/930_en_merged.jsonld b/report/doc/vocabularium/930/release/3.0.0/translation/930_en_merged.jsonld index 775f293a5..51a58df53 100644 --- a/report/doc/vocabularium/930/release/3.0.0/translation/930_en_merged.jsonld +++ b/report/doc/vocabularium/930/release/3.0.0/translation/930_en_merged.jsonld @@ -1418,7 +1418,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/doc/vocabularium/cccev-voc/all-cccev.jsonld b/report/doc/vocabularium/cccev-voc/all-cccev.jsonld index 1ac0f93d8..1d612e24b 100644 --- a/report/doc/vocabularium/cccev-voc/all-cccev.jsonld +++ b/report/doc/vocabularium/cccev-voc/all-cccev.jsonld @@ -6200,6 +6200,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/cccev-voc", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/cccev-voc/cccev.report b/report/doc/vocabularium/cccev-voc/cccev.report index 2c0538848..7a49bdf0e 100644 --- a/report/doc/vocabularium/cccev-voc/cccev.report +++ b/report/doc/vocabularium/cccev-voc/cccev.report @@ -2,113 +2,113 @@ Load mapping config:config/config-voc.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') -13:27:12 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ExternalVocabularies with id 179 and objectid 179 -13:27:12 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored -13:27:12 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ApplicationProfile_SDG with id 216 and objectid 216 -13:27:12 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.foaf". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.dcat". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_SDGexample". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_eProcurementExample". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG.AP_SDG". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.Adms". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CoreLocation". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_criminalExample". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CorePerson". -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.org". -13:27:12 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): ExternalVocabularies.foaf, ExternalVocabularies, ApplicationProfile_SDG.AP_SDG, CCCEV.CCCEV.CCCEV_eProcurementExample, CCCEV.CCCEV.CCCEV_SDGexample, ExternalVocabularies.CorePerson, ExternalVocabularies.CoreLocation, CCCEV.CCCEV.CCCEV_criminalExample, ExternalVocabularies.org, ApplicationProfile_SDG, CCCEV, ExternalVocabularies.Adms, ExternalVocabularies.dcat -13:27:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): CCCEV.CCCEV:Requirement:type, CCCEV.CCCEV:InformationConcept:type -13:27:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): CCCEV.CCCEV:EvidenceTypeList:name, CCCEV.CCCEV:Requirement:name, CCCEV.CCCEV:InformationConcept:name -13:27:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): CCCEV.CCCEV:Requirement:description, CCCEV.CCCEV:EvidenceTypeList:description, CCCEV.CCCEV:InformationConcept:description -13:27:12 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): CCCEV.CCCEV:EvidenceType:identifier, CCCEV.CCCEV:InformationConcept:identifier, CCCEV.CCCEV:EvidenceTypeList:identifier, ExternalVocabularies.dcat:Dataset:identifier, CCCEV.CCCEV:ReferenceFramework:identifier, CCCEV.CCCEV:Requirement:identifier -13:27:12 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". -13:27:13 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". -13:27:13 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". -13:27:13 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". -13:27:13 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". -13:27:13 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". -13:27:13 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". -13:27:13 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . -13:27:13 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . -13:27:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)", it matches multiple packages in the project. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)" does not have a name, it will be ignored. -13:27:13 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Requirement:isIssuedBy is unknown -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:validityPeriod" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)", it matches multiple packages in the project. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)" does not have a name, it will be ignored. -13:27:13 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:issuingPlace", it matches multiple packages in the project. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasRequirement" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:validityPeriodConstraint" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. -13:27:13 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isIssuedBy is unknown -13:27:13 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. -13:27:13 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isCreatedBy is unknown -13:27:13 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. -13:27:13 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isAbout is unknown -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" does not have a name, it will be ignored. -13:27:13 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. -13:27:13 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. -13:27:13 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. -13:27:13 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:isProvidedBy", it matches multiple packages in the project. +10:04:18 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ExternalVocabularies with id 179 and objectid 179 +10:04:18 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +10:04:18 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package ApplicationProfile_SDG with id 216 and objectid 216 +10:04:18 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.foaf". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.dcat". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_SDGexample". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_eProcurementExample". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ApplicationProfile_SDG.AP_SDG". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.Adms". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CoreLocation". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "CCCEV.CCCEV.CCCEV_criminalExample". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.CorePerson". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "ExternalVocabularies.org". +10:04:18 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): ExternalVocabularies.foaf, ExternalVocabularies, ApplicationProfile_SDG.AP_SDG, CCCEV.CCCEV.CCCEV_eProcurementExample, CCCEV.CCCEV.CCCEV_SDGexample, ExternalVocabularies.CorePerson, ExternalVocabularies.CoreLocation, CCCEV.CCCEV.CCCEV_criminalExample, ExternalVocabularies.org, ApplicationProfile_SDG, CCCEV, ExternalVocabularies.Adms, ExternalVocabularies.dcat +10:04:18 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): CCCEV.CCCEV:Requirement:type, CCCEV.CCCEV:InformationConcept:type +10:04:18 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): CCCEV.CCCEV:EvidenceTypeList:name, CCCEV.CCCEV:Requirement:name, CCCEV.CCCEV:InformationConcept:name +10:04:18 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): CCCEV.CCCEV:Requirement:description, CCCEV.CCCEV:EvidenceTypeList:description, CCCEV.CCCEV:InformationConcept:description +10:04:18 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): CCCEV.CCCEV:EvidenceType:identifier, CCCEV.CCCEV:InformationConcept:identifier, CCCEV.CCCEV:EvidenceTypeList:identifier, ExternalVocabularies.dcat:Dataset:identifier, CCCEV.CCCEV:ReferenceFramework:identifier, CCCEV.CCCEV:Requirement:identifier +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "CCCEV.CCCEV". +10:04:18 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "CCCEV.CCCEV". +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:18 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +10:04:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Requirement:isIssuedBy is unknown +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:SupportedValue:(SupportedValue -> InformationConcept)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> PeriodOfTime)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:validityPeriod" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Constraint:(Constraint -> InformationConcept)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> Location)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:EvidenceType:issuingPlace", it matches multiple packages in the project. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Requirement)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceType:(EvidenceType -> PeriodOfTime)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceType:validityPeriodConstraint" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Requirement:(Requirement -> Evidence)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isIssuedBy is unknown +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isCreatedBy is unknown +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.Converter - Package for connector CCCEV.CCCEV:Evidence:isAbout is unknown +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:EvidenceTypeList:(EvidenceTypeList -> EvidenceType)" does not have a name, it will be ignored. +10:04:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "CCCEV.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)", it matches multiple packages in the project. +10:04:18 WARN c.g.i.o.c.UriAssigner - Connector "CCCEV.CCCEV:Evidence:(Evidence -> Agent)" does not have a name, it will be ignored. +10:04:18 WARN c.g.i.o.c.UriAssigner - Ambiguous package name specified for connector "CCCEV.CCCEV:Evidence:isProvidedBy", it matches multiple packages in the project. diff --git a/report/doc/vocabularium/cccev-voc/translation/cccev-ap_en_merged.jsonld b/report/doc/vocabularium/cccev-voc/translation/cccev-ap_en_merged.jsonld index f83cf3e4d..528eedfa3 100644 --- a/report/doc/vocabularium/cccev-voc/translation/cccev-ap_en_merged.jsonld +++ b/report/doc/vocabularium/cccev-voc/translation/cccev-ap_en_merged.jsonld @@ -6252,7 +6252,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/vocabularium/cccev-voc/translation/cccev.jsonld b/report/doc/vocabularium/cccev-voc/translation/cccev.jsonld index 1ac0f93d8..1d612e24b 100644 --- a/report/doc/vocabularium/cccev-voc/translation/cccev.jsonld +++ b/report/doc/vocabularium/cccev-voc/translation/cccev.jsonld @@ -6200,6 +6200,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/cccev-voc", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/core-business/all-core-business.jsonld b/report/doc/vocabularium/core-business/all-core-business.jsonld index 83fac7c39..5e1b4fe1b 100644 --- a/report/doc/vocabularium/core-business/all-core-business.jsonld +++ b/report/doc/vocabularium/core-business/all-core-business.jsonld @@ -4785,6 +4785,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/core-business", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/core-business/core-business.report b/report/doc/vocabularium/core-business/core-business.report index b2aa97dbc..c161d457b 100644 --- a/report/doc/vocabularium/core-business/core-business.report +++ b/report/doc/vocabularium/core-business/core-business.report @@ -2,67 +2,67 @@ Load mapping config:config/config-voc.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') -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:15 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Event -13:27:15 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model, Model.ISA Core Vocabularies v2.00 -13:27:15 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name -13:27:15 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:15 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . -13:27:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:27:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . -13:27:15 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri -13:27:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . -13:27:15 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -13:27:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:27:15 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:27:15 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -13:27:15 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -13:27:15 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. -13:27:15 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. -13:27:15 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:headOf is unknown -13:27:15 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. -13:27:15 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. -13:27:15 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. -13:27:15 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:memberOf is unknown -13:27:15 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:Organization:hasMember is unknown -13:27:15 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. -13:27:15 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. -13:27:15 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. -13:27:15 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. -13:27:15 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalFormType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:15 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityStatus": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:15 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityActivity": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:15 WARN c.g.i.o.c.Converter - Element registrationDate has same prefix as package: simplify by removing the extra tag uri -13:27:15 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -13:27:15 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -13:27:15 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri -13:27:15 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:21 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Event +10:04:21 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model, Model.ISA Core Vocabularies v2.00 +10:04:21 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name +10:04:21 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . +10:04:21 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:21 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:21 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:headOf is unknown +10:04:21 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. +10:04:21 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. +10:04:21 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. +10:04:21 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:memberOf is unknown +10:04:21 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:Organization:hasMember is unknown +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:21 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. +10:04:21 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:21 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:21 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalFormType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:21 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityStatus": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:21 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityActivity": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:21 WARN c.g.i.o.c.Converter - Element registrationDate has same prefix as package: simplify by removing the extra tag uri +10:04:21 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:21 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:21 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:21 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. diff --git a/report/doc/vocabularium/core-business/translation/core-business-ap_en_merged.jsonld b/report/doc/vocabularium/core-business/translation/core-business-ap_en_merged.jsonld index d51dc52ac..183044936 100644 --- a/report/doc/vocabularium/core-business/translation/core-business-ap_en_merged.jsonld +++ b/report/doc/vocabularium/core-business/translation/core-business-ap_en_merged.jsonld @@ -4820,7 +4820,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/vocabularium/core-business/translation/core-business.jsonld b/report/doc/vocabularium/core-business/translation/core-business.jsonld index 83fac7c39..5e1b4fe1b 100644 --- a/report/doc/vocabularium/core-business/translation/core-business.jsonld +++ b/report/doc/vocabularium/core-business/translation/core-business.jsonld @@ -4785,6 +4785,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/core-business", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/core-location/all-core-location.jsonld b/report/doc/vocabularium/core-location/all-core-location.jsonld index 5a0f125fe..c16b90907 100644 --- a/report/doc/vocabularium/core-location/all-core-location.jsonld +++ b/report/doc/vocabularium/core-location/all-core-location.jsonld @@ -3459,6 +3459,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/core-location", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/core-location/core-location.report b/report/doc/vocabularium/core-location/core-location.report index f07155447..7122206f0 100644 --- a/report/doc/vocabularium/core-location/core-location.report +++ b/report/doc/vocabularium/core-location/core-location.report @@ -2,62 +2,62 @@ Load mapping config:config/config-voc.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') -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:17 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model, Model.ISA Core Vocabularies v2.00.DataTypes -13:27:17 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Service -13:27:17 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel -13:27:17 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:17 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:17 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -13:27:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -13:27:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . -13:27:18 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri -13:27:18 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . -13:27:18 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. -13:27:18 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -13:27:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. -13:27:18 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. -13:27:18 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. -13:27:18 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -13:27:18 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. -13:27:18 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri -13:27:18 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri -13:27:18 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:18 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri -13:27:18 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:18 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri -13:27:18 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:18 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:18 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:18 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:18 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:18 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:18 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". -13:27:18 ERROR c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:24 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model +10:04:24 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Vocabulary +10:04:24 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued +10:04:24 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:04:24 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri +10:04:24 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:04:24 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:04:24 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:24 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:24 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:04:24 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:04:24 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:04:24 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:04:24 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:04:24 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:04:24 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:24 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri +10:04:24 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:24 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri +10:04:24 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name". +10:04:24 ERROR c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent diff --git a/report/doc/vocabularium/core-location/translation/core-location-ap_en_merged.jsonld b/report/doc/vocabularium/core-location/translation/core-location-ap_en_merged.jsonld index 77a305a7f..f7dadbd86 100644 --- a/report/doc/vocabularium/core-location/translation/core-location-ap_en_merged.jsonld +++ b/report/doc/vocabularium/core-location/translation/core-location-ap_en_merged.jsonld @@ -3481,7 +3481,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/vocabularium/core-location/translation/core-location.jsonld b/report/doc/vocabularium/core-location/translation/core-location.jsonld index 5a0f125fe..c16b90907 100644 --- a/report/doc/vocabularium/core-location/translation/core-location.jsonld +++ b/report/doc/vocabularium/core-location/translation/core-location.jsonld @@ -3459,6 +3459,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/core-location", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/core-person/all-core-person-voc.jsonld b/report/doc/vocabularium/core-person/all-core-person-voc.jsonld index c4eef94e3..874245e7e 100644 --- a/report/doc/vocabularium/core-person/all-core-person-voc.jsonld +++ b/report/doc/vocabularium/core-person/all-core-person-voc.jsonld @@ -5770,6 +5770,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/core-person", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/core-person/core-person-voc.report b/report/doc/vocabularium/core-person/core-person-voc.report index cf5db0f41..766dcb6f8 100644 --- a/report/doc/vocabularium/core-person/core-person-voc.report +++ b/report/doc/vocabularium/core-person/core-person-voc.report @@ -2,69 +2,69 @@ Load mapping config:config/config-voc.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') -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:20 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business -13:27:20 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00 -13:27:20 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone -13:27:20 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:20 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:20 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:27:20 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -13:27:20 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -13:27:20 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . -13:27:20 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:20 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:27:20 WARN c.g.i.o.c.Converter - Element GenericDate has same prefix as package: simplify by removing the extra tag uri -13:27:20 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . -13:27:20 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -13:27:20 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown -13:27:20 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:20 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri -13:27:20 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri -13:27:20 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri -13:27:20 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:20 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri -13:27:20 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri -13:27:20 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:20 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:20 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -13:27:20 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -13:27:20 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:26 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Public Event +10:04:26 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model, Model.ISA Core Vocabularies v2.00 +10:04:26 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:Asset:issued +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email +10:04:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:27 WARN c.g.i.o.c.Converter - Element GenericDate has same prefix as package: simplify by removing the extra tag uri +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . +10:04:27 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:27 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:27 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:27 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:27 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:27 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri diff --git a/report/doc/vocabularium/core-person/translation/core-person-ap_en_merged.jsonld b/report/doc/vocabularium/core-person/translation/core-person-ap_en_merged.jsonld index dfd2d4378..c799dbc0e 100644 --- a/report/doc/vocabularium/core-person/translation/core-person-ap_en_merged.jsonld +++ b/report/doc/vocabularium/core-person/translation/core-person-ap_en_merged.jsonld @@ -5814,7 +5814,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/vocabularium/core-person/translation/core-person-voc.jsonld b/report/doc/vocabularium/core-person/translation/core-person-voc.jsonld index c4eef94e3..874245e7e 100644 --- a/report/doc/vocabularium/core-person/translation/core-person-voc.jsonld +++ b/report/doc/vocabularium/core-person/translation/core-person-voc.jsonld @@ -5770,6 +5770,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/core-person", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/core-public-organisation/all-core-public-organisation.jsonld b/report/doc/vocabularium/core-public-organisation/all-core-public-organisation.jsonld index bdc554948..cde4b8ac8 100644 --- a/report/doc/vocabularium/core-public-organisation/all-core-public-organisation.jsonld +++ b/report/doc/vocabularium/core-public-organisation/all-core-public-organisation.jsonld @@ -6660,6 +6660,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/core-public-organisation", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/core-public-organisation/core-public-organisation.report b/report/doc/vocabularium/core-public-organisation/core-public-organisation.report index 74a30c849..0b4960ce7 100644 --- a/report/doc/vocabularium/core-public-organisation/core-public-organisation.report +++ b/report/doc/vocabularium/core-public-organisation/core-public-organisation.report @@ -2,92 +2,92 @@ Load mapping config:config/config-voc.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') -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:22 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person -13:27:22 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model, Model.ISA Core Vocabularies v2.00.DataTypes -13:27:22 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail -13:27:22 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:22 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:27:22 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . -13:27:22 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . -13:27:22 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:27:22 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . -13:27:22 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown -13:27:22 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown -13:27:22 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. -13:27:22 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown -13:27:22 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. -13:27:22 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. -13:27:22 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown -13:27:22 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown -13:27:22 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown -13:27:22 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. -13:27:22 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. -13:27:22 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown -13:27:22 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown -13:27:22 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown -13:27:22 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. -13:27:22 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. -13:27:22 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown -13:27:22 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown -13:27:22 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -13:27:22 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -13:27:22 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri -13:27:23 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:23 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:23 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri -13:27:23 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:23 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:23 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:23 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:29 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event +10:04:29 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model +10:04:29 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept +10:04: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): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description +10:04: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): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04: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): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04: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#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04: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): Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04: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): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04: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): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04: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/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:29 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:29 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:29 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:29 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown +10:04:29 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown +10:04:29 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown +10:04:29 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:29 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:29 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:29 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:29 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:29 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri +10:04:29 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:29 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". diff --git a/report/doc/vocabularium/core-public-organisation/translation/core-public-organisation-ap_en_merged.jsonld b/report/doc/vocabularium/core-public-organisation/translation/core-public-organisation-ap_en_merged.jsonld index 9be44dd78..9d0d1036e 100644 --- a/report/doc/vocabularium/core-public-organisation/translation/core-public-organisation-ap_en_merged.jsonld +++ b/report/doc/vocabularium/core-public-organisation/translation/core-public-organisation-ap_en_merged.jsonld @@ -6713,7 +6713,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/vocabularium/core-public-organisation/translation/core-public-organisation.jsonld b/report/doc/vocabularium/core-public-organisation/translation/core-public-organisation.jsonld index bdc554948..cde4b8ac8 100644 --- a/report/doc/vocabularium/core-public-organisation/translation/core-public-organisation.jsonld +++ b/report/doc/vocabularium/core-public-organisation/translation/core-public-organisation.jsonld @@ -6660,6 +6660,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/core-public-organisation", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/cpev/all-core-public-event.jsonld b/report/doc/vocabularium/cpev/all-core-public-event.jsonld index fd79f687b..3ee00ee63 100644 --- a/report/doc/vocabularium/cpev/all-core-public-event.jsonld +++ b/report/doc/vocabularium/cpev/all-core-public-event.jsonld @@ -3831,18 +3831,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasTime", "inpackage": "UNKNOWN", - "usageNote-en": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, "label-en": { "en": "has time" }, "definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, @@ -3851,12 +3845,12 @@ }, "extra": { "EA-Name": "hasTime", - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "Participation", + "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", "EA-Range": "TemporalEntity", "RangeData": { "EA-Name": "TemporalEntity", @@ -3872,28 +3866,19 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, + "usage": "", "label-en": { "en": "has time" }, "definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usageNote-en": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." - }, { "key": "uri", "value": "NOTE", @@ -3905,17 +3890,12 @@ "note": "has time" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + "note": "The association of a temporal entity (instant or interval) to any thing." } ], "DestRoleTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." - }, { "key": "uri", "value": "NOTE", @@ -3927,9 +3907,9 @@ "note": "has time" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + "note": "The association of a temporal entity (instant or interval) to any thing." } ], "Scope": "NOTHING" @@ -3937,8 +3917,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://data.europa.eu/m8g/Participation", + "EA-Name": "Participation" } ], "range": [ @@ -3958,12 +3938,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasTime", "inpackage": "UNKNOWN", + "usageNote-en": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "label-en": { "en": "has time" }, "definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, @@ -3972,12 +3958,12 @@ }, "extra": { "EA-Name": "hasTime", - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Participation", - "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "TemporalEntity", "RangeData": { "EA-Name": "TemporalEntity", @@ -3993,19 +3979,28 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": "", + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "label-en": { "en": "has time" }, "definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usageNote-en": "", + "usageNote-en": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ + { + "key": "definition-en", + "value": "NOTE", + "note": "The association of a temporal entity (instant or interval) to any thing." + }, { "key": "uri", "value": "NOTE", @@ -4017,12 +4012,17 @@ "note": "has time" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } ], "DestRoleTags": [ + { + "key": "definition-en", + "value": "NOTE", + "note": "The association of a temporal entity (instant or interval) to any thing." + }, { "key": "uri", "value": "NOTE", @@ -4034,9 +4034,9 @@ "note": "has time" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } ], "Scope": "NOTHING" @@ -4044,8 +4044,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/Participation", - "EA-Name": "Participation" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -5394,6 +5394,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/cpev", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/cpev/core-public-event.jsonld b/report/doc/vocabularium/cpev/core-public-event.jsonld index 9a42472d8..272e5bbd9 100644 --- a/report/doc/vocabularium/cpev/core-public-event.jsonld +++ b/report/doc/vocabularium/cpev/core-public-event.jsonld @@ -850,12 +850,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasTime", "inpackage": "UNKNOWN", -"usageNote-en" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "label-en" : {"en": "has time", "en": "has time"}, "definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing.", "en": "The association of a temporal entity (instant or interval) to any thing."}, "usage" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}, -"extra": {"EA-Name" : "hasTime", "EA-Guid" : "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "TemporalEntity", "RangeData" : {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" }, "sourceRole" : "null", "destRole" : "hasTime", "label" : "has time", "definition" : "The association of a temporal entity (instant or interval) to any thing.", "usage" : "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "label-en" : "has time", "definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "usageNote-en" : "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "label-en" : "has time", "definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "usageNote-en" : "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology." }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology." }], "Scope" : "NOTHING", "usageNote-en" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "label-en" : {"en": "has time", "en": "has time"}, "definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing.", "en": "The association of a temporal entity (instant or interval) to any thing."}, "usage" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}}, +"label-en" : {"en": "has time", "en": "has time"}, "definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing.", "en": "The association of a temporal entity (instant or interval) to any thing."}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}, +"extra": {"EA-Name" : "hasTime", "EA-Guid" : "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Participation", "EA-Domain-Guid" : "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", "EA-Range" : "TemporalEntity", "RangeData" : {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" }, "sourceRole" : "null", "destRole" : "hasTime", "label" : "has time", "definition" : "The association of a temporal entity (instant or interval) to any thing.", "usage" : "", "label-en" : "has time", "definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "usageNote-en" : "", "label-en" : "has time", "definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }], "Scope" : "NOTHING", "label-en" : {"en": "has time", "en": "has time"}, "definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing.", "en": "The association of a temporal entity (instant or interval) to any thing."}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } +{ "uri": "http://data.europa.eu/m8g/Participation", "EA-Name" : "Participation" } ], "range": [ {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" } @@ -870,12 +870,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasTime", "inpackage": "UNKNOWN", -"label-en" : {"en": "has time", "en": "has time"}, "definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing.", "en": "The association of a temporal entity (instant or interval) to any thing."}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}, -"extra": {"EA-Name" : "hasTime", "EA-Guid" : "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Participation", "EA-Domain-Guid" : "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", "EA-Range" : "TemporalEntity", "RangeData" : {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" }, "sourceRole" : "null", "destRole" : "hasTime", "label" : "has time", "definition" : "The association of a temporal entity (instant or interval) to any thing.", "usage" : "", "label-en" : "has time", "definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "usageNote-en" : "", "label-en" : "has time", "definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }], "Scope" : "NOTHING", "label-en" : {"en": "has time", "en": "has time"}, "definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing.", "en": "The association of a temporal entity (instant or interval) to any thing."}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}}, +"usageNote-en" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "label-en" : {"en": "has time", "en": "has time"}, "definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing.", "en": "The association of a temporal entity (instant or interval) to any thing."}, "usage" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}, +"extra": {"EA-Name" : "hasTime", "EA-Guid" : "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "TemporalEntity", "RangeData" : {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" }, "sourceRole" : "null", "destRole" : "hasTime", "label" : "has time", "definition" : "The association of a temporal entity (instant or interval) to any thing.", "usage" : "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "label-en" : "has time", "definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "usageNote-en" : "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "label-en" : "has time", "definition-en" : "The association of a temporal entity (instant or interval) to any thing.", "usageNote-en" : "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology." }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The association of a temporal entity (instant or interval) to any thing." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/2006\/time#hasTime" }, { "key": "label-en", "value": "NOTE", "note": "has time" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology." }], "Scope" : "NOTHING", "usageNote-en" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology.", "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "label-en" : {"en": "has time", "en": "has time"}, "definition-en" : {"en": "The association of a temporal entity (instant or interval) to any thing.", "en": "The association of a temporal entity (instant or interval) to any thing."}, "usage" : {"en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time<\/a> example from the Time ontology."}, "definition" : {"en": "The association of a temporal entity (instant or interval) to any thing."}, "label" : {"en": "has time"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/Participation", "EA-Name" : "Participation" } +{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } ], "range": [ {"EA-Name" : "TemporalEntity", "EA-GUID" : "{843E94FC-B17A-4840-AEB2-0D67AB463B92}", "EA-Package" : "time", "uri" : "http://www.w3.org/2006/time#TemporalEntity" } diff --git a/report/doc/vocabularium/cpev/core-public-event.report b/report/doc/vocabularium/cpev/core-public-event.report index 93cb5325e..c14423b75 100644 --- a/report/doc/vocabularium/cpev/core-public-event.report +++ b/report/doc/vocabularium/cpev/core-public-event.report @@ -2,84 +2,84 @@ Load mapping config:config/config-voc.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') -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:25 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00 -13:27:25 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Person -13:27:25 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel -13:27:25 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:25 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri -13:27:25 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . -13:27:25 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -13:27:25 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:25 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . -13:27:25 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:25 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:27:25 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri -13:27:25 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . -13:27:25 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. -13:27:25 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasPreviousEvent" belongs to package "Core Public Event" based on source and target definition. -13:27:25 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasNextEvent" belongs to package "Core Public Event" based on source and target definition. -13:27:25 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasParticipant is unknown -13:27:25 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:participates is unknown -13:27:25 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:25 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown -13:27:25 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Participation)" since it lacks a defining package. -13:27:25 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasParticipation is unknown -13:27:25 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> TemporalEntity)" since it lacks a defining package. -13:27:25 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasTime is unknown -13:27:25 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:(Participation -> TemporalEntity)" since it lacks a defining package. -13:27:25 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasTime is unknown -13:27:25 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. -13:27:25 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> ContactPoint)" since it lacks a defining package. -13:27:25 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:contactPoint is unknown -13:27:25 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:25 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown -13:27:25 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:parentEvent" belongs to package "Core Public Event" based on source and target definition. -13:27:25 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:subEvent" belongs to package "Core Public Event" based on source and target definition. -13:27:25 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:25 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:format": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:25 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:25 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:25 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:25 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:25 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:25 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri -13:27:25 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:role": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:32 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model, Model.ISA Core Vocabularies v2.00 +10:04:32 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Organisation +10:04:32 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.dct:Agent:name +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/name): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name +10:04:32 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:32 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . +10:04:32 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:32 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri +10:04:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:(Participation -> TemporalEntity)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasTime is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:hasParticipant is unknown +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:participates is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> ContactPoint)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:contactPoint is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> Participation)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasParticipation is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:32 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasPreviousEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:32 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasNextEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:(PublicEvent -> TemporalEntity)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:hasTime is unknown +10:04:32 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:parentEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:32 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:subEvent" belongs to package "Core Public Event" based on source and target definition. +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:32 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:format": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Element frequency has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:32 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri +10:04:32 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:role": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. diff --git a/report/doc/vocabularium/cpev/translation/core-public-event-ap_en.json b/report/doc/vocabularium/cpev/translation/core-public-event-ap_en.json index 63a64627c..25a15def3 100644 --- a/report/doc/vocabularium/cpev/translation/core-public-event-ap_en.json +++ b/report/doc/vocabularium/cpev/translation/core-public-event-ap_en.json @@ -429,26 +429,26 @@ } }, { - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "name": "hasTime", "label": { "en": "has time" }, "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." - }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } }, { - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "name": "hasTime", "label": { "en": "has time" }, "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." + }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } }, { diff --git a/report/doc/vocabularium/cpev/translation/core-public-event-ap_en_merged.jsonld b/report/doc/vocabularium/cpev/translation/core-public-event-ap_en_merged.jsonld index 6e1e09267..5580fac73 100644 --- a/report/doc/vocabularium/cpev/translation/core-public-event-ap_en_merged.jsonld +++ b/report/doc/vocabularium/cpev/translation/core-public-event-ap_en_merged.jsonld @@ -2690,7 +2690,7 @@ { "@id": "http://www.w3.org/2006/time#hasTime", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "codelist": [], "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." @@ -2700,17 +2700,12 @@ }, "domain": [ { - "EA-Name": "PublicEvent", - "uri": "http://data.europa.eu/m8g/PublicEvent" + "EA-Name": "Participation", + "uri": "http://data.europa.eu/m8g/Participation" } ], "extra": { "DestRoleTags": [ - { - "key": "definition-en", - "note": "The association of a temporal entity (instant or interval) to any thing.", - "value": "NOTE" - }, { "key": "uri", "note": "http://www.w3.org/2006/time#hasTime", @@ -2722,14 +2717,14 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", + "key": "definition-en", + "note": "The association of a temporal entity (instant or interval) to any thing.", "value": "NOTE" } ], - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Domain": "Participation", + "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "EA-Name": "hasTime", "EA-Package": "", "EA-Range": "TemporalEntity", @@ -2741,11 +2736,6 @@ "uri": "http://www.w3.org/2006/time#TemporalEntity" }, "RawTags": [ - { - "key": "definition-en", - "note": "The association of a temporal entity (instant or interval) to any thing.", - "value": "NOTE" - }, { "key": "uri", "note": "http://www.w3.org/2006/time#hasTime", @@ -2757,8 +2747,8 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", + "key": "definition-en", + "note": "The association of a temporal entity (instant or interval) to any thing.", "value": "NOTE" } ], @@ -2782,12 +2772,8 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, - "usageNote-en": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], "inpackage": "UNKNOWN", @@ -2807,18 +2793,12 @@ "EA-Package": "time", "uri": "http://www.w3.org/2006/time#TemporalEntity" } - ], - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, - "usageNote-en": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - } + ] }, { "@id": "http://www.w3.org/2006/time#hasTime", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "codelist": [], "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." @@ -2828,12 +2808,17 @@ }, "domain": [ { - "EA-Name": "Participation", - "uri": "http://data.europa.eu/m8g/Participation" + "EA-Name": "PublicEvent", + "uri": "http://data.europa.eu/m8g/PublicEvent" } ], "extra": { "DestRoleTags": [ + { + "key": "definition-en", + "note": "The association of a temporal entity (instant or interval) to any thing.", + "value": "NOTE" + }, { "key": "uri", "note": "http://www.w3.org/2006/time#hasTime", @@ -2845,14 +2830,14 @@ "value": "NOTE" }, { - "key": "definition-en", - "note": "The association of a temporal entity (instant or interval) to any thing.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", "value": "NOTE" } ], - "EA-Domain": "Participation", - "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "EA-Name": "hasTime", "EA-Package": "", "EA-Range": "TemporalEntity", @@ -2864,6 +2849,11 @@ "uri": "http://www.w3.org/2006/time#TemporalEntity" }, "RawTags": [ + { + "key": "definition-en", + "note": "The association of a temporal entity (instant or interval) to any thing.", + "value": "NOTE" + }, { "key": "uri", "note": "http://www.w3.org/2006/time#hasTime", @@ -2875,8 +2865,8 @@ "value": "NOTE" }, { - "key": "definition-en", - "note": "The association of a temporal entity (instant or interval) to any thing.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", "value": "NOTE" } ], @@ -2900,8 +2890,12 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, + "usageNote-en": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + } }, "generalization": [], "inpackage": "UNKNOWN", @@ -2921,7 +2915,13 @@ "EA-Package": "time", "uri": "http://www.w3.org/2006/time#TemporalEntity" } - ] + ], + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, + "usageNote-en": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + } }, { "@id": "http://www.w3.org/ns/locn#addressArea", @@ -5436,7 +5436,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/vocabularium/cpev/translation/core-public-event.jsonld b/report/doc/vocabularium/cpev/translation/core-public-event.jsonld index fd79f687b..3ee00ee63 100644 --- a/report/doc/vocabularium/cpev/translation/core-public-event.jsonld +++ b/report/doc/vocabularium/cpev/translation/core-public-event.jsonld @@ -3831,18 +3831,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasTime", "inpackage": "UNKNOWN", - "usageNote-en": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, "label-en": { "en": "has time" }, "definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, @@ -3851,12 +3845,12 @@ }, "extra": { "EA-Name": "hasTime", - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "Participation", + "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", "EA-Range": "TemporalEntity", "RangeData": { "EA-Name": "TemporalEntity", @@ -3872,28 +3866,19 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, + "usage": "", "label-en": { "en": "has time" }, "definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usageNote-en": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." - }, { "key": "uri", "value": "NOTE", @@ -3905,17 +3890,12 @@ "note": "has time" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + "note": "The association of a temporal entity (instant or interval) to any thing." } ], "DestRoleTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." - }, { "key": "uri", "value": "NOTE", @@ -3927,9 +3907,9 @@ "note": "has time" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + "note": "The association of a temporal entity (instant or interval) to any thing." } ], "Scope": "NOTHING" @@ -3937,8 +3917,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://data.europa.eu/m8g/Participation", + "EA-Name": "Participation" } ], "range": [ @@ -3958,12 +3938,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasTime", "inpackage": "UNKNOWN", + "usageNote-en": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "label-en": { "en": "has time" }, "definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, @@ -3972,12 +3958,12 @@ }, "extra": { "EA-Name": "hasTime", - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Participation", - "EA-Domain-Guid": "{14704EB8-9AA0-43e4-96BA-F57766ADA858}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "TemporalEntity", "RangeData": { "EA-Name": "TemporalEntity", @@ -3993,19 +3979,28 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usage": "", + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "label-en": { "en": "has time" }, "definition-en": { "en": "The association of a temporal entity (instant or interval) to any thing." }, - "usageNote-en": "", + "usageNote-en": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ + { + "key": "definition-en", + "value": "NOTE", + "note": "The association of a temporal entity (instant or interval) to any thing." + }, { "key": "uri", "value": "NOTE", @@ -4017,12 +4012,17 @@ "note": "has time" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } ], "DestRoleTags": [ + { + "key": "definition-en", + "value": "NOTE", + "note": "The association of a temporal entity (instant or interval) to any thing." + }, { "key": "uri", "value": "NOTE", @@ -4034,9 +4034,9 @@ "note": "has time" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The association of a temporal entity (instant or interval) to any thing." + "note": "NOTE$ea_notes=This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology." } ], "Scope": "NOTHING" @@ -4044,8 +4044,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/Participation", - "EA-Name": "Participation" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -5394,6 +5394,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/cpev", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/cpev/translation/core-public-event_de.json b/report/doc/vocabularium/cpev/translation/core-public-event_de.json index c319546f4..91da0c9e8 100644 --- a/report/doc/vocabularium/cpev/translation/core-public-event_de.json +++ b/report/doc/vocabularium/cpev/translation/core-public-event_de.json @@ -519,7 +519,7 @@ } }, { - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "name": "hasTime", "label": { "en": "has time", @@ -528,14 +528,10 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing.", "de": "Enter your translation here" - }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", - "de": "Enter your translation here" } }, { - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "name": "hasTime", "label": { "en": "has time", @@ -544,6 +540,10 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing.", "de": "Enter your translation here" + }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", + "de": "Enter your translation here" } }, { diff --git a/report/doc/vocabularium/cpev/translation/core-public-event_fr.json b/report/doc/vocabularium/cpev/translation/core-public-event_fr.json index 57d4d892d..6bb3d684d 100644 --- a/report/doc/vocabularium/cpev/translation/core-public-event_fr.json +++ b/report/doc/vocabularium/cpev/translation/core-public-event_fr.json @@ -519,7 +519,7 @@ } }, { - "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", + "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", "name": "hasTime", "label": { "en": "has time", @@ -528,14 +528,10 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing.", "fr": "Enter your translation here" - }, - "usage": { - "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", - "fr": "Enter your translation here" } }, { - "EA-Guid": "{869A448C-578A-42b7-AE3D-CF60AA455F31}", + "EA-Guid": "{BCAD7F7C-594C-41bf-87D0-9E2D0376486D}", "name": "hasTime", "label": { "en": "has time", @@ -544,6 +540,10 @@ "definition": { "en": "The association of a temporal entity (instant or interval) to any thing.", "fr": "Enter your translation here" + }, + "usage": { + "en": "This property can be used to specify date or time of a Public Event via the Temporal Entity class, see the date time example from the Time ontology.", + "fr": "Enter your translation here" } }, { diff --git a/report/doc/vocabularium/ev-ap/all-ev-ap.jsonld b/report/doc/vocabularium/ev-ap/all-ev-ap.jsonld index 8ecae7a4a..c0f5e60f0 100644 --- a/report/doc/vocabularium/ev-ap/all-ev-ap.jsonld +++ b/report/doc/vocabularium/ev-ap/all-ev-ap.jsonld @@ -6498,12 +6498,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "StorageBatteryMeasurement", - "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", + "EA-Domain": "StorageBatteryDevice", + "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6536,57 +6536,57 @@ "subclass1": "", "sameAs": "", "RawTags": [ + { + "key": "usageNote-en", + "value": "NOTE", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " + }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "Core Location" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " + "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" - }, - { - "key": "package", - "value": "NOTE", - "note": "Core Location" } ], "DestRoleTags": [ + { + "key": "usageNote-en", + "value": "NOTE", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " + }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "Core Location" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " + "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" - }, - { - "key": "package", - "value": "NOTE", - "note": "Core Location" } ], "Scope": "NOTHING" @@ -6594,8 +6594,8 @@ "codelist": [], "domain": [ { - "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", - "EA-Name": "StorageBatteryMeasurement" + "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", + "EA-Name": "StorageBatteryDevice" } ], "range": [ @@ -6606,7 +6606,9 @@ "uri": "http://www.w3.org/ns/locn#Geometry" } ], - "generalization": [] + "generalization": [], + "minCardinality": "1", + "maxCardinality": "1" }, { "@id": "http://www.w3.org/ns/locn#geometry", @@ -6633,12 +6635,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "StorageBatteryDevice", - "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", + "EA-Domain": "StorageBatteryMeasurement", + "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6671,57 +6673,57 @@ "subclass1": "", "sameAs": "", "RawTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " - }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Location" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " }, { "key": "label-en", "value": "NOTE", "note": "geometry" + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Location" } ], "DestRoleTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " - }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Location" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                          " }, { "key": "label-en", "value": "NOTE", "note": "geometry" + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Location" } ], "Scope": "NOTHING" @@ -6729,8 +6731,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", - "EA-Name": "StorageBatteryDevice" + "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", + "EA-Name": "StorageBatteryMeasurement" } ], "range": [ @@ -6741,9 +6743,7 @@ "uri": "http://www.w3.org/ns/locn#Geometry" } ], - "generalization": [], - "minCardinality": "1", - "maxCardinality": "1" + "generalization": [] }, { "@id": "http://www.w3.org/ns/locn#geometry", @@ -7725,6 +7725,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/ev-ap", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/ev-ap/ev-ap.jsonld b/report/doc/vocabularium/ev-ap/ev-ap.jsonld index 81dc6a4c4..ce4096191 100644 --- a/report/doc/vocabularium/ev-ap/ev-ap.jsonld +++ b/report/doc/vocabularium/ev-ap/ev-ap.jsonld @@ -1293,38 +1293,38 @@ "name": "geometry", "inpackage": "OTHER_PACKAGE", "usageNote-en" : {"en": "

                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "en": "

                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "label-en" : {"en": "geometry", "en": "geometry"}, "definition-en" : {"en": "Associates any Resource with the corresponding Geometry.", "en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}, -"extra": {"EA-Name" : "geometry", "EA-Guid" : "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "StorageBatteryMeasurement", "EA-Domain-Guid" : "{A4952697-83C6-46e3-B164-E16F7112847D}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "label-en" : "geometry", "definition-en" : "Associates any Resource with the corresponding Geometry.", "usageNote-en" : "

                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "label-en" : "geometry", "definition-en" : "Associates any Resource with the corresponding Geometry.", "usageNote-en" : "

                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "

                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "en": "

                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "label-en" : {"en": "geometry", "en": "geometry"}, "definition-en" : {"en": "Associates any Resource with the corresponding Geometry.", "en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, +"extra": {"EA-Name" : "geometry", "EA-Guid" : "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "StorageBatteryDevice", "EA-Domain-Guid" : "{9D0533D0-391E-4671-B089-2896908670A5}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "label-en" : "geometry", "definition-en" : "Associates any Resource with the corresponding Geometry.", "usageNote-en" : "

                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "label-en" : "geometry", "definition-en" : "Associates any Resource with the corresponding Geometry.", "usageNote-en" : "

                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "

                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "en": "

                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "label-en" : {"en": "geometry", "en": "geometry"}, "definition-en" : {"en": "Associates any Resource with the corresponding Geometry.", "en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, "codelist": [ ], "domain": [ -{ "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", "EA-Name" : "StorageBatteryMeasurement" } +{ "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", "EA-Name" : "StorageBatteryDevice" } ], "range": [ {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" } ], "generalization": [ -]} +], +"minCardinality": "1", +"maxCardinality": "1"} , { "@id": "http://www.w3.org/ns/locn#geometry", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "geometry", "inpackage": "OTHER_PACKAGE", "usageNote-en" : {"en": "

                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "en": "

                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "label-en" : {"en": "geometry", "en": "geometry"}, "definition-en" : {"en": "Associates any Resource with the corresponding Geometry.", "en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}, -"extra": {"EA-Name" : "geometry", "EA-Guid" : "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "StorageBatteryDevice", "EA-Domain-Guid" : "{9D0533D0-391E-4671-B089-2896908670A5}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "label-en" : "geometry", "definition-en" : "Associates any Resource with the corresponding Geometry.", "usageNote-en" : "

                                                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "label-en" : "geometry", "definition-en" : "Associates any Resource with the corresponding Geometry.", "usageNote-en" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "en": "

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "label-en" : {"en": "geometry", "en": "geometry"}, "definition-en" : {"en": "Associates any Resource with the corresponding Geometry.", "en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, +"extra": {"EA-Name" : "geometry", "EA-Guid" : "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "StorageBatteryMeasurement", "EA-Domain-Guid" : "{A4952697-83C6-46e3-B164-E16F7112847D}", "EA-Range" : "Geometry", "RangeData" : {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" }, "sourceRole" : "null", "destRole" : "geometry", "label" : "geometry", "definition" : "Associates any Resource with the corresponding Geometry.", "usage" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "label-en" : "geometry", "definition-en" : "Associates any Resource with the corresponding Geometry.", "usageNote-en" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "label-en" : "geometry", "definition-en" : "Associates any Resource with the corresponding Geometry.", "usageNote-en" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/www.w3.org\/ns\/locn#geometry" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Geometry." }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>" }, { "key": "label-en", "value": "NOTE", "note": "geometry" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>", "en": "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "label-en" : {"en": "geometry", "en": "geometry"}, "definition-en" : {"en": "Associates any Resource with the corresponding Geometry.", "en": "Associates any Resource with the corresponding Geometry."}, "usage" : {"en": "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat\/long) vocabulary, and at schema.org;<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.<\/li>\r\n<\/ul>\r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - WKT, GML, and RDF+WKT\/GML, as per the GeoSPARQL specification.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n <\/ul>\r\n <\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - RDF as per the W3C Basic Geo (WGS84 lat\/long) vocabulary.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - GeoHash URIs.<\/li>\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • - geo URIs.<\/li>\r\n <\/ul>\r\n <\/li>\r\n<\/ul>\r\n<\/p>"}, "definition" : {"en": "Associates any Resource with the corresponding Geometry."}, "label" : {"en": "geometry"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", "EA-Name" : "StorageBatteryDevice" } +{ "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", "EA-Name" : "StorageBatteryMeasurement" } ], "range": [ {"EA-Name" : "Geometry", "EA-GUID" : "{64FACE70-D1C3-42f6-BAB3-BEC548411487}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Geometry" } ], "generalization": [ -], -"minCardinality": "1", -"maxCardinality": "1"} +]} , { "@id": "http://www.w3.org/ns/locn#geometry", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", diff --git a/report/doc/vocabularium/ev-ap/ev-ap.report b/report/doc/vocabularium/ev-ap/ev-ap.report index baf1d7c7b..3a955aab3 100644 --- a/report/doc/vocabularium/ev-ap/ev-ap.report +++ b/report/doc/vocabularium/ev-ap/ev-ap.report @@ -2,69 +2,69 @@ Load mapping config:config/config-voc.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') -13:27:27 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:27 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.EV-AP.DataTypes". -13:27:27 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.EV-AP.Core Business, Model.EV-AP.Core Person, Model.EV-AP.Core Location, Model.EV-AP.ev, Model.EV-AP.Core Vocabulary -13:27:27 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.EV-AP.DataTypes, Model -13:27:27 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#date): Model.EV-AP.xsd:date, Model.EV-AP.Core Vocabulary:Date -13:27:27 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#integer): Model.EV-AP.xsd:integer, Model.EV-AP.Core Vocabulary:Integer -13:27:27 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.EV-AP.DataTypes:Code, Model.EV-AP.skos:Code, Model.EV-AP.Core Vocabulary:Code, Model.EV-AP.skos:Concept -13:27:27 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.EV-AP.Core Vocabulary:Event:type, Model.EV-AP.Core Vocabulary:Output:type -13:27:27 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.EV-AP.Core Vocabulary:Cost:identifier, Model.EV-AP.auto-vp:VehiclePart:identifier, Model.EV-AP.foaf:Agent:identifier -13:27:27 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.EV-AP.Core Vocabulary:Output:name, Model.EV-AP.foaf:Group:name, Model.EV-AP.foaf:Agent:name -13:27:27 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.EV-AP.org:ChangeEvent:description, Model.EV-AP.Core Vocabulary:Output:description, Model.EV-AP.Core Vocabulary:Event:description, Model.EV-AP.Core Vocabulary:Cost:description -13:27:27 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.EV-AP.Core Vocabulary:ContactInfo:email, Model.EV-AP.Core Vocabulary:ContactPoint:hasEmail -13:27:27 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.EV-AP.Core Vocabulary:ContactInfo:telephone, Model.EV-AP.Core Vocabulary:ContactPoint:hasTelephone -13:27:27 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". -13:27:27 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". -13:27:27 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". -13:27:27 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". -13:27:27 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ElectricCar" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryDevice" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EVChargingStation" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehiclePart" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "QuantityValue" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatteryManagement" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehicleSensor" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatterySensor" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryMeasurement" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "CarManufacturer" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:28 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -13:27:28 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" belongs to package "ev" based on source and target definition. -13:27:28 WARN c.g.i.o.c.UriAssigner - Connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" does not have a name, it will be ignored. -13:27:28 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:hasManufacturer" belongs to package "ev" based on source and target definition. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> StorageBatteryDevice)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:pluggedTo is unknown -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:VehiclePart:(VehiclePart -> QuantityValue)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfCharge is unknown -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> Geometry)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfHealth is unknown -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:VehiclePart:isPartOf is unknown -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:hasPart is unknown -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> BatteryManagement)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:reports is unknown -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalVoltage is unknown -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> Geometry)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Address)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmTransportation:EVChargingStation:address is unknown -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalCapacity is unknown -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> Address)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> EVChargingStation)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:chargedAt is unknown -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:BatteryManagement:(BatteryManagement -> StorageBatteryMeasurement)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:BatteryManagement:generates is unknown -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ElectricCar)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. -13:27:28 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Geometry)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.EV-AP.DataTypes". +10:04:35 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.EV-AP.Core Location, Model.EV-AP.Core Business, Model.EV-AP.ev, Model.EV-AP.Core Vocabulary, Model.EV-AP.Core Person +10:04:35 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.EV-AP.DataTypes, Model +10:04:35 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#integer): Model.EV-AP.xsd:integer, Model.EV-AP.Core Vocabulary:Integer +10:04:35 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.EV-AP.Core Vocabulary:Code, Model.EV-AP.skos:Code, Model.EV-AP.DataTypes:Code, Model.EV-AP.skos:Concept +10:04:35 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#date): Model.EV-AP.xsd:date, Model.EV-AP.Core Vocabulary:Date +10:04:35 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.EV-AP.Core Vocabulary:Output:description, Model.EV-AP.Core Vocabulary:Event:description, Model.EV-AP.org:ChangeEvent:description, Model.EV-AP.Core Vocabulary:Cost:description +10:04:35 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.EV-AP.Core Vocabulary:ContactPoint:hasEmail, Model.EV-AP.Core Vocabulary:ContactInfo:email +10:04:35 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.EV-AP.auto-vp:VehiclePart:identifier, Model.EV-AP.foaf:Agent:identifier, Model.EV-AP.Core Vocabulary:Cost:identifier +10:04:35 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.EV-AP.Core Vocabulary:ContactPoint:hasTelephone, Model.EV-AP.Core Vocabulary:ContactInfo:telephone +10:04:35 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.EV-AP.Core Vocabulary:Output:type, Model.EV-AP.Core Vocabulary:Event:type +10:04:35 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.EV-AP.foaf:Group:name, Model.EV-AP.Core Vocabulary:Output:name, Model.EV-AP.foaf:Agent:name +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". +10:04:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.EV-AP". +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ElectricCar" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryDevice" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EVChargingStation" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehiclePart" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "QuantityValue" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatteryManagement" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "VehicleSensor" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "BatterySensor" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "StorageBatteryMeasurement" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "CarManufacturer" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:35 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" belongs to package "ev" based on source and target definition. +10:04:35 WARN c.g.i.o.c.UriAssigner - Connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> CarManufacturer)" does not have a name, it will be ignored. +10:04:35 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.EV-AP.ev:ElectricCar:hasManufacturer" belongs to package "ev" based on source and target definition. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Address)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmTransportation:EVChargingStation:address is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalCapacity is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:VehiclePart:(VehiclePart -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vp:BatteryManagement:(BatteryManagement -> StorageBatteryMeasurement)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:BatteryManagement:generates is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfHealth is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ElectricCar)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> Geometry)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> EVChargingStation)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:chargedAt is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> Geometry)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmTransportation:EVChargingStation:(EVChargingStation -> Geometry)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:ElectricCar:(ElectricCar -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.sdmBattery:StorageBatteryMeasurement:(StorageBatteryMeasurement -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.sdmBattery:StorageBatteryMeasurement:stateOfCharge is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> BatteryManagement)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:reports is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.ev:StorageBatteryDevice:(StorageBatteryDevice -> QuantityValue)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:StorageBatteryDevice:nominalVoltage is unknown +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vp:VehiclePart:isPartOf is unknown +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.ev:ElectricCar:hasPart is unknown +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.EV-AP.auto-vs:BatterySensor:(BatterySensor -> StorageBatteryDevice)" since it lacks a defining package. +10:04:35 WARN c.g.i.o.c.Converter - Package for connector Model.EV-AP.auto-vs:BatterySensor:pluggedTo is unknown diff --git a/report/doc/vocabularium/ev-ap/translation/ev-ap.jsonld b/report/doc/vocabularium/ev-ap/translation/ev-ap.jsonld index 8ecae7a4a..c0f5e60f0 100644 --- a/report/doc/vocabularium/ev-ap/translation/ev-ap.jsonld +++ b/report/doc/vocabularium/ev-ap/translation/ev-ap.jsonld @@ -6498,12 +6498,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "StorageBatteryMeasurement", - "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", + "EA-Domain": "StorageBatteryDevice", + "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6536,57 +6536,57 @@ "subclass1": "", "sameAs": "", "RawTags": [ + { + "key": "usageNote-en", + "value": "NOTE", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          " + }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "Core Location" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          " + "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" - }, - { - "key": "package", - "value": "NOTE", - "note": "Core Location" } ], "DestRoleTags": [ + { + "key": "usageNote-en", + "value": "NOTE", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          " + }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "Core Location" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          " + "note": "Associates any Resource with the corresponding Geometry." }, { "key": "label-en", "value": "NOTE", "note": "geometry" - }, - { - "key": "package", - "value": "NOTE", - "note": "Core Location" } ], "Scope": "NOTHING" @@ -6594,8 +6594,8 @@ "codelist": [], "domain": [ { - "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", - "EA-Name": "StorageBatteryMeasurement" + "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", + "EA-Name": "StorageBatteryDevice" } ], "range": [ @@ -6606,7 +6606,9 @@ "uri": "http://www.w3.org/ns/locn#Geometry" } ], - "generalization": [] + "generalization": [], + "minCardinality": "1", + "maxCardinality": "1" }, { "@id": "http://www.w3.org/ns/locn#geometry", @@ -6633,12 +6635,12 @@ }, "extra": { "EA-Name": "geometry", - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "StorageBatteryDevice", - "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", + "EA-Domain": "StorageBatteryMeasurement", + "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", "EA-Range": "Geometry", "RangeData": { "EA-Name": "Geometry", @@ -6671,57 +6673,57 @@ "subclass1": "", "sameAs": "", "RawTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          " - }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Location" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          " }, { "key": "label-en", "value": "NOTE", "note": "geometry" + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Location" } ], "DestRoleTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          " - }, { "key": "uri", "value": "NOTE", "note": "http://www.w3.org/ns/locn#geometry" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Location" + "note": "Associates any Resource with the corresponding Geometry." }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Geometry." + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          " }, { "key": "label-en", "value": "NOTE", "note": "geometry" + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Location" } ], "Scope": "NOTHING" @@ -6729,8 +6731,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/StorageBatteryDevice", - "EA-Name": "StorageBatteryDevice" + "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement", + "EA-Name": "StorageBatteryMeasurement" } ], "range": [ @@ -6741,9 +6743,7 @@ "uri": "http://www.w3.org/ns/locn#Geometry" } ], - "generalization": [], - "minCardinality": "1", - "maxCardinality": "1" + "generalization": [] }, { "@id": "http://www.w3.org/ns/locn#geometry", @@ -7725,6 +7725,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/ev-ap", "documentcommit": "f2234cb7f5d356711e585d5699357094047c116b", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/ev-ap/translation/ev-ap_de.json b/report/doc/vocabularium/ev-ap/translation/ev-ap_de.json index feef18138..279862566 100644 --- a/report/doc/vocabularium/ev-ap/translation/ev-ap_de.json +++ b/report/doc/vocabularium/ev-ap/translation/ev-ap_de.json @@ -885,7 +885,7 @@ } }, { - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "name": "geometry", "label": { "en": "geometry", @@ -901,7 +901,7 @@ } }, { - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "name": "geometry", "label": { "en": "geometry", diff --git a/report/doc/vocabularium/ev-ap/translation/ev-ap_en.json b/report/doc/vocabularium/ev-ap/translation/ev-ap_en.json index 841d27ea0..0248f332d 100644 --- a/report/doc/vocabularium/ev-ap/translation/ev-ap_en.json +++ b/report/doc/vocabularium/ev-ap/translation/ev-ap_en.json @@ -733,7 +733,7 @@ } }, { - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "name": "geometry", "label": { "en": "geometry" @@ -746,7 +746,7 @@ } }, { - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "name": "geometry", "label": { "en": "geometry" diff --git a/report/doc/vocabularium/ev-ap/translation/ev-ap_en_merged.jsonld b/report/doc/vocabularium/ev-ap/translation/ev-ap_en_merged.jsonld index f9b121444..6c68cb14b 100644 --- a/report/doc/vocabularium/ev-ap/translation/ev-ap_en_merged.jsonld +++ b/report/doc/vocabularium/ev-ap/translation/ev-ap_en_merged.jsonld @@ -5427,7 +5427,7 @@ { "@id": "http://www.w3.org/ns/locn#geometry", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "codelist": [], "definition": { "en": "Associates any Resource with the corresponding Geometry." @@ -5437,41 +5437,41 @@ }, "domain": [ { - "EA-Name": "StorageBatteryMeasurement", - "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement" + "EA-Name": "StorageBatteryDevice", + "uri": "http://data.europa.eu/m8g/StorageBatteryDevice" } ], "extra": { "DestRoleTags": [ + { + "key": "usageNote-en", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", + "value": "NOTE" + }, { "key": "uri", "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Geometry.", + "key": "package", + "note": "Core Location", "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Geometry.", "value": "NOTE" }, { "key": "label-en", "note": "geometry", "value": "NOTE" - }, - { - "key": "package", - "note": "Core Location", - "value": "NOTE" } ], - "EA-Domain": "StorageBatteryMeasurement", - "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Domain": "StorageBatteryDevice", + "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "EA-Name": "geometry", "EA-Package": "", "EA-Range": "Geometry", @@ -5483,30 +5483,30 @@ "uri": "http://www.w3.org/ns/locn#Geometry" }, "RawTags": [ + { + "key": "usageNote-en", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", + "value": "NOTE" + }, { "key": "uri", "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Geometry.", + "key": "package", + "note": "Core Location", "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Geometry.", "value": "NOTE" }, { "key": "label-en", "note": "geometry", "value": "NOTE" - }, - { - "key": "package", - "note": "Core Location", - "value": "NOTE" } ], "Scope": "NOTHING", @@ -5544,6 +5544,8 @@ "label-en": { "en": "geometry" }, + "maxCardinality": "1", + "minCardinality": "1", "name": "geometry", "range": [ { @@ -5563,7 +5565,7 @@ { "@id": "http://www.w3.org/ns/locn#geometry", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "codelist": [], "definition": { "en": "Associates any Resource with the corresponding Geometry." @@ -5573,41 +5575,41 @@ }, "domain": [ { - "EA-Name": "StorageBatteryDevice", - "uri": "http://data.europa.eu/m8g/StorageBatteryDevice" + "EA-Name": "StorageBatteryMeasurement", + "uri": "https://smartdatamodels.org/dataModel.Battery/StorageBatteryMeasurement" } ], "extra": { "DestRoleTags": [ - { - "key": "usageNote-en", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", - "value": "NOTE" - }, { "key": "uri", "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { - "key": "package", - "note": "Core Location", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Geometry.", "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Geometry.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", "value": "NOTE" }, { "key": "label-en", "note": "geometry", "value": "NOTE" + }, + { + "key": "package", + "note": "Core Location", + "value": "NOTE" } ], - "EA-Domain": "StorageBatteryDevice", - "EA-Domain-Guid": "{9D0533D0-391E-4671-B089-2896908670A5}", - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Domain": "StorageBatteryMeasurement", + "EA-Domain-Guid": "{A4952697-83C6-46e3-B164-E16F7112847D}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "EA-Name": "geometry", "EA-Package": "", "EA-Range": "Geometry", @@ -5619,30 +5621,30 @@ "uri": "http://www.w3.org/ns/locn#Geometry" }, "RawTags": [ - { - "key": "usageNote-en", - "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", - "value": "NOTE" - }, { "key": "uri", "note": "http://www.w3.org/ns/locn#geometry", "value": "NOTE" }, { - "key": "package", - "note": "Core Location", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Geometry.", "value": "NOTE" }, { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Geometry.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Depending on how a geometry is encoded, the range of this property may be one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a literal (e.g., WKT - string literal -, GML, KML - XML literal)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - geocoded URIs, as geo or GeoHash URIs, treated as URI references.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nFor interoperability reasons, it is recommended using one of the following:\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Any geometry:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • - Points: one of the above, or:\r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - GeoHash URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • - geo URIs.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \r\n
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", "value": "NOTE" }, { "key": "label-en", "note": "geometry", "value": "NOTE" + }, + { + "key": "package", + "note": "Core Location", + "value": "NOTE" } ], "Scope": "NOTHING", @@ -5680,8 +5682,6 @@ "label-en": { "en": "geometry" }, - "maxCardinality": "1", - "minCardinality": "1", "name": "geometry", "range": [ { @@ -7793,7 +7793,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/vocabularium/ev-ap/translation/ev-ap_fr.json b/report/doc/vocabularium/ev-ap/translation/ev-ap_fr.json index 90f5b3f62..38a93d567 100644 --- a/report/doc/vocabularium/ev-ap/translation/ev-ap_fr.json +++ b/report/doc/vocabularium/ev-ap/translation/ev-ap_fr.json @@ -885,7 +885,7 @@ } }, { - "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", + "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", "name": "geometry", "label": { "en": "geometry", @@ -901,7 +901,7 @@ } }, { - "EA-Guid": "{DDDDD1AF-680A-4c03-A20B-2741A869A5BE}", + "EA-Guid": "{40ABC64D-C584-4b8b-8CF6-D2ACFECD7F55}", "name": "geometry", "label": { "en": "geometry", diff --git a/report/doc/vocabularium/m8g/release/3.0.0/all-core-vocabularies.jsonld b/report/doc/vocabularium/m8g/release/3.0.0/all-core-vocabularies.jsonld index 6e105163f..9abd13de8 100644 --- a/report/doc/vocabularium/m8g/release/3.0.0/all-core-vocabularies.jsonld +++ b/report/doc/vocabularium/m8g/release/3.0.0/all-core-vocabularies.jsonld @@ -5537,19 +5537,13 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", - "inpackage": "ACTIVE_PACKAGE", - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "inpackage": "OTHER_PACKAGE", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, "definition": { "en": "The main contact information of the resource." }, @@ -5558,12 +5552,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5579,83 +5573,79 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usage": "", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "CoreVocabulary" + "note": "The main contact information of the resource." }, { - "key": "usageNote-en", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "label-en", + "key": "usageNote", "value": "NOTE", - "note": "contact point" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "Core Person" } ], "DestRoleTags": [ { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "CoreVocabulary" + "note": "The main contact information of the resource." }, { - "key": "usageNote-en", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "label-en", + "key": "usageNote", "value": "NOTE", - "note": "contact point" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "Core Person" } ], - "Scope": "TRANSLATIONS_ONLY" + "Scope": "NOTHING" }, "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://www.w3.org/ns/person#Person", + "EA-Name": "Person" } ], "range": [ @@ -5695,12 +5685,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicOrganisation", - "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5734,9 +5724,9 @@ "sameAs": "", "RawTags": [ { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "http://data.europa.eu/m8g/contactPoint" }, { "key": "package", @@ -5744,26 +5734,26 @@ "note": "CoreVocabulary" }, { - "key": "label-en", + "key": "usageNote-en", "value": "NOTE", - "note": "contact point" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "The main contact information of the resource." } ], "DestRoleTags": [ { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "http://data.europa.eu/m8g/contactPoint" }, { "key": "package", @@ -5771,19 +5761,19 @@ "note": "CoreVocabulary" }, { - "key": "label-en", + "key": "usageNote-en", "value": "NOTE", - "note": "contact point" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "The main contact information of the resource." } ], "Scope": "TRANSLATIONS_ONLY" @@ -5791,8 +5781,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicOrganisation", - "EA-Name": "PublicOrganisation" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -5811,13 +5801,19 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", - "inpackage": "OTHER_PACKAGE", + "inpackage": "ACTIVE_PACKAGE", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "definition": { "en": "The main contact information of the resource." }, @@ -5826,12 +5822,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Domain": "PublicOrganisation", + "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5847,79 +5843,83 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": "", + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "label-en", + "key": "definition-en", "value": "NOTE", - "note": "contact point" + "note": "The main contact information of the resource." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "CoreVocabulary" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "usageNote", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "package", + "key": "usageNote-en", "value": "NOTE", - "note": "Core Person" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } ], "DestRoleTags": [ { - "key": "label-en", + "key": "definition-en", "value": "NOTE", - "note": "contact point" + "note": "The main contact information of the resource." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "CoreVocabulary" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "usageNote", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "package", + "key": "usageNote-en", "value": "NOTE", - "note": "Core Person" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } ], - "Scope": "NOTHING" + "Scope": "TRANSLATIONS_ONLY" }, "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/person#Person", - "EA-Name": "Person" + "uri": "http://data.europa.eu/m8g/PublicOrganisation", + "EA-Name": "PublicOrganisation" } ], "range": [ @@ -17104,6 +17104,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/m8g/release/3.0.0", "documentcommit": "6ddaed084a2c1c95ebfd94b827913d3ce6b65b09", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/m8g/release/3.0.0/core-vocabularies.jsonld b/report/doc/vocabularium/m8g/release/3.0.0/core-vocabularies.jsonld index 30bd534fa..d459aa633 100644 --- a/report/doc/vocabularium/m8g/release/3.0.0/core-vocabularies.jsonld +++ b/report/doc/vocabularium/m8g/release/3.0.0/core-vocabularies.jsonld @@ -1035,13 +1035,13 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", -"inpackage": "ACTIVE_PACKAGE", -"usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, -"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "Scope" : "TRANSLATIONS_ONLY", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, +"inpackage": "OTHER_PACKAGE", +"label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, +"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Person", "EA-Domain-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } +{ "uri": "http://www.w3.org/ns/person#Person", "EA-Name" : "Person" } ], "range": [ {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" } @@ -1057,11 +1057,11 @@ "name": "contactPoint", "inpackage": "ACTIVE_PACKAGE", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, -"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicOrganisation", "EA-Domain-Guid" : "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }], "Scope" : "TRANSLATIONS_ONLY", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, +"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "Scope" : "TRANSLATIONS_ONLY", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/PublicOrganisation", "EA-Name" : "PublicOrganisation" } +{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } ], "range": [ {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" } @@ -1075,13 +1075,13 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", -"inpackage": "OTHER_PACKAGE", -"label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, -"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Person", "EA-Domain-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, +"inpackage": "ACTIVE_PACKAGE", +"usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, +"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicOrganisation", "EA-Domain-Guid" : "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }], "Scope" : "TRANSLATIONS_ONLY", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/person#Person", "EA-Name" : "Person" } +{ "uri": "http://data.europa.eu/m8g/PublicOrganisation", "EA-Name" : "PublicOrganisation" } ], "range": [ {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" } diff --git a/report/doc/vocabularium/m8g/release/3.0.0/core-vocabularies.report b/report/doc/vocabularium/m8g/release/3.0.0/core-vocabularies.report index e5339f5b0..c7705a20c 100644 --- a/report/doc/vocabularium/m8g/release/3.0.0/core-vocabularies.report +++ b/report/doc/vocabularium/m8g/release/3.0.0/core-vocabularies.report @@ -2,230 +2,230 @@ Load mapping config:config/config-voc.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') -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.CCCEV". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:30 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00, Model, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.CCCEV, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.DataTypes -13:27:30 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasEmail -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:name -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:title -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:value, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:value -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:language -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:identifier -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:name -13:27:30 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasTelephone -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:30 WARN c.g.i.o.c.Converter - Element OpeningHoursSpecification has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OpeningHoursSpecification" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:27:30 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . -13:27:30 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:30 WARN c.g.i.o.c.Converter - Element FoundationEvent has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FoundationEvent" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . -13:27:30 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Concept" . -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -13:27:30 WARN c.g.i.o.c.Converter - Element Criterion has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . -13:27:30 WARN c.g.i.o.c.Converter - Element Event has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . -13:27:30 WARN c.g.i.o.c.Converter - Element Evidence has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -13:27:30 WARN c.g.i.o.c.Converter - Element EvidenceType has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . -13:27:30 WARN c.g.i.o.c.Converter - Element EvidenceTypeList has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . -13:27:30 WARN c.g.i.o.c.Converter - Element InformationConcept has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . -13:27:30 WARN c.g.i.o.c.Converter - Element InformationRequirement has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . -13:27:30 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . -13:27:30 WARN c.g.i.o.c.Converter - Element Requirement has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . -13:27:30 WARN c.g.i.o.c.Converter - Element SupportedValue has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . -13:27:30 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . -13:27:30 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . -13:27:30 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri -13:27:30 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:changedBy is unknown -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" does not have a name, it will be ignored. -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:memberOf" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasMember" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". -13:27:30 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" does not have a name, it will be ignored. -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:implements is unknown -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Document)" since it lacks a defining package. -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation is unknown -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". -13:27:30 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" does not have a name, it will be ignored. -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" since it lacks a defining package. -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:spatial is unknown -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" does not have a name, it will be ignored. -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. -13:27:30 ERROR c.g.i.o.c.UriAssigner - Invalid property URI "http://www.w3.org/2000/01/rdf-schema#", use empty URI connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:seeAlso. -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:identifier is unknown -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:homepage is unknown -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:address is unknown -13:27:30 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasUnit is unknown -13:27:30 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:isConformantTo" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:prev" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:next" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown -13:27:30 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:resultedFrom is unknown -13:27:30 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:30 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. -13:27:30 WARN c.g.i.o.c.Converter - Element dayOfWeek has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element validFrom has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element validThrough has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element weightingConsiderationDescription has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element weightingType has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element weight has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element bias has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type". -13:27:30 WARN c.g.i.o.c.Converter - Element confidentialityLevelType has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:30 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:30 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:30 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:30 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:30 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:30 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent -13:27:30 WARN c.g.i.o.c.Converter - Element evidenceTypeClassification has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element expressionOfExpectedValue has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element query has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element value has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:role": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:format": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:30 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri -13:27:30 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.CCCEV". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:37 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.Core Public Service, Model, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00.CCCEV, Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Person +10:04:37 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:value +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:name +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:email +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:language +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:identifier +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:telephone +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:name +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:37 WARN c.g.i.o.c.Converter - Element OpeningHoursSpecification has same prefix as package: simplify by removing the extra tag uri +10:04:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OpeningHoursSpecification" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:38 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:38 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:38 WARN c.g.i.o.c.Converter - Element FoundationEvent has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FoundationEvent" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:38 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Concept" . +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:38 WARN c.g.i.o.c.Converter - Element Criterion has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:38 WARN c.g.i.o.c.Converter - Element Event has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:04:38 WARN c.g.i.o.c.Converter - Element Evidence has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:38 WARN c.g.i.o.c.Converter - Element EvidenceType has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:38 WARN c.g.i.o.c.Converter - Element EvidenceTypeList has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:38 WARN c.g.i.o.c.Converter - Element InformationConcept has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:38 WARN c.g.i.o.c.Converter - Element InformationRequirement has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:38 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:38 WARN c.g.i.o.c.Converter - Element Requirement has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:38 WARN c.g.i.o.c.Converter - Element SupportedValue has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:38 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:04:38 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . +10:04:38 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri +10:04:38 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. +10:04:38 ERROR c.g.i.o.c.UriAssigner - Invalid property URI "http://www.w3.org/2000/01/rdf-schema#", use empty URI connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:seeAlso. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Document)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation is unknown +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:isConformantTo" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:prev" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:next" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:memberOf" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasMember" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:resultedFrom is unknown +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:homepage is unknown +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:changedBy is unknown +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:identifier is unknown +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:spatial is unknown +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:implements is unknown +10:04:38 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:38 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" does not have a name, it will be ignored. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasUnit is unknown +10:04:38 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:38 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:address is unknown +10:04:38 WARN c.g.i.o.c.Converter - Element dayOfWeek has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element validFrom has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element validThrough has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element weightingConsiderationDescription has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element weightingType has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element weight has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element bias has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type". +10:04:38 WARN c.g.i.o.c.Converter - Element confidentialityLevelType has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:38 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:38 WARN c.g.i.o.c.Converter - Element evidenceTypeClassification has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element expressionOfExpectedValue has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element query has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element value has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:role": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:format": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:38 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri +10:04:38 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. diff --git a/report/doc/vocabularium/m8g/release/3.0.0/translation/ccore-vocabularies_en_merged.jsonld b/report/doc/vocabularium/m8g/release/3.0.0/translation/ccore-vocabularies_en_merged.jsonld index d7d86f19b..b0cf949a0 100644 --- a/report/doc/vocabularium/m8g/release/3.0.0/translation/ccore-vocabularies_en_merged.jsonld +++ b/report/doc/vocabularium/m8g/release/3.0.0/translation/ccore-vocabularies_en_merged.jsonld @@ -1672,7 +1672,7 @@ { "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "codelist": [], "definition": { "en": "The main contact information of the resource." @@ -1682,41 +1682,41 @@ }, "domain": [ { - "EA-Name": "PublicEvent", - "uri": "http://data.europa.eu/m8g/PublicEvent" + "EA-Name": "Person", + "uri": "http://www.w3.org/ns/person#Person" } ], "extra": { "DestRoleTags": [ { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "package", - "note": "CoreVocabulary", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "label-en", - "note": "contact point", + "key": "usageNote", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "package", + "note": "Core Person", "value": "NOTE" } ], - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "EA-Name": "contactPoint", "EA-Package": "", "EA-Range": "ContactPoint", @@ -1729,32 +1729,32 @@ }, "RawTags": [ { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "package", - "note": "CoreVocabulary", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "label-en", - "note": "contact point", + "key": "usageNote", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "package", + "note": "Core Person", "value": "NOTE" } ], - "Scope": "TRANSLATIONS_ONLY", + "Scope": "NOTHING", "definition": { "en": "The main contact information of the resource." }, @@ -1774,15 +1774,11 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], - "inpackage": "ACTIVE_PACKAGE", + "inpackage": "OTHER_PACKAGE", "label": { "en": "contact point" }, @@ -1799,18 +1795,12 @@ "EA-Package": "CoreVocabulary", "uri": "http://data.europa.eu/m8g/ContactPoint" } - ], - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - } + ] }, { "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "codelist": [], "definition": { "en": "The main contact information of the resource." @@ -1820,15 +1810,15 @@ }, "domain": [ { - "EA-Name": "PublicOrganisation", - "uri": "http://data.europa.eu/m8g/PublicOrganisation" + "EA-Name": "PublicEvent", + "uri": "http://data.europa.eu/m8g/PublicEvent" } ], "extra": { "DestRoleTags": [ { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { @@ -1837,24 +1827,24 @@ "value": "NOTE" }, { - "key": "label-en", - "note": "contact point", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" } ], - "EA-Domain": "PublicOrganisation", - "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "EA-Name": "contactPoint", "EA-Package": "", "EA-Range": "ContactPoint", @@ -1867,8 +1857,8 @@ }, "RawTags": [ { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { @@ -1877,18 +1867,18 @@ "value": "NOTE" }, { - "key": "label-en", - "note": "contact point", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" } ], @@ -1948,7 +1938,7 @@ { "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "codelist": [], "definition": { "en": "The main contact information of the resource." @@ -1958,41 +1948,41 @@ }, "domain": [ { - "EA-Name": "Person", - "uri": "http://www.w3.org/ns/person#Person" + "EA-Name": "PublicOrganisation", + "uri": "http://data.europa.eu/m8g/PublicOrganisation" } ], "extra": { "DestRoleTags": [ { - "key": "label-en", - "note": "contact point", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "package", + "note": "CoreVocabulary", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "usageNote", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "package", - "note": "Core Person", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" } ], - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Domain": "PublicOrganisation", + "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "EA-Name": "contactPoint", "EA-Package": "", "EA-Range": "ContactPoint", @@ -2005,32 +1995,32 @@ }, "RawTags": [ { - "key": "label-en", - "note": "contact point", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "package", + "note": "CoreVocabulary", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "usageNote", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "package", - "note": "Core Person", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" } ], - "Scope": "NOTHING", + "Scope": "TRANSLATIONS_ONLY", "definition": { "en": "The main contact information of the resource." }, @@ -2050,11 +2040,15 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + } }, "generalization": [], - "inpackage": "OTHER_PACKAGE", + "inpackage": "ACTIVE_PACKAGE", "label": { "en": "contact point" }, @@ -2071,7 +2065,13 @@ "EA-Package": "CoreVocabulary", "uri": "http://data.europa.eu/m8g/ContactPoint" } - ] + ], + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + } }, { "@id": "http://data.europa.eu/m8g/domicile", @@ -17261,7 +17261,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies.jsonld b/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies.jsonld index 6e105163f..9abd13de8 100644 --- a/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies.jsonld +++ b/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies.jsonld @@ -5537,19 +5537,13 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", - "inpackage": "ACTIVE_PACKAGE", - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "inpackage": "OTHER_PACKAGE", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, "definition": { "en": "The main contact information of the resource." }, @@ -5558,12 +5552,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5579,83 +5573,79 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usage": "", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "CoreVocabulary" + "note": "The main contact information of the resource." }, { - "key": "usageNote-en", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "label-en", + "key": "usageNote", "value": "NOTE", - "note": "contact point" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "Core Person" } ], "DestRoleTags": [ { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "CoreVocabulary" + "note": "The main contact information of the resource." }, { - "key": "usageNote-en", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "label-en", + "key": "usageNote", "value": "NOTE", - "note": "contact point" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "Core Person" } ], - "Scope": "TRANSLATIONS_ONLY" + "Scope": "NOTHING" }, "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://www.w3.org/ns/person#Person", + "EA-Name": "Person" } ], "range": [ @@ -5695,12 +5685,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicOrganisation", - "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5734,9 +5724,9 @@ "sameAs": "", "RawTags": [ { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "http://data.europa.eu/m8g/contactPoint" }, { "key": "package", @@ -5744,26 +5734,26 @@ "note": "CoreVocabulary" }, { - "key": "label-en", + "key": "usageNote-en", "value": "NOTE", - "note": "contact point" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "The main contact information of the resource." } ], "DestRoleTags": [ { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "http://data.europa.eu/m8g/contactPoint" }, { "key": "package", @@ -5771,19 +5761,19 @@ "note": "CoreVocabulary" }, { - "key": "label-en", + "key": "usageNote-en", "value": "NOTE", - "note": "contact point" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "The main contact information of the resource." } ], "Scope": "TRANSLATIONS_ONLY" @@ -5791,8 +5781,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicOrganisation", - "EA-Name": "PublicOrganisation" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -5811,13 +5801,19 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", - "inpackage": "OTHER_PACKAGE", + "inpackage": "ACTIVE_PACKAGE", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "definition": { "en": "The main contact information of the resource." }, @@ -5826,12 +5822,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Domain": "PublicOrganisation", + "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5847,79 +5843,83 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": "", + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "label-en", + "key": "definition-en", "value": "NOTE", - "note": "contact point" + "note": "The main contact information of the resource." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "CoreVocabulary" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "usageNote", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "package", + "key": "usageNote-en", "value": "NOTE", - "note": "Core Person" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } ], "DestRoleTags": [ { - "key": "label-en", + "key": "definition-en", "value": "NOTE", - "note": "contact point" + "note": "The main contact information of the resource." }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "CoreVocabulary" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "contact point" }, { - "key": "usageNote", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "package", + "key": "usageNote-en", "value": "NOTE", - "note": "Core Person" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } ], - "Scope": "NOTHING" + "Scope": "TRANSLATIONS_ONLY" }, "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/person#Person", - "EA-Name": "Person" + "uri": "http://data.europa.eu/m8g/PublicOrganisation", + "EA-Name": "PublicOrganisation" } ], "range": [ @@ -17104,6 +17104,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/doc/vocabularium/m8g/release/3.0.0", "documentcommit": "6ddaed084a2c1c95ebfd94b827913d3ce6b65b09", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_de.json b/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_de.json index b77963c61..d7ba0198e 100644 --- a/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_de.json +++ b/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_de.json @@ -879,7 +879,7 @@ ], "externalproperties": [ { - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "name": "contactPoint", "label": { "en": "contact point", @@ -888,14 +888,10 @@ "definition": { "en": "The main contact information of the resource.", "de": "Enter your translation here" - }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", - "de": "Enter your translation here" } }, { - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "name": "contactPoint", "label": { "en": "contact point", @@ -911,7 +907,7 @@ } }, { - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "name": "contactPoint", "label": { "en": "contact point", @@ -920,6 +916,10 @@ "definition": { "en": "The main contact information of the resource.", "de": "Enter your translation here" + }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "de": "Enter your translation here" } }, { diff --git a/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_en.json b/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_en.json index 51bfdd3fd..24dd1f131 100644 --- a/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_en.json +++ b/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_en.json @@ -720,20 +720,17 @@ ], "externalproperties": [ { - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "name": "contactPoint", "label": { "en": "contact point" }, "definition": { "en": "The main contact information of the resource." - }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } }, { - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "name": "contactPoint", "label": { "en": "contact point" @@ -746,13 +743,16 @@ } }, { - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "name": "contactPoint", "label": { "en": "contact point" }, "definition": { "en": "The main contact information of the resource." + }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } }, { diff --git a/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_fr.json b/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_fr.json index a91b2a34a..27a23e69a 100644 --- a/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_fr.json +++ b/report/doc/vocabularium/m8g/release/3.0.0/translation/core-vocabularies_fr.json @@ -879,7 +879,7 @@ ], "externalproperties": [ { - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "name": "contactPoint", "label": { "en": "contact point", @@ -888,14 +888,10 @@ "definition": { "en": "The main contact information of the resource.", "fr": "Enter your translation here" - }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", - "fr": "Enter your translation here" } }, { - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "name": "contactPoint", "label": { "en": "contact point", @@ -911,7 +907,7 @@ } }, { - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "name": "contactPoint", "label": { "en": "contact point", @@ -920,6 +916,10 @@ "definition": { "en": "The main contact information of the resource.", "fr": "Enter your translation here" + }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "fr": "Enter your translation here" } }, { diff --git a/report/doc/vocabularium/r5r/release/3.0.0/all-r5r.jsonld b/report/doc/vocabularium/r5r/release/3.0.0/all-r5r.jsonld index 12f4ff48a..84566fbb8 100644 --- a/report/doc/vocabularium/r5r/release/3.0.0/all-r5r.jsonld +++ b/report/doc/vocabularium/r5r/release/3.0.0/all-r5r.jsonld @@ -2906,6 +2906,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/doc/vocabularium/r5r/release/3.0.0", "documentcommit": "4ef5d649d562edfa4da8acfbdbb168eda026c5ad", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/r5r/release/3.0.0/r5r.report b/report/doc/vocabularium/r5r/release/3.0.0/r5r.report index 2cb59c350..a9d86debe 100644 --- a/report/doc/vocabularium/r5r/release/3.0.0/r5r.report +++ b/report/doc/vocabularium/r5r/release/3.0.0/r5r.report @@ -2,198 +2,198 @@ Load mapping config:config/config-voc.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') -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -13:27:32 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 -13:27:32 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset -13:27:32 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 -13:27:32 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:rdfs:Literal -13:27:32 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:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description -13:27:32 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:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity -13:27:32 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:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo -13:27:32 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:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:format -13:27:32 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:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified -13:27:32 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status -13:27:32 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:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language -13:27:32 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.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title -13:27:32 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation -13:27:32 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page -13:27:32 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type -13:27:32 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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution -13:27:32 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:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters -13:27:32 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:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued -13:27:32 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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights -13:27:32 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint -13:27:32 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:dcat:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:27:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . -13:27:32 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Class dcat:Distribution without label, further processing this class will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/r5r/hvdCategory" does not start with a lowercase "HVD category". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:title without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:description without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:issued without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:modified without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:byteSize without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property odrl:hasPolicy without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:spatialResolutionInMeters without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:temporalResolution without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:compressFormat without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:packageFormat without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:language without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:downloadURL without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:accessURL without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:32 WARN c.g.i.o.c.JSONLDOutputHandler - Property adms:status without name, further processing this property will be incoherent -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:32 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:33 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:format without name, further processing this property will be incoherent -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:33 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:mediaType without name, further processing this property will be incoherent -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:33 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:rights without name, further processing this property will be incoherent -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:33 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:conformsTo without name, further processing this property will be incoherent -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:33 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:page without name, further processing this property will be incoherent -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:33 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:33 WARN c.g.i.o.c.JSONLDOutputHandler - Property spdx:checksum without name, further processing this property will be incoherent +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:40 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 +10:04:40 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model.dcat:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries +10:04:40 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +10:04:40 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:04:40 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:dcat:Distribution:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:adms:status +10:04:40 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:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified +10:04:40 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:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language +10:04:40 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:04:40 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights +10:04:40 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution +10:04:40 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:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued +10:04:40 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:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description +10:04:40 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights +10:04:40 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo +10:04:40 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.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title +10:04:40 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:dcat:Dataset:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Relationship:dct:relation +10:04:40 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint +10:04:40 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:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity +10:04:40 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:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters +10:04:40 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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format +10:04:40 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:41 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:04:41 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Class dcat:Distribution without label, further processing this class will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/r5r/hvdCategory" does not start with a lowercase "HVD category". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:title without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:description without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:issued without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:modified without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:byteSize without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property odrl:hasPolicy without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:spatialResolutionInMeters without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:temporalResolution without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:compressFormat without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:packageFormat without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:language without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:downloadURL without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:accessURL without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property adms:status without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:format without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:mediaType without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:rights without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:conformsTo without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:page without name, further processing this property will be incoherent +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:41 WARN c.g.i.o.c.JSONLDOutputHandler - Property spdx:checksum without name, further processing this property will be incoherent diff --git a/report/doc/vocabularium/r5r/release/3.0.0/translation/r5r.jsonld b/report/doc/vocabularium/r5r/release/3.0.0/translation/r5r.jsonld index 12f4ff48a..84566fbb8 100644 --- a/report/doc/vocabularium/r5r/release/3.0.0/translation/r5r.jsonld +++ b/report/doc/vocabularium/r5r/release/3.0.0/translation/r5r.jsonld @@ -2906,6 +2906,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/doc/vocabularium/r5r/release/3.0.0", "documentcommit": "4ef5d649d562edfa4da8acfbdbb168eda026c5ad", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/r5r/release/3.0.0/translation/r5r_en_merged.jsonld b/report/doc/vocabularium/r5r/release/3.0.0/translation/r5r_en_merged.jsonld index 31d68f9a5..5e0ce8b5b 100644 --- a/report/doc/vocabularium/r5r/release/3.0.0/translation/r5r_en_merged.jsonld +++ b/report/doc/vocabularium/r5r/release/3.0.0/translation/r5r_en_merged.jsonld @@ -2923,7 +2923,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/doc/vocabularium/s1n/release/3.0.0/all-s1n.jsonld b/report/doc/vocabularium/s1n/release/3.0.0/all-s1n.jsonld index 388d63c82..693e7db1d 100644 --- a/report/doc/vocabularium/s1n/release/3.0.0/all-s1n.jsonld +++ b/report/doc/vocabularium/s1n/release/3.0.0/all-s1n.jsonld @@ -1175,6 +1175,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/doc/vocabularium/s1n/release/3.0.0", "documentcommit": "b87fecf9be0a7c99c202a739449b59ba6b3619f4", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/s1n/release/3.0.0/s1n.report b/report/doc/vocabularium/s1n/release/3.0.0/s1n.report index da915c875..5cafaa36f 100644 --- a/report/doc/vocabularium/s1n/release/3.0.0/s1n.report +++ b/report/doc/vocabularium/s1n/release/3.0.0/s1n.report @@ -2,58 +2,58 @@ Load mapping config:config/config-voc.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') -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -13:27:35 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 -13:27:35 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 -13:27:35 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral -13:27:35 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset -13:27:35 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:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language -13:27:35 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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters -13:27:35 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo -13:27:35 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:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title -13:27:35 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:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description -13:27:35 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:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified -13:27:35 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type -13:27:35 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights -13:27:35 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights -13:27:35 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:dcat:Dataset:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Relationship:dct:relation -13:27:35 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:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued -13:27:35 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:dcat:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:contactPoint -13:27:35 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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution -13:27:35 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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format -13:27:35 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:dcat:Distribution:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:foaf:page -13:27:35 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status -13:27:35 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:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:27:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:AttributeProperty" . -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". -13:27:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:DimensionProperty" . -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". -13:27:35 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". -13:27:35 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:35 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:35 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:43 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:04:43 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:04:43 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +10:04:43 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset +10:04:43 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:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language +10:04:43 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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters +10:04:43 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo +10:04:43 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:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title +10:04:43 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:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description +10:04:43 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:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified +10:04:43 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +10:04:43 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights +10:04:43 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights +10:04:43 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:dcat:Dataset:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Relationship:dct:relation +10:04:43 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:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued +10:04:43 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:dcat:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:contactPoint +10:04:43 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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution +10:04:43 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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format +10:04:43 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:dcat:Distribution:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:foaf:page +10:04:43 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +10:04:43 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:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:43 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:43 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:AttributeProperty" . +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:43 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:DimensionProperty" . +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:43 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:43 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:43 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent diff --git a/report/doc/vocabularium/s1n/release/3.0.0/translation/s1n.jsonld b/report/doc/vocabularium/s1n/release/3.0.0/translation/s1n.jsonld index 388d63c82..693e7db1d 100644 --- a/report/doc/vocabularium/s1n/release/3.0.0/translation/s1n.jsonld +++ b/report/doc/vocabularium/s1n/release/3.0.0/translation/s1n.jsonld @@ -1175,6 +1175,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/doc/vocabularium/s1n/release/3.0.0", "documentcommit": "b87fecf9be0a7c99c202a739449b59ba6b3619f4", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/doc/vocabularium/s1n/release/3.0.0/translation/s1n_en_merged.jsonld b/report/doc/vocabularium/s1n/release/3.0.0/translation/s1n_en_merged.jsonld index 9f5ac2df7..65e1cb6ab 100644 --- a/report/doc/vocabularium/s1n/release/3.0.0/translation/s1n_en_merged.jsonld +++ b/report/doc/vocabularium/s1n/release/3.0.0/translation/s1n_en_merged.jsonld @@ -1173,7 +1173,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/m8g/release/3.0.0/all-core-vocabularies.jsonld b/report/m8g/release/3.0.0/all-core-vocabularies.jsonld index 07252f58a..331aa98fd 100644 --- a/report/m8g/release/3.0.0/all-core-vocabularies.jsonld +++ b/report/m8g/release/3.0.0/all-core-vocabularies.jsonld @@ -5537,19 +5537,13 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", - "inpackage": "ACTIVE_PACKAGE", - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "inpackage": "OTHER_PACKAGE", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, "definition": { "en": "The main contact information of the resource." }, @@ -5558,12 +5552,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicOrganisation", - "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5579,37 +5573,28 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usage": "", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "definition-en", - "value": "NOTE", - "note": "The main contact information of the resource." - }, - { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "CoreVocabulary" + "note": "contact point" }, { - "key": "label-en", + "key": "definition-en", "value": "NOTE", - "note": "contact point" + "note": "The main contact information of the resource." }, { "key": "uri", @@ -5617,45 +5602,50 @@ "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "usageNote-en", + "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - } - ], - "DestRoleTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", - "note": "CoreVocabulary" - }, + "note": "Core Person" + } + ], + "DestRoleTags": [ { "key": "label-en", "value": "NOTE", "note": "contact point" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "The main contact information of the resource." + }, { "key": "uri", "value": "NOTE", "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "usageNote-en", + "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Person" } ], - "Scope": "TRANSLATIONS_ONLY" + "Scope": "NOTHING" }, "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicOrganisation", - "EA-Name": "PublicOrganisation" + "uri": "http://www.w3.org/ns/person#Person", + "EA-Name": "Person" } ], "range": [ @@ -5674,13 +5664,19 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", - "inpackage": "OTHER_PACKAGE", + "inpackage": "ACTIVE_PACKAGE", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "definition": { "en": "The main contact information of the resource." }, @@ -5689,12 +5685,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5710,79 +5706,83 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": "", + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "contact point" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "CoreVocabulary" }, { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "usageNote", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "contact point" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Person" + "note": "The main contact information of the resource." } ], "DestRoleTags": [ { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "contact point" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "CoreVocabulary" }, { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "usageNote", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "contact point" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Person" + "note": "The main contact information of the resource." } ], - "Scope": "NOTHING" + "Scope": "TRANSLATIONS_ONLY" }, "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/person#Person", - "EA-Name": "Person" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -5822,12 +5822,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "PublicOrganisation", + "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5861,9 +5861,9 @@ "sameAs": "", "RawTags": [ { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "The main contact information of the resource." }, { "key": "package", @@ -5871,26 +5871,26 @@ "note": "CoreVocabulary" }, { - "key": "usageNote-en", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "contact point" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "contact point" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } ], "DestRoleTags": [ { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "The main contact information of the resource." }, { "key": "package", @@ -5898,19 +5898,19 @@ "note": "CoreVocabulary" }, { - "key": "usageNote-en", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "contact point" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "contact point" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } ], "Scope": "TRANSLATIONS_ONLY" @@ -5918,8 +5918,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://data.europa.eu/m8g/PublicOrganisation", + "EA-Name": "PublicOrganisation" } ], "range": [ @@ -17103,6 +17103,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/m8g/release/3.0.0", "documentcommit": "6ddaed084a2c1c95ebfd94b827913d3ce6b65b09", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/m8g/release/3.0.0/core-vocabularies.jsonld b/report/m8g/release/3.0.0/core-vocabularies.jsonld index c22823c87..d459aa633 100644 --- a/report/m8g/release/3.0.0/core-vocabularies.jsonld +++ b/report/m8g/release/3.0.0/core-vocabularies.jsonld @@ -1035,13 +1035,13 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", -"inpackage": "ACTIVE_PACKAGE", -"usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, -"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicOrganisation", "EA-Domain-Guid" : "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }], "Scope" : "TRANSLATIONS_ONLY", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, +"inpackage": "OTHER_PACKAGE", +"label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, +"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Person", "EA-Domain-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/PublicOrganisation", "EA-Name" : "PublicOrganisation" } +{ "uri": "http://www.w3.org/ns/person#Person", "EA-Name" : "Person" } ], "range": [ {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" } @@ -1055,13 +1055,13 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", -"inpackage": "OTHER_PACKAGE", -"label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, -"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Person", "EA-Domain-Guid" : "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, +"inpackage": "ACTIVE_PACKAGE", +"usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, +"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "Scope" : "TRANSLATIONS_ONLY", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/person#Person", "EA-Name" : "Person" } +{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } ], "range": [ {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" } @@ -1077,11 +1077,11 @@ "name": "contactPoint", "inpackage": "ACTIVE_PACKAGE", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}, -"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicEvent", "EA-Domain-Guid" : "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }], "Scope" : "TRANSLATIONS_ONLY", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, +"extra": {"EA-Name" : "contactPoint", "EA-Guid" : "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicOrganisation", "EA-Domain-Guid" : "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range" : "ContactPoint", "RangeData" : {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" }, "sourceRole" : "null", "destRole" : "contactPoint", "label" : "contact point", "definition" : "The main contact information of the resource.", "usage" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "label-en" : "contact point", "definition-en" : "The main contact information of the resource.", "usageNote-en" : "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", "note": "CoreVocabulary" }, { "key": "label-en", "value": "NOTE", "note": "contact point" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/m8g\/contactPoint" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }], "Scope" : "TRANSLATIONS_ONLY", "usageNote-en" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "label-en" : {"en": "contact point", "en": "contact point"}, "definition-en" : {"en": "The main contact information of the resource.", "en": "The main contact information of the resource."}, "usage" : {"en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information."}, "definition" : {"en": "The main contact information of the resource."}, "label" : {"en": "contact point"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/PublicEvent", "EA-Name" : "PublicEvent" } +{ "uri": "http://data.europa.eu/m8g/PublicOrganisation", "EA-Name" : "PublicOrganisation" } ], "range": [ {"EA-Name" : "ContactPoint", "EA-GUID" : "{6954994D-2205-40c1-8615-BCEC693F47D9}", "EA-Package" : "CoreVocabulary", "uri" : "http://data.europa.eu/m8g/ContactPoint" } diff --git a/report/m8g/release/3.0.0/core-vocabularies.report b/report/m8g/release/3.0.0/core-vocabularies.report index 4e1b95fda..4175568ab 100644 --- a/report/m8g/release/3.0.0/core-vocabularies.report +++ b/report/m8g/release/3.0.0/core-vocabularies.report @@ -2,230 +2,230 @@ Load mapping config:config/config-voc.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') -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Business". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Person". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.CCCEV". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". -13:27:37 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.CCCEV, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.Core Public Service -13:27:37 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:name -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasTelephone -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:description -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:name -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:title, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:email -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:value -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:identifier -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified -13:27:37 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". -13:27:37 WARN c.g.i.o.c.Converter - Element OpeningHoursSpecification has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OpeningHoursSpecification" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:27:37 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . -13:27:37 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:37 WARN c.g.i.o.c.Converter - Element FoundationEvent has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FoundationEvent" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . -13:27:37 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Concept" . -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -13:27:37 WARN c.g.i.o.c.Converter - Element Criterion has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . -13:27:37 WARN c.g.i.o.c.Converter - Element Event has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . -13:27:37 WARN c.g.i.o.c.Converter - Element Evidence has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -13:27:37 WARN c.g.i.o.c.Converter - Element EvidenceType has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . -13:27:37 WARN c.g.i.o.c.Converter - Element EvidenceTypeList has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . -13:27:37 WARN c.g.i.o.c.Converter - Element InformationConcept has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . -13:27:37 WARN c.g.i.o.c.Converter - Element InformationRequirement has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . -13:27:37 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . -13:27:37 WARN c.g.i.o.c.Converter - Element Requirement has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . -13:27:37 WARN c.g.i.o.c.Converter - Element SupportedValue has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . -13:27:37 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . -13:27:37 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . -13:27:37 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri -13:27:37 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:resultedFrom is unknown -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" does not have a name, it will be ignored. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:memberOf" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasMember" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:identifier is unknown -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" since it lacks a defining package. -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:spatial is unknown -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:prev" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:next" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Document)" since it lacks a defining package. -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation is unknown -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". -13:27:37 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:homepage is unknown -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:isConformantTo" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasUnit is unknown -13:27:37 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" does not have a name, it will be ignored. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" does not have a name, it will be ignored. -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:changedBy is unknown -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:implements is unknown -13:27:37 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" belongs to package "CoreVocabulary" based on source and target definition. -13:27:37 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" does not have a name, it will be ignored. -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. -13:27:37 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:address is unknown -13:27:37 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. -13:27:37 ERROR c.g.i.o.c.UriAssigner - Invalid property URI "http://www.w3.org/2000/01/rdf-schema#", use empty URI connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:seeAlso. -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". -13:27:37 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent -13:27:37 WARN c.g.i.o.c.Converter - Element dayOfWeek has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element validFrom has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element validThrough has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element weightingConsiderationDescription has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element weightingType has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element weight has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element bias has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type". -13:27:37 WARN c.g.i.o.c.Converter - Element confidentialityLevelType has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". -13:27:37 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". -13:27:37 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". -13:27:37 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". -13:27:37 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:37 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". -13:27:37 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent -13:27:37 WARN c.g.i.o.c.Converter - Element evidenceTypeClassification has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element expressionOfExpectedValue has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element query has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element value has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:role": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:format": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:37 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri -13:27:37 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Business". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Person". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Organisation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.CCCEV". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.Core Public Event". +10:04:46 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.Core Public Service, Model, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00.CCCEV, Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Person +10:04:46 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:value +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:name +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:email +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:language +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:identifier +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.CoreVocabulary:ContactInfo:telephone +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:name +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue +10:04:46 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary". +10:04:46 WARN c.g.i.o.c.Converter - Element OpeningHoursSpecification has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OpeningHoursSpecification" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:46 WARN c.g.i.o.c.Converter - Element ImageObject has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:46 WARN c.g.i.o.c.Converter - Element ContactPoint has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:46 WARN c.g.i.o.c.Converter - Element FoundationEvent has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FoundationEvent" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:46 WARN c.g.i.o.c.Converter - Element PublicOrganisation has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Concept" . +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:46 WARN c.g.i.o.c.Converter - Element Criterion has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:46 WARN c.g.i.o.c.Converter - Element Event has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:04:46 WARN c.g.i.o.c.Converter - Element Evidence has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:46 WARN c.g.i.o.c.Converter - Element EvidenceType has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:46 WARN c.g.i.o.c.Converter - Element EvidenceTypeList has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:46 WARN c.g.i.o.c.Converter - Element InformationConcept has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:46 WARN c.g.i.o.c.Converter - Element InformationRequirement has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:46 WARN c.g.i.o.c.Converter - Element ReferenceFramework has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:46 WARN c.g.i.o.c.Converter - Element Requirement has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:46 WARN c.g.i.o.c.Converter - Element SupportedValue has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:46 WARN c.g.i.o.c.Converter - Element Participation has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Participation" . +10:04:46 WARN c.g.i.o.c.Converter - Element PublicEvent has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicEvent" . +10:04:46 WARN c.g.i.o.c.Converter - Element AccountingDocument has same prefix as package: simplify by removing the extra tag uri +10:04:46 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. +10:04:46 ERROR c.g.i.o.c.UriAssigner - Invalid property URI "http://www.w3.org/2000/01/rdf-schema#", use empty URI connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:seeAlso. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ImageObject)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Document)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation is unknown +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:isConformantTo" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Address)" since it lacks a defining package. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:prev" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:next" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:memberOf" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasMember" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Participation)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> Document)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:resultedFrom is unknown +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:homepage is unknown +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:changedBy is unknown +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:identifier is unknown +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:(PublicEvent -> ContactPoint)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:SupportedValue:providesValueFor". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:spatial is unknown +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:(Evidence -> SupportedValue)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:ReferenceFramework:implements is unknown +10:04:46 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" belongs to package "CoreVocabulary" based on source and target definition. +10:04:46 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> ContactPoint)" does not have a name, it will be ignored. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:hasUnit is unknown +10:04:46 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:46 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:address is unknown +10:04:46 WARN c.g.i.o.c.Converter - Element dayOfWeek has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element validFrom has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element validThrough has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element hasEmail has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element hasTelephone has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element contactPage has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element dateOfBirth has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element dateOfDeath has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element gender has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element matronymicName has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element sex has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element weightingConsiderationDescription has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element weightingType has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element weight has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element bias has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Event:type". +10:04:46 WARN c.g.i.o.c.Converter - Element confidentialityLevelType has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:identifier". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:name". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:description". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:relatedDocumentation". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Evidence:type". +10:04:46 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:46 WARN c.g.i.o.c.Converter - Element evidenceTypeClassification has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:InformationConcept:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element expressionOfExpectedValue has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Requirement:type": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element query has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element value has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element role has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:Participation:role": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:eventType": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element format has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:format": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element accessibility has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element eventNumber has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Element registration has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:topic": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:46 WARN c.g.i.o.c.Converter - Element audience has same prefix as package: simplify by removing the extra tag uri +10:04:46 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CoreVocabulary:PublicEvent:audience": Model.ISA Core Vocabularies v2.00.CoreVocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. diff --git a/report/m8g/release/3.0.0/translation/ccore-vocabularies_en_merged.jsonld b/report/m8g/release/3.0.0/translation/ccore-vocabularies_en_merged.jsonld index c398788cb..80e4e488d 100644 --- a/report/m8g/release/3.0.0/translation/ccore-vocabularies_en_merged.jsonld +++ b/report/m8g/release/3.0.0/translation/ccore-vocabularies_en_merged.jsonld @@ -1672,7 +1672,7 @@ { "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "codelist": [], "definition": { "en": "The main contact information of the resource." @@ -1682,25 +1682,20 @@ }, "domain": [ { - "EA-Name": "PublicOrganisation", - "uri": "http://data.europa.eu/m8g/PublicOrganisation" + "EA-Name": "Person", + "uri": "http://www.w3.org/ns/person#Person" } ], "extra": { "DestRoleTags": [ { - "key": "definition-en", - "note": "The main contact information of the resource.", - "value": "NOTE" - }, - { - "key": "package", - "note": "CoreVocabulary", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "label-en", - "note": "contact point", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { @@ -1709,14 +1704,19 @@ "value": "NOTE" }, { - "key": "usageNote-en", + "key": "usageNote", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" + }, + { + "key": "package", + "note": "Core Person", + "value": "NOTE" } ], - "EA-Domain": "PublicOrganisation", - "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "EA-Name": "contactPoint", "EA-Package": "", "EA-Range": "ContactPoint", @@ -1729,18 +1729,13 @@ }, "RawTags": [ { - "key": "definition-en", - "note": "The main contact information of the resource.", - "value": "NOTE" - }, - { - "key": "package", - "note": "CoreVocabulary", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "label-en", - "note": "contact point", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { @@ -1749,12 +1744,17 @@ "value": "NOTE" }, { - "key": "usageNote-en", + "key": "usageNote", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" + }, + { + "key": "package", + "note": "Core Person", + "value": "NOTE" } ], - "Scope": "TRANSLATIONS_ONLY", + "Scope": "NOTHING", "definition": { "en": "The main contact information of the resource." }, @@ -1774,15 +1774,11 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], - "inpackage": "ACTIVE_PACKAGE", + "inpackage": "OTHER_PACKAGE", "label": { "en": "contact point" }, @@ -1799,18 +1795,12 @@ "EA-Package": "CoreVocabulary", "uri": "http://data.europa.eu/m8g/ContactPoint" } - ], - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - } + ] }, { "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "codelist": [], "definition": { "en": "The main contact information of the resource." @@ -1820,41 +1810,41 @@ }, "domain": [ { - "EA-Name": "Person", - "uri": "http://www.w3.org/ns/person#Person" + "EA-Name": "PublicEvent", + "uri": "http://data.europa.eu/m8g/PublicEvent" } ], "extra": { "DestRoleTags": [ { - "key": "label-en", - "note": "contact point", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "package", + "note": "CoreVocabulary", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "usageNote", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "package", - "note": "Core Person", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" } ], - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "EA-Name": "contactPoint", "EA-Package": "", "EA-Range": "ContactPoint", @@ -1867,32 +1857,32 @@ }, "RawTags": [ { - "key": "label-en", - "note": "contact point", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "package", + "note": "CoreVocabulary", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" }, { - "key": "usageNote", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "package", - "note": "Core Person", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" } ], - "Scope": "NOTHING", + "Scope": "TRANSLATIONS_ONLY", "definition": { "en": "The main contact information of the resource." }, @@ -1912,11 +1902,15 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + } }, "generalization": [], - "inpackage": "OTHER_PACKAGE", + "inpackage": "ACTIVE_PACKAGE", "label": { "en": "contact point" }, @@ -1933,12 +1927,18 @@ "EA-Package": "CoreVocabulary", "uri": "http://data.europa.eu/m8g/ContactPoint" } - ] + ], + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + } }, { "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "codelist": [], "definition": { "en": "The main contact information of the resource." @@ -1948,15 +1948,15 @@ }, "domain": [ { - "EA-Name": "PublicEvent", - "uri": "http://data.europa.eu/m8g/PublicEvent" + "EA-Name": "PublicOrganisation", + "uri": "http://data.europa.eu/m8g/PublicOrganisation" } ], "extra": { "DestRoleTags": [ { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { @@ -1965,24 +1965,24 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "label-en", - "note": "contact point", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" } ], - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Domain": "PublicOrganisation", + "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "EA-Name": "contactPoint", "EA-Package": "", "EA-Range": "ContactPoint", @@ -1995,8 +1995,8 @@ }, "RawTags": [ { - "key": "uri", - "note": "http://data.europa.eu/m8g/contactPoint", + "key": "definition-en", + "note": "The main contact information of the resource.", "value": "NOTE" }, { @@ -2005,18 +2005,18 @@ "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "key": "label-en", + "note": "contact point", "value": "NOTE" }, { - "key": "label-en", - "note": "contact point", + "key": "uri", + "note": "http://data.europa.eu/m8g/contactPoint", "value": "NOTE" }, { - "key": "definition-en", - "note": "The main contact information of the resource.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", "value": "NOTE" } ], @@ -17260,7 +17260,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/m8g/release/3.0.0/translation/core-vocabularies.jsonld b/report/m8g/release/3.0.0/translation/core-vocabularies.jsonld index 07252f58a..331aa98fd 100644 --- a/report/m8g/release/3.0.0/translation/core-vocabularies.jsonld +++ b/report/m8g/release/3.0.0/translation/core-vocabularies.jsonld @@ -5537,19 +5537,13 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", - "inpackage": "ACTIVE_PACKAGE", - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "inpackage": "OTHER_PACKAGE", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, "definition": { "en": "The main contact information of the resource." }, @@ -5558,12 +5552,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicOrganisation", - "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", + "EA-Domain": "Person", + "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5579,37 +5573,28 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usage": "", "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "definition-en", - "value": "NOTE", - "note": "The main contact information of the resource." - }, - { - "key": "package", + "key": "label-en", "value": "NOTE", - "note": "CoreVocabulary" + "note": "contact point" }, { - "key": "label-en", + "key": "definition-en", "value": "NOTE", - "note": "contact point" + "note": "The main contact information of the resource." }, { "key": "uri", @@ -5617,45 +5602,50 @@ "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "usageNote-en", + "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." - } - ], - "DestRoleTags": [ - { - "key": "definition-en", - "value": "NOTE", - "note": "The main contact information of the resource." }, { "key": "package", "value": "NOTE", - "note": "CoreVocabulary" - }, + "note": "Core Person" + } + ], + "DestRoleTags": [ { "key": "label-en", "value": "NOTE", "note": "contact point" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "The main contact information of the resource." + }, { "key": "uri", "value": "NOTE", "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "usageNote-en", + "key": "usageNote", "value": "NOTE", "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, + { + "key": "package", + "value": "NOTE", + "note": "Core Person" } ], - "Scope": "TRANSLATIONS_ONLY" + "Scope": "NOTHING" }, "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicOrganisation", - "EA-Name": "PublicOrganisation" + "uri": "http://www.w3.org/ns/person#Person", + "EA-Name": "Person" } ], "range": [ @@ -5674,13 +5664,19 @@ "@id": "http://data.europa.eu/m8g/contactPoint", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "contactPoint", - "inpackage": "OTHER_PACKAGE", + "inpackage": "ACTIVE_PACKAGE", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "definition": { "en": "The main contact information of the resource." }, @@ -5689,12 +5685,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Person", - "EA-Domain-Guid": "{A0ECD6E2-3D19-4928-8FAC-33C504817515}", + "EA-Domain": "PublicEvent", + "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5710,79 +5706,83 @@ "definition": { "en": "The main contact information of the resource." }, - "usage": "", + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "label-en": { "en": "contact point" }, "definition-en": { "en": "The main contact information of the resource." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "contact point" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "CoreVocabulary" }, { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "usageNote", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "contact point" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Person" + "note": "The main contact information of the resource." } ], "DestRoleTags": [ { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "contact point" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "definition-en", + "key": "package", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "CoreVocabulary" }, { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." }, { - "key": "usageNote", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "contact point" }, { - "key": "package", + "key": "definition-en", "value": "NOTE", - "note": "Core Person" + "note": "The main contact information of the resource." } ], - "Scope": "NOTHING" + "Scope": "TRANSLATIONS_ONLY" }, "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/person#Person", - "EA-Name": "Person" + "uri": "http://data.europa.eu/m8g/PublicEvent", + "EA-Name": "PublicEvent" } ], "range": [ @@ -5822,12 +5822,12 @@ }, "extra": { "EA-Name": "contactPoint", - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "PublicEvent", - "EA-Domain-Guid": "{E334C6A5-279F-4a15-BF1A-AEB9DD1207B9}", + "EA-Domain": "PublicOrganisation", + "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range": "ContactPoint", "RangeData": { "EA-Name": "ContactPoint", @@ -5861,9 +5861,9 @@ "sameAs": "", "RawTags": [ { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "The main contact information of the resource." }, { "key": "package", @@ -5871,26 +5871,26 @@ "note": "CoreVocabulary" }, { - "key": "usageNote-en", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "contact point" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "contact point" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } ], "DestRoleTags": [ { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://data.europa.eu/m8g/contactPoint" + "note": "The main contact information of the resource." }, { "key": "package", @@ -5898,19 +5898,19 @@ "note": "CoreVocabulary" }, { - "key": "usageNote-en", + "key": "label-en", "value": "NOTE", - "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." + "note": "contact point" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "contact point" + "note": "http://data.europa.eu/m8g/contactPoint" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The main contact information of the resource." + "note": "NOTE$ea_notes=Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } ], "Scope": "TRANSLATIONS_ONLY" @@ -5918,8 +5918,8 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/PublicEvent", - "EA-Name": "PublicEvent" + "uri": "http://data.europa.eu/m8g/PublicOrganisation", + "EA-Name": "PublicOrganisation" } ], "range": [ @@ -17103,6 +17103,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/m8g/release/3.0.0", "documentcommit": "6ddaed084a2c1c95ebfd94b827913d3ce6b65b09", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/m8g/release/3.0.0/translation/core-vocabularies_de.json b/report/m8g/release/3.0.0/translation/core-vocabularies_de.json index 74d23b759..d7ba0198e 100644 --- a/report/m8g/release/3.0.0/translation/core-vocabularies_de.json +++ b/report/m8g/release/3.0.0/translation/core-vocabularies_de.json @@ -879,7 +879,7 @@ ], "externalproperties": [ { - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "name": "contactPoint", "label": { "en": "contact point", @@ -888,14 +888,10 @@ "definition": { "en": "The main contact information of the resource.", "de": "Enter your translation here" - }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", - "de": "Enter your translation here" } }, { - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "name": "contactPoint", "label": { "en": "contact point", @@ -904,10 +900,14 @@ "definition": { "en": "The main contact information of the resource.", "de": "Enter your translation here" + }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "de": "Enter your translation here" } }, { - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "name": "contactPoint", "label": { "en": "contact point", diff --git a/report/m8g/release/3.0.0/translation/core-vocabularies_en.json b/report/m8g/release/3.0.0/translation/core-vocabularies_en.json index 84b3f3219..24dd1f131 100644 --- a/report/m8g/release/3.0.0/translation/core-vocabularies_en.json +++ b/report/m8g/release/3.0.0/translation/core-vocabularies_en.json @@ -720,30 +720,30 @@ ], "externalproperties": [ { - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "name": "contactPoint", "label": { "en": "contact point" }, "definition": { "en": "The main contact information of the resource." - }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } }, { - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "name": "contactPoint", "label": { "en": "contact point" }, "definition": { "en": "The main contact information of the resource." + }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information." } }, { - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "name": "contactPoint", "label": { "en": "contact point" diff --git a/report/m8g/release/3.0.0/translation/core-vocabularies_fr.json b/report/m8g/release/3.0.0/translation/core-vocabularies_fr.json index 48b167e7f..27a23e69a 100644 --- a/report/m8g/release/3.0.0/translation/core-vocabularies_fr.json +++ b/report/m8g/release/3.0.0/translation/core-vocabularies_fr.json @@ -879,7 +879,7 @@ ], "externalproperties": [ { - "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", + "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", "name": "contactPoint", "label": { "en": "contact point", @@ -888,14 +888,10 @@ "definition": { "en": "The main contact information of the resource.", "fr": "Enter your translation here" - }, - "usage": { - "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", - "fr": "Enter your translation here" } }, { - "EA-Guid": "{C49BC931-4E9B-4920-8C09-8021D660DA7D}", + "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", "name": "contactPoint", "label": { "en": "contact point", @@ -904,10 +900,14 @@ "definition": { "en": "The main contact information of the resource.", "fr": "Enter your translation here" + }, + "usage": { + "en": "Usually a phone number and e-mail address. Other contact methods may be included, including online contact information, but this is conceptually distinct from the organization's homepage that may or may not provide contact information.", + "fr": "Enter your translation here" } }, { - "EA-Guid": "{FFD97A12-F375-491f-B4F2-FE6131B59B96}", + "EA-Guid": "{DC5F9923-53F4-4b44-BAE1-0767316502CE}", "name": "contactPoint", "label": { "en": "contact point", diff --git a/report/r5r/release/3.0.0/all-r5r.jsonld b/report/r5r/release/3.0.0/all-r5r.jsonld index eec2ed3d3..ee598bf3e 100644 --- a/report/r5r/release/3.0.0/all-r5r.jsonld +++ b/report/r5r/release/3.0.0/all-r5r.jsonld @@ -2905,6 +2905,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/r5r/release/3.0.0", "documentcommit": "4ef5d649d562edfa4da8acfbdbb168eda026c5ad", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/r5r/release/3.0.0/r5r.report b/report/r5r/release/3.0.0/r5r.report index 7be769003..63f1ba5bb 100644 --- a/report/r5r/release/3.0.0/r5r.report +++ b/report/r5r/release/3.0.0/r5r.report @@ -2,198 +2,198 @@ Load mapping config:config/config-voc.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') -13:27:39 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:27:39 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -13:27:39 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 -13:27:39 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:rdfs:Literal -13:27:39 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 -13:27:39 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model.dcat:dcat:Dataset, DCAT Application Profile.Domain Model:DatasetInSeries -13:27:39 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:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type -13:27:39 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:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title -13:27:39 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint -13:27:39 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:dcat:Dataset:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Relationship:dct:relation -13:27:39 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:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description -13:27:39 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:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified -13:27:39 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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity -13:27:39 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:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued -13:27:39 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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters -13:27:39 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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights -13:27:39 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:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo -13:27:39 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:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language -13:27:39 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:dcat:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights -13:27:39 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:dcat:Distribution:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:adms:status -13:27:39 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:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:format -13:27:39 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution -13:27:39 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:dcat:Distribution:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:foaf:page -13:27:39 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:39 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:39 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". -13:27:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:27:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . -13:27:40 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Class dcat:Distribution without label, further processing this class will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/r5r/hvdCategory" does not start with a lowercase "HVD category". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:title without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:description without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:issued without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:modified without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:byteSize without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property odrl:hasPolicy without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:spatialResolutionInMeters without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:temporalResolution without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:compressFormat without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:packageFormat without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:language without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:downloadURL without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:accessURL without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property adms:status without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:format without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:mediaType without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:rights without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:conformsTo without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:page without name, further processing this property will be incoherent -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:40 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". -13:27:40 WARN c.g.i.o.c.JSONLDOutputHandler - Property spdx:checksum without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:49 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:04:49 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset +10:04:49 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:04:49 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:rdfs:Literal +10:04:49 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:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description +10:04:49 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:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity +10:04:49 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:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo +10:04:49 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:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:format +10:04:49 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:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified +10:04:49 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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +10:04:49 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:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language +10:04:49 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.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title +10:04:49 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +10:04:49 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:04:49 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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +10:04:49 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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution +10:04:49 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:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters +10:04:49 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:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued +10:04:49 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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights +10:04:49 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint +10:04:49 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:dcat:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.r5r". +10:04:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +10:04:49 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Class dcat:Distribution without label, further processing this class will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/r5r/hvdCategory" does not start with a lowercase "HVD category". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:title without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:description without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:issued without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:modified without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:byteSize". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:byteSize without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:odrl:hasPolicy". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property odrl:hasPolicy without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:spatialResolutionInMeters without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:temporalResolution without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:compressFormat". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:compressFormat without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:packageFormat". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:packageFormat without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:language without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:downloadURL". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:downloadURL without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:accessURL". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:accessURL without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property adms:status without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:format without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:mediaType". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dcat:mediaType without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:rights without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property dct:conformsTo without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property foaf:page without name, further processing this property will be incoherent +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.dcat:dcat:Distribution:spdx:checksum". +10:04:49 WARN c.g.i.o.c.JSONLDOutputHandler - Property spdx:checksum without name, further processing this property will be incoherent diff --git a/report/r5r/release/3.0.0/translation/r5r.jsonld b/report/r5r/release/3.0.0/translation/r5r.jsonld index eec2ed3d3..ee598bf3e 100644 --- a/report/r5r/release/3.0.0/translation/r5r.jsonld +++ b/report/r5r/release/3.0.0/translation/r5r.jsonld @@ -2905,6 +2905,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/r5r/release/3.0.0", "documentcommit": "4ef5d649d562edfa4da8acfbdbb168eda026c5ad", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/r5r/release/3.0.0/translation/r5r_en_merged.jsonld b/report/r5r/release/3.0.0/translation/r5r_en_merged.jsonld index 4d33b313e..cd3cb838f 100644 --- a/report/r5r/release/3.0.0/translation/r5r_en_merged.jsonld +++ b/report/r5r/release/3.0.0/translation/r5r_en_merged.jsonld @@ -2922,7 +2922,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ { diff --git a/report/respec/core-location/all-core-location.jsonld b/report/respec/core-location/all-core-location.jsonld index 5e2c3aa1c..e727c4d62 100644 --- a/report/respec/core-location/all-core-location.jsonld +++ b/report/respec/core-location/all-core-location.jsonld @@ -3408,6 +3408,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/respec/core-location", "documentcommit": "0d67cf30756fe74c0530b6eea1a53d7257638d79", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/respec/core-location/core-location.report b/report/respec/core-location/core-location.report index 8d4c1517c..5febf510c 100644 --- a/report/respec/core-location/core-location.report +++ b/report/respec/core-location/core-location.report @@ -2,54 +2,54 @@ Load mapping config:config/config-voc.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') -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:42 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model -13:27:42 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Vocabulary -13:27:42 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified -13:27:42 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:42 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -13:27:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -13:27:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -13:27:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . -13:27:42 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri -13:27:42 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . -13:27:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. -13:27:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -13:27:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -13:27:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. -13:27:42 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. -13:27:42 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. -13:27:42 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. -13:27:42 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri -13:27:42 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri -13:27:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:42 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri -13:27:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:42 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri -13:27:42 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:51 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00.DataTypes, Model.ISA Core Vocabularies v2.00, Model +10:04:51 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Vocabulary +10:04:51 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:51 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". +10:04:51 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:52 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:52 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:52 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:04:52 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri +10:04:52 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:04:52 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:04:52 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:52 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:52 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:04:52 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:04:52 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:04:52 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:04:52 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri +10:04:52 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri +10:04:52 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:52 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri +10:04:52 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:52 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri +10:04:52 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. diff --git a/report/respec/core-location/translation/core-location-ap_en_merged.jsonld b/report/respec/core-location/translation/core-location-ap_en_merged.jsonld index 4498674d8..151136649 100644 --- a/report/respec/core-location/translation/core-location-ap_en_merged.jsonld +++ b/report/respec/core-location/translation/core-location-ap_en_merged.jsonld @@ -3429,7 +3429,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/respec/core-location/translation/core-location.jsonld b/report/respec/core-location/translation/core-location.jsonld index 5e2c3aa1c..e727c4d62 100644 --- a/report/respec/core-location/translation/core-location.jsonld +++ b/report/respec/core-location/translation/core-location.jsonld @@ -3408,6 +3408,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/respec/core-location", "documentcommit": "0d67cf30756fe74c0530b6eea1a53d7257638d79", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/respec/core-vocabularies/all-core-vocabularies.jsonld b/report/respec/core-vocabularies/all-core-vocabularies.jsonld index 8923c97f7..8f75277f2 100644 --- a/report/respec/core-vocabularies/all-core-vocabularies.jsonld +++ b/report/respec/core-vocabularies/all-core-vocabularies.jsonld @@ -10725,22 +10725,34 @@ { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "name": "", + "name": "issuingAuthorityUri", "inpackage": "UNKNOWN", + "usageNote-en": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + }, "label-en": { - "en": "TODO" + "en": "issuing authority URI" }, "definition-en": { - "en": "TODO" + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, + "usage": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + }, + "definition": { + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, + "label": { + "en": "issuing authority URI" }, "extra": { - "EA-Name": "creator", - "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", + "EA-Name": "issuingAuthorityURI", + "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Rule", - "EA-Domain-Guid": "{690644B1-DDCA-494d-84E0-F2E440D23F94}", + "EA-Domain": "Identifier", + "EA-Domain-Guid": "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", "EA-Range": "Agent", "RangeData": { "EA-Name": "Agent", @@ -10749,33 +10761,71 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole": "null", - "destRole": "creator", - "label": "", - "definition": "", - "usage": "", + "destRole": "issuingAuthorityURI", + "label": { + "en": "issuing authority URI" + }, + "definition": { + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, + "usage": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + }, "label-en": { - "en": "TODO" + "en": "issuing authority URI" }, "definition-en": { - "en": "TODO" + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, + "usageNote-en": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." }, - "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ + { + "key": "usageNote-en", + "value": "NOTE", + "note": "Example: \"https://belgium.be/id/organizations/1233\"." + }, { "key": "uri", "value": "NOTE", "note": "http://purl.org/dc/terms/creator" + }, + { + "key": "label-en", + "value": "NOTE", + "note": "issuing authority URI" + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." } ], "DestRoleTags": [ + { + "key": "usageNote-en", + "value": "NOTE", + "note": "Example: \"https://belgium.be/id/organizations/1233\"." + }, { "key": "uri", "value": "NOTE", "note": "http://purl.org/dc/terms/creator" + }, + { + "key": "label-en", + "value": "NOTE", + "note": "issuing authority URI" + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." } ], "Scope": "NOTHING" @@ -10783,8 +10833,8 @@ "codelist": [], "domain": [ { - "uri": "http://purl.org/vocab/cpsv#Rule", - "EA-Name": "Rule" + "uri": "http://www.w3.org/ns/adms#Identifier", + "EA-Name": "Identifier" } ], "range": [ @@ -10795,7 +10845,9 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/creator", @@ -10875,34 +10927,22 @@ { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "name": "issuingAuthorityUri", + "name": "", "inpackage": "UNKNOWN", - "usageNote-en": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - }, "label-en": { - "en": "issuing authority URI" + "en": "TODO" }, "definition-en": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "usage": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - }, - "definition": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "label": { - "en": "issuing authority URI" + "en": "TODO" }, "extra": { - "EA-Name": "issuingAuthorityURI", - "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", + "EA-Name": "creator", + "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Identifier", - "EA-Domain-Guid": "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", + "EA-Domain": "Rule", + "EA-Domain-Guid": "{690644B1-DDCA-494d-84E0-F2E440D23F94}", "EA-Range": "Agent", "RangeData": { "EA-Name": "Agent", @@ -10911,71 +10951,33 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole": "null", - "destRole": "issuingAuthorityURI", - "label": { - "en": "issuing authority URI" - }, - "definition": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "usage": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - }, + "destRole": "creator", + "label": "", + "definition": "", + "usage": "", "label-en": { - "en": "issuing authority URI" + "en": "TODO" }, "definition-en": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "usageNote-en": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." + "en": "TODO" }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "Example: \"https://belgium.be/id/organizations/1233\"." - }, { "key": "uri", "value": "NOTE", "note": "http://purl.org/dc/terms/creator" - }, - { - "key": "label-en", - "value": "NOTE", - "note": "issuing authority URI" - }, - { - "key": "definition-en", - "value": "NOTE", - "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." } ], "DestRoleTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "Example: \"https://belgium.be/id/organizations/1233\"." - }, { "key": "uri", "value": "NOTE", "note": "http://purl.org/dc/terms/creator" - }, - { - "key": "label-en", - "value": "NOTE", - "note": "issuing authority URI" - }, - { - "key": "definition-en", - "value": "NOTE", - "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." } ], "Scope": "NOTHING" @@ -10983,8 +10985,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Identifier", - "EA-Name": "Identifier" + "uri": "http://purl.org/vocab/cpsv#Rule", + "EA-Name": "Rule" } ], "range": [ @@ -10995,9 +10997,7 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] }, { "@id": "http://purl.org/dc/terms/description", @@ -12758,18 +12758,18 @@ }, "extra": { "EA-Name": "related", - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Public Service", - "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Range": "Public Service", + "EA-Domain": "FormalFramework", + "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Range": "FormalFramework", "RangeData": { - "EA-Name": "Public Service", - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "FormalFramework", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" }, "sourceRole": "null", "destRole": "related", @@ -12806,21 +12806,19 @@ "codelist": [], "domain": [ { - "uri": "http://purl.org/vocab/cpsv#PublicService", - "EA-Name": "Public Service" + "uri": "http://data.europa.eu/m8g/FormalFramework", + "EA-Name": "FormalFramework" } ], "range": [ { - "EA-Name": "Public Service", - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "FormalFramework", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] }, { "@id": "http://purl.org/dc/terms/related", @@ -12835,18 +12833,18 @@ }, "extra": { "EA-Name": "related", - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "FormalFramework", - "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Range": "FormalFramework", + "EA-Domain": "Public Service", + "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Range": "Public Service", "RangeData": { - "EA-Name": "FormalFramework", - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "Public Service", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" }, "sourceRole": "null", "destRole": "related", @@ -12883,19 +12881,21 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/FormalFramework", - "EA-Name": "FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService", + "EA-Name": "Public Service" } ], "range": [ { - "EA-Name": "FormalFramework", - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "Public Service", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/requires", @@ -12978,39 +12978,39 @@ "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "spatial", - "inpackage": "UNKNOWN", + "inpackage": "OTHER_PACKAGE", "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "label-en": { "en": "spatial" }, "definition-en": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "definition": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "label": { "en": "spatial" }, "extra": { "EA-Name": "spatial", - "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", + "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", "EA-Domain": "PublicOrganisation", "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", - "EA-Range": "Location", + "EA-Range": "AdministrativeTerritorialUnit", "RangeData": { - "EA-Name": "Location", - "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", - "EA-Package": "dct", - "uri": "http://purl.org/dc/terms/Location" + "EA-Name": "AdministrativeTerritorialUnit", + "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", + "EA-Package": "Core Public Organisation", + "uri": "http://data.europa.eu/88u/dataset/atu-type" }, "sourceRole": "null", "destRole": "spatial", @@ -13018,19 +13018,19 @@ "en": "spatial" }, "definition": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "label-en": { "en": "spatial" }, "definition-en": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "equivalent": "", "subclass": "", @@ -13038,19 +13038,19 @@ "sameAs": "", "RawTags": [ { - "key": "usageNote-en", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "note": "http://purl.org/dc/terms/spatial" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The Administrative Region(s) that is covered by the Public Organisation." + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://purl.org/dc/terms/spatial" + "note": "This property links an Organization to the Administrative Region(s) that it covers." }, { "key": "label-en", @@ -13060,19 +13060,19 @@ ], "DestRoleTags": [ { - "key": "usageNote-en", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "note": "http://purl.org/dc/terms/spatial" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The Administrative Region(s) that is covered by the Public Organisation." + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://purl.org/dc/terms/spatial" + "note": "This property links an Organization to the Administrative Region(s) that it covers." }, { "key": "label-en", @@ -13091,51 +13091,53 @@ ], "range": [ { - "EA-Name": "Location", - "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", - "EA-Package": "dct", - "uri": "http://purl.org/dc/terms/Location" + "EA-Name": "AdministrativeTerritorialUnit", + "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", + "EA-Package": "Core Public Organisation", + "uri": "http://data.europa.eu/88u/dataset/atu-type" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "spatial", - "inpackage": "OTHER_PACKAGE", + "inpackage": "UNKNOWN", "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "label-en": { "en": "spatial" }, "definition-en": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "definition": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "label": { "en": "spatial" }, "extra": { "EA-Name": "spatial", - "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", + "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", "derived": "false", "EA-Package": "", "EA-Type": "connector", "EA-Domain": "PublicOrganisation", "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", - "EA-Range": "AdministrativeTerritorialUnit", + "EA-Range": "Location", "RangeData": { - "EA-Name": "AdministrativeTerritorialUnit", - "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", - "EA-Package": "Core Public Organisation", - "uri": "http://data.europa.eu/88u/dataset/atu-type" + "EA-Name": "Location", + "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", + "EA-Package": "dct", + "uri": "http://purl.org/dc/terms/Location" }, "sourceRole": "null", "destRole": "spatial", @@ -13143,19 +13145,19 @@ "en": "spatial" }, "definition": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "label-en": { "en": "spatial" }, "definition-en": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "equivalent": "", "subclass": "", @@ -13163,19 +13165,19 @@ "sameAs": "", "RawTags": [ { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://purl.org/dc/terms/spatial" + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "note": "The Administrative Region(s) that is covered by the Public Organisation." }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "This property links an Organization to the Administrative Region(s) that it covers." + "note": "http://purl.org/dc/terms/spatial" }, { "key": "label-en", @@ -13185,19 +13187,19 @@ ], "DestRoleTags": [ { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://purl.org/dc/terms/spatial" + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "note": "The Administrative Region(s) that is covered by the Public Organisation." }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "This property links an Organization to the Administrative Region(s) that it covers." + "note": "http://purl.org/dc/terms/spatial" }, { "key": "label-en", @@ -13216,15 +13218,13 @@ ], "range": [ { - "EA-Name": "AdministrativeTerritorialUnit", - "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", - "EA-Package": "Core Public Organisation", - "uri": "http://data.europa.eu/88u/dataset/atu-type" + "EA-Name": "Location", + "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", + "EA-Package": "dct", + "uri": "http://purl.org/dc/terms/Location" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] }, { "@id": "http://purl.org/dc/terms/temporal", @@ -14188,18 +14188,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "definition": { "en": "Associates any Resource with the corresponding Address." }, @@ -14208,12 +14202,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Resource", - "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", + "EA-Domain": "Agent", + "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -14229,38 +14223,29 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usage": "", "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." - }, { "key": "label-en", "value": "NOTE", @@ -14269,25 +14254,20 @@ { "key": "package", "value": "NOTE", - "note": "Core Location" + "note": "Core Person" } ], "DestRoleTags": [ { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." - }, { "key": "label-en", "value": "NOTE", @@ -14296,7 +14276,7 @@ { "key": "package", "value": "NOTE", - "note": "Core Location" + "note": "Core Person" } ], "Scope": "NOTHING" @@ -14304,8 +14284,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", - "EA-Name": "Resource" + "uri": "http://xmlns.com/foaf/0.1/Agent", + "EA-Name": "Agent" } ], "range": [ @@ -14325,12 +14305,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "definition": { "en": "Associates any Resource with the corresponding Address." }, @@ -14339,12 +14325,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Agent", - "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Domain": "Resource", + "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -14360,29 +14346,38 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": "", + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." + }, { "key": "label-en", "value": "NOTE", @@ -14391,20 +14386,25 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Location" } ], "DestRoleTags": [ { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." + }, { "key": "label-en", "value": "NOTE", @@ -14413,7 +14413,7 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Location" } ], "Scope": "NOTHING" @@ -14421,8 +14421,8 @@ "codelist": [], "domain": [ { - "uri": "http://xmlns.com/foaf/0.1/Agent", - "EA-Name": "Agent" + "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", + "EA-Name": "Resource" } ], "range": [ @@ -22431,6 +22431,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/respec/core-vocabularies", "documentcommit": "0d67cf30756fe74c0530b6eea1a53d7257638d79", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/respec/core-vocabularies/core-vocabularies.jsonld b/report/respec/core-vocabularies/core-vocabularies.jsonld index 76b239908..99d140ab8 100644 --- a/report/respec/core-vocabularies/core-vocabularies.jsonld +++ b/report/respec/core-vocabularies/core-vocabularies.jsonld @@ -1961,21 +1961,23 @@ , { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", -"name": "", +"name": "issuingAuthorityUri", "inpackage": "UNKNOWN", -"label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}, -"extra": {"EA-Name" : "creator", "EA-Guid" : "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Rule", "EA-Domain-Guid" : "{690644B1-DDCA-494d-84E0-F2E440D23F94}", "EA-Range" : "Agent", "RangeData" : {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "creator", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, +"usageNote-en" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "label-en" : {"en": "issuing authority URI", "en": "issuing authority URI"}, "definition-en" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "usage" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "definition" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "label" : {"en": "issuing authority URI"}, +"extra": {"EA-Name" : "issuingAuthorityURI", "EA-Guid" : "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Identifier", "EA-Domain-Guid" : "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", "EA-Range" : "Agent", "RangeData" : {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "issuingAuthorityURI", "label" : "issuing authority URI", "definition" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usage" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "label-en" : "issuing authority URI", "definition-en" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usageNote-en" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "label-en" : "issuing authority URI", "definition-en" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usageNote-en" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }, { "key": "label-en", "value": "NOTE", "note": "issuing authority URI" }, { "key": "definition-en", "value": "NOTE", "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }, { "key": "label-en", "value": "NOTE", "note": "issuing authority URI" }, { "key": "definition-en", "value": "NOTE", "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "label-en" : {"en": "issuing authority URI", "en": "issuing authority URI"}, "definition-en" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "usage" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "definition" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "label" : {"en": "issuing authority URI"}}, "codelist": [ ], "domain": [ -{ "uri": "http://purl.org/vocab/cpsv#Rule", "EA-Name" : "Rule" } +{ "uri": "http://www.w3.org/ns/adms#Identifier", "EA-Name" : "Identifier" } ], "range": [ {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" } ], "generalization": [ -]} +], +"minCardinality": "0", +"maxCardinality": "*"} , { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -1997,23 +1999,21 @@ , { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", -"name": "issuingAuthorityUri", +"name": "", "inpackage": "UNKNOWN", -"usageNote-en" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "label-en" : {"en": "issuing authority URI", "en": "issuing authority URI"}, "definition-en" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "usage" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "definition" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "label" : {"en": "issuing authority URI"}, -"extra": {"EA-Name" : "issuingAuthorityURI", "EA-Guid" : "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Identifier", "EA-Domain-Guid" : "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", "EA-Range" : "Agent", "RangeData" : {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "issuingAuthorityURI", "label" : "issuing authority URI", "definition" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usage" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "label-en" : "issuing authority URI", "definition-en" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usageNote-en" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "label-en" : "issuing authority URI", "definition-en" : "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "usageNote-en" : "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }, { "key": "label-en", "value": "NOTE", "note": "issuing authority URI" }, { "key": "definition-en", "value": "NOTE", "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }, { "key": "label-en", "value": "NOTE", "note": "issuing authority URI" }, { "key": "definition-en", "value": "NOTE", "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\".", "en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "label-en" : {"en": "issuing authority URI", "en": "issuing authority URI"}, "definition-en" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "usage" : {"en": "Example: \"https:\/\/belgium.be\/id\/organizations\/1233\"."}, "definition" : {"en": "The reference in the form of a Uniform Resource Identifier to the issuing authority."}, "label" : {"en": "issuing authority URI"}}, +"label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}, +"extra": {"EA-Name" : "creator", "EA-Guid" : "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Rule", "EA-Domain-Guid" : "{690644B1-DDCA-494d-84E0-F2E440D23F94}", "EA-Range" : "Agent", "RangeData" : {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "creator", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/creator" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/adms#Identifier", "EA-Name" : "Identifier" } +{ "uri": "http://purl.org/vocab/cpsv#Rule", "EA-Name" : "Rule" } ], "range": [ {"EA-Name" : "Agent", "EA-GUID" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Package" : "foaf", "uri" : "http://xmlns.com/foaf/0.1/Agent" } ], "generalization": [ -], -"minCardinality": "0", -"maxCardinality": "*"} +]} , { "@id": "http://purl.org/dc/terms/description", "@type": "http://www.w3.org/2002/07/owl#DatatypeProperty", @@ -2400,38 +2400,38 @@ "name": "", "inpackage": "OTHER_PACKAGE", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}, -"extra": {"EA-Name" : "related", "EA-Guid" : "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Public Service", "EA-Domain-Guid" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Range" : "Public Service", "RangeData" : {"EA-Name" : "Public Service", "EA-GUID" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package" : "Core Public Service", "uri" : "http://purl.org/vocab/cpsv#PublicService" }, "sourceRole" : "null", "destRole" : "related", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, +"extra": {"EA-Name" : "related", "EA-Guid" : "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "FormalFramework", "EA-Domain-Guid" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Range" : "FormalFramework", "RangeData" : {"EA-Name" : "FormalFramework", "EA-GUID" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package" : "Core Public Service", "uri" : "http://data.europa.eu/m8g/FormalFramework" }, "sourceRole" : "null", "destRole" : "related", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, "codelist": [ ], "domain": [ -{ "uri": "http://purl.org/vocab/cpsv#PublicService", "EA-Name" : "Public Service" } +{ "uri": "http://data.europa.eu/m8g/FormalFramework", "EA-Name" : "FormalFramework" } ], "range": [ -{"EA-Name" : "Public Service", "EA-GUID" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package" : "Core Public Service", "uri" : "http://purl.org/vocab/cpsv#PublicService" } +{"EA-Name" : "FormalFramework", "EA-GUID" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package" : "Core Public Service", "uri" : "http://data.europa.eu/m8g/FormalFramework" } ], "generalization": [ -], -"minCardinality": "0", -"maxCardinality": "*"} +]} , { "@id": "http://purl.org/dc/terms/related", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "", "inpackage": "OTHER_PACKAGE", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}, -"extra": {"EA-Name" : "related", "EA-Guid" : "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "FormalFramework", "EA-Domain-Guid" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Range" : "FormalFramework", "RangeData" : {"EA-Name" : "FormalFramework", "EA-GUID" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package" : "Core Public Service", "uri" : "http://data.europa.eu/m8g/FormalFramework" }, "sourceRole" : "null", "destRole" : "related", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, +"extra": {"EA-Name" : "related", "EA-Guid" : "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Public Service", "EA-Domain-Guid" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Range" : "Public Service", "RangeData" : {"EA-Name" : "Public Service", "EA-GUID" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package" : "Core Public Service", "uri" : "http://purl.org/vocab/cpsv#PublicService" }, "sourceRole" : "null", "destRole" : "related", "label" : "", "definition" : "", "usage" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "label-en" : "TODO", "definition-en" : "TODO", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/related" }], "Scope" : "NOTHING", "label-en" : {"en": "TODO"}, "definition-en" : {"en": "TODO"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/m8g/FormalFramework", "EA-Name" : "FormalFramework" } +{ "uri": "http://purl.org/vocab/cpsv#PublicService", "EA-Name" : "Public Service" } ], "range": [ -{"EA-Name" : "FormalFramework", "EA-GUID" : "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package" : "Core Public Service", "uri" : "http://data.europa.eu/m8g/FormalFramework" } +{"EA-Name" : "Public Service", "EA-GUID" : "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package" : "Core Public Service", "uri" : "http://purl.org/vocab/cpsv#PublicService" } ], "generalization": [ -]} +], +"minCardinality": "0", +"maxCardinality": "*"} , { "@id": "http://purl.org/dc/terms/requires", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -2456,40 +2456,40 @@ "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "spatial", -"inpackage": "UNKNOWN", -"usageNote-en" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property."}, "label-en" : {"en": "spatial", "en": "spatial"}, "definition-en" : {"en": "The Administrative Region(s) that is covered by the Public Organisation.", "en": "The Administrative Region(s) that is covered by the Public Organisation."}, "usage" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property."}, "definition" : {"en": "The Administrative Region(s) that is covered by the Public Organisation."}, "label" : {"en": "spatial"}, -"extra": {"EA-Name" : "spatial", "EA-Guid" : "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicOrganisation", "EA-Domain-Guid" : "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range" : "Location", "RangeData" : {"EA-Name" : "Location", "EA-GUID" : "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", "EA-Package" : "dct", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "spatial", "label" : "spatial", "definition" : "The Administrative Region(s) that is covered by the Public Organisation.", "usage" : "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "label-en" : "spatial", "definition-en" : "The Administrative Region(s) that is covered by the Public Organisation.", "usageNote-en" : "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "label-en" : "spatial", "definition-en" : "The Administrative Region(s) that is covered by the Public Organisation.", "usageNote-en" : "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, { "key": "definition-en", "value": "NOTE", "note": "The Administrative Region(s) that is covered by the Public Organisation." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/spatial" }, { "key": "label-en", "value": "NOTE", "note": "spatial" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, { "key": "definition-en", "value": "NOTE", "note": "The Administrative Region(s) that is covered by the Public Organisation." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/spatial" }, { "key": "label-en", "value": "NOTE", "note": "spatial" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property."}, "label-en" : {"en": "spatial", "en": "spatial"}, "definition-en" : {"en": "The Administrative Region(s) that is covered by the Public Organisation.", "en": "The Administrative Region(s) that is covered by the Public Organisation."}, "usage" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property."}, "definition" : {"en": "The Administrative Region(s) that is covered by the Public Organisation."}, "label" : {"en": "spatial"}}, +"inpackage": "OTHER_PACKAGE", +"usageNote-en" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty."}, "label-en" : {"en": "spatial", "en": "spatial"}, "definition-en" : {"en": "This property links an Organization to the Administrative Region(s) that it covers.", "en": "This property links an Organization to the Administrative Region(s) that it covers."}, "usage" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty."}, "definition" : {"en": "This property links an Organization to the Administrative Region(s) that it covers."}, "label" : {"en": "spatial"}, +"extra": {"EA-Name" : "spatial", "EA-Guid" : "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicOrganisation", "EA-Domain-Guid" : "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range" : "AdministrativeTerritorialUnit", "RangeData" : {"EA-Name" : "AdministrativeTerritorialUnit", "EA-GUID" : "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", "EA-Package" : "Core Public Organisation", "uri" : "http://data.europa.eu/88u/dataset/atu-type" }, "sourceRole" : "null", "destRole" : "spatial", "label" : "spatial", "definition" : "This property links an Organization to the Administrative Region(s) that it covers.", "usage" : "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "label-en" : "spatial", "definition-en" : "This property links an Organization to the Administrative Region(s) that it covers.", "usageNote-en" : "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "label-en" : "spatial", "definition-en" : "This property links an Organization to the Administrative Region(s) that it covers.", "usageNote-en" : "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/spatial" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, { "key": "definition-en", "value": "NOTE", "note": "This property links an Organization to the Administrative Region(s) that it covers." }, { "key": "label-en", "value": "NOTE", "note": "spatial" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/spatial" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, { "key": "definition-en", "value": "NOTE", "note": "This property links an Organization to the Administrative Region(s) that it covers." }, { "key": "label-en", "value": "NOTE", "note": "spatial" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty."}, "label-en" : {"en": "spatial", "en": "spatial"}, "definition-en" : {"en": "This property links an Organization to the Administrative Region(s) that it covers.", "en": "This property links an Organization to the Administrative Region(s) that it covers."}, "usage" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty."}, "definition" : {"en": "This property links an Organization to the Administrative Region(s) that it covers."}, "label" : {"en": "spatial"}}, "codelist": [ ], "domain": [ { "uri": "http://data.europa.eu/m8g/PublicOrganisation", "EA-Name" : "PublicOrganisation" } ], "range": [ -{"EA-Name" : "Location", "EA-GUID" : "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", "EA-Package" : "dct", "uri" : "http://purl.org/dc/terms/Location" } +{"EA-Name" : "AdministrativeTerritorialUnit", "EA-GUID" : "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", "EA-Package" : "Core Public Organisation", "uri" : "http://data.europa.eu/88u/dataset/atu-type" } ], "generalization": [ -]} +], +"minCardinality": "0", +"maxCardinality": "*"} , { "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "spatial", -"inpackage": "OTHER_PACKAGE", -"usageNote-en" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty."}, "label-en" : {"en": "spatial", "en": "spatial"}, "definition-en" : {"en": "This property links an Organization to the Administrative Region(s) that it covers.", "en": "This property links an Organization to the Administrative Region(s) that it covers."}, "usage" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty."}, "definition" : {"en": "This property links an Organization to the Administrative Region(s) that it covers."}, "label" : {"en": "spatial"}, -"extra": {"EA-Name" : "spatial", "EA-Guid" : "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicOrganisation", "EA-Domain-Guid" : "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range" : "AdministrativeTerritorialUnit", "RangeData" : {"EA-Name" : "AdministrativeTerritorialUnit", "EA-GUID" : "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", "EA-Package" : "Core Public Organisation", "uri" : "http://data.europa.eu/88u/dataset/atu-type" }, "sourceRole" : "null", "destRole" : "spatial", "label" : "spatial", "definition" : "This property links an Organization to the Administrative Region(s) that it covers.", "usage" : "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "label-en" : "spatial", "definition-en" : "This property links an Organization to the Administrative Region(s) that it covers.", "usageNote-en" : "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "label-en" : "spatial", "definition-en" : "This property links an Organization to the Administrative Region(s) that it covers.", "usageNote-en" : "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/spatial" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, { "key": "definition-en", "value": "NOTE", "note": "This property links an Organization to the Administrative Region(s) that it covers." }, { "key": "label-en", "value": "NOTE", "note": "spatial" }], "DestRoleTags" : [{ "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/spatial" }, { "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, { "key": "definition-en", "value": "NOTE", "note": "This property links an Organization to the Administrative Region(s) that it covers." }, { "key": "label-en", "value": "NOTE", "note": "spatial" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty."}, "label-en" : {"en": "spatial", "en": "spatial"}, "definition-en" : {"en": "This property links an Organization to the Administrative Region(s) that it covers.", "en": "This property links an Organization to the Administrative Region(s) that it covers."}, "usage" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty."}, "definition" : {"en": "This property links an Organization to the Administrative Region(s) that it covers."}, "label" : {"en": "spatial"}}, +"inpackage": "UNKNOWN", +"usageNote-en" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property."}, "label-en" : {"en": "spatial", "en": "spatial"}, "definition-en" : {"en": "The Administrative Region(s) that is covered by the Public Organisation.", "en": "The Administrative Region(s) that is covered by the Public Organisation."}, "usage" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property."}, "definition" : {"en": "The Administrative Region(s) that is covered by the Public Organisation."}, "label" : {"en": "spatial"}, +"extra": {"EA-Name" : "spatial", "EA-Guid" : "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "PublicOrganisation", "EA-Domain-Guid" : "{1AA76693-A640-459d-B2DC-C3333972134E}", "EA-Range" : "Location", "RangeData" : {"EA-Name" : "Location", "EA-GUID" : "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", "EA-Package" : "dct", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "spatial", "label" : "spatial", "definition" : "The Administrative Region(s) that is covered by the Public Organisation.", "usage" : "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "label-en" : "spatial", "definition-en" : "The Administrative Region(s) that is covered by the Public Organisation.", "usageNote-en" : "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "label-en" : "spatial", "definition-en" : "The Administrative Region(s) that is covered by the Public Organisation.", "usageNote-en" : "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, { "key": "definition-en", "value": "NOTE", "note": "The Administrative Region(s) that is covered by the Public Organisation." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/spatial" }, { "key": "label-en", "value": "NOTE", "note": "spatial" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, { "key": "definition-en", "value": "NOTE", "note": "The Administrative Region(s) that is covered by the Public Organisation." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/purl.org\/dc\/terms\/spatial" }, { "key": "label-en", "value": "NOTE", "note": "spatial" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property."}, "label-en" : {"en": "spatial", "en": "spatial"}, "definition-en" : {"en": "The Administrative Region(s) that is covered by the Public Organisation.", "en": "The Administrative Region(s) that is covered by the Public Organisation."}, "usage" : {"en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property."}, "definition" : {"en": "The Administrative Region(s) that is covered by the Public Organisation."}, "label" : {"en": "spatial"}}, "codelist": [ ], "domain": [ { "uri": "http://data.europa.eu/m8g/PublicOrganisation", "EA-Name" : "PublicOrganisation" } ], "range": [ -{"EA-Name" : "AdministrativeTerritorialUnit", "EA-GUID" : "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", "EA-Package" : "Core Public Organisation", "uri" : "http://data.europa.eu/88u/dataset/atu-type" } +{"EA-Name" : "Location", "EA-GUID" : "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", "EA-Package" : "dct", "uri" : "http://purl.org/dc/terms/Location" } ], "generalization": [ -], -"minCardinality": "0", -"maxCardinality": "*"} +]} , { "@id": "http://purl.org/dc/terms/temporal", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -2713,12 +2713,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", -"usageNote-en" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address.", "en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, -"extra": {"EA-Name" : "address", "EA-Guid" : "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Resource", "EA-Domain-Guid" : "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address.", "en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, +"label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, +"extra": {"EA-Name" : "address", "EA-Guid" : "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Agent", "EA-Domain-Guid" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", "EA-Name" : "Resource" } +{ "uri": "http://xmlns.com/foaf/0.1/Agent", "EA-Name" : "Agent" } ], "range": [ {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" } @@ -2733,12 +2733,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", -"label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, -"extra": {"EA-Name" : "address", "EA-Guid" : "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Agent", "EA-Domain-Guid" : "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Person" }], "Scope" : "NOTHING", "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, +"usageNote-en" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address.", "en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}, +"extra": {"EA-Name" : "address", "EA-Guid" : "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Resource", "EA-Domain-Guid" : "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range" : "Address", "RangeData" : {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" }, "sourceRole" : "null", "destRole" : "address", "label" : "address", "definition" : "Associates any Resource with the corresponding Address.", "usage" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "label-en" : "address", "definition-en" : "Associates any Resource with the corresponding Address.", "usageNote-en" : "Asserting the address relationship implies that the\r\n Resource has an Address.", "equivalent" : "", "subclass" : "", "subclass1" : "", "sameAs" : "", "RawTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "DestRoleTags" : [{ "key": "usageNote-en", "value": "NOTE", "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http:\/\/w3.org\/ns\/locn#address" }, { "key": "definition-en", "value": "NOTE", "note": "Associates any Resource with the corresponding Address." }, { "key": "label-en", "value": "NOTE", "note": "address" }, { "key": "package", "value": "NOTE", "note": "Core Location" }], "Scope" : "NOTHING", "usageNote-en" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address.", "en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "label-en" : {"en": "address", "en": "address"}, "definition-en" : {"en": "Associates any Resource with the corresponding Address.", "en": "Associates any Resource with the corresponding Address."}, "usage" : {"en": "Asserting the address relationship implies that the\r\n Resource has an Address."}, "definition" : {"en": "Associates any Resource with the corresponding Address."}, "label" : {"en": "address"}}, "codelist": [ ], "domain": [ -{ "uri": "http://xmlns.com/foaf/0.1/Agent", "EA-Name" : "Agent" } +{ "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", "EA-Name" : "Resource" } ], "range": [ {"EA-Name" : "Address", "EA-GUID" : "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "EA-Package" : "Core Location", "uri" : "http://www.w3.org/ns/locn#Address" } diff --git a/report/respec/core-vocabularies/core-vocabularies.report b/report/respec/core-vocabularies/core-vocabularies.report index 903706a98..b2e44c9a6 100644 --- a/report/respec/core-vocabularies/core-vocabularies.report +++ b/report/respec/core-vocabularies/core-vocabularies.report @@ -2,465 +2,465 @@ Load mapping config:config/config-voc.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') -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -13:27:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Location -13:27:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model, Model.ISA Core Vocabularies v2.00.DataTypes -13:27:44 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.skos:Concept -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.foaf:Group:name -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName -13:27:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Change" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Business Event" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Channel" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Life Event" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LinguisticSystem" . -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Class LinguisticSystem without label, further processing this class will be incoherent -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Output" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Public Service" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Rule" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Class Organization without label, further processing this class will be incoherent -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactInfo" . -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Class ContactInfo without label, further processing this class will be incoherent -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Person" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalFramework" . -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Class FormalFramework without label, further processing this class will be incoherent -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . -13:27:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Public Service)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:plays role" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> LinguisticSystem)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:language" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Output)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:produces" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> LinguisticSystem)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language is unknown -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Rule)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:fulfils" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> PeriodOfTime)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal is unknown -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property temporal without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property constrains without name, further processing this property will be incoherent -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator is unknown -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> Change)" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.dcat:Dataset:(Dataset -> Agent)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.dcat:Dataset:publisher is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasequirement" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isAbout" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:memberOf is unknown -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:Organization:hasMember is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Change)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isProvidedBy" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Channel)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:has channel" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> LinguisticSystem)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:language" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property implements without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:issuingPlace" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isCreatedBy" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> Agent)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator is unknown -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Document)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:relatedDocumentation" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:validtiyPeriodConstraint" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType::isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Requirement)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:holdsRequirement" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Location)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:spatial" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Change)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires" belongs to package "Core Public Service" based on source and target definition. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property requires without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Location)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Organization:equivalent" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.org:Organization:equivalent" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:hasInput" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:headOf is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isIssuedBy" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. -13:27:44 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown -13:27:44 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> LinguisticSystem)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:language" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isIssuedBy" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property supportsValue without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:validityPeriod" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalFormType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityStatus": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityActivity": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property title without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property landingPage without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property telephone without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property email without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property address without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". -13:27:44 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type". -13:27:44 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". -13:27:44 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". +10:04:54 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Public Service, Model.ISA Core Vocabularies v2.00.Core Vocabulary +10:04:54 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model.ISA Core Vocabularies v2.00.DataTypes, Model +10:04:54 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.dct:Agent:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:Asset:issued +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.dct:Agent:identifier +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.adms:Asset:title +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName, Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language, Model.ISA Core Vocabularies v2.00.adms:Asset:language +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL +10:04:54 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00". +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LegalEntity" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Identifier" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Change" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Jurisdiction" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PublicOrganisation" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Business Event" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Channel" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Life Event" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "LinguisticSystem" . +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Class LinguisticSystem without label, further processing this class will be incoherent +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Output" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Public Service" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Rule" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactPoint" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "OrganizationalUnit" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ImageObject" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Document" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChangeEvent" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdministrativeTerritorialUnit" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceTypeList" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Dataset" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationConcept" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Requirement" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ReferenceFramework" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Constraint" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "InformationRequirement" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Criterion" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalOrganization" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.foaf:Organization". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Class Organization without label, further processing this class will be incoherent +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ContactInfo" . +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Class ContactInfo without label, further processing this class will be incoherent +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "SupportedValue" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Person" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "FormalFramework" . +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Class FormalFramework without label, further processing this class will be incoherent +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AccountingDocument" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Event" . +10:04:54 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalEntity" . +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> Public Service)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:follows". +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Channel)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:has channel" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:hasInput" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> LinguisticSystem)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:language" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:availabilityRestriction is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> FormalFramework)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:implements". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property implements without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> FormalFramework)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:related". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Document)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:homepage is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isRequirementOf" belongs to package "CCCEV" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasequirement" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isAbout" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> PeriodOfTime)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal is unknown +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:temporal". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property temporal without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Organization)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:headOf is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:prev" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:next" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsValue". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property supportsValue without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:address is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:requires". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property requires without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:(Agent -> Public Service)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Agent:plays role" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Constraint:constrains". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property constrains without name, further processing this property will be incoherent +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> AdministrativeTerritorialUnit)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isIssuedBy" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:memberOf" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasMember" belongs to package "Core Public Organisation" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> Change)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> LegalEntity)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isIssuedBy" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> LinguisticSystem)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:language" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Agent)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:issuingAuthorityURI is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:validtiyPeriodConstraint" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> LinguisticSystem)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:language" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:spatial" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Identifier)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.dcat:Dataset:(Dataset -> Agent)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.dcat:Dataset:publisher is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> ReferenceFramework)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:isDerivedFrom" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" belongs to package "Core Business" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> AccountingDocument)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:hasAccountingDocument" belongs to package "Core Business" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:(ContactPoint -> TemporalEntity)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:openingHours is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:OrganizationalUnit:unitOf is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:hasUnit is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Requirement)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasQualifiedRelation" belongs to package "CCCEV" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:hasSubOrganization" belongs to package "org" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.org:Organization:subOrganizationOf" belongs to package "org" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:(FormalFramework -> Agent)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator is unknown +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:FormalFramework:creator". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.foaf:Agent:memberOf is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:Organization:hasMember is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.adms:Identifier:(Identifier -> Person)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.adms:Identifier:identifies is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> EvidenceType)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isConformantTo" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Identifier)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:identifier is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Identifier)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:(Evidence -> InformationConcept)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsConcept" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ContactPoint)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:contactPoint is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:supportsRequirement" belongs to package "CCCEV" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasSupportingEvidence" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> ImageObject)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:logo is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:(Rule -> LinguisticSystem)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language is unknown +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dct:LinguisticSystem". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:language". +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> Change)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Location)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> EvidenceTypeList)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasEvidenceTypeList" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:implements is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:hasFormalFramework is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Rule)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:fulfils" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:validityPeriod" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isProvidedBy" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:issuingPlace" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:(PublicOrganisation -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:spatial is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:resultingOrganization is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:resultedFrom is unknown +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Jurisdiction)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator is unknown +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Rule:creator". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property creator without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Requirement)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:holdsRequirement" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> Document)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:relatedDocumentation" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Public Service)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related" belongs to package "Core Public Service" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:related". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property related without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.foaf:Organization:equivalent" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.org:Organization:equivalent" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:isCreatedBy" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:changedBy is unknown +10:04:54 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies v2.00.org:ChangeEvent:originalOrganization is unknown +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType::isSpecifiedIn" belongs to package "CCCEV" based on source and target definition. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:specifiesEvidenceType" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - The label of property "http://data.europa.eu/m8g/specifiesEvidenceType" does not start with a lowercase "Evidence Type List in which the Evidence Type is included.". +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:(LegalEntity -> ContactPoint)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:(Public Service -> Output)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:produces" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> ContactPoint)" since it lacks a defining package. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:providesValueFor". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property providesValueFor without name, further processing this property will be incoherent +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:(Requirement -> InformationConcept)" does not have a name, it will be ignored. +10:04:54 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:hasConcept" belongs to package "CCCEV" based on source and target definition. +10:04:54 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.Core Person:Person:(Person -> Change)" since it lacks a defining package. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalFormType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityStatus": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:legalEntityActivity": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:gender": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Person:Person:sex": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.foaf:Agent:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:purpose": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:classification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:evidenceTypeClassification": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:description". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:title". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property title without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.dcat:Dataset:landingPage". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property landingPage without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:confidentialityLevelType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:identifier". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property identifier without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:name". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:description". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property description without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:relatedDocumentation". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property relatedDocumentation without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.CCCEV:Evidence:type". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.CCCEV:Criterion:weightingType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property telephone without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:name". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property name without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property email without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:address". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property address without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:type". +10:04:54 WARN c.g.i.o.c.JSONLDOutputHandler - Property type without name, further processing this property will be incoherent +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.Converter - Missing data type for attribute "Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type". +10:04:54 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". +10:04:54 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "Model.ISA Core Vocabularies v2.00.time:TemporalEntity:frequency". diff --git a/report/respec/core-vocabularies/translation/ccore-vocabularies_en_merged.jsonld b/report/respec/core-vocabularies/translation/ccore-vocabularies_en_merged.jsonld index 0297c3107..a0762598e 100644 --- a/report/respec/core-vocabularies/translation/ccore-vocabularies_en_merged.jsonld +++ b/report/respec/core-vocabularies/translation/ccore-vocabularies_en_merged.jsonld @@ -7433,29 +7433,47 @@ { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", + "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "codelist": [], + "definition": { + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, "definition-en": { - "en": "TODO" + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }, "domain": [ { - "EA-Name": "Rule", - "uri": "http://purl.org/vocab/cpsv#Rule" + "EA-Name": "Identifier", + "uri": "http://www.w3.org/ns/adms#Identifier" } ], "extra": { "DestRoleTags": [ + { + "key": "usageNote-en", + "note": "Example: \"https://belgium.be/id/organizations/1233\".", + "value": "NOTE" + }, { "key": "uri", "note": "http://purl.org/dc/terms/creator", "value": "NOTE" + }, + { + "key": "label-en", + "note": "issuing authority URI", + "value": "NOTE" + }, + { + "key": "definition-en", + "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", + "value": "NOTE" } ], - "EA-Domain": "Rule", - "EA-Domain-Guid": "{690644B1-DDCA-494d-84E0-F2E440D23F94}", - "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", - "EA-Name": "creator", + "EA-Domain": "Identifier", + "EA-Domain-Guid": "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", + "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", + "EA-Name": "issuingAuthorityURI", "EA-Package": "", "EA-Range": "Agent", "EA-Type": "connector", @@ -7466,37 +7484,65 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" }, "RawTags": [ + { + "key": "usageNote-en", + "note": "Example: \"https://belgium.be/id/organizations/1233\".", + "value": "NOTE" + }, { "key": "uri", "note": "http://purl.org/dc/terms/creator", "value": "NOTE" + }, + { + "key": "label-en", + "note": "issuing authority URI", + "value": "NOTE" + }, + { + "key": "definition-en", + "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", + "value": "NOTE" } ], "Scope": "NOTHING", - "definition": "", + "definition": { + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, "definition-en": { - "en": "TODO" + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." }, "derived": "false", - "destRole": "creator", + "destRole": "issuingAuthorityURI", "equivalent": "", - "label": "", + "label": { + "en": "issuing authority URI" + }, "label-en": { - "en": "TODO" + "en": "issuing authority URI" }, "sameAs": "", "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + }, + "usageNote-en": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + } }, "generalization": [], "inpackage": "UNKNOWN", + "label": { + "en": "issuing authority URI" + }, "label-en": { - "en": "TODO" + "en": "issuing authority URI" }, - "name": "", + "maxCardinality": "*", + "minCardinality": "0", + "name": "issuingAuthorityUri", "range": [ { "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", @@ -7504,7 +7550,13 @@ "EA-Package": "foaf", "uri": "http://xmlns.com/foaf/0.1/Agent" } - ] + ], + "usage": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + }, + "usageNote-en": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + } }, { "@id": "http://purl.org/dc/terms/creator", @@ -7585,47 +7637,29 @@ { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", + "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", "codelist": [], - "definition": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, "definition-en": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + "en": "TODO" }, "domain": [ { - "EA-Name": "Identifier", - "uri": "http://www.w3.org/ns/adms#Identifier" + "EA-Name": "Rule", + "uri": "http://purl.org/vocab/cpsv#Rule" } ], "extra": { "DestRoleTags": [ - { - "key": "usageNote-en", - "note": "Example: \"https://belgium.be/id/organizations/1233\".", - "value": "NOTE" - }, { "key": "uri", "note": "http://purl.org/dc/terms/creator", "value": "NOTE" - }, - { - "key": "label-en", - "note": "issuing authority URI", - "value": "NOTE" - }, - { - "key": "definition-en", - "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", - "value": "NOTE" } ], - "EA-Domain": "Identifier", - "EA-Domain-Guid": "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", - "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", - "EA-Name": "issuingAuthorityURI", + "EA-Domain": "Rule", + "EA-Domain-Guid": "{690644B1-DDCA-494d-84E0-F2E440D23F94}", + "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", + "EA-Name": "creator", "EA-Package": "", "EA-Range": "Agent", "EA-Type": "connector", @@ -7636,65 +7670,37 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" }, "RawTags": [ - { - "key": "usageNote-en", - "note": "Example: \"https://belgium.be/id/organizations/1233\".", - "value": "NOTE" - }, { "key": "uri", "note": "http://purl.org/dc/terms/creator", "value": "NOTE" - }, - { - "key": "label-en", - "note": "issuing authority URI", - "value": "NOTE" - }, - { - "key": "definition-en", - "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority.", - "value": "NOTE" } ], "Scope": "NOTHING", - "definition": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, + "definition": "", "definition-en": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + "en": "TODO" }, "derived": "false", - "destRole": "issuingAuthorityURI", + "destRole": "creator", "equivalent": "", - "label": { - "en": "issuing authority URI" - }, + "label": "", "label-en": { - "en": "issuing authority URI" + "en": "TODO" }, "sameAs": "", "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - }, - "usageNote-en": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], "inpackage": "UNKNOWN", - "label": { - "en": "issuing authority URI" - }, "label-en": { - "en": "issuing authority URI" + "en": "TODO" }, - "maxCardinality": "*", - "minCardinality": "0", - "name": "issuingAuthorityUri", + "name": "", "range": [ { "EA-GUID": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", @@ -7702,13 +7708,7 @@ "EA-Package": "foaf", "uri": "http://xmlns.com/foaf/0.1/Agent" } - ], - "usage": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - }, - "usageNote-en": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - } + ] }, { "@id": "http://purl.org/dc/terms/description", @@ -9478,15 +9478,15 @@ { "@id": "http://purl.org/dc/terms/related", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "codelist": [], "definition-en": { "en": "TODO" }, "domain": [ { - "EA-Name": "Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "EA-Name": "FormalFramework", + "uri": "http://data.europa.eu/m8g/FormalFramework" } ], "extra": { @@ -9497,18 +9497,18 @@ "value": "NOTE" } ], - "EA-Domain": "Public Service", - "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Domain": "FormalFramework", + "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "EA-Name": "related", "EA-Package": "", - "EA-Range": "Public Service", + "EA-Range": "FormalFramework", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Name": "Public Service", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "FormalFramework", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" }, "RawTags": [ { @@ -9541,30 +9541,28 @@ "label-en": { "en": "TODO" }, - "maxCardinality": "*", - "minCardinality": "0", "name": "", "range": [ { - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Name": "Public Service", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "FormalFramework", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" } ] }, { "@id": "http://purl.org/dc/terms/related", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "codelist": [], "definition-en": { "en": "TODO" }, "domain": [ { - "EA-Name": "FormalFramework", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "EA-Name": "Public Service", + "uri": "http://purl.org/vocab/cpsv#PublicService" } ], "extra": { @@ -9575,18 +9573,18 @@ "value": "NOTE" } ], - "EA-Domain": "FormalFramework", - "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Domain": "Public Service", + "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "EA-Name": "related", "EA-Package": "", - "EA-Range": "FormalFramework", + "EA-Range": "Public Service", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Name": "FormalFramework", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "Public Service", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" }, "RawTags": [ { @@ -9619,13 +9617,15 @@ "label-en": { "en": "TODO" }, + "maxCardinality": "*", + "minCardinality": "0", "name": "", "range": [ { - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Name": "FormalFramework", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "Public Service", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" } ] }, @@ -9710,13 +9710,13 @@ { "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", + "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", "codelist": [], "definition": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "definition-en": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "domain": [ { @@ -9727,18 +9727,18 @@ "extra": { "DestRoleTags": [ { - "key": "usageNote-en", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", + "key": "uri", + "note": "http://purl.org/dc/terms/spatial", "value": "NOTE" }, { - "key": "definition-en", - "note": "The Administrative Region(s) that is covered by the Public Organisation.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "value": "NOTE" }, { - "key": "uri", - "note": "http://purl.org/dc/terms/spatial", + "key": "definition-en", + "note": "This property links an Organization to the Administrative Region(s) that it covers.", "value": "NOTE" }, { @@ -9749,31 +9749,31 @@ ], "EA-Domain": "PublicOrganisation", "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", - "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", + "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", "EA-Name": "spatial", "EA-Package": "", - "EA-Range": "Location", + "EA-Range": "AdministrativeTerritorialUnit", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", - "EA-Name": "Location", - "EA-Package": "dct", - "uri": "http://purl.org/dc/terms/Location" + "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", + "EA-Name": "AdministrativeTerritorialUnit", + "EA-Package": "Core Public Organisation", + "uri": "http://data.europa.eu/88u/dataset/atu-type" }, "RawTags": [ { - "key": "usageNote-en", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", + "key": "uri", + "note": "http://purl.org/dc/terms/spatial", "value": "NOTE" }, { - "key": "definition-en", - "note": "The Administrative Region(s) that is covered by the Public Organisation.", + "key": "usageNote-en", + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "value": "NOTE" }, { - "key": "uri", - "note": "http://purl.org/dc/terms/spatial", + "key": "definition-en", + "note": "This property links an Organization to the Administrative Region(s) that it covers.", "value": "NOTE" }, { @@ -9784,10 +9784,10 @@ ], "Scope": "NOTHING", "definition": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "definition-en": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "derived": "false", "destRole": "spatial", @@ -9803,46 +9803,48 @@ "subclass": "", "subclass1": "", "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." } }, "generalization": [], - "inpackage": "UNKNOWN", + "inpackage": "OTHER_PACKAGE", "label": { "en": "spatial" }, "label-en": { "en": "spatial" }, + "maxCardinality": "*", + "minCardinality": "0", "name": "spatial", "range": [ { - "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", - "EA-Name": "Location", - "EA-Package": "dct", - "uri": "http://purl.org/dc/terms/Location" + "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", + "EA-Name": "AdministrativeTerritorialUnit", + "EA-Package": "Core Public Organisation", + "uri": "http://data.europa.eu/88u/dataset/atu-type" } ], "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." } }, { "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", + "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", "codelist": [], "definition": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "definition-en": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "domain": [ { @@ -9853,18 +9855,18 @@ "extra": { "DestRoleTags": [ { - "key": "uri", - "note": "http://purl.org/dc/terms/spatial", + "key": "usageNote-en", + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", + "key": "definition-en", + "note": "The Administrative Region(s) that is covered by the Public Organisation.", "value": "NOTE" }, { - "key": "definition-en", - "note": "This property links an Organization to the Administrative Region(s) that it covers.", + "key": "uri", + "note": "http://purl.org/dc/terms/spatial", "value": "NOTE" }, { @@ -9875,31 +9877,31 @@ ], "EA-Domain": "PublicOrganisation", "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", - "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", + "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", "EA-Name": "spatial", "EA-Package": "", - "EA-Range": "AdministrativeTerritorialUnit", + "EA-Range": "Location", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", - "EA-Name": "AdministrativeTerritorialUnit", - "EA-Package": "Core Public Organisation", - "uri": "http://data.europa.eu/88u/dataset/atu-type" + "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", + "EA-Name": "Location", + "EA-Package": "dct", + "uri": "http://purl.org/dc/terms/Location" }, "RawTags": [ { - "key": "uri", - "note": "http://purl.org/dc/terms/spatial", + "key": "usageNote-en", + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "value": "NOTE" }, { - "key": "usageNote-en", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", + "key": "definition-en", + "note": "The Administrative Region(s) that is covered by the Public Organisation.", "value": "NOTE" }, { - "key": "definition-en", - "note": "This property links an Organization to the Administrative Region(s) that it covers.", + "key": "uri", + "note": "http://purl.org/dc/terms/spatial", "value": "NOTE" }, { @@ -9910,10 +9912,10 @@ ], "Scope": "NOTHING", "definition": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "definition-en": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "derived": "false", "destRole": "spatial", @@ -9929,36 +9931,34 @@ "subclass": "", "subclass1": "", "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." } }, "generalization": [], - "inpackage": "OTHER_PACKAGE", + "inpackage": "UNKNOWN", "label": { "en": "spatial" }, "label-en": { "en": "spatial" }, - "maxCardinality": "*", - "minCardinality": "0", "name": "spatial", "range": [ { - "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", - "EA-Name": "AdministrativeTerritorialUnit", - "EA-Package": "Core Public Organisation", - "uri": "http://data.europa.eu/88u/dataset/atu-type" + "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", + "EA-Name": "Location", + "EA-Package": "dct", + "uri": "http://purl.org/dc/terms/Location" } ], "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." } }, { @@ -10932,7 +10932,7 @@ { "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "codelist": [], "definition": { "en": "Associates any Resource with the corresponding Address." @@ -10942,15 +10942,15 @@ }, "domain": [ { - "EA-Name": "Resource", - "uri": "http://www.w3.org/2000/01/rdf-schema#Resource" + "EA-Name": "Agent", + "uri": "http://xmlns.com/foaf/0.1/Agent" } ], "extra": { "DestRoleTags": [ { - "key": "usageNote-en", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", "value": "NOTE" }, { @@ -10958,11 +10958,6 @@ "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, - { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", - "value": "NOTE" - }, { "key": "label-en", "note": "address", @@ -10970,13 +10965,13 @@ }, { "key": "package", - "note": "Core Location", + "note": "Core Person", "value": "NOTE" } ], - "EA-Domain": "Resource", - "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Domain": "Agent", + "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "EA-Name": "address", "EA-Package": "", "EA-Range": "Address", @@ -10989,8 +10984,8 @@ }, "RawTags": [ { - "key": "usageNote-en", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", "value": "NOTE" }, { @@ -10998,11 +10993,6 @@ "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, - { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", - "value": "NOTE" - }, { "key": "label-en", "note": "address", @@ -11010,7 +11000,7 @@ }, { "key": "package", - "note": "Core Location", + "note": "Core Person", "value": "NOTE" } ], @@ -11034,12 +11024,8 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - } + "usage": "", + "usageNote-en": "" }, "generalization": [], "inpackage": "OTHER_PACKAGE", @@ -11059,18 +11045,12 @@ "EA-Package": "Core Location", "uri": "http://www.w3.org/ns/locn#Address" } - ], - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - } + ] }, { "@id": "http://w3.org/ns/locn#address", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "codelist": [], "definition": { "en": "Associates any Resource with the corresponding Address." @@ -11080,15 +11060,15 @@ }, "domain": [ { - "EA-Name": "Agent", - "uri": "http://xmlns.com/foaf/0.1/Agent" + "EA-Name": "Resource", + "uri": "http://www.w3.org/2000/01/rdf-schema#Resource" } ], "extra": { "DestRoleTags": [ { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", + "key": "usageNote-en", + "note": "Asserting the address relationship implies that the\r\n Resource has an Address.", "value": "NOTE" }, { @@ -11096,6 +11076,11 @@ "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, + { + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", + "value": "NOTE" + }, { "key": "label-en", "note": "address", @@ -11103,13 +11088,13 @@ }, { "key": "package", - "note": "Core Person", + "note": "Core Location", "value": "NOTE" } ], - "EA-Domain": "Agent", - "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Domain": "Resource", + "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "EA-Name": "address", "EA-Package": "", "EA-Range": "Address", @@ -11122,8 +11107,8 @@ }, "RawTags": [ { - "key": "definition-en", - "note": "Associates any Resource with the corresponding Address.", + "key": "usageNote-en", + "note": "Asserting the address relationship implies that the\r\n Resource has an Address.", "value": "NOTE" }, { @@ -11131,6 +11116,11 @@ "note": "http://w3.org/ns/locn#address", "value": "NOTE" }, + { + "key": "definition-en", + "note": "Associates any Resource with the corresponding Address.", + "value": "NOTE" + }, { "key": "label-en", "note": "address", @@ -11138,7 +11128,7 @@ }, { "key": "package", - "note": "Core Person", + "note": "Core Location", "value": "NOTE" } ], @@ -11162,8 +11152,12 @@ "sourceRole": "null", "subclass": "", "subclass1": "", - "usage": "", - "usageNote-en": "" + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + } }, "generalization": [], "inpackage": "OTHER_PACKAGE", @@ -11183,7 +11177,13 @@ "EA-Package": "Core Location", "uri": "http://www.w3.org/ns/locn#Address" } - ] + ], + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + } }, { "@id": "http://www.opengis.net/ont/geosparql#asGML", @@ -22653,7 +22653,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "translation": [ { "language": "en", diff --git a/report/respec/core-vocabularies/translation/core-vocabularies.jsonld b/report/respec/core-vocabularies/translation/core-vocabularies.jsonld index 8923c97f7..8f75277f2 100644 --- a/report/respec/core-vocabularies/translation/core-vocabularies.jsonld +++ b/report/respec/core-vocabularies/translation/core-vocabularies.jsonld @@ -10725,22 +10725,34 @@ { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "name": "", + "name": "issuingAuthorityUri", "inpackage": "UNKNOWN", + "usageNote-en": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + }, "label-en": { - "en": "TODO" + "en": "issuing authority URI" }, "definition-en": { - "en": "TODO" + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, + "usage": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + }, + "definition": { + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, + "label": { + "en": "issuing authority URI" }, "extra": { - "EA-Name": "creator", - "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", + "EA-Name": "issuingAuthorityURI", + "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Rule", - "EA-Domain-Guid": "{690644B1-DDCA-494d-84E0-F2E440D23F94}", + "EA-Domain": "Identifier", + "EA-Domain-Guid": "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", "EA-Range": "Agent", "RangeData": { "EA-Name": "Agent", @@ -10749,33 +10761,71 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole": "null", - "destRole": "creator", - "label": "", - "definition": "", - "usage": "", + "destRole": "issuingAuthorityURI", + "label": { + "en": "issuing authority URI" + }, + "definition": { + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, + "usage": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." + }, "label-en": { - "en": "TODO" + "en": "issuing authority URI" }, "definition-en": { - "en": "TODO" + "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." + }, + "usageNote-en": { + "en": "Example: \"https://belgium.be/id/organizations/1233\"." }, - "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ + { + "key": "usageNote-en", + "value": "NOTE", + "note": "Example: \"https://belgium.be/id/organizations/1233\"." + }, { "key": "uri", "value": "NOTE", "note": "http://purl.org/dc/terms/creator" + }, + { + "key": "label-en", + "value": "NOTE", + "note": "issuing authority URI" + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." } ], "DestRoleTags": [ + { + "key": "usageNote-en", + "value": "NOTE", + "note": "Example: \"https://belgium.be/id/organizations/1233\"." + }, { "key": "uri", "value": "NOTE", "note": "http://purl.org/dc/terms/creator" + }, + { + "key": "label-en", + "value": "NOTE", + "note": "issuing authority URI" + }, + { + "key": "definition-en", + "value": "NOTE", + "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." } ], "Scope": "NOTHING" @@ -10783,8 +10833,8 @@ "codelist": [], "domain": [ { - "uri": "http://purl.org/vocab/cpsv#Rule", - "EA-Name": "Rule" + "uri": "http://www.w3.org/ns/adms#Identifier", + "EA-Name": "Identifier" } ], "range": [ @@ -10795,7 +10845,9 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/creator", @@ -10875,34 +10927,22 @@ { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "name": "issuingAuthorityUri", + "name": "", "inpackage": "UNKNOWN", - "usageNote-en": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - }, "label-en": { - "en": "issuing authority URI" + "en": "TODO" }, "definition-en": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "usage": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - }, - "definition": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "label": { - "en": "issuing authority URI" + "en": "TODO" }, "extra": { - "EA-Name": "issuingAuthorityURI", - "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", + "EA-Name": "creator", + "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Identifier", - "EA-Domain-Guid": "{4252FD49-50E1-4fa8-AE37-1FE59010D3AB}", + "EA-Domain": "Rule", + "EA-Domain-Guid": "{690644B1-DDCA-494d-84E0-F2E440D23F94}", "EA-Range": "Agent", "RangeData": { "EA-Name": "Agent", @@ -10911,71 +10951,33 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole": "null", - "destRole": "issuingAuthorityURI", - "label": { - "en": "issuing authority URI" - }, - "definition": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "usage": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." - }, + "destRole": "creator", + "label": "", + "definition": "", + "usage": "", "label-en": { - "en": "issuing authority URI" + "en": "TODO" }, "definition-en": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "usageNote-en": { - "en": "Example: \"https://belgium.be/id/organizations/1233\"." + "en": "TODO" }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "Example: \"https://belgium.be/id/organizations/1233\"." - }, { "key": "uri", "value": "NOTE", "note": "http://purl.org/dc/terms/creator" - }, - { - "key": "label-en", - "value": "NOTE", - "note": "issuing authority URI" - }, - { - "key": "definition-en", - "value": "NOTE", - "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." } ], "DestRoleTags": [ - { - "key": "usageNote-en", - "value": "NOTE", - "note": "Example: \"https://belgium.be/id/organizations/1233\"." - }, { "key": "uri", "value": "NOTE", "note": "http://purl.org/dc/terms/creator" - }, - { - "key": "label-en", - "value": "NOTE", - "note": "issuing authority URI" - }, - { - "key": "definition-en", - "value": "NOTE", - "note": "The reference in the form of a Uniform Resource Identifier to the issuing authority." } ], "Scope": "NOTHING" @@ -10983,8 +10985,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/adms#Identifier", - "EA-Name": "Identifier" + "uri": "http://purl.org/vocab/cpsv#Rule", + "EA-Name": "Rule" } ], "range": [ @@ -10995,9 +10997,7 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] }, { "@id": "http://purl.org/dc/terms/description", @@ -12758,18 +12758,18 @@ }, "extra": { "EA-Name": "related", - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Public Service", - "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", - "EA-Range": "Public Service", + "EA-Domain": "FormalFramework", + "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Range": "FormalFramework", "RangeData": { - "EA-Name": "Public Service", - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "FormalFramework", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" }, "sourceRole": "null", "destRole": "related", @@ -12806,21 +12806,19 @@ "codelist": [], "domain": [ { - "uri": "http://purl.org/vocab/cpsv#PublicService", - "EA-Name": "Public Service" + "uri": "http://data.europa.eu/m8g/FormalFramework", + "EA-Name": "FormalFramework" } ], "range": [ { - "EA-Name": "Public Service", - "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Name": "FormalFramework", + "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", "EA-Package": "Core Public Service", - "uri": "http://purl.org/vocab/cpsv#PublicService" + "uri": "http://data.europa.eu/m8g/FormalFramework" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] }, { "@id": "http://purl.org/dc/terms/related", @@ -12835,18 +12833,18 @@ }, "extra": { "EA-Name": "related", - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "FormalFramework", - "EA-Domain-Guid": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", - "EA-Range": "FormalFramework", + "EA-Domain": "Public Service", + "EA-Domain-Guid": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", + "EA-Range": "Public Service", "RangeData": { - "EA-Name": "FormalFramework", - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "Public Service", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" }, "sourceRole": "null", "destRole": "related", @@ -12883,19 +12881,21 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/m8g/FormalFramework", - "EA-Name": "FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService", + "EA-Name": "Public Service" } ], "range": [ { - "EA-Name": "FormalFramework", - "EA-GUID": "{9140FB25-6100-4682-9CBB-077901BD4A6A}", + "EA-Name": "Public Service", + "EA-GUID": "{5C0EC1FA-C07A-4638-B8A3-953A846A1C34}", "EA-Package": "Core Public Service", - "uri": "http://data.europa.eu/m8g/FormalFramework" + "uri": "http://purl.org/vocab/cpsv#PublicService" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/requires", @@ -12978,39 +12978,39 @@ "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "spatial", - "inpackage": "UNKNOWN", + "inpackage": "OTHER_PACKAGE", "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "label-en": { "en": "spatial" }, "definition-en": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "definition": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "label": { "en": "spatial" }, "extra": { "EA-Name": "spatial", - "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", + "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", "EA-Domain": "PublicOrganisation", "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", - "EA-Range": "Location", + "EA-Range": "AdministrativeTerritorialUnit", "RangeData": { - "EA-Name": "Location", - "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", - "EA-Package": "dct", - "uri": "http://purl.org/dc/terms/Location" + "EA-Name": "AdministrativeTerritorialUnit", + "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", + "EA-Package": "Core Public Organisation", + "uri": "http://data.europa.eu/88u/dataset/atu-type" }, "sourceRole": "null", "destRole": "spatial", @@ -13018,19 +13018,19 @@ "en": "spatial" }, "definition": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "label-en": { "en": "spatial" }, "definition-en": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, "equivalent": "", "subclass": "", @@ -13038,19 +13038,19 @@ "sameAs": "", "RawTags": [ { - "key": "usageNote-en", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "note": "http://purl.org/dc/terms/spatial" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The Administrative Region(s) that is covered by the Public Organisation." + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://purl.org/dc/terms/spatial" + "note": "This property links an Organization to the Administrative Region(s) that it covers." }, { "key": "label-en", @@ -13060,19 +13060,19 @@ ], "DestRoleTags": [ { - "key": "usageNote-en", + "key": "uri", "value": "NOTE", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "note": "http://purl.org/dc/terms/spatial" }, { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "The Administrative Region(s) that is covered by the Public Organisation." + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." }, { - "key": "uri", + "key": "definition-en", "value": "NOTE", - "note": "http://purl.org/dc/terms/spatial" + "note": "This property links an Organization to the Administrative Region(s) that it covers." }, { "key": "label-en", @@ -13091,51 +13091,53 @@ ], "range": [ { - "EA-Name": "Location", - "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", - "EA-Package": "dct", - "uri": "http://purl.org/dc/terms/Location" + "EA-Name": "AdministrativeTerritorialUnit", + "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", + "EA-Package": "Core Public Organisation", + "uri": "http://data.europa.eu/88u/dataset/atu-type" } ], - "generalization": [] + "generalization": [], + "minCardinality": "0", + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "spatial", - "inpackage": "OTHER_PACKAGE", + "inpackage": "UNKNOWN", "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "label-en": { "en": "spatial" }, "definition-en": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "definition": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "label": { "en": "spatial" }, "extra": { "EA-Name": "spatial", - "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", + "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", "derived": "false", "EA-Package": "", "EA-Type": "connector", "EA-Domain": "PublicOrganisation", "EA-Domain-Guid": "{1AA76693-A640-459d-B2DC-C3333972134E}", - "EA-Range": "AdministrativeTerritorialUnit", + "EA-Range": "Location", "RangeData": { - "EA-Name": "AdministrativeTerritorialUnit", - "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", - "EA-Package": "Core Public Organisation", - "uri": "http://data.europa.eu/88u/dataset/atu-type" + "EA-Name": "Location", + "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", + "EA-Package": "dct", + "uri": "http://purl.org/dc/terms/Location" }, "sourceRole": "null", "destRole": "spatial", @@ -13143,19 +13145,19 @@ "en": "spatial" }, "definition": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "label-en": { "en": "spatial" }, "definition-en": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "usageNote-en": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, "equivalent": "", "subclass": "", @@ -13163,19 +13165,19 @@ "sameAs": "", "RawTags": [ { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://purl.org/dc/terms/spatial" + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "note": "The Administrative Region(s) that is covered by the Public Organisation." }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "This property links an Organization to the Administrative Region(s) that it covers." + "note": "http://purl.org/dc/terms/spatial" }, { "key": "label-en", @@ -13185,19 +13187,19 @@ ], "DestRoleTags": [ { - "key": "uri", + "key": "usageNote-en", "value": "NOTE", - "note": "http://purl.org/dc/terms/spatial" + "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." }, { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "NOTE$ea_notes=The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "note": "The Administrative Region(s) that is covered by the Public Organisation." }, { - "key": "definition-en", + "key": "uri", "value": "NOTE", - "note": "This property links an Organization to the Administrative Region(s) that it covers." + "note": "http://purl.org/dc/terms/spatial" }, { "key": "label-en", @@ -13216,15 +13218,13 @@ ], "range": [ { - "EA-Name": "AdministrativeTerritorialUnit", - "EA-GUID": "{F50C1BB6-825E-43bc-BF21-8A1AC51AC0CA}", - "EA-Package": "Core Public Organisation", - "uri": "http://data.europa.eu/88u/dataset/atu-type" + "EA-Name": "Location", + "EA-GUID": "{C893D9C5-F21F-401b-A896-22D5EB56D6A7}", + "EA-Package": "dct", + "uri": "http://purl.org/dc/terms/Location" } ], - "generalization": [], - "minCardinality": "0", - "maxCardinality": "*" + "generalization": [] }, { "@id": "http://purl.org/dc/terms/temporal", @@ -14188,18 +14188,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, "definition": { "en": "Associates any Resource with the corresponding Address." }, @@ -14208,12 +14202,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Resource", - "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", + "EA-Domain": "Agent", + "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -14229,38 +14223,29 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usage": "", "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usageNote-en": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." - }, + "usageNote-en": "", "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." - }, { "key": "label-en", "value": "NOTE", @@ -14269,25 +14254,20 @@ { "key": "package", "value": "NOTE", - "note": "Core Location" + "note": "Core Person" } ], "DestRoleTags": [ { - "key": "usageNote-en", + "key": "definition-en", "value": "NOTE", - "note": "Asserting the address relationship implies that the\r\n Resource has an Address." + "note": "Associates any Resource with the corresponding Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, - { - "key": "definition-en", - "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." - }, { "key": "label-en", "value": "NOTE", @@ -14296,7 +14276,7 @@ { "key": "package", "value": "NOTE", - "note": "Core Location" + "note": "Core Person" } ], "Scope": "NOTHING" @@ -14304,8 +14284,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", - "EA-Name": "Resource" + "uri": "http://xmlns.com/foaf/0.1/Agent", + "EA-Name": "Agent" } ], "range": [ @@ -14325,12 +14305,18 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "address", "inpackage": "OTHER_PACKAGE", + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "definition": { "en": "Associates any Resource with the corresponding Address." }, @@ -14339,12 +14325,12 @@ }, "extra": { "EA-Name": "address", - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Agent", - "EA-Domain-Guid": "{F41DDB41-25B4-4b39-88FD-7B1D1D8D373A}", + "EA-Domain": "Resource", + "EA-Domain-Guid": "{72A859F0-2308-4978-9AA5-75082ADE9A8B}", "EA-Range": "Address", "RangeData": { "EA-Name": "Address", @@ -14360,29 +14346,38 @@ "definition": { "en": "Associates any Resource with the corresponding Address." }, - "usage": "", + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "label-en": { "en": "address" }, "definition-en": { "en": "Associates any Resource with the corresponding Address." }, - "usageNote-en": "", + "usageNote-en": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." + }, "equivalent": "", "subclass": "", "subclass1": "", "sameAs": "", "RawTags": [ { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." + }, { "key": "label-en", "value": "NOTE", @@ -14391,20 +14386,25 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Location" } ], "DestRoleTags": [ { - "key": "definition-en", + "key": "usageNote-en", "value": "NOTE", - "note": "Associates any Resource with the corresponding Address." + "note": "Asserting the address relationship implies that the\r\n Resource has an Address." }, { "key": "uri", "value": "NOTE", "note": "http://w3.org/ns/locn#address" }, + { + "key": "definition-en", + "value": "NOTE", + "note": "Associates any Resource with the corresponding Address." + }, { "key": "label-en", "value": "NOTE", @@ -14413,7 +14413,7 @@ { "key": "package", "value": "NOTE", - "note": "Core Person" + "note": "Core Location" } ], "Scope": "NOTHING" @@ -14421,8 +14421,8 @@ "codelist": [], "domain": [ { - "uri": "http://xmlns.com/foaf/0.1/Agent", - "EA-Name": "Agent" + "uri": "http://www.w3.org/2000/01/rdf-schema#Resource", + "EA-Name": "Resource" } ], "range": [ @@ -22431,6 +22431,6 @@ "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/respec/core-vocabularies", "documentcommit": "0d67cf30756fe74c0530b6eea1a53d7257638d79", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/respec/core-vocabularies/translation/core-vocabularies_de.json b/report/respec/core-vocabularies/translation/core-vocabularies_de.json index 0f88250c3..ee067da24 100644 --- a/report/respec/core-vocabularies/translation/core-vocabularies_de.json +++ b/report/respec/core-vocabularies/translation/core-vocabularies_de.json @@ -1532,14 +1532,6 @@ "de": "Enter your translation here" } }, - { - "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", - "name": "" - }, - { - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "name": "" - }, { "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "name": "issuingAuthorityUri", @@ -1556,6 +1548,14 @@ "de": "Enter your translation here" } }, + { + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "name": "" + }, + { + "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", + "name": "" + }, { "EA-Guid": "{265D2ECB-8E45-49cf-9943-73A7BCA6E2C8}", "name": "description", @@ -1801,11 +1801,11 @@ } }, { - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "name": "" }, { - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "name": "" }, { @@ -1813,34 +1813,34 @@ "name": "" }, { - "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", + "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", "name": "spatial", "label": { "en": "spatial", "de": "Enter your translation here" }, "definition": { - "en": "The Administrative Region(s) that is covered by the Public Organisation.", + "en": "This property links an Organization to the Administrative Region(s) that it covers.", "de": "Enter your translation here" }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "de": "Enter your translation here" } }, { - "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", + "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", "name": "spatial", "label": { "en": "spatial", "de": "Enter your translation here" }, "definition": { - "en": "This property links an Organization to the Administrative Region(s) that it covers.", + "en": "The Administrative Region(s) that is covered by the Public Organisation.", "de": "Enter your translation here" }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "de": "Enter your translation here" } }, @@ -1965,7 +1965,7 @@ } }, { - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "name": "address", "label": { "en": "address", @@ -1974,14 +1974,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "de": "Enter your translation here" - }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", - "de": "Enter your translation here" } }, { - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "name": "address", "label": { "en": "address", @@ -1990,6 +1986,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "de": "Enter your translation here" + }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "de": "Enter your translation here" } }, { diff --git a/report/respec/core-vocabularies/translation/core-vocabularies_en.json b/report/respec/core-vocabularies/translation/core-vocabularies_en.json index fdacdda7d..7d0e31176 100644 --- a/report/respec/core-vocabularies/translation/core-vocabularies_en.json +++ b/report/respec/core-vocabularies/translation/core-vocabularies_en.json @@ -1269,14 +1269,6 @@ "en": "URI of the scheme used to construct the identifier." } }, - { - "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", - "name": "" - }, - { - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "name": "" - }, { "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "name": "issuingAuthorityUri", @@ -1290,6 +1282,14 @@ "en": "Example: \"https://belgium.be/id/organizations/1233\"." } }, + { + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "name": "" + }, + { + "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", + "name": "" + }, { "EA-Guid": "{265D2ECB-8E45-49cf-9943-73A7BCA6E2C8}", "name": "description", @@ -1493,11 +1493,11 @@ } }, { - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "name": "" }, { - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "name": "" }, { @@ -1505,29 +1505,29 @@ "name": "" }, { - "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", + "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", "name": "spatial", "label": { "en": "spatial" }, "definition": { - "en": "The Administrative Region(s) that is covered by the Public Organisation." + "en": "This property links an Organization to the Administrative Region(s) that it covers." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." } }, { - "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", + "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", "name": "spatial", "label": { "en": "spatial" }, "definition": { - "en": "This property links an Organization to the Administrative Region(s) that it covers." + "en": "The Administrative Region(s) that is covered by the Public Organisation." }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty." + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property." } }, { @@ -1632,26 +1632,26 @@ } }, { - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "name": "address", "label": { "en": "address" }, "definition": { "en": "Associates any Resource with the corresponding Address." - }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address." } }, { - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "name": "address", "label": { "en": "address" }, "definition": { "en": "Associates any Resource with the corresponding Address." + }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address." } }, { diff --git a/report/respec/core-vocabularies/translation/core-vocabularies_fr.json b/report/respec/core-vocabularies/translation/core-vocabularies_fr.json index 24ff8e7e5..6f99f50cf 100644 --- a/report/respec/core-vocabularies/translation/core-vocabularies_fr.json +++ b/report/respec/core-vocabularies/translation/core-vocabularies_fr.json @@ -1532,14 +1532,6 @@ "fr": "Enter your translation here" } }, - { - "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", - "name": "" - }, - { - "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", - "name": "" - }, { "EA-Guid": "{F41A0156-324A-4648-A6E8-F50E0A5E6ED4}", "name": "issuingAuthorityUri", @@ -1556,6 +1548,14 @@ "fr": "Enter your translation here" } }, + { + "EA-Guid": "{F5DB5FE6-36AC-4517-84F8-C04D8A0333CA}", + "name": "" + }, + { + "EA-Guid": "{32E87A3F-9154-429c-8BCE-0CF628146BF2}", + "name": "" + }, { "EA-Guid": "{265D2ECB-8E45-49cf-9943-73A7BCA6E2C8}", "name": "description", @@ -1801,11 +1801,11 @@ } }, { - "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", + "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", "name": "" }, { - "EA-Guid": "{282B79D8-300A-49fd-8DC5-A400A3C9C6C2}", + "EA-Guid": "{6BEC0DC4-8171-4938-ACA8-EEE25D68FACF}", "name": "" }, { @@ -1813,34 +1813,34 @@ "name": "" }, { - "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", + "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", "name": "spatial", "label": { "en": "spatial", "fr": "Enter your translation here" }, "definition": { - "en": "The Administrative Region(s) that is covered by the Public Organisation.", + "en": "This property links an Organization to the Administrative Region(s) that it covers.", "fr": "Enter your translation here" }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", + "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{A0D68D59-FE20-40e6-A339-6AC6C8181AEE}", + "EA-Guid": "{2E1643E0-5B6B-4242-A1A9-E1F5F7DBC941}", "name": "spatial", "label": { "en": "spatial", "fr": "Enter your translation here" }, "definition": { - "en": "This property links an Organization to the Administrative Region(s) that it covers.", + "en": "The Administrative Region(s) that is covered by the Public Organisation.", "fr": "Enter your translation here" }, "usage": { - "en": "The value of the properly should be the URI of the region as defined in an authoritative\r\nlist of regions. In Europe, this is likely to be the Administrative Territorial Units\r\nNamed Authority List maintained by the Publications Office's Metadata Registry.\r\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \r\nThe ATU list does not include a geometry. That is, the territory is only identified by\r\nits name not its spatial coordinates. This is likely to be the case for similar lists. If\r\ngeometries are available for the Public Organization's territory, they can be linked\r\nfrom the territorial unit using the Core Location Vocabulary's locn:geometry\r\nproperty.", + "en": "The value of the properly should be the URI of the region as defined in an authoritative list of regions. In Europe, this is likely to be the Administrative Territorial Units (ATU) Named Authority List maintained by the Publications Office's Metadata Registry.\r\n\r\nThe ATU list does not include a geometry. That is, the territory is only identified by its name not its spatial coordinates. This is likely to be the case for similar lists. If geometries are available for the Public Organization's territory, they can be linked from the territorial unit using the Core Location Vocabulary's locn:geometry property.", "fr": "Enter your translation here" } }, @@ -1965,7 +1965,7 @@ } }, { - "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", + "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", "name": "address", "label": { "en": "address", @@ -1974,14 +1974,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "fr": "Enter your translation here" - }, - "usage": { - "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", - "fr": "Enter your translation here" } }, { - "EA-Guid": "{DBAE5D84-9144-42ae-B0BF-E26ED64A05D8}", + "EA-Guid": "{F6536C05-6F39-42f0-A41F-418DC0FE7EE5}", "name": "address", "label": { "en": "address", @@ -1990,6 +1986,10 @@ "definition": { "en": "Associates any Resource with the corresponding Address.", "fr": "Enter your translation here" + }, + "usage": { + "en": "Asserting the address relationship implies that the\r\n Resource has an Address.", + "fr": "Enter your translation here" } }, { diff --git a/report/s1n/release/3.0.0/all-s1n.jsonld b/report/s1n/release/3.0.0/all-s1n.jsonld index dc5f9405a..9009a146e 100644 --- a/report/s1n/release/3.0.0/all-s1n.jsonld +++ b/report/s1n/release/3.0.0/all-s1n.jsonld @@ -1174,6 +1174,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/s1n/release/3.0.0", "documentcommit": "b87fecf9be0a7c99c202a739449b59ba6b3619f4", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/s1n/release/3.0.0/s1n.report b/report/s1n/release/3.0.0/s1n.report index 5a09ba7ef..0fbc8ced3 100644 --- a/report/s1n/release/3.0.0/s1n.report +++ b/report/s1n/release/3.0.0/s1n.report @@ -2,58 +2,58 @@ Load mapping config:config/config-voc.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') -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -13:27:47 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 -13:27:47 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:rdfs:Literal -13:27:47 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 -13:27:47 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset -13:27:47 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:dcat:Dataset:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Relationship:dct:relation -13:27:47 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:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description -13:27:47 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:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:accessRights -13:27:47 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:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title -13:27:47 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:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued -13:27:47 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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity -13:27:47 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:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo -13:27:47 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:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language -13:27:47 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:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:temporalResolution -13:27:47 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:dcat:Distribution:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:foaf:page -13:27:47 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:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type -13:27:47 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:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified -13:27:47 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:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dcat:spatialResolutionInMeters -13:27:47 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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights -13:27:47 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint -13:27:47 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:dcat:Distribution:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:adms:status -13:27:47 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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". -13:27:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -13:27:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:AttributeProperty" . -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". -13:27:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:DimensionProperty" . -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". -13:27:47 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". -13:27:47 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:47 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". -13:27:47 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +10:04:57 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:04:57 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/ns/dcat#Dataset): DCAT Application Profile.Domain Model:DatasetInSeries, DCAT Application Profile.Domain Model.dcat:dcat:Dataset +10:04:57 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +10:04:57 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:04:57 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:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:conformsTo +10:04:57 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:dcat:Distribution:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language +10:04:57 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:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title +10:04:57 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:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified +10:04:57 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:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type +10:04:57 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:dcat:Distribution:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:adms:status +10:04:57 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:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:issued +10:04:57 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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution +10:04:57 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:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model:DatasetInSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:description +10:04:57 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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +10:04:57 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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity +10:04:57 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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +10:04:57 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:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint +10:04:57 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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters +10:04:57 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:dcat:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights +10:04:57 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:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:format +10:04:57 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:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:rights +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "title-en" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model.s1n". +10:04:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +10:04:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:AttributeProperty" . +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "qb:DimensionProperty" . +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:57 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:AttributeProperty". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.qb:qb:DimensionProperty". +10:04:57 WARN c.g.i.o.c.Converter - Missing data type for attribute "DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "label-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.TagHelper - Missing "definition-en" tag for "DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel". +10:04:57 WARN c.g.i.o.c.JSONLDOutputHandler - Property skos:prefLabel without name, further processing this property will be incoherent diff --git a/report/s1n/release/3.0.0/translation/s1n.jsonld b/report/s1n/release/3.0.0/translation/s1n.jsonld index dc5f9405a..9009a146e 100644 --- a/report/s1n/release/3.0.0/translation/s1n.jsonld +++ b/report/s1n/release/3.0.0/translation/s1n.jsonld @@ -1174,6 +1174,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/s1n/release/3.0.0", "documentcommit": "b87fecf9be0a7c99c202a739449b59ba6b3619f4", - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "hostname": "https://semiceu.github.io/" } diff --git a/report/s1n/release/3.0.0/translation/s1n_en_merged.jsonld b/report/s1n/release/3.0.0/translation/s1n_en_merged.jsonld index e97fc5b67..cc7159c64 100644 --- a/report/s1n/release/3.0.0/translation/s1n_en_merged.jsonld +++ b/report/s1n/release/3.0.0/translation/s1n_en_merged.jsonld @@ -1172,7 +1172,7 @@ "title-en": { "en": "TODO" }, - "toolchaincommit": "1246a30bbec32795f12e6875fb513dbf8add0a86", + "toolchaincommit": "17b67cfcec11212f0cee5b5aa7009d529203968c", "toolchainversion": "3", "translation": [ {