[tracker] NAO: Adding nao:deprecated to the ontology



commit d3b412ea5580560ec437ae382fd4d909b5235e9c
Author: Ivan Frade <ivan frade nokia com>
Date:   Fri Dec 4 16:08:31 2009 +0200

    NAO: Adding nao:deprecated to the ontology

 data/ontologies/31-nao.ontology |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/31-nao.ontology b/data/ontologies/31-nao.ontology
index ece2145..773be92 100644
--- a/data/ontologies/31-nao.ontology
+++ b/data/ontologies/31-nao.ontology
@@ -36,6 +36,12 @@ nao:numericRating a rdf:Property ;
 	rdfs:domain rdfs:Resource ;
 	rdfs:range xsd:double .
 
+nao:deprecated a rdf:Property;
+  rdfs:domain rdfs:Resource;
+  rdfs:range xsd:boolean;
+  rdfs:label "deprecated";
+  rdfs:comment "If this property is assigned, the subject class, property, or resource, is deprecated and should not be used in production systems any longer. It may be removed without further notice." .
+
 # These are added and approval by Nepomuk-upstream is pending
 
 nao:Property a rdfs:Class ;
@@ -54,3 +60,5 @@ nao:hasProperty a rdf:Property ;
 	rdfs:domain nie:InformationElement ;
 	rdfs:range  nao:Property .
 
+
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]