summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Frade <ivan.frade@nokia.com>2010-06-02 17:27:52 +0300
committerIvan Frade <ivan.frade@nokia.com>2010-06-02 17:27:52 +0300
commit18ddf2356dcf542267e6b0fbf43dcc6b73df807d (patch)
treed5a259b9dd8a28e8e71ff932ad901814d3644327
parentd95e4bc9dbbdb2fdbf2f4c1962959b2d71eee466 (diff)
downloadtracker-18ddf2356dcf542267e6b0fbf43dcc6b73df807d.tar.gz
NMM, NFO: nmm:camera is now nfo:device and apply to every media.
-rw-r--r--data/ontologies/33-nfo.ontology10
-rw-r--r--data/ontologies/38-nmm.ontology5
2 files changed, 12 insertions, 3 deletions
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 7a0211384..027534a82 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 9a63f6488..7a348651a 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 .