From d375cf1099a26f2d7619b29100bbb9f2a3be0880 Mon Sep 17 00:00:00 2001 From: Jerven Bolleman Date: Fri, 28 Aug 2015 10:50:27 +0200 Subject: [PATCH] #27 begin, end are now owl:TransitiveProperty --- faldo.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faldo.ttl b/faldo.ttl index 4546a23..20776ce 100644 --- a/faldo.ttl +++ b/faldo.ttl @@ -199,7 +199,7 @@ rdfs:range :ExactPosition . :begin - rdf:type owl:ObjectProperty ; + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:comment "The inclusive beginning of a position. Also known as start."^^xsd:string ; rdfs:label "begin"^^xsd:string ; rdfs:domain @@ -215,7 +215,7 @@ rdfs:label "beginOf"^^xsd:string ; owl:inverseOf :begin . -:end rdf:type owl:ObjectProperty ; +:end rdf:type owl:ObjectProperty, owl:TransitiveProperty ; rdfs:comment "The inclusive end of the position."^^xsd:string ; rdfs:label "end"^^xsd:string ; rdfs:range :Position ;