[tracker] NFO: tableOfContents property for documents
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] NFO: tableOfContents property for documents
- Date: Thu, 25 Feb 2010 12:38:51 +0000 (UTC)
commit b9308dc9a3f348ab2d0f51b9f3381980752ed466
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]