summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Frade <ivan.frade@nokia.com>2010-02-25 14:36:45 +0200
committerIvan Frade <ivan.frade@nokia.com>2010-02-25 14:37:34 +0200
commitb9308dc9a3f348ab2d0f51b9f3381980752ed466 (patch)
tree881e725f277e0f2e3d636722767783f2a7dc19bb
parente391d385bd98040eac6d9bfe78fe2f88a6d50b7e (diff)
downloadtracker-b9308dc9a3f348ab2d0f51b9f3381980752ed466.tar.gz
NFO: tableOfContents property for documents
-rw-r--r--data/ontologies/33-nfo.ontology10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 422084002..c682cc970 100644
--- a/data/ontologies/33-nfo.ontology
+++ b/data/ontologies/33-nfo.ontology
@@ -542,6 +542,16 @@ nfo:sampleCount a rdf:Property ;
rdfs:domain nfo:Audio ;
rdfs:range xsd:integer .
+# Propose in Nepomuk
+nfo:tableOfContents a rdf:Property ;
+ rdfs:label "Table of contents";
+ rdfs:comment "Section titles and figure descriptions of the document.";
+ nro:maxCardinality 1 ;
+ rdfs:domain nfo:Document ;
+ rdfs:range xsd:string ;
+ tracker:fulltextIndexed true ;
+ tracker:weight 5 .
+
nfo:lineCount a rdf:Property ;
rdfs:label "lineCount" ;
rdfs:comment "The amount of lines in a text document" ;