From 2f2921ea02f675920e811ab1a185578a7eaa91c9 Mon Sep 17 00:00:00 2001 From: Jerven Bolleman Date: Thu, 13 Dec 2018 10:29:07 +0100 Subject: [PATCH] Implements to faldo:possiblePosition as suggested by Leyla Garcia in pull request #38. --- faldo.ttl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/faldo.ttl b/faldo.ttl index 4546a23..04c82be 100644 --- a/faldo.ttl +++ b/faldo.ttl @@ -249,6 +249,11 @@ ]) ] . +:possiblePosition + rdf:type owl:ObjectProperty ; + rdfs:label "possiblePosition"^^xsd:string ; + rdfs:comment "One of the possible positions listed for a OneOfPosition element."^^xsd:string . + :reference rdf:type owl:ObjectProperty ; rdfs:comment "The reference is the resource that the position value is anchored to. For example, a contig or chromosome in a genome assembly."^^xsd:string ;