From 230c15c0dc6889fc5a921a9bd9da37228d21e6a7 Mon Sep 17 00:00:00 2001 From: Circle CI Builder Date: Mon, 9 Dec 2024 15:51:49 +0000 Subject: [PATCH] Applying changes from commit afc620edf89dc704df580038bcbfd5de98e0c28e --- .../releases/0.0.1/context/rrmv.jsonld | 2 +- .../releases/0.0.1/context/rrmv_en.jsonld | 2 +- .../releases/0.0.1/index.html | 6 +- .../releases/0.0.1/index_en.html | 6 +- .../releases/0.0.1/shacl/rrmv-SHACL.jsonld | 66 +-- .../releases/0.0.1/shacl/rrmv-SHACL.ttl | 6 +- .../releases/0.0.1/shacl/rrmv-SHACL_en.jsonld | 66 +-- .../releases/0.0.2/context/rrmv.jsonld | 2 +- .../releases/0.0.2/context/rrmv_en.jsonld | 2 +- .../releases/0.0.2/index.html | 6 +- .../releases/0.0.2/index_en.html | 6 +- .../releases/0.0.2/shacl/rrmv-SHACL.jsonld | 66 +-- .../releases/0.0.2/shacl/rrmv-SHACL.ttl | 6 +- .../releases/0.0.2/shacl/rrmv-SHACL_en.jsonld | 66 +-- report/ALL.report | 455 ++++++++++++------ .../releases/0.0.1/all-rrmv.jsonld | 132 ++--- .../releases/0.0.1/html-nj_en.json | 129 +++-- .../releases/0.0.1/rrmv.jsonld | 24 +- .../releases/0.0.1/rrmv.report | 299 ++++++------ .../releases/0.0.1/shacl/rrmv-SHACL_en.report | 4 +- .../releases/0.0.1/translation/rrmv.jsonld | 132 ++--- .../releases/0.0.1/translation/rrmv_de.json | 24 +- .../releases/0.0.1/translation/rrmv_en.json | 20 +- .../0.0.1/translation/rrmv_en_merged.jsonld | 134 +++--- .../releases/0.0.1/translation/rrmv_fr.json | 24 +- .../releases/0.0.2/all-rrmv.jsonld | 318 ++++++------ .../releases/0.0.2/html-nj_en.json | 129 +++-- .../releases/0.0.2/rrmv.jsonld | 50 +- .../releases/0.0.2/rrmv.report | 299 ++++++------ .../releases/0.0.2/shacl/rrmv-SHACL_en.report | 4 +- .../releases/0.0.2/translation/rrmv.jsonld | 318 ++++++------ .../releases/0.0.2/translation/rrmv_de.json | 36 +- .../releases/0.0.2/translation/rrmv_en.json | 32 +- .../0.0.2/translation/rrmv_en_merged.jsonld | 332 ++++++------- .../releases/0.0.2/translation/rrmv_fr.json | 36 +- report/commit.json | 2 +- 36 files changed, 1702 insertions(+), 1539 deletions(-) diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/context/rrmv.jsonld b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/context/rrmv.jsonld index 4a27503c9..eeca0c869 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/context/rrmv.jsonld +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/context/rrmv.jsonld @@ -15,7 +15,7 @@ "Rdfs:Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", "Request": "http://data.europa.eu/2qy/rrmv#Request", "ResultType": "http://data.europa.eu/2qy/rrmv#ResultType", - "Role": "http://example.com/rrmv/Role", + "Role": "http://data.europa.eu/2qy/rrmv#Role", "RoleType": "http://data.europa.eu/2qy/rrmv#RoleType", "Skos:Concept": "http://www.w3.org/2004/02/skos/core#Concept", "Status": "http://data.europa.eu/2qy/rrmv#Status", diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/context/rrmv_en.jsonld b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/context/rrmv_en.jsonld index 4a27503c9..eeca0c869 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/context/rrmv_en.jsonld +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/context/rrmv_en.jsonld @@ -15,7 +15,7 @@ "Rdfs:Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", "Request": "http://data.europa.eu/2qy/rrmv#Request", "ResultType": "http://data.europa.eu/2qy/rrmv#ResultType", - "Role": "http://example.com/rrmv/Role", + "Role": "http://data.europa.eu/2qy/rrmv#Role", "RoleType": "http://data.europa.eu/2qy/rrmv#RoleType", "Skos:Concept": "http://www.w3.org/2004/02/skos/core#Concept", "Status": "http://data.europa.eu/2qy/rrmv#Status", diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/index.html b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/index.html index c0f4ba1e1..cc0c65c16 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/index.html +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/index.html @@ -3387,9 +3387,9 @@

- Role

@@ -4799,7 +4799,7 @@

Quick Reference of Classes and Properties

Role -
http://example.com/rrmv/Role
+
http://data.europa.eu/2qy/rrmv#Role
has type
http://data.europa.eu/2qy/rrmv#hasType
diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/index_en.html b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/index_en.html index c0f4ba1e1..cc0c65c16 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/index_en.html +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/index_en.html @@ -3387,9 +3387,9 @@

- Role

@@ -4799,7 +4799,7 @@

Quick Reference of Classes and Properties

