[tracker] NMM, NFO: nmm:camera is now nfo:device and apply to every media.
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] NMM, NFO: nmm:camera is now nfo:device and apply to every media.
- Date: Wed, 2 Jun 2010 14:29:28 +0000 (UTC)
commit 18ddf2356dcf542267e6b0fbf43dcc6b73df807d
Author: Ivan Frade <ivan frade nokia com>
Date: Wed Jun 2 17:27:52 2010 +0300
NMM, NFO: nmm:camera is now nfo:device and apply to every media.
data/ontologies/33-nfo.ontology | 10 +++++++++-
data/ontologies/38-nmm.ontology | 5 +++--
2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 7a02113..027534a 100644
--- a/data/ontologies/33-nfo.ontology
+++ b/data/ontologies/33-nfo.ontology
@@ -12,7 +12,7 @@
nfo: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "nfo" ;
- nao:lastModified "2010-04-30T16:12:00Z" .
+ nao:lastModified "2010-06-02T16:12:00Z" .
nfo:Document a rdfs:Class ;
rdfs:label "Document" ;
@@ -302,6 +302,14 @@ nfo:duration a rdf:Property ;
rdfs:domain nfo:Media ;
rdfs:range xsd:integer .
+# This property needs to be submitted to NEPOMUK
+nfo:device a rdf:Property ;
+ rdfs:label "Device" ;
+ rdfs:comment "Device (maker/model) used to capture the image/video" ;
+ nrl:maxCardinality 1 ;
+ rdfs:domain nfo:Media ;
+ rdfs:range xsd:string .
+
nfo:wordCount a rdf:Property ;
rdfs:label "wordCount" ;
rdfs:comment "The amount of words in a text document." ;
diff --git a/data/ontologies/38-nmm.ontology b/data/ontologies/38-nmm.ontology
index 9a63f64..7a34865 100644
--- a/data/ontologies/38-nmm.ontology
+++ b/data/ontologies/38-nmm.ontology
@@ -13,7 +13,7 @@
nmm: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "nmm" ;
- nao:lastModified "2010-04-09T00:00:50Z" .
+ nao:lastModified "2010-06-02T00:00:50Z" .
nmm:MusicPiece a rdfs:Class ;
rdfs:label "Music" ;
@@ -322,10 +322,11 @@ nmm:Photo a rdfs:Class ;
nmm:camera a rdf:Property ;
rdfs:label "Camera" ;
- rdfs:comment "The maker and model of the camera used to take the photograph" ;
+ rdfs:comment "The maker and model of the camera used to take the photograph. DEPRECATED (check nfo:device)" ;
nrl:maxCardinality 1 ;
rdfs:domain nmm:Photo ;
rdfs:range xsd:string ;
+ nao:deprecated true ;
tracker:weight 3 ;
tracker:writeback true .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]