Skip to content
Merged
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
5 changes: 5 additions & 0 deletions faldo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down