Skip to content

Commit

Permalink
#13 added haskey to allow OWL reasoners to infer that two positions a…
Browse files Browse the repository at this point in the history
…re the same.
  • Loading branch information
JervenBolleman committed Jul 1, 2014
1 parent 042585e commit 595b1fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion faldo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty :position
] ;
owl:disjointWith :OneOfPosition , :InRangePosition , :InBetweenPosition .
owl:disjointWith :OneOfPosition , :InRangePosition , :InBetweenPosition ;
owl:hasKey (:position :reference) .

:N-TerminalPosition
rdf:type owl:Class ;
Expand Down

0 comments on commit 595b1fe

Please sign in to comment.