[tracker/rss-enclosures] Ontologies: promote mfo:image to FeedElement



commit d90276e12ca6419ed461f9ecec6af35b8b94a5e1
Author: Ivan Frade <ivan frade nokia com>
Date:   Tue Nov 9 18:14:43 2010 +0200

    Ontologies: promote mfo:image to FeedElement
    
    Channels and messages can have a related image (icon). Moving the image
    property to the FeedElement superclass from FeedChannel.

 data/ontologies/41-mfo.ontology |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/41-mfo.ontology b/data/ontologies/41-mfo.ontology
index 37ff593..0949cbb 100644
--- a/data/ontologies/41-mfo.ontology
+++ b/data/ontologies/41-mfo.ontology
@@ -45,7 +45,7 @@ mfo:FeedSettings a rdfs:Class ;
 # PROPERTIES OF CHANNEL
 mfo:image a rdf:Property ;
 	nrl:maxCardinality 1 ;
-	rdfs:domain mfo:FeedChannel ;
+	rdfs:domain mfo:FeedElement ;
 	rdfs:range xsd:string .
 
 # updateTime is used to store a local timestamp of feed message



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