[tracker/tracker-0.10] ontologies: Add nfo:lastPlayedPosition to Media elements
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] ontologies: Add nfo:lastPlayedPosition to Media elements
- Date: Thu, 24 Mar 2011 22:06:43 +0000 (UTC)
commit 619e410b86314995da390bd58d7d0908b58fa8ad
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]