From 3521c3af9a5e50cbdef0c5fcfa52351329f072c3 Mon Sep 17 00:00:00 2001
From: dragoni <dragoni@fbk.eu>
Date: Wed, 22 Apr 2020 14:34:27 +0200
Subject: [PATCH] Fixed blocking issues detected by the saref-pipeline.

---
 .gitignore              |  9 +++++++++
 LICENSE                 | 13 ++++++-------
 ontology/saref4ehaw.ttl |  6 +++---
 3 files changed, 18 insertions(+), 10 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0419426
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+/target/
+.project
+.classpath
+.settings
+*~
+saref-pipeline.jar
+.DS_Store
+target
+catalog-v001.xml
diff --git a/LICENSE b/LICENSE
index d774f32..c7a6ba0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,9 +2,9 @@ Copyright 2019 ETSI
 
 Redistribution and use in source and binary forms, with or without 
 modification, are permitted provided that the following conditions are met:
-1. Redistributions of source code must retain the above copyright notice,  this
-   list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright notice,
+1. Redistributions of source code must retain the above copyright notice, 
+   this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice, 
    this list of conditions and the following disclaimer in the documentation 
    and/or other materials provided with the distribution.
 3. Neither the name of the copyright holder nor the names of its contributors 
@@ -13,12 +13,11 @@ modification, are permitted provided that the following conditions are met:
 
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. 
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
+OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl
index c475106..8a0b339 100644
--- a/ontology/saref4ehaw.ttl
+++ b/ontology/saref4ehaw.ttl
@@ -27,8 +27,8 @@
                                       owl:versionInfo "v1.1.1" ;
                                       vann:preferredNamespacePrefix "s4ehaw" ;
                                       vann:preferredNamespaceUri "https://saref.etsi.org/saref4ehaw/" ;
-                                      dcterms:issued "date when the document is online"^^xsd:date ;
-				      dcterms:modified "do not set this"^^xsd:date ;
+                                      dcterms:issued "2020-02-01"^^xsd:date ;
+				      dcterms:modified "2020-02-01"^^xsd:date ;
                                       dcterms:title "SAREF4EHAW: an extension of SAREF for eHealth Ageing Well domain"@en ;
                                       dcterms:description """The objective of SAREF4EHAW is to extend SAREF ontology for the eHealth/Ageing-well (EHAW) vertical. Clause 4.1 of the present document shortly introduces a high level view of the envisioned SAREF4EHAW semantic model and modular ontology, with the retained concepts (i.e. classes) and their relations. 
 SAREF4EHAW extension has been specified and formalised by investigating EHAW domain related resources, as reported in ETSI TR 103 509, such as: potential stakeholders, standardization initiatives, alliances/associations, European projects, EC directives, existing ontologies, and data repositories. Therefore, SAREF4EHAW modular ontology shall both:
@@ -1392,7 +1392,7 @@ s4ehaw:walking rdf:type owl:NamedIndividual ,
 
 
 ###  https://saref.etsi.org/saref4ehaw/Armpit
-:Armpit rdf:type owl:NamedIndividual ,
+s4ehaw:Armpit rdf:type owl:NamedIndividual ,
                  s4ehaw:BodySurfaceLocation .
 
 
-- 
GitLab