[tracker] Support nao:description



commit 0f39a2204d0a6f39a72d4594d0f80a79f00f7787
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Apr 15 14:58:09 2010 +0100

    Support nao:description

 data/ontologies/31-nao.ontology |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/31-nao.ontology b/data/ontologies/31-nao.ontology
index 713acea..0674961 100644
--- a/data/ontologies/31-nao.ontology
+++ b/data/ontologies/31-nao.ontology
@@ -22,6 +22,15 @@ nao:prefLabel a rdf:Property ;
 	tracker:fulltextIndexed true ;
 	tracker:weight 10 .
 
+nao:description a rdf:Property ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain nao:Tag ;
+	rdfs:range xsd:string ;
+	rdfs:subPropertyOf rdfs:comment ;
+	rdfs:comment "In the context of the social semantic desktop the textual annotation provided via rdfs:comment is meant for technical users, the textual annotation here is aimed at average users and is meant to be used to define custom descriptions of resources on the desktop" ;
+	tracker:fulltextIndexed true ;
+	tracker:weight 3 .
+
 nao:hasTag a rdf:Property ;
 	rdfs:domain rdfs:Resource ;
 	rdfs:range rdfs:Resource ;



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