From ee242934a451673687aa9c80a469d0dd7b27c08c Mon Sep 17 00:00:00 2001
From: Maxime <maxime.lefrancois@emse.fr>
Date: Mon, 26 Jul 2021 14:24:38 +0200
Subject: [PATCH] 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 <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341008/01.01.01_60/ts_10341008v010101p.pdf> ;
                                       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