diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/context/proofofdomicile.jsonld b/OOTS/ProofOfDomicile/releases/0.0.1/context/proofofdomicile.jsonld index 1d4d5acd4..f34833a6a 100644 --- a/OOTS/ProofOfDomicile/releases/0.0.1/context/proofofdomicile.jsonld +++ b/OOTS/ProofOfDomicile/releases/0.0.1/context/proofofdomicile.jsonld @@ -1,6 +1,7 @@ { "@context": { "Address": "http://www.w3.org/ns/locn#Address", + "Code": "http://www.w3.org/2004/02/skos/core#Concept", "Evidence": "http://data.europa.eu/m8g/Evidence", "GenericDate": "http://data.europa.eu/m8g/GenericDate", "Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/context/proofofdomicile_en.jsonld b/OOTS/ProofOfDomicile/releases/0.0.1/context/proofofdomicile_en.jsonld index 1d4d5acd4..f34833a6a 100644 --- a/OOTS/ProofOfDomicile/releases/0.0.1/context/proofofdomicile_en.jsonld +++ b/OOTS/ProofOfDomicile/releases/0.0.1/context/proofofdomicile_en.jsonld @@ -1,6 +1,7 @@ { "@context": { "Address": "http://www.w3.org/ns/locn#Address", + "Code": "http://www.w3.org/2004/02/skos/core#Concept", "Evidence": "http://data.europa.eu/m8g/Evidence", "GenericDate": "http://data.europa.eu/m8g/GenericDate", "Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/html/overview.jpg b/OOTS/ProofOfDomicile/releases/0.0.1/html/overview.jpg index 0b02215a2..02fe36dd4 100644 Binary files a/OOTS/ProofOfDomicile/releases/0.0.1/html/overview.jpg and b/OOTS/ProofOfDomicile/releases/0.0.1/html/overview.jpg differ diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/index.html b/OOTS/ProofOfDomicile/releases/0.0.1/index.html index f9d6831fc..b2f416019 100644 --- a/OOTS/ProofOfDomicile/releases/0.0.1/index.html +++ b/OOTS/ProofOfDomicile/releases/0.0.1/index.html @@ -277,7 +277,7 @@

Overview

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

@@ -1418,10 +1418,7 @@

- Code + Code @@ -1481,6 +1478,22 @@

+ + + (create issue) + + + +
+ Code +
+ + + An idea or notion; a unit of thought. + (create issue) @@ -1569,7 +1582,7 @@

Examples

-
Example Proof of birth
+
Example Proof of domicile
diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/index_en.html b/OOTS/ProofOfDomicile/releases/0.0.1/index_en.html index f9d6831fc..b2f416019 100644 --- a/OOTS/ProofOfDomicile/releases/0.0.1/index_en.html +++ b/OOTS/ProofOfDomicile/releases/0.0.1/index_en.html @@ -277,7 +277,7 @@

Overview

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

@@ -1418,10 +1418,7 @@

- Code + Code @@ -1481,6 +1478,22 @@

+ + + (create issue) + + + +
+ Code +
+ + + An idea or notion; a unit of thought. + (create issue) @@ -1569,7 +1582,7 @@

Examples

-
Example Proof of birth
+
Example Proof of domicile
diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL.jsonld b/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL.jsonld index e241a9aa1..344248cc7 100644 --- a/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL.jsonld +++ b/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL.jsonld @@ -230,6 +230,13 @@ "sh:property": [], "sh:targetClass": "http://www.w3.org/2000/01/rdf-schema#Literal" }, + { + "@id": "https://semiceu.github.io/OOTS/ProofOfDomicile/releases/0.0.1/#CodeShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2004/02/skos/core#Concept" + }, { "@id": "https://semiceu.github.io/OOTS/ProofOfDomicile/releases/0.0.1/#AddressShape", "@type": "sh:NodeShape", diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL.ttl b/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL.ttl index f5d150e09..558600c07 100644 --- a/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL.ttl +++ b/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL.ttl @@ -12,6 +12,7 @@ , , , + , , . @@ -138,6 +139,10 @@ shacl:nodeKind shacl:Literal; shacl:path . + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass skos:Concept . + a shacl:NodeShape; shacl:closed false; shacl:targetClass . diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL_en.jsonld b/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL_en.jsonld index e241a9aa1..344248cc7 100644 --- a/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL_en.jsonld +++ b/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL_en.jsonld @@ -230,6 +230,13 @@ "sh:property": [], "sh:targetClass": "http://www.w3.org/2000/01/rdf-schema#Literal" }, + { + "@id": "https://semiceu.github.io/OOTS/ProofOfDomicile/releases/0.0.1/#CodeShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2004/02/skos/core#Concept" + }, { "@id": "https://semiceu.github.io/OOTS/ProofOfDomicile/releases/0.0.1/#AddressShape", "@type": "sh:NodeShape", diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/xsd/proofofdomicile.xsd b/OOTS/ProofOfDomicile/releases/0.0.1/xsd/proofofdomicile.xsd index 82b006d25..e67e540e4 100644 --- a/OOTS/ProofOfDomicile/releases/0.0.1/xsd/proofofdomicile.xsd +++ b/OOTS/ProofOfDomicile/releases/0.0.1/xsd/proofofdomicile.xsd @@ -6,6 +6,7 @@ + @@ -86,6 +87,14 @@ + + + + + Reference to Code ID + + + diff --git a/OOTS/ProofOfDomicile/releases/0.0.1/xsd/proofofdomicile_en.xsd b/OOTS/ProofOfDomicile/releases/0.0.1/xsd/proofofdomicile_en.xsd index 82b006d25..e67e540e4 100644 --- a/OOTS/ProofOfDomicile/releases/0.0.1/xsd/proofofdomicile_en.xsd +++ b/OOTS/ProofOfDomicile/releases/0.0.1/xsd/proofofdomicile_en.xsd @@ -6,6 +6,7 @@ + @@ -86,6 +87,14 @@ + + + + + Reference to Code ID + + + diff --git a/report/ALL.report b/report/ALL.report index 363897340..fa466166e 100644 --- a/report/ALL.report +++ b/report/ALL.report @@ -1,73 +1,39 @@ -/tmp/workspace/src/OOTS/ProofOfBirth/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') -08:18:23 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -08:18:23 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.DataTypes". -08:18:23 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.sdg". -08:18:23 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.ISA Core Vocabularies.DataTypes, Model.ISA Core Vocabularies.sdg -08:18:23 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies.DataTypes:Code, Model.ISA Core Vocabularies.skos:Concept -08:18:23 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/Location): Model.ISA Core Vocabularies.dct:Location, Model.ISA Core Vocabularies.dct:Location -08:18:23 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies.cv:Event:identifier, Model.ISA Core Vocabularies.cpsv:PublicService:identifier, Model.ISA Core Vocabularies.dcat:Dataset:identifier, Model.ISA Core Vocabularies.cv:Channel:identifier, Model.ISA Core Vocabularies.cpsv:Rule:identifier, Model.ISA Core Vocabularies.foaf:Agent:identifier, Model.ISA Core Vocabularies.cv:Participation:identifier, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:identifier, Model.ISA Core Vocabularies.cv:EvidenceType:identifier, Model.ISA Core Vocabularies.cv:Requirement:identifier, Model.ISA Core Vocabularies.cv:Output:identifier, Model.ISA Core Vocabularies.cv:Cost:identifier -08:18:23 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/spatial): Model.ISA Core Vocabularies.cv:PublicOrganisation:spatial, Model.ISA Core Vocabularies.cpsv:PublicService:spatial -08:18:23 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies.cpsv:Rule:description, Model.ISA Core Vocabularies.cv:Participation:description, Model.ISA Core Vocabularies.time:TemporalEntity:description, Model.ISA Core Vocabularies.cv:Output:description, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:description, Model.ISA Core Vocabularies.cv:Cost:description, Model.ISA Core Vocabularies.cv:Channel:description, Model.ISA Core Vocabularies.dcat:Dataset:description, Model.ISA Core Vocabularies.cv:Event:description, Model.ISA Core Vocabularies.cpsv:PublicService:description -08:18:23 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies.cpsv:PublicService:name, Model.ISA Core Vocabularies.cpsv:Rule:name, Model.ISA Core Vocabularies.cv:Event:name, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:name, Model.ISA Core Vocabularies.foaf:Agent:name, Model.ISA Core Vocabularies.cv:Requirement:name, Model.ISA Core Vocabularies.cv:Output:name, Model.ISA Core Vocabularies.dcat:Dataset:title -08:18:23 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies.cv:BusinessEvent:type, Model.ISA Core Vocabularies.cv:Channel:type, Model.ISA Core Vocabularies.cpsv:PublicService:functionsOfGovernment, Model.ISA Core Vocabularies.cpsv:Rule:type, Model.ISA Core Vocabularies.cv:Requirement:type, Model.ISA Core Vocabularies.cv:LifeEvent:type, Model.ISA Core Vocabularies.cv:Output:type -08:18:23 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies.cv:Output:language, Model.ISA Core Vocabularies.cpsv:PublicService:language, Model.ISA Core Vocabularies.cpsv:Rule:language -08:18:23 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/processingTime): Model.ISA Core Vocabularies.cpsv:PublicService:processingTime, Model.ISA Core Vocabularies.cv:Channel:processingTime -08:18:23 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -08:18:23 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -08:18:23 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -08:18:23 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -08:18:23 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -08:18:23 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -08:18:23 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -08:18:23 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . -08:18:23 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . -08:18:23 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . -08:18:23 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ProofOfBirth" . -08:18:23 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. -08:18:23 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:countryOfBirth is unknown -08:18:23 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.sdg:ProofOfBirth:(ProofOfBirth -> Person)" since it lacks a defining package. -08:18:23 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.sdg:ProofOfBirth:isAbout is unknown -08:18:23 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. -08:18:23 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:placeOfBirth is unknown /tmp/workspace/src/OOTS/ProofOfDomicile/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') -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.DataTypes". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.sdg". -08:18:26 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies.DataTypes, Model, Model.ISA Core Vocabularies.sdg -08:18:26 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies.skos:Concept, Model.ISA Core Vocabularies.DataTypes:Code -08:18:26 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/Location): Model.ISA Core Vocabularies.dct:Location, Model.ISA Core Vocabularies.dct:Location -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/processingTime): Model.ISA Core Vocabularies.cv:Channel:processingTime, Model.ISA Core Vocabularies.cpsv:PublicService:processingTime -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/spatial): Model.ISA Core Vocabularies.cv:PublicOrganisation:spatial, Model.ISA Core Vocabularies.cpsv:PublicService:spatial -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies.dcat:Dataset:title, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:name, Model.ISA Core Vocabularies.foaf:Agent:name, Model.ISA Core Vocabularies.cv:Event:name, Model.ISA Core Vocabularies.cpsv:Rule:name, Model.ISA Core Vocabularies.cv:Output:name, Model.ISA Core Vocabularies.cv:Requirement:name, Model.ISA Core Vocabularies.cpsv:PublicService:name -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies.cv:Channel:type, Model.ISA Core Vocabularies.cpsv:PublicService:functionsOfGovernment, Model.ISA Core Vocabularies.cpsv:Rule:type, Model.ISA Core Vocabularies.cv:LifeEvent:type, Model.ISA Core Vocabularies.cv:BusinessEvent:type, Model.ISA Core Vocabularies.cv:Output:type, Model.ISA Core Vocabularies.cv:Requirement:type -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies.cv:Cost:description, Model.ISA Core Vocabularies.cv:Channel:description, Model.ISA Core Vocabularies.cpsv:PublicService:description, Model.ISA Core Vocabularies.dcat:Dataset:description, Model.ISA Core Vocabularies.cpsv:Rule:description, Model.ISA Core Vocabularies.time:TemporalEntity:description, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:description, Model.ISA Core Vocabularies.cv:Event:description, Model.ISA Core Vocabularies.cv:Participation:description, Model.ISA Core Vocabularies.cv:Output:description -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies.cpsv:Rule:language, Model.ISA Core Vocabularies.cpsv:PublicService:language, Model.ISA Core Vocabularies.cv:Output:language -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies.cv:Event:identifier, Model.ISA Core Vocabularies.cpsv:PublicService:identifier, Model.ISA Core Vocabularies.cpsv:Rule:identifier, Model.ISA Core Vocabularies.cv:Requirement:identifier, Model.ISA Core Vocabularies.foaf:Agent:identifier, Model.ISA Core Vocabularies.dcat:Dataset:identifier, Model.ISA Core Vocabularies.cv:Cost:identifier, Model.ISA Core Vocabularies.cv:EvidenceType:identifier, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:identifier, Model.ISA Core Vocabularies.cv:Channel:identifier, Model.ISA Core Vocabularies.cv:Output:identifier, Model.ISA Core Vocabularies.cv:Participation:identifier -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ProofOfDomicile" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -08:18:26 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Address)" since it lacks a defining package. -08:18:26 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:domicile is unknown -08:18:26 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.sdg:ProofOfDomicile:(ProofOfDomicile -> Person)" since it lacks a defining package. -08:18:26 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.sdg:ProofOfDomicile:isAbout is unknown -08:18:26 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. -08:18:26 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:placeOfBirth is unknown -08:18:26 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. -08:18:26 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:countryOfBirth is unknown +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.DataTypes". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.sdg". +08:30:56 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.ISA Core Vocabularies.DataTypes, Model.ISA Core Vocabularies.sdg +08:30:56 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies.DataTypes:Code, Model.ISA Core Vocabularies.skos:Concept +08:30:56 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/Location): Model.ISA Core Vocabularies.dct:Location, Model.ISA Core Vocabularies.dct:Location +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies.cv:Event:identifier, Model.ISA Core Vocabularies.cpsv:PublicService:identifier, Model.ISA Core Vocabularies.dcat:Dataset:identifier, Model.ISA Core Vocabularies.cv:Channel:identifier, Model.ISA Core Vocabularies.cpsv:Rule:identifier, Model.ISA Core Vocabularies.foaf:Agent:identifier, Model.ISA Core Vocabularies.cv:Participation:identifier, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:identifier, Model.ISA Core Vocabularies.cv:EvidenceType:identifier, Model.ISA Core Vocabularies.cv:Requirement:identifier, Model.ISA Core Vocabularies.cv:Output:identifier, Model.ISA Core Vocabularies.cv:Cost:identifier +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/spatial): Model.ISA Core Vocabularies.cv:PublicOrganisation:spatial, Model.ISA Core Vocabularies.cpsv:PublicService:spatial +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies.cpsv:Rule:description, Model.ISA Core Vocabularies.cv:Participation:description, Model.ISA Core Vocabularies.cv:Output:description, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:description, Model.ISA Core Vocabularies.cv:Cost:description, Model.ISA Core Vocabularies.cv:Channel:description, Model.ISA Core Vocabularies.dcat:Dataset:description, Model.ISA Core Vocabularies.cv:Event:description, Model.ISA Core Vocabularies.cpsv:PublicService:description, Model.ISA Core Vocabularies.time:TemporalEntity:description +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies.cpsv:PublicService:name, Model.ISA Core Vocabularies.cpsv:Rule:name, Model.ISA Core Vocabularies.cv:Event:name, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:name, Model.ISA Core Vocabularies.foaf:Agent:name, Model.ISA Core Vocabularies.cv:Requirement:name, Model.ISA Core Vocabularies.cv:Output:name, Model.ISA Core Vocabularies.dcat:Dataset:title +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies.cv:BusinessEvent:type, Model.ISA Core Vocabularies.cv:Channel:type, Model.ISA Core Vocabularies.cpsv:PublicService:functionsOfGovernment, Model.ISA Core Vocabularies.cpsv:Rule:type, Model.ISA Core Vocabularies.cv:Requirement:type, Model.ISA Core Vocabularies.cv:LifeEvent:type, Model.ISA Core Vocabularies.cv:Output:type +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies.cv:Output:language, Model.ISA Core Vocabularies.cpsv:PublicService:language, Model.ISA Core Vocabularies.cpsv:Rule:language +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/processingTime): Model.ISA Core Vocabularies.cpsv:PublicService:processingTime, Model.ISA Core Vocabularies.cv:Channel:processingTime +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ProofOfDomicile" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . +08:30:56 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. +08:30:56 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:placeOfBirth is unknown +08:30:56 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Address)" since it lacks a defining package. +08:30:56 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:domicile is unknown +08:30:56 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.sdg:ProofOfDomicile:(ProofOfDomicile -> Person)" since it lacks a defining package. +08:30:56 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.sdg:ProofOfDomicile:isAbout is unknown +08:30:56 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. +08:30:56 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:countryOfBirth is unknown diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/all-proofofdomicile.jsonld b/report/OOTS/ProofOfDomicile/releases/0.0.1/all-proofofdomicile.jsonld index 51eab463f..784cb6a4f 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/all-proofofdomicile.jsonld +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/all-proofofdomicile.jsonld @@ -542,6 +542,71 @@ }, "name": "Literal" }, + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-label-en": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "label": { + "en": "Code" + }, + "extra": { + "EA-Name": "Code", + "EA-Guid": "{C819F639-92F4-4235-BE20-2252B3AAC098}", + "EA-Package": "DataTypes", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "usage": "", + "ap-label-en": { + "en": "Code" + }, + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "label-en", + "value": "Code", + "note": "null" + }, + { + "key": "uri", + "value": "http://www.w3.org/2004/02/skos/core#Concept", + "note": "null" + }, + { + "key": "definition-en", + "value": "An idea or notion; a unit of thought.", + "note": "null" + }, + { + "key": "class-usage-scope", + "value": "datatype", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Code" + }, { "@id": "http://www.w3.org/ns/locn#Address", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -2321,14 +2386,14 @@ }, "config": "config/config-ap.json", "branchtag": "oots", - "dummy": "21", + "dummy": "22", "filename": "config/oots.json", "navigation": { "prev": "https://semiceu.github.io/OOTS/releases/0.0.1/" }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/OOTS/ProofOfDomicile/releases/0.0.1/", - "documentcommit": "71b716d34202c63107b8da3c3c247b5c1f699c7c", - "toolchaincommit": "3cebae5d49990f87bae9fe969530f9b60fc018de", + "documentcommit": "e2133f66dc9887fef7c34da32fb93a1374692b4f", + "toolchaincommit": "c1ffabc5dd3a9598139f4b883ee69cd01604986b", "hostname": "https://semiceu.github.io" } diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/html-nj_en.json b/report/OOTS/ProofOfDomicile/releases/0.0.1/html-nj_en.json index d0fa74fe3..8071d126d 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/html-nj_en.json +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/html-nj_en.json @@ -17,8 +17,8 @@ }, "status": "Draft", "statuslabel": "Onbekend", - "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/71b716d34202c63107b8da3c3c247b5c1f699c7c", - "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/71b716d34202c63107b8da3c3c247b5c1f699c7c/CHANGELOG", + "repositoryurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/tree/e2133f66dc9887fef7c34da32fb93a1374692b4f", + "changelogurl": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git/blob/e2133f66dc9887fef7c34da32fb93a1374692b4f/CHANGELOG", "feedbackurl": "https://ec.europa.eu/digital-building-blocks/wikis/display/SDGOO/Discussion+Items+-+EM?src=contextnavpagetreemode", "standaardregisterurl": "https://code.europa.eu/oots/tdd/data_models/Evidence/ProofOfDomicile/tree/master/releases/0.0.1/Changelog.md", "usesVocs": [], @@ -641,7 +641,7 @@ ], "scopedrange": [ { - "range_uri": "http://www.w3.org/2004/02/skos/core#Concept", + "range_uri": "#Code", "range_puri": "http://www.w3.org/2004/02/skos/core#Concept", "range_label": { "en": "Code" @@ -922,6 +922,26 @@ "class-usage-scope": "datatype" }, "properties": [] + }, + { + "uri": "http://www.w3.org/2004/02/skos/core#Concept", + "name": "Code", + "label": { + "en": "Code" + }, + "sort": "Code", + "description": { + "en": "An idea or notion; a unit of thought." + }, + "usage": {}, + "parents": [], + "rawTags": { + "label-en": "Code", + "uri": "http://www.w3.org/2004/02/skos/core#Concept", + "definition-en": "An idea or notion; a unit of thought.", + "class-usage-scope": "datatype" + }, + "properties": [] } ], "parents": [], diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/proofofdomicile.jsonld b/report/OOTS/ProofOfDomicile/releases/0.0.1/proofofdomicile.jsonld index 4ee2b0114..b457d0da6 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/proofofdomicile.jsonld +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/proofofdomicile.jsonld @@ -167,6 +167,14 @@ "name": "Literal" } , { +"@id": "http://www.w3.org/2004/02/skos/core#Concept", +"@type": "http://www.w3.org/2002/07/owl#Class", +"inpackage": "OTHER_PACKAGE", +"ap-definition-en" : {"en": "An idea or notion; a unit of thought."}, "ap-label-en" : {"en": "Code"}, "definition" : {"en": "An idea or notion; a unit of thought."}, "label" : {"en": "Code"}, +"extra": {"EA-Name" : "Code", "EA-Guid" : "{C819F639-92F4-4235-BE20-2252B3AAC098}", "EA-Package" : "DataTypes", "EA-Type" : "DATATYPE", "EA-Parents" : "", "EA-Parents2" : [], "parentclasses" : "", "label" : "Code", "definition" : "An idea or notion; a unit of thought.", "usage" : "", "ap-label-en" : "Code", "ap-definition-en" : "An idea or notion; a unit of thought.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "label-en", "value": "Code", "note": "null" }, { "key": "uri", "value": "http:\/\/www.w3.org\/2004\/02\/skos\/core#Concept", "note": "null" }, { "key": "definition-en", "value": "An idea or notion; a unit of thought.", "note": "null" }, { "key": "class-usage-scope", "value": "datatype", "note": "null" }], "Scope" : "NOTHING", "ap-definition-en" : {"en": "An idea or notion; a unit of thought."}, "ap-label-en" : {"en": "Code"}, "definition" : {"en": "An idea or notion; a unit of thought."}, "label" : {"en": "Code"}}, +"name": "Code" +} +, { "@id": "http://www.w3.org/ns/locn#Address", "@type": "http://www.w3.org/2002/07/owl#Class", "inpackage": "OTHER_PACKAGE", diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/proofofdomicile.report b/report/OOTS/ProofOfDomicile/releases/0.0.1/proofofdomicile.report index 59c84e882..c3b114755 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/proofofdomicile.report +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/proofofdomicile.report @@ -2,36 +2,37 @@ 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') -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.DataTypes". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.sdg". -08:18:26 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies.DataTypes, Model, Model.ISA Core Vocabularies.sdg -08:18:26 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies.skos:Concept, Model.ISA Core Vocabularies.DataTypes:Code -08:18:26 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/Location): Model.ISA Core Vocabularies.dct:Location, Model.ISA Core Vocabularies.dct:Location -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/processingTime): Model.ISA Core Vocabularies.cv:Channel:processingTime, Model.ISA Core Vocabularies.cpsv:PublicService:processingTime -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/spatial): Model.ISA Core Vocabularies.cv:PublicOrganisation:spatial, Model.ISA Core Vocabularies.cpsv:PublicService:spatial -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies.dcat:Dataset:title, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:name, Model.ISA Core Vocabularies.foaf:Agent:name, Model.ISA Core Vocabularies.cv:Event:name, Model.ISA Core Vocabularies.cpsv:Rule:name, Model.ISA Core Vocabularies.cv:Output:name, Model.ISA Core Vocabularies.cv:Requirement:name, Model.ISA Core Vocabularies.cpsv:PublicService:name -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies.cv:Channel:type, Model.ISA Core Vocabularies.cpsv:PublicService:functionsOfGovernment, Model.ISA Core Vocabularies.cpsv:Rule:type, Model.ISA Core Vocabularies.cv:LifeEvent:type, Model.ISA Core Vocabularies.cv:BusinessEvent:type, Model.ISA Core Vocabularies.cv:Output:type, Model.ISA Core Vocabularies.cv:Requirement:type -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies.cv:Cost:description, Model.ISA Core Vocabularies.cv:Channel:description, Model.ISA Core Vocabularies.cpsv:PublicService:description, Model.ISA Core Vocabularies.dcat:Dataset:description, Model.ISA Core Vocabularies.cpsv:Rule:description, Model.ISA Core Vocabularies.time:TemporalEntity:description, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:description, Model.ISA Core Vocabularies.cv:Event:description, Model.ISA Core Vocabularies.cv:Participation:description, Model.ISA Core Vocabularies.cv:Output:description -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies.cpsv:Rule:language, Model.ISA Core Vocabularies.cpsv:PublicService:language, Model.ISA Core Vocabularies.cv:Output:language -08:18:26 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies.cv:Event:identifier, Model.ISA Core Vocabularies.cpsv:PublicService:identifier, Model.ISA Core Vocabularies.cpsv:Rule:identifier, Model.ISA Core Vocabularies.cv:Requirement:identifier, Model.ISA Core Vocabularies.foaf:Agent:identifier, Model.ISA Core Vocabularies.dcat:Dataset:identifier, Model.ISA Core Vocabularies.cv:Cost:identifier, Model.ISA Core Vocabularies.cv:EvidenceType:identifier, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:identifier, Model.ISA Core Vocabularies.cv:Channel:identifier, Model.ISA Core Vocabularies.cv:Output:identifier, Model.ISA Core Vocabularies.cv:Participation:identifier -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -08:18:26 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ProofOfDomicile" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . -08:18:26 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -08:18:26 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Address)" since it lacks a defining package. -08:18:26 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:domicile is unknown -08:18:26 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.sdg:ProofOfDomicile:(ProofOfDomicile -> Person)" since it lacks a defining package. -08:18:26 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.sdg:ProofOfDomicile:isAbout is unknown -08:18:26 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. -08:18:26 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:placeOfBirth is unknown -08:18:26 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. -08:18:26 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:countryOfBirth is unknown +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.DataTypes". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.sdg". +08:30:56 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.ISA Core Vocabularies.DataTypes, Model.ISA Core Vocabularies.sdg +08:30:56 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies.DataTypes:Code, Model.ISA Core Vocabularies.skos:Concept +08:30:56 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/Location): Model.ISA Core Vocabularies.dct:Location, Model.ISA Core Vocabularies.dct:Location +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies.cv:Event:identifier, Model.ISA Core Vocabularies.cpsv:PublicService:identifier, Model.ISA Core Vocabularies.dcat:Dataset:identifier, Model.ISA Core Vocabularies.cv:Channel:identifier, Model.ISA Core Vocabularies.cpsv:Rule:identifier, Model.ISA Core Vocabularies.foaf:Agent:identifier, Model.ISA Core Vocabularies.cv:Participation:identifier, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:identifier, Model.ISA Core Vocabularies.cv:EvidenceType:identifier, Model.ISA Core Vocabularies.cv:Requirement:identifier, Model.ISA Core Vocabularies.cv:Output:identifier, Model.ISA Core Vocabularies.cv:Cost:identifier +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/spatial): Model.ISA Core Vocabularies.cv:PublicOrganisation:spatial, Model.ISA Core Vocabularies.cpsv:PublicService:spatial +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies.cpsv:Rule:description, Model.ISA Core Vocabularies.cv:Participation:description, Model.ISA Core Vocabularies.cv:Output:description, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:description, Model.ISA Core Vocabularies.cv:Cost:description, Model.ISA Core Vocabularies.cv:Channel:description, Model.ISA Core Vocabularies.dcat:Dataset:description, Model.ISA Core Vocabularies.cv:Event:description, Model.ISA Core Vocabularies.cpsv:PublicService:description, Model.ISA Core Vocabularies.time:TemporalEntity:description +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies.cpsv:PublicService:name, Model.ISA Core Vocabularies.cpsv:Rule:name, Model.ISA Core Vocabularies.cv:Event:name, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:name, Model.ISA Core Vocabularies.foaf:Agent:name, Model.ISA Core Vocabularies.cv:Requirement:name, Model.ISA Core Vocabularies.cv:Output:name, Model.ISA Core Vocabularies.dcat:Dataset:title +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies.cv:BusinessEvent:type, Model.ISA Core Vocabularies.cv:Channel:type, Model.ISA Core Vocabularies.cpsv:PublicService:functionsOfGovernment, Model.ISA Core Vocabularies.cpsv:Rule:type, Model.ISA Core Vocabularies.cv:Requirement:type, Model.ISA Core Vocabularies.cv:LifeEvent:type, Model.ISA Core Vocabularies.cv:Output:type +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies.cv:Output:language, Model.ISA Core Vocabularies.cpsv:PublicService:language, Model.ISA Core Vocabularies.cpsv:Rule:language +08:30:56 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/processingTime): Model.ISA Core Vocabularies.cpsv:PublicService:processingTime, Model.ISA Core Vocabularies.cv:Channel:processingTime +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". +08:30:56 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Evidence" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ProofOfDomicile" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Literal" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . +08:30:56 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Code" . +08:30:56 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. +08:30:56 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:placeOfBirth is unknown +08:30:56 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Address)" since it lacks a defining package. +08:30:56 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:domicile is unknown +08:30:56 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.sdg:ProofOfDomicile:(ProofOfDomicile -> Person)" since it lacks a defining package. +08:30:56 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.sdg:ProofOfDomicile:isAbout is unknown +08:30:56 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.cv:Person:(Person -> Location)" since it lacks a defining package. +08:30:56 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.cv:Person:countryOfBirth is unknown diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL_en.report b/report/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL_en.report index 35f7578ed..2724c6983 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL_en.report +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/shacl/proofofdomicile-SHACL_en.report @@ -14,6 +14,7 @@ add uniqueLanguage constraint add nodeKind constraint https://semiceu.github.io/OOTS/ProofOfDomicile/releases/0.0.1/#TextShape https://semiceu.github.io/OOTS/ProofOfDomicile/releases/0.0.1/#LiteralShape +https://semiceu.github.io/OOTS/ProofOfDomicile/releases/0.0.1/#CodeShape https://semiceu.github.io/OOTS/ProofOfDomicile/releases/0.0.1/#AddressShape add uniqueLanguage constraint add nodeKind constraint diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/ProofOfDomicile_en.json b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/ProofOfDomicile_en.json index 9ea6c33d9..d81d94c7a 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/ProofOfDomicile_en.json +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/ProofOfDomicile_en.json @@ -66,6 +66,16 @@ "en": "The class of literal values, eg. textual strings and integers." } }, + { + "EA-Guid": "{C819F639-92F4-4235-BE20-2252B3AAC098}", + "name": "Code", + "label": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + } + }, { "EA-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "name": "Address", diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/ProofOfDomicile_en_merged.jsonld b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/ProofOfDomicile_en_merged.jsonld index 1cfdef4a7..74e85667e 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/ProofOfDomicile_en_merged.jsonld +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/ProofOfDomicile_en_merged.jsonld @@ -87,12 +87,12 @@ "contributors-column": "OOTS", "contributors-file": "stakeholders.csv", "diagram": "ProofOfDomicile", - "documentcommit": "71b716d34202c63107b8da3c3c247b5c1f699c7c", + "documentcommit": "e2133f66dc9887fef7c34da32fb93a1374692b4f", "documentconfig": { "editorDocumentroot": "https://semiceu.github.io/uri.semic.eu-generated/OOTS/ProofOfDomicile/releases/0.0.1", "statuslabel": "Draft" }, - "dummy": "21", + "dummy": "22", "eap": "OOTS_ProofOfDomicile.eap", "editors": [ { @@ -2162,6 +2162,72 @@ }, "name": "Literal" }, + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept", + "@type": "http://www.w3.org/2002/07/owl#Class", + "EA-Guid": "{C819F639-92F4-4235-BE20-2252B3AAC098}", + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-label-en": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "extra": { + "EA-Guid": "{C819F639-92F4-4235-BE20-2252B3AAC098}", + "EA-Name": "Code", + "EA-Package": "DataTypes", + "EA-Parents": "", + "EA-Parents2": [], + "EA-Type": "DATATYPE", + "RawTags": [ + { + "key": "label-en", + "note": "null", + "value": "Code" + }, + { + "key": "uri", + "note": "null", + "value": "http://www.w3.org/2004/02/skos/core#Concept" + }, + { + "key": "definition-en", + "note": "null", + "value": "An idea or notion; a unit of thought." + }, + { + "key": "class-usage-scope", + "note": "null", + "value": "datatype" + } + ], + "Scope": "NOTHING", + "ap-codelist": "", + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-label-en": { + "en": "Code" + }, + "ap-usageNote-en": "", + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "label": { + "en": "Code" + }, + "parentclasses": "", + "usage": "" + }, + "inpackage": "OTHER_PACKAGE", + "label": { + "en": "Code" + }, + "name": "Code" + }, { "@id": "http://www.w3.org/ns/locn#Address", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -2341,7 +2407,7 @@ "standaardregisterurl": "https://code.europa.eu/oots/tdd/data_models/Evidence/ProofOfDomicile/tree/master/releases/0.0.1/Changelog.md", "template": "ProofOfDomicile_en.j2", "title": "Proof of domicile", - "toolchaincommit": "3cebae5d49990f87bae9fe969530f9b60fc018de", + "toolchaincommit": "c1ffabc5dd3a9598139f4b883ee69cd01604986b", "toolchainversion": "3", "translation": [ { diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile.jsonld b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile.jsonld index 51eab463f..784cb6a4f 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile.jsonld +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile.jsonld @@ -542,6 +542,71 @@ }, "name": "Literal" }, + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept", + "@type": "http://www.w3.org/2002/07/owl#Class", + "inpackage": "OTHER_PACKAGE", + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-label-en": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "label": { + "en": "Code" + }, + "extra": { + "EA-Name": "Code", + "EA-Guid": "{C819F639-92F4-4235-BE20-2252B3AAC098}", + "EA-Package": "DataTypes", + "EA-Type": "DATATYPE", + "EA-Parents": "", + "EA-Parents2": [], + "parentclasses": "", + "label": { + "en": "Code" + }, + "definition": { + "en": "An idea or notion; a unit of thought." + }, + "usage": "", + "ap-label-en": { + "en": "Code" + }, + "ap-definition-en": { + "en": "An idea or notion; a unit of thought." + }, + "ap-usageNote-en": "", + "ap-codelist": "", + "RawTags": [ + { + "key": "label-en", + "value": "Code", + "note": "null" + }, + { + "key": "uri", + "value": "http://www.w3.org/2004/02/skos/core#Concept", + "note": "null" + }, + { + "key": "definition-en", + "value": "An idea or notion; a unit of thought.", + "note": "null" + }, + { + "key": "class-usage-scope", + "value": "datatype", + "note": "null" + } + ], + "Scope": "NOTHING" + }, + "name": "Code" + }, { "@id": "http://www.w3.org/ns/locn#Address", "@type": "http://www.w3.org/2002/07/owl#Class", @@ -2321,14 +2386,14 @@ }, "config": "config/config-ap.json", "branchtag": "oots", - "dummy": "21", + "dummy": "22", "filename": "config/oots.json", "navigation": { "prev": "https://semiceu.github.io/OOTS/releases/0.0.1/" }, "repository": "git@uri.semic.eu-thema:SEMICeu/uri.semic.eu-thema.git", "urlref": "/OOTS/ProofOfDomicile/releases/0.0.1/", - "documentcommit": "71b716d34202c63107b8da3c3c247b5c1f699c7c", - "toolchaincommit": "3cebae5d49990f87bae9fe969530f9b60fc018de", + "documentcommit": "e2133f66dc9887fef7c34da32fb93a1374692b4f", + "toolchaincommit": "c1ffabc5dd3a9598139f4b883ee69cd01604986b", "hostname": "https://semiceu.github.io" } diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile_de.json b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile_de.json index 59af9be67..41a1a846e 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile_de.json +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile_de.json @@ -79,6 +79,18 @@ "de": "Enter your translation here" } }, + { + "EA-Guid": "{C819F639-92F4-4235-BE20-2252B3AAC098}", + "name": "Code", + "label": { + "en": "Code", + "de": "Enter your translation here" + }, + "definition": { + "en": "An idea or notion; a unit of thought.", + "de": "Enter your translation here" + } + }, { "EA-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "name": "Address", diff --git a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile_fr.json b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile_fr.json index 75e3ebd0a..62e100510 100644 --- a/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile_fr.json +++ b/report/OOTS/ProofOfDomicile/releases/0.0.1/translation/proofofdomicile_fr.json @@ -79,6 +79,18 @@ "fr": "Enter your translation here" } }, + { + "EA-Guid": "{C819F639-92F4-4235-BE20-2252B3AAC098}", + "name": "Code", + "label": { + "en": "Code", + "fr": "Enter your translation here" + }, + "definition": { + "en": "An idea or notion; a unit of thought.", + "fr": "Enter your translation here" + } + }, { "EA-Guid": "{650BCC62-B5E6-4070-8DC6-A39F0953E191}", "name": "Address", diff --git a/report/commit.json b/report/commit.json index 3b4b79bbb..b587e1c5f 100644 --- a/report/commit.json +++ b/report/commit.json @@ -1 +1 @@ -{"commit" : "3cebae5d49990f8"} +{"commit" : "c1ffabc5dd3a959"}