plazi/ontologies

Description scopes

Closed this issue · 2 comments

current instances for predefined use of object of hasScope.

Class Instances
Season autumn, winter, spring, anySeason
LifeStage juvenile, adult, anyLifeStage
Sex female, male, anySex

Pehaps below is and example SPARQL axiom lending meaning to the "any" scopes, something like:

CONSTRUCT { ?d tmt:hasScope tmt:female .
?d tmt:hasScope tmt:male . }
FROM
WHERE { ?d rdf:type tmt:Description .
?d tmt:hasScope tmt:anySex }

If someone can post something better, or can cite similar use of SPARQL, please add to this issue.

This issue is stale because it has been open for 90 days with no activity.

This issue was closed because it has been inactive for 30 days since being marked as stale.