phyloref / phyloref-ontology

Phyloreferencing Ontology and OWL DL reasoning with phyloreferences
Creative Commons Zero v1.0 Universal
5 stars 1 forks source link

An object property to list phyloreferences in a PHYX study #16

Closed gaurav closed 5 years ago

gaurav commented 6 years ago

Proposed term: has_phyloreference (object property) Definition: Indicates a phyloreference included in a PHYX Study (#14). Domain: PHYX Study (#14) Range: Phyloreference See also: scratch ontology, PHYX context

Competency questions:

hlapp commented 6 years ago

Less trivial competency question needed.

hlapp commented 5 years ago

Assuming that there is a URI for the study, and if we can agree that this is a provenance relationship (for example, prov:wasDerivedFrom), then the following axiom for a phyloreference:

<phyloref1> rdfs:subClassOf some (prov:wasDerivedFrom value <https://doi.org/10101/phyx-study1>)

would enable the following DL query:

Phyloreference and prov:wasDerivedFrom value <https://doi.org/10101/phyx-study1>

Hence I don't see what need the requested property fulfills that is difficult to meet otherwise, and I therefore think this issue should be closed.

gaurav commented 5 years ago

Agreed! Implementing this in the phyx.js is now covered by phyloref/curation-tool#133. Closing.