From 6ceabb2efc17d8241d3764836e96238c754a6d52 Mon Sep 17 00:00:00 2001 From: LEFRANCOIS Maxime Date: Mon, 20 Feb 2017 17:02:16 +0100 Subject: [PATCH] added voaf:Vocabulary class to ontology instances --- ssn/integrated/sosa.ttl | 2 +- ssn/integrated/ssn.ttl | 2 +- ssn/integrated/ssnx.ttl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ssn/integrated/sosa.ttl b/ssn/integrated/sosa.ttl index 5d2875a04..98116a158 100644 --- a/ssn/integrated/sosa.ttl +++ b/ssn/integrated/sosa.ttl @@ -39,7 +39,7 @@ vs:term_status a owl:AnnotationProperty . time:TemporalEntity a owl:Class . -sosa: a owl:Ontology . +sosa: a owl:Ontology , voaf:Voabulary . sosa:Observation a owl:Class . diff --git a/ssn/integrated/ssn.ttl b/ssn/integrated/ssn.ttl index 6ef4a055f..e038cec5b 100644 --- a/ssn/integrated/ssn.ttl +++ b/ssn/integrated/ssn.ttl @@ -34,7 +34,7 @@ vann:preferredNamespacePrefix a owl:AnnotationProperty . vann:preferredNamespaceUri a owl:AnnotationProperty . -ssn: a owl:Ontology ; +ssn: a owl:Ontology , voaf:Voabulary . owl:imports sosa: . diff --git a/ssn/integrated/ssnx.ttl b/ssn/integrated/ssnx.ttl index e363e3dba..bf18d29df 100644 --- a/ssn/integrated/ssnx.ttl +++ b/ssn/integrated/ssnx.ttl @@ -50,7 +50,7 @@ time:TemporalEntity a owl:Class . dcterms:source """This ontology is developed by the W3C Semantic Sensor Networks Incubator Group (SSN-XG). The concepts and structure of the ontology were discussed in the group's meetings and on the mailing list. For more information on the group's activities see: http://www.w3.org/2005/Incubator/ssn/"""@en ; rdfs:seeAlso "http://www.w3.org/2005/Incubator/ssn/" . - a owl:Ontology ; + a owl:Ontology , voaf:Voabulary . owl:imports sosa: , ssn: .