summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-04-15 16:51:09 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-04-15 17:10:51 +0200
commit6be0d134d70f17378d7356d942dcd634c27180ac (patch)
treef3e4daecf9470c3da3940d709c31c65aa401fbf6
parent16067c0eb53575da7e04b4d4869ee61d029e36e0 (diff)
downloadtracker-6be0d134d70f17378d7356d942dcd634c27180ac.tar.gz
ontologies: Drop nmm:videoAlbum
It's an extension to nepomuk, unused, documented as "not making sense", and the problem highlighted is indeed accurate. Since it's got no use, just remove it.
-rw-r--r--src/ontologies/nepomuk/38-nmm.ontology9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ontologies/nepomuk/38-nmm.ontology b/src/ontologies/nepomuk/38-nmm.ontology
index 5be763a3f..329262e88 100644
--- a/src/ontologies/nepomuk/38-nmm.ontology
+++ b/src/ontologies/nepomuk/38-nmm.ontology
@@ -244,15 +244,6 @@ nmm:setNumber a rdf:Property ;
rdfs:domain nmm:MusicAlbumDisc ;
rdfs:range xsd:integer .
-# Addition to nepomuk.
-# This property doesn't make sense... it is the other way around
-# From the list ot the item, not from the item to the list
-nmm:videoAlbum a rdf:Property ;
- rdfs:label "Album" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmm:Video ;
- rdfs:range nfo:MediaList .
-
nmm:episodeNumber a rdf:Property ;
rdfs:label "Episode number" ;
rdfs:comment "Episode number of a TV show" ;