[tracker/miner-web-review: 35/74] NFO: tableOfContents property for documents



commit 955b6745a847520ab1aaefe878251bd5a4b2bc20
Author: Ivan Frade <ivan frade nokia com>
Date:   Thu Feb 25 14:36:45 2010 +0200

    NFO: tableOfContents property for documents

 data/ontologies/33-nfo.ontology |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 4220840..c682cc9 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" ;



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