[tracker/rss-enclosures] Ontology: Neo: Removed neo:Relation



commit 4ea5d5dff4a20a84778c7cfcb98b49638f15385a
Author: Rob Taylor <rob taylor codethink co uk>
Date:   Fri Nov 5 16:09:22 2010 +0200

    Ontology: Neo: Removed neo:Relation
    
    This too generic and ill defined at this point. Even if it proves useful in
    the future, it should be in a seperate ontology.

 data/ontologies/42-neo.ontology |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/data/ontologies/42-neo.ontology b/data/ontologies/42-neo.ontology
index e27c30a..41f1793 100644
--- a/data/ontologies/42-neo.ontology
+++ b/data/ontologies/42-neo.ontology
@@ -94,27 +94,3 @@ neo:hasSubject a rdf:Property ;
     rdfs:domain neo:Event ;
     rdfs:label "subject" ;
     rdfs:range nie:InformationElement.
-
-neo:Relation a rdfs:Class ;
-    rdfs:comment "a weighted relationship" ;
-    rdfs:subClassOf nie:InformationElement .
-
-neo:relationFrom a rdf:Property ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain neo:Relation ;
-    rdfs:range nie:InformationElement .
-
-neo:relationTo a rdf:Property ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain neo:Relation ;
-    rdfs:range nie:InformationElement .
-
-neo:relationWeight a rdf:Property;
-    nrl:maxCardinality 1 ;
-    rdfs:domain neo:Relation ;
-    rdfs:range xsd:double .
-
-neo:relationExpires  a rdf:Property;
-    nrl:maxCardinality 1 ;
-    rdfs:domain neo:Relation ;
-    rdfs:range xsd:dateTime .



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