[tracker/tracker-0.10] ontologies (NFO): new Note class to store Tomboy-alike notes



commit 3658048e175dd1d991ea4e134623c85b8009a6ae
Author: Ivan Frade <ivan frade nokia com>
Date:   Wed Mar 9 14:01:32 2011 +0200

    ontologies (NFO): new Note class to store Tomboy-alike notes

 data/ontologies/33-nfo.ontology |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index fc09bad..2ccd974 100644
--- a/data/ontologies/33-nfo.ontology
+++ b/data/ontologies/33-nfo.ontology
@@ -561,6 +561,12 @@ nfo:tableOfContents a rdf:Property ;
        	tracker:fulltextIndexed true ;
 	tracker:weight 5 .
 
+# Not in upstream Nepomuk. Pending to submit there.
+nfo:Note a rdfs:Class ;
+         rdfs:label "Note";
+         rdfs:comment "Usually small document with snippets, reminders or frequenly used content.";
+         rdfs:subClassOf nfo:Document .
+
 nfo:lineCount a rdf:Property ;
 	rdfs:label "lineCount" ;
 	rdfs:comment "The amount of lines in a text document" ;



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