-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add SubClassOf ObjectHasValue to the recognized graph projection patterns #807
Comments
Fixed in #806 |
Awesome runoak --input sqlite:obo:obi relationships OBI:0002003
|
@cmungall Now I just have to learn how to query for things that were manufactured by Illumina runoak --input sqlite:obo:obi relationships .desc//p=is_manufactured_by Illumina returns 7621 rows runoak --input sqlite:obo:obi info .desc//p=is_manufactured_by Illumina returns 0 rows |
I can very crudely approximate what I want with runoak --input sqlite:obo:obi relationships .all | grep -P 'is_manufactured_by\s+Illumina' |
All relationships for all entities manufactured by Illumina:
|
We need to enhance the docs here Predicate abbreviations are described in the tutorial: Predicate CURIEs always work. For common predicates (i+p), abbreviations are allowed. We need to also mention predicate abbreviations here: |
As discussed in the obo-community's ontology-access-kit thread: https://obo-communitygroup.slack.com/archives/C03D93DEALA/p1727706503549479
@cmungall did you already address this in graph projections and subset validation #806?
see also https://ontobee.org/ontology/rdf/OBI?iri=http://purl.obolibrary.org/obo/OBI_0002003
Neither of these get it
runoak \ --input sqlite:obo:obi relationships \ --include-metadata .desc//p=i OBI:0400103 | grep 0000304
runoak \ --input sqlite:obo:obi term-metadata \ --output-type tsv \ --additional-metadata .desc//p=i OBI:0400103 | grep 0000304
The text was updated successfully, but these errors were encountered: