[tracker/neo] remove neo:Relation
- From: Robert James Taylor <robtaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/neo] remove neo:Relation
- Date: Mon, 8 Nov 2010 13:49:23 +0000 (UTC)
commit 85cea1476fbcb44986e21f4c8008be676ea6ffef
Author: Rob Taylor <rob taylor codethink co uk>
Date: Fri Nov 5 16:09:22 2010 +0200
remove 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]