Role -
http://example.com/rrmv/Role
+
http://data.europa.eu/2qy/rrmv#Role
has type
http://data.europa.eu/2qy/rrmv#hasType
diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL.jsonld b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL.jsonld index fc85f19d5..3f807995d 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL.jsonld +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL.jsonld @@ -330,7 +330,7 @@ { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#AgentRoleShape/e661e9cf1e190828d410fd2ab59d81b83cb3c62f", "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#AgentRole.withrole", - "sh:class": "http://example.com/rrmv/Role", + "sh:class": "http://data.europa.eu/2qy/rrmv#Role", "sh:description": { "en": "The property linking an Agent to Role." }, @@ -660,6 +660,38 @@ "sh:property": [], "sh:targetClass": "http://data.europa.eu/2qy/rrmv#ResultType" }, + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape/26de3103378473bd7e70743bb33391753f1e6cbd", + "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#Role.hastype", + "sh:description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "sh:name": { + "en": "has type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" + }, + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape/73346d19590bfb11fb7f63af0fad3072e2df1f68", + "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#Role.hastype", + "sh:class": "http://data.europa.eu/2qy/rrmv#RoleType", + "sh:description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "sh:name": { + "en": "has type" + }, + "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" + } + ], + "sh:targetClass": "http://data.europa.eu/2qy/rrmv#Role" + }, { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleTypeShape", "@type": "sh:NodeShape", @@ -894,38 +926,6 @@ ], "sh:targetClass": "http://data.europa.eu/eli/ontology#Work" }, - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape/26de3103378473bd7e70743bb33391753f1e6cbd", - "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#Role.hastype", - "sh:description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "sh:name": { - "en": "has type" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" - }, - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape/73346d19590bfb11fb7f63af0fad3072e2df1f68", - "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#Role.hastype", - "sh:class": "http://data.europa.eu/2qy/rrmv#RoleType", - "sh:description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "sh:name": { - "en": "has type" - }, - "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" - } - ], - "sh:targetClass": "http://example.com/rrmv/Role" - }, { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#rdfs:LiteralShape", "@type": "sh:NodeShape", diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL.ttl b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL.ttl index 1782a9b6b..9a48595d6 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL.ttl +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL.ttl @@ -12,6 +12,7 @@ , , , + , , , , @@ -21,7 +22,6 @@ , , , - , , , , @@ -163,7 +163,7 @@ shacl:path . rdfs:seeAlso "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#AgentRole.withrole"; - shacl:class ; + shacl:class ; shacl:description "The property linking an Agent to Role."@en; shacl:name "with role"@en; shacl:path . @@ -527,7 +527,7 @@ shacl:closed false; shacl:property , ; - shacl:targetClass . + shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#Role.hastype"; shacl:description "Assign the type to SKOS controlled vocabulary."@en; diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL_en.jsonld b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL_en.jsonld index fc85f19d5..3f807995d 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL_en.jsonld +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL_en.jsonld @@ -330,7 +330,7 @@ { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#AgentRoleShape/e661e9cf1e190828d410fd2ab59d81b83cb3c62f", "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#AgentRole.withrole", - "sh:class": "http://example.com/rrmv/Role", + "sh:class": "http://data.europa.eu/2qy/rrmv#Role", "sh:description": { "en": "The property linking an Agent to Role." }, @@ -660,6 +660,38 @@ "sh:property": [], "sh:targetClass": "http://data.europa.eu/2qy/rrmv#ResultType" }, + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape/26de3103378473bd7e70743bb33391753f1e6cbd", + "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#Role.hastype", + "sh:description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "sh:name": { + "en": "has type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" + }, + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape/73346d19590bfb11fb7f63af0fad3072e2df1f68", + "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#Role.hastype", + "sh:class": "http://data.europa.eu/2qy/rrmv#RoleType", + "sh:description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "sh:name": { + "en": "has type" + }, + "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" + } + ], + "sh:targetClass": "http://data.europa.eu/2qy/rrmv#Role" + }, { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleTypeShape", "@type": "sh:NodeShape", @@ -894,38 +926,6 @@ ], "sh:targetClass": "http://data.europa.eu/eli/ontology#Work" }, - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape/26de3103378473bd7e70743bb33391753f1e6cbd", - "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#Role.hastype", - "sh:description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "sh:name": { - "en": "has type" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" - }, - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape/73346d19590bfb11fb7f63af0fad3072e2df1f68", - "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#Role.hastype", - "sh:class": "http://data.europa.eu/2qy/rrmv#RoleType", - "sh:description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "sh:name": { - "en": "has type" - }, - "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" - } - ], - "sh:targetClass": "http://example.com/rrmv/Role" - }, { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#rdfs:LiteralShape", "@type": "sh:NodeShape", diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/context/rrmv.jsonld b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/context/rrmv.jsonld index 4a27503c9..eeca0c869 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/context/rrmv.jsonld +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/context/rrmv.jsonld @@ -15,7 +15,7 @@ "Rdfs:Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", "Request": "http://data.europa.eu/2qy/rrmv#Request", "ResultType": "http://data.europa.eu/2qy/rrmv#ResultType", - "Role": "http://example.com/rrmv/Role", + "Role": "http://data.europa.eu/2qy/rrmv#Role", "RoleType": "http://data.europa.eu/2qy/rrmv#RoleType", "Skos:Concept": "http://www.w3.org/2004/02/skos/core#Concept", "Status": "http://data.europa.eu/2qy/rrmv#Status", diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/context/rrmv_en.jsonld b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/context/rrmv_en.jsonld index 4a27503c9..eeca0c869 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/context/rrmv_en.jsonld +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/context/rrmv_en.jsonld @@ -15,7 +15,7 @@ "Rdfs:Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", "Request": "http://data.europa.eu/2qy/rrmv#Request", "ResultType": "http://data.europa.eu/2qy/rrmv#ResultType", - "Role": "http://example.com/rrmv/Role", + "Role": "http://data.europa.eu/2qy/rrmv#Role", "RoleType": "http://data.europa.eu/2qy/rrmv#RoleType", "Skos:Concept": "http://www.w3.org/2004/02/skos/core#Concept", "Status": "http://data.europa.eu/2qy/rrmv#Status", diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/index.html b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/index.html index 0563fe4f1..b729c3f06 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/index.html +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/index.html @@ -3387,9 +3387,9 @@

- Role

@@ -4799,7 +4799,7 @@

Quick Reference of Classes and Properties

Role -
http://example.com/rrmv/Role
+
http://data.europa.eu/2qy/rrmv#Role
has type
http://data.europa.eu/2qy/rrmv#hasType
diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/index_en.html b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/index_en.html index 0563fe4f1..b729c3f06 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/index_en.html +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/index_en.html @@ -3387,9 +3387,9 @@

- Role

@@ -4799,7 +4799,7 @@

Quick Reference of Classes and Properties

Role -
http://example.com/rrmv/Role
+
http://data.europa.eu/2qy/rrmv#Role
has type
http://data.europa.eu/2qy/rrmv#hasType
diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL.jsonld b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL.jsonld index 034202644..4b02a932d 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL.jsonld +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL.jsonld @@ -330,7 +330,7 @@ { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#AgentRoleShape/e661e9cf1e190828d410fd2ab59d81b83cb3c62f", "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#AgentRole.withrole", - "sh:class": "http://example.com/rrmv/Role", + "sh:class": "http://data.europa.eu/2qy/rrmv#Role", "sh:description": { "en": "The property linking an Agent to Role." }, @@ -660,6 +660,38 @@ "sh:property": [], "sh:targetClass": "http://data.europa.eu/2qy/rrmv#ResultType" }, + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape/26de3103378473bd7e70743bb33391753f1e6cbd", + "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#Role.hastype", + "sh:description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "sh:name": { + "en": "has type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" + }, + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape/73346d19590bfb11fb7f63af0fad3072e2df1f68", + "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#Role.hastype", + "sh:class": "http://data.europa.eu/2qy/rrmv#RoleType", + "sh:description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "sh:name": { + "en": "has type" + }, + "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" + } + ], + "sh:targetClass": "http://data.europa.eu/2qy/rrmv#Role" + }, { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleTypeShape", "@type": "sh:NodeShape", @@ -894,38 +926,6 @@ ], "sh:targetClass": "http://data.europa.eu/eli/ontology#Work" }, - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape/26de3103378473bd7e70743bb33391753f1e6cbd", - "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#Role.hastype", - "sh:description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "sh:name": { - "en": "has type" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" - }, - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape/73346d19590bfb11fb7f63af0fad3072e2df1f68", - "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#Role.hastype", - "sh:class": "http://data.europa.eu/2qy/rrmv#RoleType", - "sh:description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "sh:name": { - "en": "has type" - }, - "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" - } - ], - "sh:targetClass": "http://example.com/rrmv/Role" - }, { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#rdfs:LiteralShape", "@type": "sh:NodeShape", diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL.ttl b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL.ttl index 777a7ded5..9b481bea3 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL.ttl +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL.ttl @@ -12,6 +12,7 @@ , , , + , , , , @@ -21,7 +22,6 @@ , , , - , , , , @@ -163,7 +163,7 @@ shacl:path . rdfs:seeAlso "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#AgentRole.withrole"; - shacl:class ; + shacl:class ; shacl:description "The property linking an Agent to Role."@en; shacl:name "with role"@en; shacl:path . @@ -527,7 +527,7 @@ shacl:closed false; shacl:property , ; - shacl:targetClass . + shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#Role.hastype"; shacl:description "Assign the type to SKOS controlled vocabulary."@en; diff --git a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL_en.jsonld b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL_en.jsonld index 034202644..4b02a932d 100644 --- a/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL_en.jsonld +++ b/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL_en.jsonld @@ -330,7 +330,7 @@ { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#AgentRoleShape/e661e9cf1e190828d410fd2ab59d81b83cb3c62f", "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#AgentRole.withrole", - "sh:class": "http://example.com/rrmv/Role", + "sh:class": "http://data.europa.eu/2qy/rrmv#Role", "sh:description": { "en": "The property linking an Agent to Role." }, @@ -660,6 +660,38 @@ "sh:property": [], "sh:targetClass": "http://data.europa.eu/2qy/rrmv#ResultType" }, + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape/26de3103378473bd7e70743bb33391753f1e6cbd", + "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#Role.hastype", + "sh:description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "sh:name": { + "en": "has type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" + }, + { + "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape/73346d19590bfb11fb7f63af0fad3072e2df1f68", + "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#Role.hastype", + "sh:class": "http://data.europa.eu/2qy/rrmv#RoleType", + "sh:description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "sh:name": { + "en": "has type" + }, + "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" + } + ], + "sh:targetClass": "http://data.europa.eu/2qy/rrmv#Role" + }, { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleTypeShape", "@type": "sh:NodeShape", @@ -894,38 +926,6 @@ ], "sh:targetClass": "http://data.europa.eu/eli/ontology#Work" }, - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape/26de3103378473bd7e70743bb33391753f1e6cbd", - "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#Role.hastype", - "sh:description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "sh:name": { - "en": "has type" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" - }, - { - "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape/73346d19590bfb11fb7f63af0fad3072e2df1f68", - "rdfs:seeAlso": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#Role.hastype", - "sh:class": "http://data.europa.eu/2qy/rrmv#RoleType", - "sh:description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "sh:name": { - "en": "has type" - }, - "sh:path": "http://data.europa.eu/2qy/rrmv#hasType" - } - ], - "sh:targetClass": "http://example.com/rrmv/Role" - }, { "@id": "https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#rdfs:LiteralShape", "@type": "sh:NodeShape", diff --git a/report/ALL.report b/report/ALL.report index 7e23e7d07..ff4c591fe 100644 --- a/report/ALL.report +++ b/report/ALL.report @@ -1,153 +1,312 @@ +/tmp/workspace/src/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.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') +15:49:44 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package Sortis with id 18 and objectid 18 +15:49:44 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.XSD". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.time". +15:49:44 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Sortis, DCAT Application Profile, Sortis.RRMV.XSD, DCAT Application Profile.Domain Model, Sortis.RRMV.time +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2004/02/skos/core#): DCAT Application Profile.Domain Model.skos, Sortis.RRMV.skos +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2000/01/rdf-schema#): DCAT Application Profile.Domain Model.rdfs, Sortis.RRMV.rdfs +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/2qy/rrmv#): Sortis.RRMV.rrmv, Sortis.RRMV +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/eli/ontology#): DCAT Application Profile.Domain Model.eli, Sortis.RRMV.eli +15:49: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:rdfs:Literal, Sortis.RRMV.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +15:49: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 +15:49:44 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Resource): DCAT Application Profile.Domain Model.rdfs:rdfs:Resource, Sortis.RRMV.rdfs:rdfs:Resource +15:49:44 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#ConceptScheme): Sortis.RRMV.skos:skos:ConceptScheme, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme +15:49:44 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 +15:49:44 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://data.europa.eu/2qy/rrmv#Frequency): Sortis.RRMV:Frequency, Sortis.RRMV.rrmv:Frequency +15:49: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): Sortis.RRMV.skos:skos:Concept, DCAT Application Profile.Domain Model.skos:skos:Concept +15:49: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:dcat:Dataset: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:Distribution:dct:language +15:49: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:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, Sortis.RRMV.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title +15:49: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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution +15:49: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:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo +15:49: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): DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel, Sortis.RRMV.skos:skos:Concept:skos:prefLabel +15:49: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:dcat:Dataset: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: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:Distribution:dct:description +15:49:44 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 +15:49: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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format +15:49:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/s1n/numSeries): DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries, Sortis.RRMV.rdfs:rdfs:Resource:numSeries +15:49: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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +15:49:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/2qy/rrmv#hasAnnotation): Sortis.RRMV.rrmv:Action:hasAnnotation, Sortis.RRMV.rrmv:Request:rrmv:hasAnnotation +15:49:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasEnd): DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasEnd, Sortis.RRMV.time:PeriodOfTime:endtime +15:49: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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights +15:49: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:dcat:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights +15:49: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:dcat:Catalog:dct: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:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued +15:49: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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +15:49: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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +15:49:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasBeginning): DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasBeginning, Sortis.RRMV.time:PeriodOfTime:starttime +15:49: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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters +15:49: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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +15:49: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:dcat:DatasetSeries: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:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified +15:49: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#contactPoint): DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:contactPoint +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Request" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Action" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ResultType" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Expression" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ActionResult" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Work" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Manifestation" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Frequency" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Status" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:44 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalFunction" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentRole" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentType" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Role" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "RoleType" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:anyURI" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:boolean" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:string" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Instant" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:changes" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:eli:relatedTo" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" belongs to package "eli" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Work:eli:isRealizedBy" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:realizes" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasAgentRole" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:hasFrequency" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> PeriodOfTime)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:atTime" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Request:(Request -> Expression)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.Converter - Package for connector Sortis.RRMV.rrmv:Request:dct:isPartOf is unknown +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Agent)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:forAgent" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:(Agent -> AgentType)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:rrmv:hasType" since it lacks a defining package. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" belongs to package "eli" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:embodies" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:eli:isEmbodiedBy" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:cites" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:rrmv:hasType" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:produces" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasNext" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasType" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:isPartOf" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:relatedTo" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> Expression)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasDocument" since it lacks a defining package. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasStatus" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasResult" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:(Action -> PeriodOfTime)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:rrmv:atTime" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:(PeriodOfTime -> TemporalFunction)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:rrmv:hasFunction" since it lacks a defining package. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:rrmv:withRole" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Request:rrmv:hasTopic": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. +15:49:44 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:44 WARN c.g.i.o.c.Converter - Element rrmv:isIncomplete has same prefix as package: simplify by removing the extra tag uri +15:49:44 WARN c.g.i.o.c.Converter - Ambiguous data type "rdfs:Literal" for attribute "Sortis.RRMV.skos:skos:Concept:skos:prefLabel": DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, Sortis.RRMV.rdfs:rdfs:Literal. /tmp/workspace/src/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2 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:44:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package Sortis with id 18 and objectid 18 -15:44:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.XSD". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.time". -15:44:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/2qy/rrmv#): Sortis.RRMV, Sortis.RRMV.rrmv -15:44:03 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, Sortis.RRMV.time, Sortis, Sortis.RRMV.XSD -15:44:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/eli/ontology#): Sortis.RRMV.eli, DCAT Application Profile.Domain Model.eli -15:44:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2000/01/rdf-schema#): DCAT Application Profile.Domain Model.rdfs, Sortis.RRMV.rdfs -15:44:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2004/02/skos/core#): DCAT Application Profile.Domain Model.skos, Sortis.RRMV.skos -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Sortis.RRMV.skos:skos:Concept, DCAT Application Profile.Domain Model.skos:skos:Concept -15:44:03 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://data.europa.eu/2qy/rrmv#Frequency): Sortis.RRMV.rrmv:Frequency, Sortis.RRMV:Frequency -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#ConceptScheme): DCAT Application Profile.Domain Model.skos:skos:ConceptScheme, Sortis.RRMV.skos:skos:ConceptScheme -15:44:03 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, Sortis.RRMV.rdfs:rdfs:Literal -15:44:03 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Resource): Sortis.RRMV.rdfs:rdfs:Resource, DCAT Application Profile.Domain Model.rdfs:rdfs:Resource -15:44:03 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:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/s1n/numSeries): DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries, Sortis.RRMV.rdfs:rdfs:Resource:numSeries -15:44:03 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 -15:44:03 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 -15:44: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): 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:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description -15:44:03 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.dcat:dcat:CatalogRecord:dct:title, Sortis.RRMV.skos:skos:ConceptScheme: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:DataService: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.skos:skos:ConceptScheme:dct:title -15:44:03 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:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasBeginning): Sortis.RRMV.time:PeriodOfTime:starttime, DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasBeginning -15:44:03 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: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:Distribution:dct:issued -15:44:03 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 -15:44:03 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 -15:44:03 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 -15:44:03 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 -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/2qy/rrmv#hasAnnotation): Sortis.RRMV.rrmv:Request:rrmv:hasAnnotation, Sortis.RRMV.rrmv:Action:hasAnnotation -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasEnd): DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasEnd, Sortis.RRMV.time:PeriodOfTime:endtime -15:44:03 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 -15:44: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): DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type -15:44: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): Sortis.RRMV.skos:skos:Concept:skos:prefLabel, DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Request" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Action" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ResultType" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Expression" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ActionResult" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Work" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Manifestation" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Frequency" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Status" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalFunction" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentRole" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentType" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Role" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "RoleType" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:anyURI" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:boolean" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:string" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Instant" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Request:(Request -> Expression)" since it lacks a defining package. -15:44:03 WARN c.g.i.o.c.Converter - Package for connector Sortis.RRMV.rrmv:Request:dct:isPartOf is unknown -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:(Agent -> AgentType)" since it lacks a defining package. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:rrmv:hasType" since it lacks a defining package. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasNext" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" belongs to package "eli" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:embodies" belongs to package "eli" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:eli:isEmbodiedBy" belongs to package "eli" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasType" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasResult" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:isPartOf" belongs to package "eli" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Agent)" since it lacks a defining package. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:forAgent" since it lacks a defining package. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:hasFrequency" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:rrmv:withRole" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:cites" belongs to package "eli" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:relatedTo" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasStatus" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:produces" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> Expression)" since it lacks a defining package. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasDocument" since it lacks a defining package. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:changes" belongs to package "rrmv" based on source and target definition. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" belongs to package "eli" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" does not have a name, it will be ignored. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Work:eli:isRealizedBy" belongs to package "eli" based on source and target definition. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:realizes" belongs to package "eli" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:(Action -> PeriodOfTime)" since it lacks a defining package. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:rrmv:atTime" since it lacks a defining package. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:eli:relatedTo" belongs to package "rrmv" based on source and target definition. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" does not have a name, it will be ignored. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasAgentRole" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:(PeriodOfTime -> TemporalFunction)" since it lacks a defining package. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:rrmv:hasFunction" since it lacks a defining package. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> PeriodOfTime)" since it lacks a defining package. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:atTime" since it lacks a defining package. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" does not have a name, it will be ignored. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:rrmv:hasType" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Request:rrmv:hasTopic": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. -15:44:04 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. -15:44:04 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". -15:44:04 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". -15:44:04 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". -15:44:04 WARN c.g.i.o.c.Converter - Element rrmv:isIncomplete has same prefix as package: simplify by removing the extra tag uri -15:44:04 WARN c.g.i.o.c.Converter - Ambiguous data type "rdfs:Literal" for attribute "Sortis.RRMV.skos:skos:Concept:skos:prefLabel": DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, Sortis.RRMV.rdfs:rdfs:Literal. +15:49:48 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package Sortis with id 18 and objectid 18 +15:49:48 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.XSD". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.time". +15:49:48 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2004/02/skos/core#): Sortis.RRMV.skos, DCAT Application Profile.Domain Model.skos +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/2qy/rrmv#): Sortis.RRMV.rrmv, Sortis.RRMV +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): DCAT Application Profile.Domain Model, Sortis, DCAT Application Profile, Sortis.RRMV.time, Sortis.RRMV.XSD +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/eli/ontology#): DCAT Application Profile.Domain Model.eli, Sortis.RRMV.eli +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2000/01/rdf-schema#): DCAT Application Profile.Domain Model.rdfs, Sortis.RRMV.rdfs +15:49:48 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://data.europa.eu/2qy/rrmv#Frequency): Sortis.RRMV:Frequency, Sortis.RRMV.rrmv:Frequency +15:49:48 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, Sortis.RRMV.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +15:49:48 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Resource): Sortis.RRMV.rdfs:rdfs:Resource, DCAT Application Profile.Domain Model.rdfs:rdfs:Resource +15:49:48 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#ConceptScheme): Sortis.RRMV.skos:skos:ConceptScheme, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme +15:49:48 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 +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Sortis.RRMV.skos:skos:Concept, DCAT Application Profile.Domain Model.skos:skos:Concept +15:49:48 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 +15:49:48 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:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo +15:49:48 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: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:Dataset:dct:issued +15:49:48 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:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified +15:49:48 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 +15:49:48 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 +15:49:48 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:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset: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 +15:49:48 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 +15:49:48 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): Sortis.RRMV.skos:skos:Concept:skos:prefLabel, DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel +15:49:48 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:Catalog:dct:title, Sortis.RRMV.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, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasEnd): Sortis.RRMV.time:PeriodOfTime:endtime, DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasEnd +15:49:48 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 +15:49:48 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 +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/s1n/numSeries): Sortis.RRMV.rdfs:rdfs:Resource:numSeries, DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/2qy/rrmv#hasAnnotation): Sortis.RRMV.rrmv:Action:hasAnnotation, Sortis.RRMV.rrmv:Request:rrmv:hasAnnotation +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasBeginning): Sortis.RRMV.time:PeriodOfTime:starttime, DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasBeginning +15:49:48 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:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language +15:49:48 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 +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Request" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Action" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ResultType" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Expression" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ActionResult" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Work" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Manifestation" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Frequency" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Status" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:48 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalFunction" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentRole" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentType" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Role" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "RoleType" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:anyURI" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:boolean" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:string" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Instant" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:hasFrequency" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:produces" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasStatus" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:cites" belongs to package "eli" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:eli:relatedTo" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> Expression)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasDocument" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Agent)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:forAgent" since it lacks a defining package. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:rrmv:withRole" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasResult" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:rrmv:hasType" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:(PeriodOfTime -> TemporalFunction)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:rrmv:hasFunction" since it lacks a defining package. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:changes" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:(Action -> PeriodOfTime)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:rrmv:atTime" since it lacks a defining package. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:isPartOf" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:(Agent -> AgentType)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:rrmv:hasType" since it lacks a defining package. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:relatedTo" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Work:eli:isRealizedBy" belongs to package "eli" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:realizes" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Request:(Request -> Expression)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.Converter - Package for connector Sortis.RRMV.rrmv:Request:dct:isPartOf is unknown +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:embodies" belongs to package "eli" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:eli:isEmbodiedBy" belongs to package "eli" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasAgentRole" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasNext" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasType" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> PeriodOfTime)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:atTime" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Request:rrmv:hasTopic": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. +15:49:48 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:48 WARN c.g.i.o.c.Converter - Element rrmv:isIncomplete has same prefix as package: simplify by removing the extra tag uri +15:49:48 WARN c.g.i.o.c.Converter - Ambiguous data type "rdfs:Literal" for attribute "Sortis.RRMV.skos:skos:Concept:skos:prefLabel": DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, Sortis.RRMV.rdfs:rdfs:Literal. diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/all-rrmv.jsonld b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/all-rrmv.jsonld index 4842409b4..d4ce71b27 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/all-rrmv.jsonld +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/all-rrmv.jsonld @@ -870,6 +870,61 @@ }, "name": "ResultType" }, + { + "@id": "http://data.europa.eu/2qy/rrmv#Role", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-label-en": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "label": { + "en": "Role" + }, + "extra": { + "EA-Name": "Role", + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "EA-Package": "rrmv", + "EA-Type": "CLASS", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "usage": "", + "ap-label-en": { + "en": "Role" + }, + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "definition-en", + "value": "Role is played by and Agent involved in the Request.", + "note": "null" + }, + { + "key": "label-en", + "value": "Role", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Role" + }, { "@id": "http://data.europa.eu/2qy/rrmv#RoleType", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1440,66 +1495,6 @@ }, "name": "Work" }, - { - "@id": "http://example.com/rrmv/Role", - "@type": "http://www.w3.org/2002/07/owl#Class", - "inpackage": "OTHER_PACKAGE", - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-label-en": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "label": { - "en": "Role" - }, - "extra": { - "EA-Name": "Role", - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "EA-Package": "rrmv", - "EA-Type": "CLASS", - "EA-Parents": "", - "EA-Parents2": [], - "parentclasses": "", - "label": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "usage": "", - "ap-label-en": { - "en": "Role" - }, - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-usageNote-en": "", - "ap-codelist": "", - "RawTags": [ - { - "key": "uri", - "value": "http://example.com/rrmv/Role", - "note": "null" - }, - { - "key": "definition-en", - "value": "Role is played by and Agent involved in the Request.", - "note": "null" - }, - { - "key": "label-en", - "value": "Role", - "note": "null" - } - ], - "Scope": "NOTHING" - }, - "name": "Role" - }, { "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1914,6 +1909,11 @@ "key": "usageNote-en", "value": "The value of the start time and end time properties should be different,and/or a duration should be given.", "note": "null" + }, + { + "key": "uri", + "value": "http://www.w3.org/2006/time#Instant", + "note": "null" } ], "Scope": "NOTHING" @@ -2991,7 +2991,7 @@ "codelist": [], "domain": [ { - "uri": "http://example.com/rrmv/Role", + "uri": "http://data.europa.eu/2qy/rrmv#Role", "EA-Name": "Role" } ], @@ -3502,7 +3502,7 @@ "EA-Name": "Role", "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" }, "sourceRole": "null", "destRole": "rrmv:withRole", @@ -3569,7 +3569,7 @@ "EA-Name": "Role", "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" } ], "generalization": [], @@ -5088,14 +5088,14 @@ ], "config": "config/config-ap.json", "branchtag": "rrmv", - "dummy": "75", + "dummy": "76", "filename": "config/rrmv.json", "navigation": { "prev": "https://semiceu.github.io/rrmv/releases/0.0.1/" }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1", - "documentcommit": "0824747913ef06e5aa102fa2557cade1f32b5a03", - "toolchaincommit": "542965c44cd02a59ffa43673fc959c36e61c706c", + "documentcommit": "63ae3a6359385c762e942d9fa8d96f64b2d8a9c8", + "toolchaincommit": "afc620edf89dc704df580038bcbfd5de98e0c28e", "hostname": "https://semiceu.github.io" } diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/html-nj_en.json b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/html-nj_en.json index b220ec0a1..eaf6dab78 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/html-nj_en.json +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/html-nj_en.json @@ -18,8 +18,8 @@ }, "status": "Working Draft", "statuslabel": "Onbekend", - "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/0824747913ef06e5aa102fa2557cade1f32b5a03", - "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/0824747913ef06e5aa102fa2557cade1f32b5a03/CHANGELOG", + "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/63ae3a6359385c762e942d9fa8d96f64b2d8a9c8", + "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/63ae3a6359385c762e942d9fa8d96f64b2d8a9c8/CHANGELOG", "feedbackurl": "https://github.com/SEMICeu/Reporting-Requirements-Metadata-Vocabulary/issues", "standaardregisterurl": "RRMV", "usesVocs": [], @@ -437,13 +437,13 @@ "range": [ { "range_label": "Role", - "range_uri": "http://example.com/rrmv/Role" + "range_uri": "http://data.europa.eu/2qy/rrmv#Role" } ], "scopedrange": [ { "range_uri": "#Role", - "range_puri": "http://example.com/rrmv/Role", + "range_puri": "http://data.europa.eu/2qy/rrmv#Role", "range_label": { "en": "Role" } @@ -964,6 +964,65 @@ }, "properties": [] }, + { + "uri": "http://data.europa.eu/2qy/rrmv#Role", + "name": "Role", + "label": { + "en": "Role" + }, + "sort": "Role", + "description": { + "en": "Role is played by and Agent involved in the Request." + }, + "usage": {}, + "parents": [], + "rawTags": { + "definition-en": "Role is played by and Agent involved in the Request.", + "label-en": "Role" + }, + "properties": [ + { + "uri": "http://data.europa.eu/2qy/rrmv#hasType", + "name": "hasType", + "sort": "has type", + "label": { + "en": "has type" + }, + "description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "usage": {}, + "domain": [ + { + "EA-Name": "Role", + "uri": "http://data.europa.eu/2qy/rrmv#Role" + } + ], + "range": [ + { + "range_label": "RoleType", + "range_uri": "http://data.europa.eu/2qy/rrmv#RoleType" + } + ], + "scopedrange": [ + { + "range_uri": "#Role Type", + "range_puri": "http://data.europa.eu/2qy/rrmv#RoleType", + "range_label": { + "en": "Role Type" + } + } + ], + "cardinality": "0..*", + "codelist_uri": "", + "rawTags": { + "label-en": "has type", + "definition-en": "Assign the type to SKOS controlled vocabulary.", + "name": "hasType" + } + } + ] + }, { "uri": "http://data.europa.eu/2qy/rrmv#RoleType", "name": "RoleType", @@ -1460,66 +1519,6 @@ } ] }, - { - "uri": "http://example.com/rrmv/Role", - "name": "Role", - "label": { - "en": "Role" - }, - "sort": "Role", - "description": { - "en": "Role is played by and Agent involved in the Request." - }, - "usage": {}, - "parents": [], - "rawTags": { - "uri": "http://example.com/rrmv/Role", - "definition-en": "Role is played by and Agent involved in the Request.", - "label-en": "Role" - }, - "properties": [ - { - "uri": "http://data.europa.eu/2qy/rrmv#hasType", - "name": "hasType", - "sort": "has type", - "label": { - "en": "has type" - }, - "description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "usage": {}, - "domain": [ - { - "EA-Name": "Role", - "uri": "http://example.com/rrmv/Role" - } - ], - "range": [ - { - "range_label": "RoleType", - "range_uri": "http://data.europa.eu/2qy/rrmv#RoleType" - } - ], - "scopedrange": [ - { - "range_uri": "#Role Type", - "range_puri": "http://data.europa.eu/2qy/rrmv#RoleType", - "range_label": { - "en": "Role Type" - } - } - ], - "cardinality": "0..*", - "codelist_uri": "", - "rawTags": { - "label-en": "has type", - "definition-en": "Assign the type to SKOS controlled vocabulary.", - "name": "hasType" - } - } - ] - }, { "uri": "http://www.w3.org/2000/01/rdf-schema#Literal", "name": "Literal", @@ -1624,7 +1623,7 @@ "rawTags": { "definition-en": "A temporal entity with non-zero extent or duration.", "label-en": "Period of Time", - "uri": "http://www.w3.org/2006/time#ProperInterval", + "uri": "http://www.w3.org/2006/time#Instant", "usageNote-en": "The value of the start time and end time properties should be different,and/or a duration should be given." }, "properties": [ diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/rrmv.jsonld b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/rrmv.jsonld index 97920e19b..40a40e30d 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/rrmv.jsonld +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/rrmv.jsonld @@ -361,6 +361,14 @@ "name": "ResultType" } , { +"@id": "http://data.europa.eu/2qy/rrmv#Role", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "Role is played by and Agent involved in the Request."}, "ap-label-en" : {"en": "Role"}, "definition" : {"en": "Role is played by and Agent involved in the Request."}, "label" : {"en": "Role"}, +"extra": {"EA-Name" : "Role", "EA-Guid" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Role", "definition" : "Role is played by and Agent involved in the Request.", "usage" : "", "ap-label-en" : "Role", "ap-definition-en" : "Role is played by and Agent involved in the Request.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "Role is played by and Agent involved in the Request.", "note": "null" }, { "key": "label-en", "value": "Role", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Role is played by and Agent involved in the Request."}, "ap-label-en" : {"en": "Role"}, "definition" : {"en": "Role is played by and Agent involved in the Request."}, "label" : {"en": "Role"}}, +"name": "Role" +} +, { "@id": "http://data.europa.eu/2qy/rrmv#RoleType", "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", @@ -433,14 +441,6 @@ "name": "Work" } , { -"@id": "http://example.com/rrmv/Role", -"@type": "http://www.w3.org/2002/07/owl#Class", -"inpackage": "OTHER_PACKAGE", -"ap-definition-en" : {"en": "Role is played by and Agent involved in the Request."}, "ap-label-en" : {"en": "Role"}, "definition" : {"en": "Role is played by and Agent involved in the Request."}, "label" : {"en": "Role"}, -"extra": {"EA-Name" : "Role", "EA-Guid" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Role", "definition" : "Role is played by and Agent involved in the Request.", "usage" : "", "ap-label-en" : "Role", "ap-definition-en" : "Role is played by and Agent involved in the Request.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/example.com\/rrmv\/Role", "note": "null" }, { "key": "definition-en", "value": "Role is played by and Agent involved in the Request.", "note": "null" }, { "key": "label-en", "value": "Role", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Role is played by and Agent involved in the Request."}, "ap-label-en" : {"en": "Role"}, "definition" : {"en": "Role is played by and Agent involved in the Request."}, "label" : {"en": "Role"}}, -"name": "Role" -} -, { "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", @@ -485,7 +485,7 @@ "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "A temporal entity with non-zero extent or duration."}, "usage" : {"en": "The value of the start time and end time properties should be different,and\/or a duration should be given."}, "ap-label-en" : {"en": "Period of Time"}, "definition" : {"en": "A temporal entity with non-zero extent or duration."}, "label" : {"en": "Period of Time"}, -"extra": {"EA-Name" : "PeriodOfTime", "EA-Guid" : "{45337C12-AA14-47f0-973A-6792EC182E11}", "EA-Package" : "time", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Period of Time", "definition" : "A temporal entity with non-zero extent or duration.", "usage" : "The value of the start time and end time properties should be different,and\/or a duration should be given.", "ap-label-en" : "Period of Time", "ap-definition-en" : "A temporal entity with non-zero extent or duration.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "A temporal entity with non-zero extent or duration.", "note": "null" }, { "key": "label-en", "value": "Period of Time", "note": "null" }, { "key": "uri", "value": "http:\/\/www.w3.org\/2006\/time#ProperInterval", "note": "null" }, { "key": "usageNote-en", "value": "The value of the start time and end time properties should be different,and\/or a duration should be given.", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A temporal entity with non-zero extent or duration."}, "usage" : {"en": "The value of the start time and end time properties should be different,and\/or a duration should be given."}, "ap-label-en" : {"en": "Period of Time"}, "definition" : {"en": "A temporal entity with non-zero extent or duration."}, "label" : {"en": "Period of Time"}}, +"extra": {"EA-Name" : "PeriodOfTime", "EA-Guid" : "{45337C12-AA14-47f0-973A-6792EC182E11}", "EA-Package" : "time", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Period of Time", "definition" : "A temporal entity with non-zero extent or duration.", "usage" : "The value of the start time and end time properties should be different,and\/or a duration should be given.", "ap-label-en" : "Period of Time", "ap-definition-en" : "A temporal entity with non-zero extent or duration.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "A temporal entity with non-zero extent or duration.", "note": "null" }, { "key": "label-en", "value": "Period of Time", "note": "null" }, { "key": "uri", "value": "http:\/\/www.w3.org\/2006\/time#ProperInterval", "note": "null" }, { "key": "usageNote-en", "value": "The value of the start time and end time properties should be different,and\/or a duration should be given.", "note": "null" }, { "key": "uri", "value": "http:\/\/www.w3.org\/2006\/time#Instant", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A temporal entity with non-zero extent or duration."}, "usage" : {"en": "The value of the start time and end time properties should be different,and\/or a duration should be given."}, "ap-label-en" : {"en": "Period of Time"}, "definition" : {"en": "A temporal entity with non-zero extent or duration."}, "label" : {"en": "Period of Time"}}, "name": "PeriodOfTime" } , { @@ -688,7 +688,7 @@ "codelist": [ ], "domain": [ -{ "uri": "http://example.com/rrmv/Role", "EA-Name" : "Role" } +{ "uri": "http://data.europa.eu/2qy/rrmv#Role", "EA-Name" : "Role" } ], "range": [ {"EA-Name" : "RoleType", "EA-GUID" : "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#RoleType" } @@ -804,14 +804,14 @@ "name": "withRole", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "The property linking an Agent to Role."}, "ap-label-en" : {"en": "with role"}, "definition" : {"en": "The property linking an Agent to Role."}, "label" : {"en": "with role"}, -"extra": {"EA-Name" : "rrmv:withRole", "EA-Guid" : "{56FD1EBF-8E3D-4268-BA93-660BC54910E6}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "AgentRole", "EA-Domain-Guid" : "{A63C7E43-AB3C-42be-B1E9-B6F337BA88F2}", "EA-Range" : "Role", "RangeData" : {"EA-Name" : "Role", "EA-GUID" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "uri" : "http://example.com/rrmv/Role" }, "sourceRole" : "null", "destRole" : "rrmv:withRole", "label" : "with role", "definition" : "The property linking an Agent to Role.", "usage" : "", "ap-label-en" : "with role", "ap-definition-en" : "The property linking an Agent to Role.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "with role" }, { "key": "name", "value": "NOTE", "note": "withRole" }, { "key": "definition-en", "value": "NOTE", "note": "The property linking an Agent to Role." }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "with role" }, { "key": "name", "value": "NOTE", "note": "withRole" }, { "key": "definition-en", "value": "NOTE", "note": "The property linking an Agent to Role." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The property linking an Agent to Role."}, "ap-label-en" : {"en": "with role"}, "definition" : {"en": "The property linking an Agent to Role."}, "label" : {"en": "with role"}}, +"extra": {"EA-Name" : "rrmv:withRole", "EA-Guid" : "{56FD1EBF-8E3D-4268-BA93-660BC54910E6}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "AgentRole", "EA-Domain-Guid" : "{A63C7E43-AB3C-42be-B1E9-B6F337BA88F2}", "EA-Range" : "Role", "RangeData" : {"EA-Name" : "Role", "EA-GUID" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Role" }, "sourceRole" : "null", "destRole" : "rrmv:withRole", "label" : "with role", "definition" : "The property linking an Agent to Role.", "usage" : "", "ap-label-en" : "with role", "ap-definition-en" : "The property linking an Agent to Role.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "with role" }, { "key": "name", "value": "NOTE", "note": "withRole" }, { "key": "definition-en", "value": "NOTE", "note": "The property linking an Agent to Role." }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "with role" }, { "key": "name", "value": "NOTE", "note": "withRole" }, { "key": "definition-en", "value": "NOTE", "note": "The property linking an Agent to Role." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The property linking an Agent to Role."}, "ap-label-en" : {"en": "with role"}, "definition" : {"en": "The property linking an Agent to Role."}, "label" : {"en": "with role"}}, "codelist": [ ], "domain": [ { "uri": "http://data.europa.eu/2qy/rrmv#AgentRole", "EA-Name" : "AgentRole" } ], "range": [ -{"EA-Name" : "Role", "EA-GUID" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "uri" : "http://example.com/rrmv/Role" } +{"EA-Name" : "Role", "EA-GUID" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Role" } ], "generalization": [ diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/rrmv.report b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/rrmv.report index b829ae9af..942cd6583 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/rrmv.report +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/rrmv.report @@ -2,151 +2,154 @@ 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:34:43 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package Sortis with id 18 and objectid 18 -15:34:43 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored -15:34:43 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -15:34:43 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -15:34:43 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis". -15:34:43 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.XSD". -15:34:43 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.time". -15:34:43 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Sortis, DCAT Application Profile, Sortis.RRMV.XSD, DCAT Application Profile.Domain Model, Sortis.RRMV.time -15:34:43 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2004/02/skos/core#): DCAT Application Profile.Domain Model.skos, Sortis.RRMV.skos -15:34:43 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2000/01/rdf-schema#): DCAT Application Profile.Domain Model.rdfs, Sortis.RRMV.rdfs -15:34:43 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/2qy/rrmv#): Sortis.RRMV.rrmv, Sortis.RRMV -15:34:43 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/eli/ontology#): DCAT Application Profile.Domain Model.eli, Sortis.RRMV.eli -15:34: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, Sortis.RRMV.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral -15:34: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 -15:34:43 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Resource): DCAT Application Profile.Domain Model.rdfs:rdfs:Resource, Sortis.RRMV.rdfs:rdfs:Resource -15:34:43 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#ConceptScheme): Sortis.RRMV.skos:skos:ConceptScheme, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme -15:34: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 -15:34:43 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://data.europa.eu/2qy/rrmv#Frequency): Sortis.RRMV:Frequency, Sortis.RRMV.rrmv:Frequency -15:34:43 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Sortis.RRMV.skos:skos:Concept, DCAT Application Profile.Domain Model.skos:skos:Concept -15:34: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:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:language -15:34: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:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, Sortis.RRMV.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title -15:34: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 -15:34: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:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo -15:34:43 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): DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel, Sortis.RRMV.skos:skos:Concept:skos:prefLabel -15:34: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:Dataset: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: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:Distribution:dct:description -15:34: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:DatasetInSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:accrualPeriodicity -15:34: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 -15:34:43 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/s1n/numSeries): DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries, Sortis.RRMV.rdfs:rdfs:Resource:numSeries -15:34: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:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation -15:34:43 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/2qy/rrmv#hasAnnotation): Sortis.RRMV.rrmv:Action:hasAnnotation, Sortis.RRMV.rrmv:Request:rrmv:hasAnnotation -15:34:43 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasEnd): DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasEnd, Sortis.RRMV.time:PeriodOfTime:endtime -15:34: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:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights -15:34: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:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights -15:34: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:Catalog:dct: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:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued -15:34: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 -15:34: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.dcat:dcat:Dataset:dct:type -15:34:43 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasBeginning): DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasBeginning, Sortis.RRMV.time:PeriodOfTime:starttime -15:34: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 -15:34: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:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page -15:34: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:DatasetSeries: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:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified -15:34: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 -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Request" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Action" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ResultType" . -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Expression" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ActionResult" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Work" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Manifestation" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Frequency" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Status" . -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalFunction" . -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentRole" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentType" . -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Role" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "RoleType" . -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:anyURI" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:boolean" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:string" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Instant" . -15:34:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:changes" belongs to package "rrmv" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:eli:relatedTo" belongs to package "rrmv" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" belongs to package "eli" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Work:eli:isRealizedBy" belongs to package "eli" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:realizes" belongs to package "eli" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasAgentRole" belongs to package "rrmv" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:hasFrequency" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> PeriodOfTime)" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:atTime" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Request:(Request -> Expression)" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.Converter - Package for connector Sortis.RRMV.rrmv:Request:dct:isPartOf is unknown -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Agent)" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:forAgent" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:(Agent -> AgentType)" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:rrmv:hasType" since it lacks a defining package. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" belongs to package "eli" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:embodies" belongs to package "eli" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:eli:isEmbodiedBy" belongs to package "eli" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:cites" belongs to package "eli" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:rrmv:hasType" belongs to package "rrmv" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:produces" belongs to package "rrmv" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasNext" belongs to package "rrmv" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasType" belongs to package "rrmv" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:isPartOf" belongs to package "eli" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:relatedTo" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> Expression)" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasDocument" since it lacks a defining package. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasStatus" belongs to package "rrmv" based on source and target definition. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasResult" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:(Action -> PeriodOfTime)" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:rrmv:atTime" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:(PeriodOfTime -> TemporalFunction)" since it lacks a defining package. -15:34:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:rrmv:hasFunction" since it lacks a defining package. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" does not have a name, it will be ignored. -15:34:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:rrmv:withRole" belongs to package "rrmv" based on source and target definition. -15:34:44 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Request:rrmv:hasTopic": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. -15:34:44 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". -15:34:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". -15:34:44 WARN c.g.i.o.c.Converter - Element rrmv:isIncomplete has same prefix as package: simplify by removing the extra tag uri -15:34:44 WARN c.g.i.o.c.Converter - Ambiguous data type "rdfs:Literal" for attribute "Sortis.RRMV.skos:skos:Concept:skos:prefLabel": DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, Sortis.RRMV.rdfs:rdfs:Literal. +15:49:44 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package Sortis with id 18 and objectid 18 +15:49:44 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.XSD". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.time". +15:49:44 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Sortis, DCAT Application Profile, Sortis.RRMV.XSD, DCAT Application Profile.Domain Model, Sortis.RRMV.time +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2004/02/skos/core#): DCAT Application Profile.Domain Model.skos, Sortis.RRMV.skos +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2000/01/rdf-schema#): DCAT Application Profile.Domain Model.rdfs, Sortis.RRMV.rdfs +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/2qy/rrmv#): Sortis.RRMV.rrmv, Sortis.RRMV +15:49:44 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/eli/ontology#): DCAT Application Profile.Domain Model.eli, Sortis.RRMV.eli +15:49: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:rdfs:Literal, Sortis.RRMV.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +15:49: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 +15:49:44 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Resource): DCAT Application Profile.Domain Model.rdfs:rdfs:Resource, Sortis.RRMV.rdfs:rdfs:Resource +15:49:44 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#ConceptScheme): Sortis.RRMV.skos:skos:ConceptScheme, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme +15:49:44 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 +15:49:44 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://data.europa.eu/2qy/rrmv#Frequency): Sortis.RRMV:Frequency, Sortis.RRMV.rrmv:Frequency +15:49: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): Sortis.RRMV.skos:skos:Concept, DCAT Application Profile.Domain Model.skos:skos:Concept +15:49: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:dcat:Dataset: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:Distribution:dct:language +15:49: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:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DataService:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model:DatasetInSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, Sortis.RRMV.skos:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme:dct:title +15:49: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:dcat:Distribution:dcat:temporalResolution, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:temporalResolution +15:49: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:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo +15:49: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): DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel, Sortis.RRMV.skos:skos:Concept:skos:prefLabel +15:49: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:dcat:Dataset: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: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:Distribution:dct:description +15:49:44 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 +15:49: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:dcat:DataService:dct:format, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:format +15:49:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/s1n/numSeries): DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries, Sortis.RRMV.rdfs:rdfs:Resource:numSeries +15:49: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:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:relation +15:49:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/2qy/rrmv#hasAnnotation): Sortis.RRMV.rrmv:Action:hasAnnotation, Sortis.RRMV.rrmv:Request:rrmv:hasAnnotation +15:49:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasEnd): DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasEnd, Sortis.RRMV.time:PeriodOfTime:endtime +15:49: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:dcat:Catalog:dct:rights, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:rights +15:49: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:dcat:DataService:dct:accessRights, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:accessRights +15:49: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:dcat:Catalog:dct: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:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:issued +15:49: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:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:adms:status +15:49: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:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type +15:49:44 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasBeginning): DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasBeginning, Sortis.RRMV.time:PeriodOfTime:starttime +15:49: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:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:spatialResolutionInMeters +15:49: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:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:foaf:page +15:49: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:dcat:DatasetSeries: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:Dataset:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Catalog:dct:modified +15:49: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#contactPoint): DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dcat:contactPoint +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Request" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Action" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ResultType" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Expression" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ActionResult" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Work" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Manifestation" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Frequency" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Status" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:44 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalFunction" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentRole" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentType" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Role" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "RoleType" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:anyURI" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:boolean" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:string" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Instant" . +15:49:44 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:changes" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:eli:relatedTo" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" belongs to package "eli" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Work:eli:isRealizedBy" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:realizes" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasAgentRole" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:hasFrequency" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> PeriodOfTime)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:atTime" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Request:(Request -> Expression)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.Converter - Package for connector Sortis.RRMV.rrmv:Request:dct:isPartOf is unknown +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Agent)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:forAgent" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:(Agent -> AgentType)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:rrmv:hasType" since it lacks a defining package. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" belongs to package "eli" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:embodies" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:eli:isEmbodiedBy" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:cites" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:rrmv:hasType" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:produces" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasNext" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasType" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:isPartOf" belongs to package "eli" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:relatedTo" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> Expression)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasDocument" since it lacks a defining package. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasStatus" belongs to package "rrmv" based on source and target definition. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasResult" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:(Action -> PeriodOfTime)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:rrmv:atTime" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:(PeriodOfTime -> TemporalFunction)" since it lacks a defining package. +15:49:44 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:rrmv:hasFunction" since it lacks a defining package. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" does not have a name, it will be ignored. +15:49:44 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:rrmv:withRole" belongs to package "rrmv" based on source and target definition. +15:49:44 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Request:rrmv:hasTopic": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. +15:49:44 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:44 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:44 WARN c.g.i.o.c.Converter - Element rrmv:isIncomplete has same prefix as package: simplify by removing the extra tag uri +15:49:44 WARN c.g.i.o.c.Converter - Ambiguous data type "rdfs:Literal" for attribute "Sortis.RRMV.skos:skos:Concept:skos:prefLabel": DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, Sortis.RRMV.rdfs:rdfs:Literal. diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL_en.report b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL_en.report index 25a3afdd0..db80c180f 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL_en.report +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/shacl/rrmv-SHACL_en.report @@ -31,6 +31,8 @@ add nodeKind constraint add nodeKind constraint add nodeKind constraint https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#ResultTypeShape +https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape +add nodeKind constraint https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleTypeShape https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#StatusShape https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#TemporalFunctionShape @@ -47,8 +49,6 @@ https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0. https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#WorkShape add nodeKind constraint add nodeKind constraint -https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#RoleShape -add nodeKind constraint https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#rdfs:LiteralShape https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#xsd:anyURIShape https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1#xsd:booleanShape diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv.jsonld b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv.jsonld index 4842409b4..d4ce71b27 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv.jsonld +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv.jsonld @@ -870,6 +870,61 @@ }, "name": "ResultType" }, + { + "@id": "http://data.europa.eu/2qy/rrmv#Role", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-label-en": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "label": { + "en": "Role" + }, + "extra": { + "EA-Name": "Role", + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "EA-Package": "rrmv", + "EA-Type": "CLASS", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "usage": "", + "ap-label-en": { + "en": "Role" + }, + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "definition-en", + "value": "Role is played by and Agent involved in the Request.", + "note": "null" + }, + { + "key": "label-en", + "value": "Role", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Role" + }, { "@id": "http://data.europa.eu/2qy/rrmv#RoleType", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1440,66 +1495,6 @@ }, "name": "Work" }, - { - "@id": "http://example.com/rrmv/Role", - "@type": "http://www.w3.org/2002/07/owl#Class", - "inpackage": "OTHER_PACKAGE", - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-label-en": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "label": { - "en": "Role" - }, - "extra": { - "EA-Name": "Role", - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "EA-Package": "rrmv", - "EA-Type": "CLASS", - "EA-Parents": "", - "EA-Parents2": [], - "parentclasses": "", - "label": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "usage": "", - "ap-label-en": { - "en": "Role" - }, - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-usageNote-en": "", - "ap-codelist": "", - "RawTags": [ - { - "key": "uri", - "value": "http://example.com/rrmv/Role", - "note": "null" - }, - { - "key": "definition-en", - "value": "Role is played by and Agent involved in the Request.", - "note": "null" - }, - { - "key": "label-en", - "value": "Role", - "note": "null" - } - ], - "Scope": "NOTHING" - }, - "name": "Role" - }, { "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1914,6 +1909,11 @@ "key": "usageNote-en", "value": "The value of the start time and end time properties should be different,and/or a duration should be given.", "note": "null" + }, + { + "key": "uri", + "value": "http://www.w3.org/2006/time#Instant", + "note": "null" } ], "Scope": "NOTHING" @@ -2991,7 +2991,7 @@ "codelist": [], "domain": [ { - "uri": "http://example.com/rrmv/Role", + "uri": "http://data.europa.eu/2qy/rrmv#Role", "EA-Name": "Role" } ], @@ -3502,7 +3502,7 @@ "EA-Name": "Role", "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" }, "sourceRole": "null", "destRole": "rrmv:withRole", @@ -3569,7 +3569,7 @@ "EA-Name": "Role", "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" } ], "generalization": [], @@ -5088,14 +5088,14 @@ ], "config": "config/config-ap.json", "branchtag": "rrmv", - "dummy": "75", + "dummy": "76", "filename": "config/rrmv.json", "navigation": { "prev": "https://semiceu.github.io/rrmv/releases/0.0.1/" }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1", - "documentcommit": "0824747913ef06e5aa102fa2557cade1f32b5a03", - "toolchaincommit": "542965c44cd02a59ffa43673fc959c36e61c706c", + "documentcommit": "63ae3a6359385c762e942d9fa8d96f64b2d8a9c8", + "toolchaincommit": "afc620edf89dc704df580038bcbfd5de98e0c28e", "hostname": "https://semiceu.github.io" } diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_de.json b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_de.json index 7b1e78dd0..d49af088f 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_de.json +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_de.json @@ -104,6 +104,18 @@ "de": "Enter your translation here" } }, + { + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "name": "Role", + "label": { + "en": "Role", + "de": "Enter your translation here" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request.", + "de": "Enter your translation here" + } + }, { "EA-Guid": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "name": "RoleType", @@ -216,18 +228,6 @@ "de": "Enter your translation here" } }, - { - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "name": "Role", - "label": { - "en": "Role", - "de": "Enter your translation here" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request.", - "de": "Enter your translation here" - } - }, { "EA-Guid": "{2E8B99BB-F1BE-416b-ADCE-11F813263FBE}", "name": "Literal", diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_en.json b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_en.json index 4d6de7fe4..9c1d2cd4d 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_en.json +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_en.json @@ -87,6 +87,16 @@ "en": "A kind of Result" } }, + { + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "name": "Role", + "label": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + } + }, { "EA-Guid": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "name": "RoleType", @@ -180,16 +190,6 @@ "en": "Any distinct intellectual creation (i.e., the intellectual content), in the context of ELI." } }, - { - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "name": "Role", - "label": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - } - }, { "EA-Guid": "{2E8B99BB-F1BE-416b-ADCE-11F813263FBE}", "name": "Literal", diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_en_merged.jsonld b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_en_merged.jsonld index e074cecd1..a46c9458a 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_en_merged.jsonld +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_en_merged.jsonld @@ -289,13 +289,13 @@ "contributors-column": "RRMV", "contributors-file": "stakeholders.csv", "diagram": "RRMV", - "documentcommit": "0824747913ef06e5aa102fa2557cade1f32b5a03", + "documentcommit": "63ae3a6359385c762e942d9fa8d96f64b2d8a9c8", "documentconfig": { "changelog": "https://github.com/SEMICeu/rrmv/master/releases/0.0.1/Changelog.md", "editorDocumentroot-old": "https://semiceu.github.io/uri.semic.eu-generated/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1", "statuslabel": "SEMIC Working Draft" }, - "dummy": "75", + "dummy": "76", "eap": "rrmv.eap", "editors": [ { @@ -1295,7 +1295,7 @@ "domain": [ { "EA-Name": "Role", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" } ], "extra": { @@ -1902,7 +1902,7 @@ "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Name": "Role", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" }, "RawTags": [ { @@ -1954,7 +1954,7 @@ "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Name": "Role", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" } ] }, @@ -3886,6 +3886,62 @@ }, "name": "ResultType" }, + { + "@id": "http://data.europa.eu/2qy/rrmv#Role", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-label-en": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "extra": { + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "EA-Name": "Role", + "EA-Package": "rrmv", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "CLASS", + "RawTags": [ + { + "key": "definition-en", + "note": "null", + "value": "Role is played by and Agent involved in the Request." + }, + { + "key": "label-en", + "note": "null", + "value": "Role" + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-label-en": { + "en": "Role" + }, + "ap-usageNote-en": "", + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "label": { + "en": "Role" + }, + "parentclasses": "", + "usage": "" + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "Role" + }, + "name": "Role" + }, { "@id": "http://data.europa.eu/2qy/rrmv#RoleType", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -4465,67 +4521,6 @@ }, "name": "Work" }, - { - "@id": "http://example.com/rrmv/Role", - "@type": "http://www.w3.org/2002/07/owl#Class", - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-label-en": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "extra": { - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "EA-Name": "Role", - "EA-Package": "rrmv", - "EA-Parents": "", - "EA-Parents2": [], - "EA-Type": "CLASS", - "RawTags": [ - { - "key": "uri", - "note": "null", - "value": "http://example.com/rrmv/Role" - }, - { - "key": "definition-en", - "note": "null", - "value": "Role is played by and Agent involved in the Request." - }, - { - "key": "label-en", - "note": "null", - "value": "Role" - } - ], - "Scope": "NOTHING", - "ap-codelist": "", - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-label-en": { - "en": "Role" - }, - "ap-usageNote-en": "", - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "label": { - "en": "Role" - }, - "parentclasses": "", - "usage": "" - }, - "inpackage": "OTHER_PACKAGE", - "label": { - "en": "Role" - }, - "name": "Role" - }, { "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -4921,6 +4916,11 @@ "key": "usageNote-en", "note": "null", "value": "The value of the start time and end time properties should be different,and/or a duration should be given." + }, + { + "key": "uri", + "note": "null", + "value": "http://www.w3.org/2006/time#Instant" } ], "Scope": "NOTHING", @@ -5140,7 +5140,7 @@ "site": "site-skeleton/rrmv", "standaardregisterurl": "RRMV", "title": "RRMV", - "toolchaincommit": "542965c44cd02a59ffa43673fc959c36e61c706c", + "toolchaincommit": "afc620edf89dc704df580038bcbfd5de98e0c28e", "translation": [ { "language": "en", diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_fr.json b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_fr.json index 90cdc4e0d..b66e563a9 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_fr.json +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1/translation/rrmv_fr.json @@ -104,6 +104,18 @@ "fr": "Enter your translation here" } }, + { + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "name": "Role", + "label": { + "en": "Role", + "fr": "Enter your translation here" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request.", + "fr": "Enter your translation here" + } + }, { "EA-Guid": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "name": "RoleType", @@ -216,18 +228,6 @@ "fr": "Enter your translation here" } }, - { - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "name": "Role", - "label": { - "en": "Role", - "fr": "Enter your translation here" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request.", - "fr": "Enter your translation here" - } - }, { "EA-Guid": "{2E8B99BB-F1BE-416b-ADCE-11F813263FBE}", "name": "Literal", diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/all-rrmv.jsonld b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/all-rrmv.jsonld index c3894f0b2..732a1f79e 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/all-rrmv.jsonld +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/all-rrmv.jsonld @@ -870,6 +870,61 @@ }, "name": "ResultType" }, + { + "@id": "http://data.europa.eu/2qy/rrmv#Role", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-label-en": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "label": { + "en": "Role" + }, + "extra": { + "EA-Name": "Role", + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "EA-Package": "rrmv", + "EA-Type": "CLASS", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "usage": "", + "ap-label-en": { + "en": "Role" + }, + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "definition-en", + "value": "Role is played by and Agent involved in the Request.", + "note": "null" + }, + { + "key": "label-en", + "value": "Role", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Role" + }, { "@id": "http://data.europa.eu/2qy/rrmv#RoleType", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1440,66 +1495,6 @@ }, "name": "Work" }, - { - "@id": "http://example.com/rrmv/Role", - "@type": "http://www.w3.org/2002/07/owl#Class", - "inpackage": "OTHER_PACKAGE", - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-label-en": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "label": { - "en": "Role" - }, - "extra": { - "EA-Name": "Role", - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "EA-Package": "rrmv", - "EA-Type": "CLASS", - "EA-Parents": "", - "EA-Parents2": [], - "parentclasses": "", - "label": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "usage": "", - "ap-label-en": { - "en": "Role" - }, - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-usageNote-en": "", - "ap-codelist": "", - "RawTags": [ - { - "key": "uri", - "value": "http://example.com/rrmv/Role", - "note": "null" - }, - { - "key": "definition-en", - "value": "Role is played by and Agent involved in the Request.", - "note": "null" - }, - { - "key": "label-en", - "value": "Role", - "note": "null" - } - ], - "Scope": "NOTHING" - }, - "name": "Role" - }, { "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1914,6 +1909,11 @@ "key": "usageNote-en", "value": "The value of the start time and end time properties should be different,and/or a duration should be given.", "note": "null" + }, + { + "key": "uri", + "value": "http://www.w3.org/2006/time#Instant", + "note": "null" } ], "Scope": "NOTHING" @@ -2909,31 +2909,31 @@ "name": "hasType", "inpackage": "OTHER_PACKAGE", "ap-definition-en": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "ap-label-en": { "en": "has type" }, "definition": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "label": { "en": "has type" }, "extra": { "EA-Name": "rrmv:hasType", - "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", + "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "ActionResult", - "EA-Domain-Guid": "{177E19FF-5A84-4ecc-BFC5-E5E8133F5732}", - "EA-Range": "ResultType", + "EA-Domain": "Role", + "EA-Domain-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "EA-Range": "RoleType", "RangeData": { - "EA-Name": "ResultType", - "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", + "EA-Name": "RoleType", + "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#ResultType" + "uri": "http://data.europa.eu/2qy/rrmv#RoleType" }, "sourceRole": "null", "destRole": "rrmv:hasType", @@ -2941,23 +2941,18 @@ "en": "has type" }, "definition": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "usage": "", "ap-label-en": { "en": "has type" }, "ap-definition-en": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ - { - "key": "name", - "value": "NOTE", - "note": "hasType" - }, { "key": "label-en", "value": "NOTE", @@ -2966,15 +2961,15 @@ { "key": "definition-en", "value": "NOTE", - "note": "This property connects the Action Result to the Action Result Type to which it belongs." - } - ], - "DestRoleTags": [ + "note": "Assign the type to SKOS controlled vocabulary." + }, { "key": "name", "value": "NOTE", "note": "hasType" - }, + } + ], + "DestRoleTags": [ { "key": "label-en", "value": "NOTE", @@ -2983,7 +2978,12 @@ { "key": "definition-en", "value": "NOTE", - "note": "This property connects the Action Result to the Action Result Type to which it belongs." + "note": "Assign the type to SKOS controlled vocabulary." + }, + { + "key": "name", + "value": "NOTE", + "note": "hasType" } ], "Scope": "NOTHING" @@ -2991,16 +2991,16 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/2qy/rrmv#ActionResult", - "EA-Name": "ActionResult" + "uri": "http://data.europa.eu/2qy/rrmv#Role", + "EA-Name": "Role" } ], "range": [ { - "EA-Name": "ResultType", - "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", + "EA-Name": "RoleType", + "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#ResultType" + "uri": "http://data.europa.eu/2qy/rrmv#RoleType" } ], "generalization": [], @@ -3013,31 +3013,31 @@ "name": "hasType", "inpackage": "OTHER_PACKAGE", "ap-definition-en": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "ap-label-en": { "en": "has type" }, "definition": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "label": { "en": "has type" }, "extra": { "EA-Name": "rrmv:hasType", - "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", + "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Role", - "EA-Domain-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "EA-Range": "RoleType", + "EA-Domain": "ActionResult", + "EA-Domain-Guid": "{177E19FF-5A84-4ecc-BFC5-E5E8133F5732}", + "EA-Range": "ResultType", "RangeData": { - "EA-Name": "RoleType", - "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", + "EA-Name": "ResultType", + "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#RoleType" + "uri": "http://data.europa.eu/2qy/rrmv#ResultType" }, "sourceRole": "null", "destRole": "rrmv:hasType", @@ -3045,18 +3045,23 @@ "en": "has type" }, "definition": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "usage": "", "ap-label-en": { "en": "has type" }, "ap-definition-en": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ + { + "key": "name", + "value": "NOTE", + "note": "hasType" + }, { "key": "label-en", "value": "NOTE", @@ -3065,15 +3070,15 @@ { "key": "definition-en", "value": "NOTE", - "note": "Assign the type to SKOS controlled vocabulary." - }, + "note": "This property connects the Action Result to the Action Result Type to which it belongs." + } + ], + "DestRoleTags": [ { "key": "name", "value": "NOTE", "note": "hasType" - } - ], - "DestRoleTags": [ + }, { "key": "label-en", "value": "NOTE", @@ -3082,12 +3087,7 @@ { "key": "definition-en", "value": "NOTE", - "note": "Assign the type to SKOS controlled vocabulary." - }, - { - "key": "name", - "value": "NOTE", - "note": "hasType" + "note": "This property connects the Action Result to the Action Result Type to which it belongs." } ], "Scope": "NOTHING" @@ -3095,16 +3095,16 @@ "codelist": [], "domain": [ { - "uri": "http://example.com/rrmv/Role", - "EA-Name": "Role" + "uri": "http://data.europa.eu/2qy/rrmv#ActionResult", + "EA-Name": "ActionResult" } ], "range": [ { - "EA-Name": "RoleType", - "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", + "EA-Name": "ResultType", + "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#RoleType" + "uri": "http://data.europa.eu/2qy/rrmv#ResultType" } ], "generalization": [], @@ -3502,7 +3502,7 @@ "EA-Name": "Role", "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" }, "sourceRole": "null", "destRole": "rrmv:withRole", @@ -3569,7 +3569,7 @@ "EA-Name": "Role", "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" } ], "generalization": [], @@ -4443,18 +4443,18 @@ }, "extra": { "EA-Name": "eli:relatedTo", - "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", + "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Request", - "EA-Domain-Guid": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", - "EA-Range": "Request", + "EA-Domain": "Action", + "EA-Domain-Guid": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", + "EA-Range": "Action", "RangeData": { - "EA-Name": "Request", - "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", + "EA-Name": "Action", + "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Request" + "uri": "http://data.europa.eu/2qy/rrmv#Action" }, "sourceRole": "null", "destRole": "eli:relatedTo", @@ -4489,14 +4489,14 @@ "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/eli/ontology#related_to" + "note": "related to" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "related to" + "note": "http://data.europa.eu/eli/ontology#related_to" } ], "DestRoleTags": [ @@ -4511,14 +4511,14 @@ "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/eli/ontology#related_to" + "note": "related to" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "related to" + "note": "http://data.europa.eu/eli/ontology#related_to" } ], "Scope": "NOTHING" @@ -4526,16 +4526,16 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/2qy/rrmv#Request", - "EA-Name": "Request" + "uri": "http://data.europa.eu/2qy/rrmv#Action", + "EA-Name": "Action" } ], "range": [ { - "EA-Name": "Request", - "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", + "EA-Name": "Action", + "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Request" + "uri": "http://data.europa.eu/2qy/rrmv#Action" } ], "generalization": [], @@ -4567,18 +4567,18 @@ }, "extra": { "EA-Name": "eli:relatedTo", - "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", + "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Action", - "EA-Domain-Guid": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", - "EA-Range": "Action", + "EA-Domain": "Request", + "EA-Domain-Guid": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", + "EA-Range": "Request", "RangeData": { - "EA-Name": "Action", - "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", + "EA-Name": "Request", + "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Action" + "uri": "http://data.europa.eu/2qy/rrmv#Request" }, "sourceRole": "null", "destRole": "eli:relatedTo", @@ -4613,14 +4613,14 @@ "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "related to" + "note": "http://data.europa.eu/eli/ontology#related_to" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/eli/ontology#related_to" + "note": "related to" } ], "DestRoleTags": [ @@ -4635,14 +4635,14 @@ "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "related to" + "note": "http://data.europa.eu/eli/ontology#related_to" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/eli/ontology#related_to" + "note": "related to" } ], "Scope": "NOTHING" @@ -4650,16 +4650,16 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/2qy/rrmv#Action", - "EA-Name": "Action" + "uri": "http://data.europa.eu/2qy/rrmv#Request", + "EA-Name": "Request" } ], "range": [ { - "EA-Name": "Action", - "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", + "EA-Name": "Request", + "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Action" + "uri": "http://data.europa.eu/2qy/rrmv#Request" } ], "generalization": [], @@ -5088,14 +5088,14 @@ ], "config": "config/config-ap.json", "branchtag": "rrmv_002", - "dummy": "75", + "dummy": "76", "filename": "config/rrmv.json", "navigation": { "prev": "https://semiceu.github.io/rrmv/releases/0.0.1/" }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2", - "documentcommit": "41be051cde9d8a72fa66669914b534e6a2de01de", - "toolchaincommit": "5210bd0f471944d8c94bed3e57bb8c55b2282dc1", + "documentcommit": "d2777c55bcc0295cb280e67a5cf19242c0493318", + "toolchaincommit": "afc620edf89dc704df580038bcbfd5de98e0c28e", "hostname": "https://semiceu.github.io" } diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/html-nj_en.json b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/html-nj_en.json index 08f0404dd..05c02ddb8 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/html-nj_en.json +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/html-nj_en.json @@ -18,8 +18,8 @@ }, "status": "Working Draft", "statuslabel": "Onbekend", - "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/41be051cde9d8a72fa66669914b534e6a2de01de", - "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/41be051cde9d8a72fa66669914b534e6a2de01de/CHANGELOG", + "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/d2777c55bcc0295cb280e67a5cf19242c0493318", + "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/d2777c55bcc0295cb280e67a5cf19242c0493318/CHANGELOG", "feedbackurl": "https://github.com/SEMICeu/Reporting-Requirements-Metadata-Vocabulary/issues", "standaardregisterurl": "RRMV", "usesVocs": [], @@ -437,13 +437,13 @@ "range": [ { "range_label": "Role", - "range_uri": "http://example.com/rrmv/Role" + "range_uri": "http://data.europa.eu/2qy/rrmv#Role" } ], "scopedrange": [ { "range_uri": "#Role", - "range_puri": "http://example.com/rrmv/Role", + "range_puri": "http://data.europa.eu/2qy/rrmv#Role", "range_label": { "en": "Role" } @@ -964,6 +964,65 @@ }, "properties": [] }, + { + "uri": "http://data.europa.eu/2qy/rrmv#Role", + "name": "Role", + "label": { + "en": "Role" + }, + "sort": "Role", + "description": { + "en": "Role is played by and Agent involved in the Request." + }, + "usage": {}, + "parents": [], + "rawTags": { + "definition-en": "Role is played by and Agent involved in the Request.", + "label-en": "Role" + }, + "properties": [ + { + "uri": "http://data.europa.eu/2qy/rrmv#hasType", + "name": "hasType", + "sort": "has type", + "label": { + "en": "has type" + }, + "description": { + "en": "Assign the type to SKOS controlled vocabulary." + }, + "usage": {}, + "domain": [ + { + "EA-Name": "Role", + "uri": "http://data.europa.eu/2qy/rrmv#Role" + } + ], + "range": [ + { + "range_label": "RoleType", + "range_uri": "http://data.europa.eu/2qy/rrmv#RoleType" + } + ], + "scopedrange": [ + { + "range_uri": "#Role Type", + "range_puri": "http://data.europa.eu/2qy/rrmv#RoleType", + "range_label": { + "en": "Role Type" + } + } + ], + "cardinality": "0..*", + "codelist_uri": "", + "rawTags": { + "label-en": "has type", + "definition-en": "Assign the type to SKOS controlled vocabulary.", + "name": "hasType" + } + } + ] + }, { "uri": "http://data.europa.eu/2qy/rrmv#RoleType", "name": "RoleType", @@ -1460,66 +1519,6 @@ } ] }, - { - "uri": "http://example.com/rrmv/Role", - "name": "Role", - "label": { - "en": "Role" - }, - "sort": "Role", - "description": { - "en": "Role is played by and Agent involved in the Request." - }, - "usage": {}, - "parents": [], - "rawTags": { - "uri": "http://example.com/rrmv/Role", - "definition-en": "Role is played by and Agent involved in the Request.", - "label-en": "Role" - }, - "properties": [ - { - "uri": "http://data.europa.eu/2qy/rrmv#hasType", - "name": "hasType", - "sort": "has type", - "label": { - "en": "has type" - }, - "description": { - "en": "Assign the type to SKOS controlled vocabulary." - }, - "usage": {}, - "domain": [ - { - "EA-Name": "Role", - "uri": "http://example.com/rrmv/Role" - } - ], - "range": [ - { - "range_label": "RoleType", - "range_uri": "http://data.europa.eu/2qy/rrmv#RoleType" - } - ], - "scopedrange": [ - { - "range_uri": "#Role Type", - "range_puri": "http://data.europa.eu/2qy/rrmv#RoleType", - "range_label": { - "en": "Role Type" - } - } - ], - "cardinality": "0..*", - "codelist_uri": "", - "rawTags": { - "label-en": "has type", - "definition-en": "Assign the type to SKOS controlled vocabulary.", - "name": "hasType" - } - } - ] - }, { "uri": "http://www.w3.org/2000/01/rdf-schema#Literal", "name": "Literal", @@ -1624,7 +1623,7 @@ "rawTags": { "definition-en": "A temporal entity with non-zero extent or duration.", "label-en": "Period of Time", - "uri": "http://www.w3.org/2006/time#ProperInterval", + "uri": "http://www.w3.org/2006/time#Instant", "usageNote-en": "The value of the start time and end time properties should be different,and/or a duration should be given." }, "properties": [ diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/rrmv.jsonld b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/rrmv.jsonld index 60542fd41..40a40e30d 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/rrmv.jsonld +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/rrmv.jsonld @@ -361,6 +361,14 @@ "name": "ResultType" } , { +"@id": "http://data.europa.eu/2qy/rrmv#Role", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "Role is played by and Agent involved in the Request."}, "ap-label-en" : {"en": "Role"}, "definition" : {"en": "Role is played by and Agent involved in the Request."}, "label" : {"en": "Role"}, +"extra": {"EA-Name" : "Role", "EA-Guid" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Role", "definition" : "Role is played by and Agent involved in the Request.", "usage" : "", "ap-label-en" : "Role", "ap-definition-en" : "Role is played by and Agent involved in the Request.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "Role is played by and Agent involved in the Request.", "note": "null" }, { "key": "label-en", "value": "Role", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Role is played by and Agent involved in the Request."}, "ap-label-en" : {"en": "Role"}, "definition" : {"en": "Role is played by and Agent involved in the Request."}, "label" : {"en": "Role"}}, +"name": "Role" +} +, { "@id": "http://data.europa.eu/2qy/rrmv#RoleType", "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", @@ -433,14 +441,6 @@ "name": "Work" } , { -"@id": "http://example.com/rrmv/Role", -"@type": "http://www.w3.org/2002/07/owl#Class", -"inpackage": "OTHER_PACKAGE", -"ap-definition-en" : {"en": "Role is played by and Agent involved in the Request."}, "ap-label-en" : {"en": "Role"}, "definition" : {"en": "Role is played by and Agent involved in the Request."}, "label" : {"en": "Role"}, -"extra": {"EA-Name" : "Role", "EA-Guid" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Role", "definition" : "Role is played by and Agent involved in the Request.", "usage" : "", "ap-label-en" : "Role", "ap-definition-en" : "Role is played by and Agent involved in the Request.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/example.com\/rrmv\/Role", "note": "null" }, { "key": "definition-en", "value": "Role is played by and Agent involved in the Request.", "note": "null" }, { "key": "label-en", "value": "Role", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Role is played by and Agent involved in the Request."}, "ap-label-en" : {"en": "Role"}, "definition" : {"en": "Role is played by and Agent involved in the Request."}, "label" : {"en": "Role"}}, -"name": "Role" -} -, { "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", @@ -485,7 +485,7 @@ "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "A temporal entity with non-zero extent or duration."}, "usage" : {"en": "The value of the start time and end time properties should be different,and\/or a duration should be given."}, "ap-label-en" : {"en": "Period of Time"}, "definition" : {"en": "A temporal entity with non-zero extent or duration."}, "label" : {"en": "Period of Time"}, -"extra": {"EA-Name" : "PeriodOfTime", "EA-Guid" : "{45337C12-AA14-47f0-973A-6792EC182E11}", "EA-Package" : "time", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Period of Time", "definition" : "A temporal entity with non-zero extent or duration.", "usage" : "The value of the start time and end time properties should be different,and\/or a duration should be given.", "ap-label-en" : "Period of Time", "ap-definition-en" : "A temporal entity with non-zero extent or duration.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "A temporal entity with non-zero extent or duration.", "note": "null" }, { "key": "label-en", "value": "Period of Time", "note": "null" }, { "key": "uri", "value": "http:\/\/www.w3.org\/2006\/time#ProperInterval", "note": "null" }, { "key": "usageNote-en", "value": "The value of the start time and end time properties should be different,and\/or a duration should be given.", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A temporal entity with non-zero extent or duration."}, "usage" : {"en": "The value of the start time and end time properties should be different,and\/or a duration should be given."}, "ap-label-en" : {"en": "Period of Time"}, "definition" : {"en": "A temporal entity with non-zero extent or duration."}, "label" : {"en": "Period of Time"}}, +"extra": {"EA-Name" : "PeriodOfTime", "EA-Guid" : "{45337C12-AA14-47f0-973A-6792EC182E11}", "EA-Package" : "time", "EA-Type" : "CLASS", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Period of Time", "definition" : "A temporal entity with non-zero extent or duration.", "usage" : "The value of the start time and end time properties should be different,and\/or a duration should be given.", "ap-label-en" : "Period of Time", "ap-definition-en" : "A temporal entity with non-zero extent or duration.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "A temporal entity with non-zero extent or duration.", "note": "null" }, { "key": "label-en", "value": "Period of Time", "note": "null" }, { "key": "uri", "value": "http:\/\/www.w3.org\/2006\/time#ProperInterval", "note": "null" }, { "key": "usageNote-en", "value": "The value of the start time and end time properties should be different,and\/or a duration should be given.", "note": "null" }, { "key": "uri", "value": "http:\/\/www.w3.org\/2006\/time#Instant", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "A temporal entity with non-zero extent or duration."}, "usage" : {"en": "The value of the start time and end time properties should be different,and\/or a duration should be given."}, "ap-label-en" : {"en": "Period of Time"}, "definition" : {"en": "A temporal entity with non-zero extent or duration."}, "label" : {"en": "Period of Time"}}, "name": "PeriodOfTime" } , { @@ -683,15 +683,15 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasType", "inpackage": "OTHER_PACKAGE", -"ap-definition-en" : {"en": "This property connects the Action Result to the Action Result Type to which it belongs."}, "ap-label-en" : {"en": "has type"}, "definition" : {"en": "This property connects the Action Result to the Action Result Type to which it belongs."}, "label" : {"en": "has type"}, -"extra": {"EA-Name" : "rrmv:hasType", "EA-Guid" : "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "ActionResult", "EA-Domain-Guid" : "{177E19FF-5A84-4ecc-BFC5-E5E8133F5732}", "EA-Range" : "ResultType", "RangeData" : {"EA-Name" : "ResultType", "EA-GUID" : "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#ResultType" }, "sourceRole" : "null", "destRole" : "rrmv:hasType", "label" : "has type", "definition" : "This property connects the Action Result to the Action Result Type to which it belongs.", "usage" : "", "ap-label-en" : "has type", "ap-definition-en" : "This property connects the Action Result to the Action Result Type to which it belongs.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "name", "value": "NOTE", "note": "hasType" }, { "key": "label-en", "value": "NOTE", "note": "has type" }, { "key": "definition-en", "value": "NOTE", "note": "This property connects the Action Result to the Action Result Type to which it belongs." }], "DestRoleTags" : [{ "key": "name", "value": "NOTE", "note": "hasType" }, { "key": "label-en", "value": "NOTE", "note": "has type" }, { "key": "definition-en", "value": "NOTE", "note": "This property connects the Action Result to the Action Result Type to which it belongs." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "This property connects the Action Result to the Action Result Type to which it belongs."}, "ap-label-en" : {"en": "has type"}, "definition" : {"en": "This property connects the Action Result to the Action Result Type to which it belongs."}, "label" : {"en": "has type"}}, +"ap-definition-en" : {"en": "Assign the type to SKOS controlled vocabulary."}, "ap-label-en" : {"en": "has type"}, "definition" : {"en": "Assign the type to SKOS controlled vocabulary."}, "label" : {"en": "has type"}, +"extra": {"EA-Name" : "rrmv:hasType", "EA-Guid" : "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Role", "EA-Domain-Guid" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Range" : "RoleType", "RangeData" : {"EA-Name" : "RoleType", "EA-GUID" : "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#RoleType" }, "sourceRole" : "null", "destRole" : "rrmv:hasType", "label" : "has type", "definition" : "Assign the type to SKOS controlled vocabulary.", "usage" : "", "ap-label-en" : "has type", "ap-definition-en" : "Assign the type to SKOS controlled vocabulary.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "has type" }, { "key": "definition-en", "value": "NOTE", "note": "Assign the type to SKOS controlled vocabulary." }, { "key": "name", "value": "NOTE", "note": "hasType" }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "has type" }, { "key": "definition-en", "value": "NOTE", "note": "Assign the type to SKOS controlled vocabulary." }, { "key": "name", "value": "NOTE", "note": "hasType" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Assign the type to SKOS controlled vocabulary."}, "ap-label-en" : {"en": "has type"}, "definition" : {"en": "Assign the type to SKOS controlled vocabulary."}, "label" : {"en": "has type"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/2qy/rrmv#ActionResult", "EA-Name" : "ActionResult" } +{ "uri": "http://data.europa.eu/2qy/rrmv#Role", "EA-Name" : "Role" } ], "range": [ -{"EA-Name" : "ResultType", "EA-GUID" : "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#ResultType" } +{"EA-Name" : "RoleType", "EA-GUID" : "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#RoleType" } ], "generalization": [ @@ -703,15 +703,15 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "hasType", "inpackage": "OTHER_PACKAGE", -"ap-definition-en" : {"en": "Assign the type to SKOS controlled vocabulary."}, "ap-label-en" : {"en": "has type"}, "definition" : {"en": "Assign the type to SKOS controlled vocabulary."}, "label" : {"en": "has type"}, -"extra": {"EA-Name" : "rrmv:hasType", "EA-Guid" : "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Role", "EA-Domain-Guid" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Range" : "RoleType", "RangeData" : {"EA-Name" : "RoleType", "EA-GUID" : "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#RoleType" }, "sourceRole" : "null", "destRole" : "rrmv:hasType", "label" : "has type", "definition" : "Assign the type to SKOS controlled vocabulary.", "usage" : "", "ap-label-en" : "has type", "ap-definition-en" : "Assign the type to SKOS controlled vocabulary.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "has type" }, { "key": "definition-en", "value": "NOTE", "note": "Assign the type to SKOS controlled vocabulary." }, { "key": "name", "value": "NOTE", "note": "hasType" }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "has type" }, { "key": "definition-en", "value": "NOTE", "note": "Assign the type to SKOS controlled vocabulary." }, { "key": "name", "value": "NOTE", "note": "hasType" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Assign the type to SKOS controlled vocabulary."}, "ap-label-en" : {"en": "has type"}, "definition" : {"en": "Assign the type to SKOS controlled vocabulary."}, "label" : {"en": "has type"}}, +"ap-definition-en" : {"en": "This property connects the Action Result to the Action Result Type to which it belongs."}, "ap-label-en" : {"en": "has type"}, "definition" : {"en": "This property connects the Action Result to the Action Result Type to which it belongs."}, "label" : {"en": "has type"}, +"extra": {"EA-Name" : "rrmv:hasType", "EA-Guid" : "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "ActionResult", "EA-Domain-Guid" : "{177E19FF-5A84-4ecc-BFC5-E5E8133F5732}", "EA-Range" : "ResultType", "RangeData" : {"EA-Name" : "ResultType", "EA-GUID" : "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#ResultType" }, "sourceRole" : "null", "destRole" : "rrmv:hasType", "label" : "has type", "definition" : "This property connects the Action Result to the Action Result Type to which it belongs.", "usage" : "", "ap-label-en" : "has type", "ap-definition-en" : "This property connects the Action Result to the Action Result Type to which it belongs.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "name", "value": "NOTE", "note": "hasType" }, { "key": "label-en", "value": "NOTE", "note": "has type" }, { "key": "definition-en", "value": "NOTE", "note": "This property connects the Action Result to the Action Result Type to which it belongs." }], "DestRoleTags" : [{ "key": "name", "value": "NOTE", "note": "hasType" }, { "key": "label-en", "value": "NOTE", "note": "has type" }, { "key": "definition-en", "value": "NOTE", "note": "This property connects the Action Result to the Action Result Type to which it belongs." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "This property connects the Action Result to the Action Result Type to which it belongs."}, "ap-label-en" : {"en": "has type"}, "definition" : {"en": "This property connects the Action Result to the Action Result Type to which it belongs."}, "label" : {"en": "has type"}}, "codelist": [ ], "domain": [ -{ "uri": "http://example.com/rrmv/Role", "EA-Name" : "Role" } +{ "uri": "http://data.europa.eu/2qy/rrmv#ActionResult", "EA-Name" : "ActionResult" } ], "range": [ -{"EA-Name" : "RoleType", "EA-GUID" : "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#RoleType" } +{"EA-Name" : "ResultType", "EA-GUID" : "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#ResultType" } ], "generalization": [ @@ -804,14 +804,14 @@ "name": "withRole", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "The property linking an Agent to Role."}, "ap-label-en" : {"en": "with role"}, "definition" : {"en": "The property linking an Agent to Role."}, "label" : {"en": "with role"}, -"extra": {"EA-Name" : "rrmv:withRole", "EA-Guid" : "{56FD1EBF-8E3D-4268-BA93-660BC54910E6}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "AgentRole", "EA-Domain-Guid" : "{A63C7E43-AB3C-42be-B1E9-B6F337BA88F2}", "EA-Range" : "Role", "RangeData" : {"EA-Name" : "Role", "EA-GUID" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "uri" : "http://example.com/rrmv/Role" }, "sourceRole" : "null", "destRole" : "rrmv:withRole", "label" : "with role", "definition" : "The property linking an Agent to Role.", "usage" : "", "ap-label-en" : "with role", "ap-definition-en" : "The property linking an Agent to Role.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "with role" }, { "key": "name", "value": "NOTE", "note": "withRole" }, { "key": "definition-en", "value": "NOTE", "note": "The property linking an Agent to Role." }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "with role" }, { "key": "name", "value": "NOTE", "note": "withRole" }, { "key": "definition-en", "value": "NOTE", "note": "The property linking an Agent to Role." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The property linking an Agent to Role."}, "ap-label-en" : {"en": "with role"}, "definition" : {"en": "The property linking an Agent to Role."}, "label" : {"en": "with role"}}, +"extra": {"EA-Name" : "rrmv:withRole", "EA-Guid" : "{56FD1EBF-8E3D-4268-BA93-660BC54910E6}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "AgentRole", "EA-Domain-Guid" : "{A63C7E43-AB3C-42be-B1E9-B6F337BA88F2}", "EA-Range" : "Role", "RangeData" : {"EA-Name" : "Role", "EA-GUID" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Role" }, "sourceRole" : "null", "destRole" : "rrmv:withRole", "label" : "with role", "definition" : "The property linking an Agent to Role.", "usage" : "", "ap-label-en" : "with role", "ap-definition-en" : "The property linking an Agent to Role.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "label-en", "value": "NOTE", "note": "with role" }, { "key": "name", "value": "NOTE", "note": "withRole" }, { "key": "definition-en", "value": "NOTE", "note": "The property linking an Agent to Role." }], "DestRoleTags" : [{ "key": "label-en", "value": "NOTE", "note": "with role" }, { "key": "name", "value": "NOTE", "note": "withRole" }, { "key": "definition-en", "value": "NOTE", "note": "The property linking an Agent to Role." }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "The property linking an Agent to Role."}, "ap-label-en" : {"en": "with role"}, "definition" : {"en": "The property linking an Agent to Role."}, "label" : {"en": "with role"}}, "codelist": [ ], "domain": [ { "uri": "http://data.europa.eu/2qy/rrmv#AgentRole", "EA-Name" : "AgentRole" } ], "range": [ -{"EA-Name" : "Role", "EA-GUID" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "uri" : "http://example.com/rrmv/Role" } +{"EA-Name" : "Role", "EA-GUID" : "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Role" } ], "generalization": [ @@ -984,14 +984,14 @@ "name": "relatedTo", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "ap-usageNote-en" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "usage" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "ap-label-en" : {"en": "related to"}, "definition" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "label" : {"en": "related to"}, -"extra": {"EA-Name" : "eli:relatedTo", "EA-Guid" : "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Request", "EA-Domain-Guid" : "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Range" : "Request", "RangeData" : {"EA-Name" : "Request", "EA-GUID" : "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Request" }, "sourceRole" : "null", "destRole" : "eli:relatedTo", "label" : "related to", "definition" : "Indicates a somehow related other document, not necessarily a legal resource.", "usage" : "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression", "ap-label-en" : "related to", "ap-definition-en" : "Indicates a somehow related other document, not necessarily a legal resource.", "ap-usageNote-en" : "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Indicates a somehow related other document, not necessarily a legal resource." }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/eli\/ontology#related_to" }, { "key": "label-en", "value": "NOTE", "note": "related to" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Indicates a somehow related other document, not necessarily a legal resource." }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/eli\/ontology#related_to" }, { "key": "label-en", "value": "NOTE", "note": "related to" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "ap-usageNote-en" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "usage" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "ap-label-en" : {"en": "related to"}, "definition" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "label" : {"en": "related to"}}, +"extra": {"EA-Name" : "eli:relatedTo", "EA-Guid" : "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Action", "EA-Domain-Guid" : "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Range" : "Action", "RangeData" : {"EA-Name" : "Action", "EA-GUID" : "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Action" }, "sourceRole" : "null", "destRole" : "eli:relatedTo", "label" : "related to", "definition" : "Indicates a somehow related other document, not necessarily a legal resource.", "usage" : "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression", "ap-label-en" : "related to", "ap-definition-en" : "Indicates a somehow related other document, not necessarily a legal resource.", "ap-usageNote-en" : "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Indicates a somehow related other document, not necessarily a legal resource." }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { "key": "label-en", "value": "NOTE", "note": "related to" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/eli\/ontology#related_to" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Indicates a somehow related other document, not necessarily a legal resource." }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { "key": "label-en", "value": "NOTE", "note": "related to" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/eli\/ontology#related_to" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "ap-usageNote-en" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "usage" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "ap-label-en" : {"en": "related to"}, "definition" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "label" : {"en": "related to"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/2qy/rrmv#Request", "EA-Name" : "Request" } +{ "uri": "http://data.europa.eu/2qy/rrmv#Action", "EA-Name" : "Action" } ], "range": [ -{"EA-Name" : "Request", "EA-GUID" : "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Request" } +{"EA-Name" : "Action", "EA-GUID" : "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Action" } ], "generalization": [ @@ -1004,14 +1004,14 @@ "name": "relatedTo", "inpackage": "OTHER_PACKAGE", "ap-definition-en" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "ap-usageNote-en" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "usage" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "ap-label-en" : {"en": "related to"}, "definition" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "label" : {"en": "related to"}, -"extra": {"EA-Name" : "eli:relatedTo", "EA-Guid" : "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Action", "EA-Domain-Guid" : "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Range" : "Action", "RangeData" : {"EA-Name" : "Action", "EA-GUID" : "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Action" }, "sourceRole" : "null", "destRole" : "eli:relatedTo", "label" : "related to", "definition" : "Indicates a somehow related other document, not necessarily a legal resource.", "usage" : "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression", "ap-label-en" : "related to", "ap-definition-en" : "Indicates a somehow related other document, not necessarily a legal resource.", "ap-usageNote-en" : "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Indicates a somehow related other document, not necessarily a legal resource." }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { "key": "label-en", "value": "NOTE", "note": "related to" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/eli\/ontology#related_to" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Indicates a somehow related other document, not necessarily a legal resource." }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { "key": "label-en", "value": "NOTE", "note": "related to" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/eli\/ontology#related_to" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "ap-usageNote-en" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "usage" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "ap-label-en" : {"en": "related to"}, "definition" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "label" : {"en": "related to"}}, +"extra": {"EA-Name" : "eli:relatedTo", "EA-Guid" : "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "Request", "EA-Domain-Guid" : "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Range" : "Request", "RangeData" : {"EA-Name" : "Request", "EA-GUID" : "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Request" }, "sourceRole" : "null", "destRole" : "eli:relatedTo", "label" : "related to", "definition" : "Indicates a somehow related other document, not necessarily a legal resource.", "usage" : "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression", "ap-label-en" : "related to", "ap-definition-en" : "Indicates a somehow related other document, not necessarily a legal resource.", "ap-usageNote-en" : "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression", "ap-codelist" : "", "RawTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Indicates a somehow related other document, not necessarily a legal resource." }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/eli\/ontology#related_to" }, { "key": "label-en", "value": "NOTE", "note": "related to" }], "DestRoleTags" : [{ "key": "definition-en", "value": "NOTE", "note": "Indicates a somehow related other document, not necessarily a legal resource." }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { "key": "uri", "value": "NOTE", "note": "http:\/\/data.europa.eu\/eli\/ontology#related_to" }, { "key": "label-en", "value": "NOTE", "note": "related to" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "ap-usageNote-en" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "usage" : {"en": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression"}, "ap-label-en" : {"en": "related to"}, "definition" : {"en": "Indicates a somehow related other document, not necessarily a legal resource."}, "label" : {"en": "related to"}}, "codelist": [ ], "domain": [ -{ "uri": "http://data.europa.eu/2qy/rrmv#Action", "EA-Name" : "Action" } +{ "uri": "http://data.europa.eu/2qy/rrmv#Request", "EA-Name" : "Request" } ], "range": [ -{"EA-Name" : "Action", "EA-GUID" : "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Action" } +{"EA-Name" : "Request", "EA-GUID" : "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Package" : "rrmv", "uri" : "http://data.europa.eu/2qy/rrmv#Request" } ], "generalization": [ diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/rrmv.report b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/rrmv.report index 05a0a963a..bea5ff86b 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/rrmv.report +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/rrmv.report @@ -2,151 +2,154 @@ 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:44:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package Sortis with id 18 and objectid 18 -15:44:03 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.XSD". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.time". -15:44:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/2qy/rrmv#): Sortis.RRMV, Sortis.RRMV.rrmv -15:44:03 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, Sortis.RRMV.time, Sortis, Sortis.RRMV.XSD -15:44:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/eli/ontology#): Sortis.RRMV.eli, DCAT Application Profile.Domain Model.eli -15:44:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2000/01/rdf-schema#): DCAT Application Profile.Domain Model.rdfs, Sortis.RRMV.rdfs -15:44:03 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2004/02/skos/core#): DCAT Application Profile.Domain Model.skos, Sortis.RRMV.skos -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Sortis.RRMV.skos:skos:Concept, DCAT Application Profile.Domain Model.skos:skos:Concept -15:44:03 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://data.europa.eu/2qy/rrmv#Frequency): Sortis.RRMV.rrmv:Frequency, Sortis.RRMV:Frequency -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#ConceptScheme): DCAT Application Profile.Domain Model.skos:skos:ConceptScheme, Sortis.RRMV.skos:skos:ConceptScheme -15:44:03 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, Sortis.RRMV.rdfs:rdfs:Literal -15:44:03 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Resource): Sortis.RRMV.rdfs:rdfs:Resource, DCAT Application Profile.Domain Model.rdfs:rdfs:Resource -15:44:03 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:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/s1n/numSeries): DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries, Sortis.RRMV.rdfs:rdfs:Resource:numSeries -15:44:03 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 -15:44:03 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 -15:44: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): 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:Catalog:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:description -15:44:03 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.dcat:dcat:CatalogRecord:dct:title, Sortis.RRMV.skos:skos:ConceptScheme: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:DataService: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.skos:skos:ConceptScheme:dct:title -15:44:03 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:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasBeginning): Sortis.RRMV.time:PeriodOfTime:starttime, DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasBeginning -15:44:03 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: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:Distribution:dct:issued -15:44:03 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 -15:44:03 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 -15:44:03 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 -15:44:03 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 -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/2qy/rrmv#hasAnnotation): Sortis.RRMV.rrmv:Request:rrmv:hasAnnotation, Sortis.RRMV.rrmv:Action:hasAnnotation -15:44:03 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 -15:44:03 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasEnd): DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasEnd, Sortis.RRMV.time:PeriodOfTime:endtime -15:44:03 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 -15:44: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): DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type -15:44: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): Sortis.RRMV.skos:skos:Concept:skos:prefLabel, DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Request" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Action" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ResultType" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Expression" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ActionResult" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Work" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Manifestation" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Frequency" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Status" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalFunction" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentRole" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentType" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Role" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "RoleType" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:anyURI" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:boolean" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:string" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Instant" . -15:44:03 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Request:(Request -> Expression)" since it lacks a defining package. -15:44:03 WARN c.g.i.o.c.Converter - Package for connector Sortis.RRMV.rrmv:Request:dct:isPartOf is unknown -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:(Agent -> AgentType)" since it lacks a defining package. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:rrmv:hasType" since it lacks a defining package. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasNext" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" belongs to package "eli" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:embodies" belongs to package "eli" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:eli:isEmbodiedBy" belongs to package "eli" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasType" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasResult" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:isPartOf" belongs to package "eli" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Agent)" since it lacks a defining package. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:forAgent" since it lacks a defining package. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:hasFrequency" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:rrmv:withRole" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:cites" belongs to package "eli" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:relatedTo" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasStatus" belongs to package "rrmv" based on source and target definition. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:produces" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> Expression)" since it lacks a defining package. -15:44:03 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasDocument" since it lacks a defining package. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. -15:44:03 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. -15:44:03 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:changes" belongs to package "rrmv" based on source and target definition. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" belongs to package "eli" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" does not have a name, it will be ignored. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Work:eli:isRealizedBy" belongs to package "eli" based on source and target definition. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:realizes" belongs to package "eli" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:(Action -> PeriodOfTime)" since it lacks a defining package. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:rrmv:atTime" since it lacks a defining package. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:eli:relatedTo" belongs to package "rrmv" based on source and target definition. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" does not have a name, it will be ignored. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasAgentRole" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:(PeriodOfTime -> TemporalFunction)" since it lacks a defining package. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:rrmv:hasFunction" since it lacks a defining package. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> PeriodOfTime)" since it lacks a defining package. -15:44:04 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:atTime" since it lacks a defining package. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" does not have a name, it will be ignored. -15:44:04 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:rrmv:hasType" belongs to package "rrmv" based on source and target definition. -15:44:04 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Request:rrmv:hasTopic": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. -15:44:04 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. -15:44:04 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". -15:44:04 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". -15:44:04 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". -15:44:04 WARN c.g.i.o.c.Converter - Element rrmv:isIncomplete has same prefix as package: simplify by removing the extra tag uri -15:44:04 WARN c.g.i.o.c.Converter - Ambiguous data type "rdfs:Literal" for attribute "Sortis.RRMV.skos:skos:Concept:skos:prefLabel": DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, Sortis.RRMV.rdfs:rdfs:Literal. +15:49:48 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - load another package Sortis with id 18 and objectid 18 +15:49:48 ERROR c.g.i.o.e.i.MemoryRepositoryBuilder - This package will be ignored +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.XSD". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Sortis.RRMV.time". +15:49:48 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2004/02/skos/core#): Sortis.RRMV.skos, DCAT Application Profile.Domain Model.skos +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/2qy/rrmv#): Sortis.RRMV.rrmv, Sortis.RRMV +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): DCAT Application Profile.Domain Model, Sortis, DCAT Application Profile, Sortis.RRMV.time, Sortis.RRMV.XSD +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/eli/ontology#): DCAT Application Profile.Domain Model.eli, Sortis.RRMV.eli +15:49:48 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://www.w3.org/2000/01/rdf-schema#): DCAT Application Profile.Domain Model.rdfs, Sortis.RRMV.rdfs +15:49:48 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://data.europa.eu/2qy/rrmv#Frequency): Sortis.RRMV:Frequency, Sortis.RRMV.rrmv:Frequency +15:49:48 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, Sortis.RRMV.rdfs:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +15:49:48 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Resource): Sortis.RRMV.rdfs:rdfs:Resource, DCAT Application Profile.Domain Model.rdfs:rdfs:Resource +15:49:48 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#ConceptScheme): Sortis.RRMV.skos:skos:ConceptScheme, DCAT Application Profile.Domain Model.skos:skos:ConceptScheme +15:49:48 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 +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Sortis.RRMV.skos:skos:Concept, DCAT Application Profile.Domain Model.skos:skos:Concept +15:49:48 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 +15:49:48 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:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:conformsTo +15:49:48 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: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:Dataset:dct:issued +15:49:48 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:Catalog:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model.dcat:dcat:Distribution:dct:modified +15:49:48 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 +15:49:48 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 +15:49:48 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:Distribution:dct:description, DCAT Application Profile.Domain Model.dcat:dcat:Dataset: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 +15:49:48 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 +15:49:48 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): Sortis.RRMV.skos:skos:Concept:skos:prefLabel, DCAT Application Profile.Domain Model.skos:skos:Concept:skos:prefLabel +15:49:48 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:Catalog:dct:title, Sortis.RRMV.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, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:title +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasEnd): Sortis.RRMV.time:PeriodOfTime:endtime, DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasEnd +15:49:48 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 +15:49:48 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 +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/s1n/numSeries): Sortis.RRMV.rdfs:rdfs:Resource:numSeries, DCAT Application Profile.Domain Model.rdfs:rdfs:Resource:numSeries +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/2qy/rrmv#hasAnnotation): Sortis.RRMV.rrmv:Action:hasAnnotation, Sortis.RRMV.rrmv:Request:rrmv:hasAnnotation +15:49:48 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 +15:49:48 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2006/time#hasBeginning): Sortis.RRMV.time:PeriodOfTime:starttime, DCAT Application Profile.Domain Model:dct:PeriodOfTime:time:hasBeginning +15:49:48 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:Catalog:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model.dcat:dcat:Dataset:dct:language +15:49:48 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 +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Sortis.RRMV". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Sortis.RRMV". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Request" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Action" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ResultType" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Expression" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ActionResult" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Work" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Manifestation" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Frequency" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Status" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:48 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "uri" where only one was expected for "Sortis.RRMV.time:PeriodOfTime". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "PeriodOfTime" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalFunction" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentRole" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Agent" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Organization" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AgentType" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Role" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "RoleType" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:anyURI" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:boolean" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:string" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.skos:skos:Concept". +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Instant" . +15:49:48 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Frequency)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:hasFrequency" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Action)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:rrmv:produces" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Status)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasStatus" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:cites" belongs to package "eli" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:eli:relatedTo" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> Expression)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasDocument" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Agent)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:forAgent" since it lacks a defining package. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> Role)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:AgentRole:rrmv:withRole" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> ActionResult)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasResult" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Role:(Role -> RoleType)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Role:rrmv:hasType" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:(PeriodOfTime -> TemporalFunction)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.time:PeriodOfTime:rrmv:hasFunction" since it lacks a defining package. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:changes" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:(Action -> PeriodOfTime)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Action:rrmv:atTime" since it lacks a defining package. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Expression)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:isPartOf" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:(Agent -> AgentType)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.eli:Agent:rrmv:hasType" since it lacks a defining package. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Request:(Request -> Request)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Request:eli:relatedTo" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Expression:(Expression -> Work)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Work:eli:isRealizedBy" belongs to package "eli" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:realizes" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:Request:(Request -> Expression)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.Converter - Package for connector Sortis.RRMV.rrmv:Request:dct:isPartOf is unknown +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" belongs to package "eli" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.eli:Manifestation:(Manifestation -> Expression)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Expression:eli:embodies" belongs to package "eli" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.eli:Manifestation:eli:isEmbodiedBy" belongs to package "eli" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> AgentRole)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasAgentRole" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:Action:(Action -> Action)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:Action:rrmv:hasNext" belongs to package "rrmv" based on source and target definition. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Connector "Sortis.RRMV.rrmv:ActionResult:(ActionResult -> ResultType)" does not have a name, it will be ignored. +15:49:48 INFO c.g.i.o.c.UriAssigner - Assuming connector "Sortis.RRMV.rrmv:ActionResult:rrmv:hasType" belongs to package "rrmv" based on source and target definition. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:(AgentRole -> PeriodOfTime)" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Sortis.RRMV.rrmv:AgentRole:rrmv:atTime" since it lacks a defining package. +15:49:48 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Request:rrmv:hasTopic": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. +15:49:48 WARN c.g.i.o.c.Converter - Ambiguous data type "skos:Concept" for attribute "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit": DCAT Application Profile.Domain Model.skos:skos:Concept, Sortis.RRMV.skos:skos:Concept. +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:48 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "Sortis.RRMV.rrmv:Frequency:rrmv:hasUnit". +15:49:48 WARN c.g.i.o.c.Converter - Element rrmv:isIncomplete has same prefix as package: simplify by removing the extra tag uri +15:49:48 WARN c.g.i.o.c.Converter - Ambiguous data type "rdfs:Literal" for attribute "Sortis.RRMV.skos:skos:Concept:skos:prefLabel": DCAT Application Profile.Domain Model.rdfs:rdfs:Literal, Sortis.RRMV.rdfs:rdfs:Literal. diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL_en.report b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL_en.report index acaa34cc1..b471e9be4 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL_en.report +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/shacl/rrmv-SHACL_en.report @@ -31,6 +31,8 @@ add nodeKind constraint add nodeKind constraint add nodeKind constraint https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#ResultTypeShape +https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape +add nodeKind constraint https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleTypeShape https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#StatusShape https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#TemporalFunctionShape @@ -47,8 +49,6 @@ https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0. https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#WorkShape add nodeKind constraint add nodeKind constraint -https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#RoleShape -add nodeKind constraint https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#rdfs:LiteralShape https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#xsd:anyURIShape https://semiceu.github.io/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2#xsd:booleanShape diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv.jsonld b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv.jsonld index c3894f0b2..732a1f79e 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv.jsonld +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv.jsonld @@ -870,6 +870,61 @@ }, "name": "ResultType" }, + { + "@id": "http://data.europa.eu/2qy/rrmv#Role", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-label-en": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "label": { + "en": "Role" + }, + "extra": { + "EA-Name": "Role", + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "EA-Package": "rrmv", + "EA-Type": "CLASS", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "usage": "", + "ap-label-en": { + "en": "Role" + }, + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "definition-en", + "value": "Role is played by and Agent involved in the Request.", + "note": "null" + }, + { + "key": "label-en", + "value": "Role", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Role" + }, { "@id": "http://data.europa.eu/2qy/rrmv#RoleType", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1440,66 +1495,6 @@ }, "name": "Work" }, - { - "@id": "http://example.com/rrmv/Role", - "@type": "http://www.w3.org/2002/07/owl#Class", - "inpackage": "OTHER_PACKAGE", - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-label-en": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "label": { - "en": "Role" - }, - "extra": { - "EA-Name": "Role", - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "EA-Package": "rrmv", - "EA-Type": "CLASS", - "EA-Parents": "", - "EA-Parents2": [], - "parentclasses": "", - "label": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "usage": "", - "ap-label-en": { - "en": "Role" - }, - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-usageNote-en": "", - "ap-codelist": "", - "RawTags": [ - { - "key": "uri", - "value": "http://example.com/rrmv/Role", - "note": "null" - }, - { - "key": "definition-en", - "value": "Role is played by and Agent involved in the Request.", - "note": "null" - }, - { - "key": "label-en", - "value": "Role", - "note": "null" - } - ], - "Scope": "NOTHING" - }, - "name": "Role" - }, { "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -1914,6 +1909,11 @@ "key": "usageNote-en", "value": "The value of the start time and end time properties should be different,and/or a duration should be given.", "note": "null" + }, + { + "key": "uri", + "value": "http://www.w3.org/2006/time#Instant", + "note": "null" } ], "Scope": "NOTHING" @@ -2909,31 +2909,31 @@ "name": "hasType", "inpackage": "OTHER_PACKAGE", "ap-definition-en": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "ap-label-en": { "en": "has type" }, "definition": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "label": { "en": "has type" }, "extra": { "EA-Name": "rrmv:hasType", - "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", + "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "ActionResult", - "EA-Domain-Guid": "{177E19FF-5A84-4ecc-BFC5-E5E8133F5732}", - "EA-Range": "ResultType", + "EA-Domain": "Role", + "EA-Domain-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "EA-Range": "RoleType", "RangeData": { - "EA-Name": "ResultType", - "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", + "EA-Name": "RoleType", + "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#ResultType" + "uri": "http://data.europa.eu/2qy/rrmv#RoleType" }, "sourceRole": "null", "destRole": "rrmv:hasType", @@ -2941,23 +2941,18 @@ "en": "has type" }, "definition": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "usage": "", "ap-label-en": { "en": "has type" }, "ap-definition-en": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ - { - "key": "name", - "value": "NOTE", - "note": "hasType" - }, { "key": "label-en", "value": "NOTE", @@ -2966,15 +2961,15 @@ { "key": "definition-en", "value": "NOTE", - "note": "This property connects the Action Result to the Action Result Type to which it belongs." - } - ], - "DestRoleTags": [ + "note": "Assign the type to SKOS controlled vocabulary." + }, { "key": "name", "value": "NOTE", "note": "hasType" - }, + } + ], + "DestRoleTags": [ { "key": "label-en", "value": "NOTE", @@ -2983,7 +2978,12 @@ { "key": "definition-en", "value": "NOTE", - "note": "This property connects the Action Result to the Action Result Type to which it belongs." + "note": "Assign the type to SKOS controlled vocabulary." + }, + { + "key": "name", + "value": "NOTE", + "note": "hasType" } ], "Scope": "NOTHING" @@ -2991,16 +2991,16 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/2qy/rrmv#ActionResult", - "EA-Name": "ActionResult" + "uri": "http://data.europa.eu/2qy/rrmv#Role", + "EA-Name": "Role" } ], "range": [ { - "EA-Name": "ResultType", - "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", + "EA-Name": "RoleType", + "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#ResultType" + "uri": "http://data.europa.eu/2qy/rrmv#RoleType" } ], "generalization": [], @@ -3013,31 +3013,31 @@ "name": "hasType", "inpackage": "OTHER_PACKAGE", "ap-definition-en": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "ap-label-en": { "en": "has type" }, "definition": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "label": { "en": "has type" }, "extra": { "EA-Name": "rrmv:hasType", - "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", + "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Role", - "EA-Domain-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "EA-Range": "RoleType", + "EA-Domain": "ActionResult", + "EA-Domain-Guid": "{177E19FF-5A84-4ecc-BFC5-E5E8133F5732}", + "EA-Range": "ResultType", "RangeData": { - "EA-Name": "RoleType", - "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", + "EA-Name": "ResultType", + "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#RoleType" + "uri": "http://data.europa.eu/2qy/rrmv#ResultType" }, "sourceRole": "null", "destRole": "rrmv:hasType", @@ -3045,18 +3045,23 @@ "en": "has type" }, "definition": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "usage": "", "ap-label-en": { "en": "has type" }, "ap-definition-en": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ + { + "key": "name", + "value": "NOTE", + "note": "hasType" + }, { "key": "label-en", "value": "NOTE", @@ -3065,15 +3070,15 @@ { "key": "definition-en", "value": "NOTE", - "note": "Assign the type to SKOS controlled vocabulary." - }, + "note": "This property connects the Action Result to the Action Result Type to which it belongs." + } + ], + "DestRoleTags": [ { "key": "name", "value": "NOTE", "note": "hasType" - } - ], - "DestRoleTags": [ + }, { "key": "label-en", "value": "NOTE", @@ -3082,12 +3087,7 @@ { "key": "definition-en", "value": "NOTE", - "note": "Assign the type to SKOS controlled vocabulary." - }, - { - "key": "name", - "value": "NOTE", - "note": "hasType" + "note": "This property connects the Action Result to the Action Result Type to which it belongs." } ], "Scope": "NOTHING" @@ -3095,16 +3095,16 @@ "codelist": [], "domain": [ { - "uri": "http://example.com/rrmv/Role", - "EA-Name": "Role" + "uri": "http://data.europa.eu/2qy/rrmv#ActionResult", + "EA-Name": "ActionResult" } ], "range": [ { - "EA-Name": "RoleType", - "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", + "EA-Name": "ResultType", + "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#RoleType" + "uri": "http://data.europa.eu/2qy/rrmv#ResultType" } ], "generalization": [], @@ -3502,7 +3502,7 @@ "EA-Name": "Role", "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" }, "sourceRole": "null", "destRole": "rrmv:withRole", @@ -3569,7 +3569,7 @@ "EA-Name": "Role", "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" } ], "generalization": [], @@ -4443,18 +4443,18 @@ }, "extra": { "EA-Name": "eli:relatedTo", - "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", + "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Request", - "EA-Domain-Guid": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", - "EA-Range": "Request", + "EA-Domain": "Action", + "EA-Domain-Guid": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", + "EA-Range": "Action", "RangeData": { - "EA-Name": "Request", - "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", + "EA-Name": "Action", + "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Request" + "uri": "http://data.europa.eu/2qy/rrmv#Action" }, "sourceRole": "null", "destRole": "eli:relatedTo", @@ -4489,14 +4489,14 @@ "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/eli/ontology#related_to" + "note": "related to" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "related to" + "note": "http://data.europa.eu/eli/ontology#related_to" } ], "DestRoleTags": [ @@ -4511,14 +4511,14 @@ "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/eli/ontology#related_to" + "note": "related to" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "related to" + "note": "http://data.europa.eu/eli/ontology#related_to" } ], "Scope": "NOTHING" @@ -4526,16 +4526,16 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/2qy/rrmv#Request", - "EA-Name": "Request" + "uri": "http://data.europa.eu/2qy/rrmv#Action", + "EA-Name": "Action" } ], "range": [ { - "EA-Name": "Request", - "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", + "EA-Name": "Action", + "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Request" + "uri": "http://data.europa.eu/2qy/rrmv#Action" } ], "generalization": [], @@ -4567,18 +4567,18 @@ }, "extra": { "EA-Name": "eli:relatedTo", - "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", + "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "Action", - "EA-Domain-Guid": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", - "EA-Range": "Action", + "EA-Domain": "Request", + "EA-Domain-Guid": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", + "EA-Range": "Request", "RangeData": { - "EA-Name": "Action", - "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", + "EA-Name": "Request", + "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Action" + "uri": "http://data.europa.eu/2qy/rrmv#Request" }, "sourceRole": "null", "destRole": "eli:relatedTo", @@ -4613,14 +4613,14 @@ "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "related to" + "note": "http://data.europa.eu/eli/ontology#related_to" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/eli/ontology#related_to" + "note": "related to" } ], "DestRoleTags": [ @@ -4635,14 +4635,14 @@ "note": "This relation cannot reuse the eli URI as it would force the class to be an eli:Expression" }, { - "key": "label-en", + "key": "uri", "value": "NOTE", - "note": "related to" + "note": "http://data.europa.eu/eli/ontology#related_to" }, { - "key": "uri", + "key": "label-en", "value": "NOTE", - "note": "http://data.europa.eu/eli/ontology#related_to" + "note": "related to" } ], "Scope": "NOTHING" @@ -4650,16 +4650,16 @@ "codelist": [], "domain": [ { - "uri": "http://data.europa.eu/2qy/rrmv#Action", - "EA-Name": "Action" + "uri": "http://data.europa.eu/2qy/rrmv#Request", + "EA-Name": "Request" } ], "range": [ { - "EA-Name": "Action", - "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", + "EA-Name": "Request", + "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Action" + "uri": "http://data.europa.eu/2qy/rrmv#Request" } ], "generalization": [], @@ -5088,14 +5088,14 @@ ], "config": "config/config-ap.json", "branchtag": "rrmv_002", - "dummy": "75", + "dummy": "76", "filename": "config/rrmv.json", "navigation": { "prev": "https://semiceu.github.io/rrmv/releases/0.0.1/" }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2", - "documentcommit": "41be051cde9d8a72fa66669914b534e6a2de01de", - "toolchaincommit": "5210bd0f471944d8c94bed3e57bb8c55b2282dc1", + "documentcommit": "d2777c55bcc0295cb280e67a5cf19242c0493318", + "toolchaincommit": "afc620edf89dc704df580038bcbfd5de98e0c28e", "hostname": "https://semiceu.github.io" } diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_de.json b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_de.json index 6a8c64362..d49af088f 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_de.json +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_de.json @@ -104,6 +104,18 @@ "de": "Enter your translation here" } }, + { + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "name": "Role", + "label": { + "en": "Role", + "de": "Enter your translation here" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request.", + "de": "Enter your translation here" + } + }, { "EA-Guid": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "name": "RoleType", @@ -216,18 +228,6 @@ "de": "Enter your translation here" } }, - { - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "name": "Role", - "label": { - "en": "Role", - "de": "Enter your translation here" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request.", - "de": "Enter your translation here" - } - }, { "EA-Guid": "{2E8B99BB-F1BE-416b-ADCE-11F813263FBE}", "name": "Literal", @@ -447,26 +447,26 @@ } }, { - "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", + "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", "name": "hasType", "label": { "en": "has type", "de": "Enter your translation here" }, "definition": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs.", + "en": "Assign the type to SKOS controlled vocabulary.", "de": "Enter your translation here" } }, { - "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", + "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", "name": "hasType", "label": { "en": "has type", "de": "Enter your translation here" }, "definition": { - "en": "Assign the type to SKOS controlled vocabulary.", + "en": "This property connects the Action Result to the Action Result Type to which it belongs.", "de": "Enter your translation here" } }, @@ -635,7 +635,7 @@ } }, { - "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", + "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", "name": "relatedTo", "label": { "en": "related to", @@ -651,7 +651,7 @@ } }, { - "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", + "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", "name": "relatedTo", "label": { "en": "related to", diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_en.json b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_en.json index b14301e36..9c1d2cd4d 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_en.json +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_en.json @@ -87,6 +87,16 @@ "en": "A kind of Result" } }, + { + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "name": "Role", + "label": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + } + }, { "EA-Guid": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "name": "RoleType", @@ -180,16 +190,6 @@ "en": "Any distinct intellectual creation (i.e., the intellectual content), in the context of ELI." } }, - { - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "name": "Role", - "label": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - } - }, { "EA-Guid": "{2E8B99BB-F1BE-416b-ADCE-11F813263FBE}", "name": "Literal", @@ -371,23 +371,23 @@ } }, { - "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", + "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", "name": "hasType", "label": { "en": "has type" }, "definition": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." } }, { - "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", + "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", "name": "hasType", "label": { "en": "has type" }, "definition": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." } }, { @@ -527,7 +527,7 @@ } }, { - "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", + "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", "name": "relatedTo", "label": { "en": "related to" @@ -540,7 +540,7 @@ } }, { - "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", + "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", "name": "relatedTo", "label": { "en": "related to" diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_en_merged.jsonld b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_en_merged.jsonld index a1cb91a24..52121faed 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_en_merged.jsonld +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_en_merged.jsonld @@ -289,13 +289,13 @@ "contributors-column": "RRMV", "contributors-file": "stakeholders.csv", "diagram": "RRMV", - "documentcommit": "41be051cde9d8a72fa66669914b534e6a2de01de", + "documentcommit": "d2777c55bcc0295cb280e67a5cf19242c0493318", "documentconfig": { "changelog": "https://github.com/SEMICeu/rrmv/master/releases/0.0.1/Changelog.md", "editorDocumentroot-old": "https://semiceu.github.io/uri.semic.eu-generated/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.1", "statuslabel": "SEMIC Working Draft" }, - "dummy": "75", + "dummy": "76", "eap": "rrmv.eap", "editors": [ { @@ -1281,30 +1281,25 @@ { "@id": "http://data.europa.eu/2qy/rrmv#hasType", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", + "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", "ap-definition-en": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "ap-label-en": { "en": "has type" }, "codelist": [], "definition": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "domain": [ { - "EA-Name": "ActionResult", - "uri": "http://data.europa.eu/2qy/rrmv#ActionResult" + "EA-Name": "Role", + "uri": "http://data.europa.eu/2qy/rrmv#Role" } ], "extra": { "DestRoleTags": [ - { - "key": "name", - "note": "hasType", - "value": "NOTE" - }, { "key": "label-en", "note": "has type", @@ -1312,29 +1307,29 @@ }, { "key": "definition-en", - "note": "This property connects the Action Result to the Action Result Type to which it belongs.", + "note": "Assign the type to SKOS controlled vocabulary.", + "value": "NOTE" + }, + { + "key": "name", + "note": "hasType", "value": "NOTE" } ], - "EA-Domain": "ActionResult", - "EA-Domain-Guid": "{177E19FF-5A84-4ecc-BFC5-E5E8133F5732}", - "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", + "EA-Domain": "Role", + "EA-Domain-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", "EA-Name": "rrmv:hasType", "EA-Package": "", - "EA-Range": "ResultType", + "EA-Range": "RoleType", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", - "EA-Name": "ResultType", + "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", + "EA-Name": "RoleType", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#ResultType" + "uri": "http://data.europa.eu/2qy/rrmv#RoleType" }, "RawTags": [ - { - "key": "name", - "note": "hasType", - "value": "NOTE" - }, { "key": "label-en", "note": "has type", @@ -1342,21 +1337,26 @@ }, { "key": "definition-en", - "note": "This property connects the Action Result to the Action Result Type to which it belongs.", + "note": "Assign the type to SKOS controlled vocabulary.", + "value": "NOTE" + }, + { + "key": "name", + "note": "hasType", "value": "NOTE" } ], "Scope": "NOTHING", "ap-codelist": "", "ap-definition-en": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "ap-label-en": { "en": "has type" }, "ap-usageNote-en": "", "definition": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs." + "en": "Assign the type to SKOS controlled vocabulary." }, "derived": "false", "destRole": "rrmv:hasType", @@ -1376,92 +1376,92 @@ "name": "hasType", "range": [ { - "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", - "EA-Name": "ResultType", + "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", + "EA-Name": "RoleType", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#ResultType" + "uri": "http://data.europa.eu/2qy/rrmv#RoleType" } ] }, { "@id": "http://data.europa.eu/2qy/rrmv#hasType", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", + "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", "ap-definition-en": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "ap-label-en": { "en": "has type" }, "codelist": [], "definition": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "domain": [ { - "EA-Name": "Role", - "uri": "http://example.com/rrmv/Role" + "EA-Name": "ActionResult", + "uri": "http://data.europa.eu/2qy/rrmv#ActionResult" } ], "extra": { "DestRoleTags": [ { - "key": "label-en", - "note": "has type", + "key": "name", + "note": "hasType", "value": "NOTE" }, { - "key": "definition-en", - "note": "Assign the type to SKOS controlled vocabulary.", + "key": "label-en", + "note": "has type", "value": "NOTE" }, { - "key": "name", - "note": "hasType", + "key": "definition-en", + "note": "This property connects the Action Result to the Action Result Type to which it belongs.", "value": "NOTE" } ], - "EA-Domain": "Role", - "EA-Domain-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", + "EA-Domain": "ActionResult", + "EA-Domain-Guid": "{177E19FF-5A84-4ecc-BFC5-E5E8133F5732}", + "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", "EA-Name": "rrmv:hasType", "EA-Package": "", - "EA-Range": "RoleType", + "EA-Range": "ResultType", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", - "EA-Name": "RoleType", + "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", + "EA-Name": "ResultType", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#RoleType" + "uri": "http://data.europa.eu/2qy/rrmv#ResultType" }, "RawTags": [ { - "key": "label-en", - "note": "has type", + "key": "name", + "note": "hasType", "value": "NOTE" }, { - "key": "definition-en", - "note": "Assign the type to SKOS controlled vocabulary.", + "key": "label-en", + "note": "has type", "value": "NOTE" }, { - "key": "name", - "note": "hasType", + "key": "definition-en", + "note": "This property connects the Action Result to the Action Result Type to which it belongs.", "value": "NOTE" } ], "Scope": "NOTHING", "ap-codelist": "", "ap-definition-en": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "ap-label-en": { "en": "has type" }, "ap-usageNote-en": "", "definition": { - "en": "Assign the type to SKOS controlled vocabulary." + "en": "This property connects the Action Result to the Action Result Type to which it belongs." }, "derived": "false", "destRole": "rrmv:hasType", @@ -1481,10 +1481,10 @@ "name": "hasType", "range": [ { - "EA-GUID": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", - "EA-Name": "RoleType", + "EA-GUID": "{AB9974CE-EFA2-4ae6-8BEC-DDB2774A3D45}", + "EA-Name": "ResultType", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#RoleType" + "uri": "http://data.europa.eu/2qy/rrmv#ResultType" } ] }, @@ -1902,7 +1902,7 @@ "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Name": "Role", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" }, "RawTags": [ { @@ -1954,7 +1954,7 @@ "EA-GUID": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", "EA-Name": "Role", "EA-Package": "rrmv", - "uri": "http://example.com/rrmv/Role" + "uri": "http://data.europa.eu/2qy/rrmv#Role" } ] }, @@ -2811,7 +2811,7 @@ { "@id": "http://data.europa.eu/eli/ontology#related_to", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", + "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", "ap-definition-en": { "en": "Indicates a somehow related other document, not necessarily a legal resource." }, @@ -2827,8 +2827,8 @@ }, "domain": [ { - "EA-Name": "Request", - "uri": "http://data.europa.eu/2qy/rrmv#Request" + "EA-Name": "Action", + "uri": "http://data.europa.eu/2qy/rrmv#Action" } ], "extra": { @@ -2844,28 +2844,28 @@ "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/eli/ontology#related_to", + "key": "label-en", + "note": "related to", "value": "NOTE" }, { - "key": "label-en", - "note": "related to", + "key": "uri", + "note": "http://data.europa.eu/eli/ontology#related_to", "value": "NOTE" } ], - "EA-Domain": "Request", - "EA-Domain-Guid": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", - "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", + "EA-Domain": "Action", + "EA-Domain-Guid": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", + "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", "EA-Name": "eli:relatedTo", "EA-Package": "", - "EA-Range": "Request", + "EA-Range": "Action", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", - "EA-Name": "Request", + "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", + "EA-Name": "Action", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Request" + "uri": "http://data.europa.eu/2qy/rrmv#Action" }, "RawTags": [ { @@ -2879,13 +2879,13 @@ "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/eli/ontology#related_to", + "key": "label-en", + "note": "related to", "value": "NOTE" }, { - "key": "label-en", - "note": "related to", + "key": "uri", + "note": "http://data.europa.eu/eli/ontology#related_to", "value": "NOTE" } ], @@ -2923,10 +2923,10 @@ "name": "relatedTo", "range": [ { - "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", - "EA-Name": "Request", + "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", + "EA-Name": "Action", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Request" + "uri": "http://data.europa.eu/2qy/rrmv#Action" } ], "usage": { @@ -2936,7 +2936,7 @@ { "@id": "http://data.europa.eu/eli/ontology#related_to", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", + "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", "ap-definition-en": { "en": "Indicates a somehow related other document, not necessarily a legal resource." }, @@ -2952,8 +2952,8 @@ }, "domain": [ { - "EA-Name": "Action", - "uri": "http://data.europa.eu/2qy/rrmv#Action" + "EA-Name": "Request", + "uri": "http://data.europa.eu/2qy/rrmv#Request" } ], "extra": { @@ -2969,28 +2969,28 @@ "value": "NOTE" }, { - "key": "label-en", - "note": "related to", + "key": "uri", + "note": "http://data.europa.eu/eli/ontology#related_to", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/eli/ontology#related_to", + "key": "label-en", + "note": "related to", "value": "NOTE" } ], - "EA-Domain": "Action", - "EA-Domain-Guid": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", - "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", + "EA-Domain": "Request", + "EA-Domain-Guid": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", + "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", "EA-Name": "eli:relatedTo", "EA-Package": "", - "EA-Range": "Action", + "EA-Range": "Request", "EA-Type": "connector", "RangeData": { - "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", - "EA-Name": "Action", + "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", + "EA-Name": "Request", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Action" + "uri": "http://data.europa.eu/2qy/rrmv#Request" }, "RawTags": [ { @@ -3004,13 +3004,13 @@ "value": "NOTE" }, { - "key": "label-en", - "note": "related to", + "key": "uri", + "note": "http://data.europa.eu/eli/ontology#related_to", "value": "NOTE" }, { - "key": "uri", - "note": "http://data.europa.eu/eli/ontology#related_to", + "key": "label-en", + "note": "related to", "value": "NOTE" } ], @@ -3048,10 +3048,10 @@ "name": "relatedTo", "range": [ { - "EA-GUID": "{DF560347-AB7E-4f46-B9FD-DB22B02425D7}", - "EA-Name": "Action", + "EA-GUID": "{DB3BF2D8-08F7-4e33-AE7D-1338719AC6EB}", + "EA-Name": "Request", "EA-Package": "rrmv", - "uri": "http://data.europa.eu/2qy/rrmv#Action" + "uri": "http://data.europa.eu/2qy/rrmv#Request" } ], "usage": { @@ -3886,6 +3886,62 @@ }, "name": "ResultType" }, + { + "@id": "http://data.europa.eu/2qy/rrmv#Role", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-label-en": { + "en": "Role" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "extra": { + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "EA-Name": "Role", + "EA-Package": "rrmv", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "CLASS", + "RawTags": [ + { + "key": "definition-en", + "note": "null", + "value": "Role is played by and Agent involved in the Request." + }, + { + "key": "label-en", + "note": "null", + "value": "Role" + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "Role is played by and Agent involved in the Request." + }, + "ap-label-en": { + "en": "Role" + }, + "ap-usageNote-en": "", + "definition": { + "en": "Role is played by and Agent involved in the Request." + }, + "label": { + "en": "Role" + }, + "parentclasses": "", + "usage": "" + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "Role" + }, + "name": "Role" + }, { "@id": "http://data.europa.eu/2qy/rrmv#RoleType", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -4465,67 +4521,6 @@ }, "name": "Work" }, - { - "@id": "http://example.com/rrmv/Role", - "@type": "http://www.w3.org/2002/07/owl#Class", - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-label-en": { - "en": "Role" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "extra": { - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "EA-Name": "Role", - "EA-Package": "rrmv", - "EA-Parents": "", - "EA-Parents2": [], - "EA-Type": "CLASS", - "RawTags": [ - { - "key": "uri", - "note": "null", - "value": "http://example.com/rrmv/Role" - }, - { - "key": "definition-en", - "note": "null", - "value": "Role is played by and Agent involved in the Request." - }, - { - "key": "label-en", - "note": "null", - "value": "Role" - } - ], - "Scope": "NOTHING", - "ap-codelist": "", - "ap-definition-en": { - "en": "Role is played by and Agent involved in the Request." - }, - "ap-label-en": { - "en": "Role" - }, - "ap-usageNote-en": "", - "definition": { - "en": "Role is played by and Agent involved in the Request." - }, - "label": { - "en": "Role" - }, - "parentclasses": "", - "usage": "" - }, - "inpackage": "OTHER_PACKAGE", - "label": { - "en": "Role" - }, - "name": "Role" - }, { "@id": "http://www.w3.org/2000/01/rdf-schema#Literal", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -4921,6 +4916,11 @@ "key": "usageNote-en", "note": "null", "value": "The value of the start time and end time properties should be different,and/or a duration should be given." + }, + { + "key": "uri", + "note": "null", + "value": "http://www.w3.org/2006/time#Instant" } ], "Scope": "NOTHING", @@ -5140,7 +5140,7 @@ "site": "site-skeleton/rrmv", "standaardregisterurl": "RRMV", "title": "RRMV", - "toolchaincommit": "5210bd0f471944d8c94bed3e57bb8c55b2282dc1", + "toolchaincommit": "afc620edf89dc704df580038bcbfd5de98e0c28e", "translation": [ { "language": "en", diff --git a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_fr.json b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_fr.json index 5825d2c29..b66e563a9 100644 --- a/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_fr.json +++ b/report/Reporting-Requirements-Metadata-Vocabulary/releases/0.0.2/translation/rrmv_fr.json @@ -104,6 +104,18 @@ "fr": "Enter your translation here" } }, + { + "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", + "name": "Role", + "label": { + "en": "Role", + "fr": "Enter your translation here" + }, + "definition": { + "en": "Role is played by and Agent involved in the Request.", + "fr": "Enter your translation here" + } + }, { "EA-Guid": "{4F2E4D6E-974F-4b67-9959-B82DE4028DDF}", "name": "RoleType", @@ -216,18 +228,6 @@ "fr": "Enter your translation here" } }, - { - "EA-Guid": "{DB0A2C90-292F-44e2-AF00-AB4186080761}", - "name": "Role", - "label": { - "en": "Role", - "fr": "Enter your translation here" - }, - "definition": { - "en": "Role is played by and Agent involved in the Request.", - "fr": "Enter your translation here" - } - }, { "EA-Guid": "{2E8B99BB-F1BE-416b-ADCE-11F813263FBE}", "name": "Literal", @@ -447,26 +447,26 @@ } }, { - "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", + "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", "name": "hasType", "label": { "en": "has type", "fr": "Enter your translation here" }, "definition": { - "en": "This property connects the Action Result to the Action Result Type to which it belongs.", + "en": "Assign the type to SKOS controlled vocabulary.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{3694FEFF-3E51-4f20-99F6-7A0BDBD28E65}", + "EA-Guid": "{4AF036DE-A305-4336-8764-E832E4BE4ECA}", "name": "hasType", "label": { "en": "has type", "fr": "Enter your translation here" }, "definition": { - "en": "Assign the type to SKOS controlled vocabulary.", + "en": "This property connects the Action Result to the Action Result Type to which it belongs.", "fr": "Enter your translation here" } }, @@ -635,7 +635,7 @@ } }, { - "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", + "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", "name": "relatedTo", "label": { "en": "related to", @@ -651,7 +651,7 @@ } }, { - "EA-Guid": "{D9F536A8-C9DA-4afd-9CD3-88C17610A276}", + "EA-Guid": "{646B49B0-0CD9-400f-8D45-1DD971E0505A}", "name": "relatedTo", "label": { "en": "related to", diff --git a/report/commit.json b/report/commit.json index 37af7ba7b..488b05066 100644 --- a/report/commit.json +++ b/report/commit.json @@ -1 +1 @@ -{"commit" : "5210bd0f471944d"} +{"commit" : "afc620edf89dc70"}