[tracker/neo: 9/10] Ontology: Neo: Removed neo:Relation
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/neo: 9/10] Ontology: Neo: Removed neo:Relation
- Date: Wed, 10 Nov 2010 16:33:21 +0000 (UTC)
commit 5a50c01a895fc93e09b109f7884cece2c894a16a
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]