Skip to content

Commit 1c14660

Browse files
Implements to faldo:possiblePosition as suggested by Leyla Garcia in pull request #38.
1 parent df739ae commit 1c14660

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

faldo.ttl

+5
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@
249249
])
250250
] .
251251

252+
:possiblePosition
253+
rdf:type owl:ObjectProperty ;
254+
rdfs:label "possiblePosition"^^xsd:string ;
255+
rdfs:comment "One of the possible positions listed for a OneOfPosition element."^^xsd:string .
256+
252257
:reference
253258
rdf:type owl:ObjectProperty ;
254259
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 ;

0 commit comments

Comments
 (0)