summaryrefslogtreecommitdiff
path: root/src/ontologies
diff options
context:
space:
mode:
authorMarinus Schraal <mschraal@src.gnome.org>2016-11-12 13:49:40 +0100
committerMarinus Schraal <mschraal@src.gnome.org>2016-11-15 00:08:17 +0100
commitf482618a07fbe564e887112dab7ad03034576b26 (patch)
treefeafc65a6de10144e43f74ea0788c06e2a5a9b81 /src/ontologies
parentfb30a3f66b5cca5324fdc3b0aa129388c67be92d (diff)
downloadtracker-f482618a07fbe564e887112dab7ad03034576b26.tar.gz
Use nie:title instead of nmm:albumTitle
nmm:albumTitle is deprecated https://bugzilla.gnome.org/show_bug.cgi?id=773697
Diffstat (limited to 'src/ontologies')
-rw-r--r--src/ontologies/38-nmm.ontology2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ontologies/38-nmm.ontology b/src/ontologies/38-nmm.ontology
index 0137af267..0846aa714 100644
--- a/src/ontologies/38-nmm.ontology
+++ b/src/ontologies/38-nmm.ontology
@@ -188,7 +188,7 @@ nmm:artwork a rdf:Property ;
nmm:albumTitle a rdf:Property ;
rdfs:label "Title" ;
- rdfs:comment "nmm:albumTitle is deprecated, use nie:title instead, extractors still need updating" ;
+ rdfs:comment "nmm:albumTitle is deprecated, use nie:title instead" ;
rdfs:subPropertyOf nie:title ;
nrl:maxCardinality 1 ;
rdfs:domain nmm:MusicAlbum ;