Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions faldo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ;
Expand Down