[tracker/rss-enclosures] NMM ontology: Add writeback on nmm:performer and nmm:musicAlbum
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] NMM ontology: Add writeback on nmm:performer and nmm:musicAlbum
- Date: Mon, 3 May 2010 00:36:50 +0000 (UTC)
commit f998144bc933a21581a70e0483a956982c84e1cc
Author: Adrien Bustany <abustany gnome org>
Date: Thu Apr 15 10:30:42 2010 -0400
NMM ontology: Add writeback on nmm:performer and nmm:musicAlbum
Add tracker:writeback annotation on the two properties nmm:performer and
nmm:musicAlbum.
data/ontologies/38-nmm.ontology | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/38-nmm.ontology b/data/ontologies/38-nmm.ontology
index be84429..79c6be0 100644
--- a/data/ontologies/38-nmm.ontology
+++ b/data/ontologies/38-nmm.ontology
@@ -63,7 +63,8 @@ nmm:musicAlbum a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain nmm:MusicPiece ;
rdfs:range nmm:MusicAlbum ;
- tracker:weight 6 .
+ tracker:weight 6 ;
+ tracker:writeback true .
# Cardinality could be > 1 if we create one for album collections
nmm:albumArtist a rdf:Property ;
@@ -88,7 +89,8 @@ nmm:performer a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain nmm:MusicPiece ;
rdfs:range nmm:Artist ;
- tracker:weight 4 .
+ tracker:weight 4 ;
+ tracker:writeback true .
nmm:length a rdf:Property ;
rdfs:label "Length" ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]