[tracker] Added support for class signals to nmm:RadioStation



commit 251ba9537c65991f621829362c3e2c889d6765e2
Author: Philip Van Hoof <philip codeminded be>
Date:   Mon Dec 7 19:20:33 2009 +0100

    Added support for class signals to nmm:RadioStation

 data/ontologies/38-nmm.ontology |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/38-nmm.ontology b/data/ontologies/38-nmm.ontology
index 12a57f6..71cabc2 100644
--- a/data/ontologies/38-nmm.ontology
+++ b/data/ontologies/38-nmm.ontology
@@ -411,7 +411,8 @@ nmm:isColorCorrected a rdf:Property ;
 nmm:RadioStation a rdfs:Class ;
 	rdfs:label "Radio station" ;
 	rdfs:comment "The Radio station in user terms: BBC3, Radio5, YLEX, ... It is linked with 1 or more carriers (different FM frenquencies, online sources in different qualities, etc.). Some RDS information is represented with nie properties, nie:identifier for PI, nie:title for PS" ;
-	rdfs:subClassOf nfo:Audio .
+	rdfs:subClassOf nfo:Audio ;
+	tracker:notify true .
 
 nmm:radioIcon a rdf:Property ;
         rdfs:label "Radio station icon" ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]