From ee242934a451673687aa9c80a469d0dd7b27c08c Mon Sep 17 00:00:00 2001 From: Maxime Date: Mon, 26 Jul 2021 14:24:38 +0200 Subject: [PATCH 1/3] added rdfs:seeAlso metadata --- ontology/saref4ehaw.ttl | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index 3c4ed38..a48ea61 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -28,6 +28,7 @@ vann:preferredNamespaceUri "https://saref.etsi.org/saref4ehaw/" ; dcterms:issued "2020-02-01"^^xsd:date ; dcterms:modified "2020-05-01"^^xsd:date ; + rdfs:seeAlso ; 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: -- GitLab From a18a97d1d2b20118d11842cc18160938f4d2f423 Mon Sep 17 00:00:00 2001 From: Maxime Date: Tue, 5 Mar 2024 13:38:01 +0100 Subject: [PATCH 2/3] fix link to saref-pipeline --- .gitlab-ci.yml | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fda4ae1..8eb754a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,24 +1,20 @@ -image: openjdk:8-jdk - variables: + GIT_STRATEGY: fetch + GIT_DEPTH: 0 SAREF_DEV_KEY: SAREF_PORTAL_KEY: -before_script: - - eval $(ssh-agent -s) - - ssh-add <(echo "$SAREF_DEV_KEY") - - mkdir -p ~/.ssh - - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - stages: - test - build - deploy + test-develop: stage: test + image: openjdk:11-jre script: - - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" + - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/releases/permalink/latest/downloads/saref-pipeline.jar" - java -jar saref-pipeline.jar develop -s && touch target/success allow_failure: true except: @@ -34,8 +30,9 @@ test-develop: test-prerelease: stage: test + image: openjdk:11-jre script: - - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" + - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/releases/permalink/latest/downloads/saref-pipeline.jar" - java -jar saref-pipeline.jar release -t && touch target/success allow_failure: true only: @@ -48,19 +45,27 @@ test-prerelease: reports: junit: target/report_output.xml -deploy-report: - stage: deploy - script: - - scp -pr target/site saref-dev@saref.etsi.org:~/snapshot/$CI_PIPELINE_ID - - echo "SAREF pipeline report https://saref.etsi.org/snapshot/$CI_PIPELINE_ID/report.html" - - exit $(test -f target/success) $? - except: - - /^release-v/ +# deploy-report: +# stage: deploy +# image: alpine:latest +# script: +# - apk update +# - apk add openssh +# - eval $(ssh-agent -s) +# - ssh-add <(echo "$SAREF_DEV_KEY") +# - mkdir -p ~/.ssh +# - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' +# - scp -P 29419 -pr target/site saref-dev@saref.etsi.org:~/snapshot/$CI_PIPELINE_ID +# - echo "SAREF pipeline report https://saref.etsi.org/snapshot/$CI_PIPELINE_ID/report.html" +# - exit $(test -f target/success) $? +# except: +# - /^release-v/ test-release: stage: test + image: openjdk:11-jre script: - - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" + - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/releases/permalink/latest/downloads/saref-pipeline.jar" - java -jar saref-pipeline.jar release -t only: - /^release-v/ -- GitLab From b759ed7fa5be6236628b5dc3c41696127751f135 Mon Sep 17 00:00:00 2001 From: Maxime Date: Tue, 5 Mar 2024 13:39:10 +0100 Subject: [PATCH 3/3] fix metadata --- ontology/saref4ehaw.ttl | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index a48ea61..4f33c18 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -13,24 +13,24 @@ @base . rdf:type owl:Ontology ; - owl:imports ; - dcterms:creator ; - dcterms:contributor , - , - , - ; - dcterms:publisher ; - dcterms:license ; - dcterms:source ; - owl:versionIRI ; - owl:versionInfo "v1.1.1" ; - vann:preferredNamespacePrefix "s4ehaw" ; - vann:preferredNamespaceUri "https://saref.etsi.org/saref4ehaw/" ; - dcterms:issued "2020-02-01"^^xsd:date ; - dcterms:modified "2020-05-01"^^xsd:date ; - rdfs:seeAlso ; - 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. + owl:imports ; + dcterms:creator ; + dcterms:contributor , + , + , + ; + dcterms:publisher ; + dcterms:license ; + dcterms:source ; + owl:versionIRI ; + owl:versionInfo "v1.1.1" ; + vann:preferredNamespacePrefix "s4ehaw" ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref4ehaw/" ; + dcterms:issued "2020-02-01"^^xsd:date ; + dcterms:modified "2020-05-01"^^xsd:date ; + rdfs:seeAlso ; + 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: - Allow the implementation of a limited set of typical EHAW related use cases already identified in ETSI TR 103 509, i.e. - Use case 1 “elderly at home monitoring and support”, -- GitLab