You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we cannot perform queries to retrieve all classes defined as rdfs:Class or owl:Class. For instance, while GeneAnnotation is a class, the current annotations do not explicitly indicate this, making it impossible to identify GeneAnnotation as a class in such queries.
Below is a snippet of the current version of annotated data (in TTL representation). As we can clearly see that its lacking the explicit indication of the class.
perhaps test out the gen-jsonld for the linkml model itself. i.e. what this needs is a conversion of the model itself, not data encoded in the model. perhaps there is something that exports the model as owl as well.
Currently, we cannot perform queries to retrieve all classes defined as
rdfs:Class
orowl:Class
. For instance, while GeneAnnotation is a class, the current annotations do not explicitly indicate this, making it impossible to identifyGeneAnnotation
as a class in such queries.Below is a snippet of the current version of annotated data (in TTL representation). As we can clearly see that its lacking the explicit indication of the class.
To address this issue, we need the annotation in the following format.
In this version, we now have explicit semantics encoded, enabling us to query (see below) by
rdfs:Class
.Query:
The text was updated successfully, but these errors were encountered: