[tracker] ontologies: Add nfo:lastPlayedPosition to Media elements



commit c75b9c2b77faaf0d9d02463b796e60f7f151d60f
Author: Ivan Frade <ivan frade nokia com>
Date:   Thu Mar 24 09:43:56 2011 +0200

    ontologies: Add nfo:lastPlayedPosition to Media elements
    
    Requested by lionel g landwerlin linux intel com
    Property in Media to store the last position in the was played.

 data/ontologies/33-nfo.ontology |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 2ccd974..39c92cf 100644
--- a/data/ontologies/33-nfo.ontology
+++ b/data/ontologies/33-nfo.ontology
@@ -966,3 +966,11 @@ nfo:HelpDocument a rdfs:Class ;
 	rdfs:comment "User guides and similar to assist the user" ;
 	rdfs:subClassOf nfo:Document .
 
+
+# This property needs to be submitted to NEPOMUK
+nfo:lastPlayedPosition a rdf:Property ;
+        rdfs:comment "Position in the media (in seconds) where the play was paused. Positive number, being 0 the beggining of the media." ;
+        rdfs:label "last played position" ;
+        nrl:maxCardinality 1 ;
+        rdfs:domain nfo:Media ;
+        rdfs:range xsd:integer .



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