Jim Balhoff

Results 612 comments of Jim Balhoff

@turbomam PO is Plant Ontology. Coincidentally Protein Ontology also doesn't provide a base file, but I am simulating one: https://github.com/NCATS-Tangerine/ubergraph/blob/8e1a2938e4dcc1c1a104dcd0cbcd375e65a3a1a8/Makefile#L18-L24 I can temporarily do that for PO and FOODON as...

> .owl - discouraged, but default interpretation is OWL layered on RDF and serialized as Turtle(?) (or: RDF/XML, as per OBO) Most packages I'm familiar with assume that `.owl` is...

An alternative approach might be to include the prefix declarations in machine-readable form (but "reified") within the ontology rather than linking out, using the [SHACL vocabulary](https://www.w3.org/TR/shacl/#sparql-prefixes). We're using this here:...

> @balhoff totally, good idea. Would you say, just importing this with owl:imports? Yeah that sounds great.

Here's relevant output from my recent boomer run: ![75d379a758aab150a10f2c250a33d00dbd7e34ca50557eeadef3b67bdbb8bbae](https://github.com/geneontology/go-ontology/assets/210210/acd6e401-fdbe-4b19-862c-755b4185d949) @sjm41 I could explain these boomer pictures on the ontology call next Monday (or sooner if you want). Any red or...

Boomer output: ![4cc335ebf712c5ed2cbdeecfbf61f4864aa347cf43de4bb0f8617a57ba65a694](https://github.com/geneontology/go-ontology/assets/210210/86a6bf21-6f35-4284-8edb-7a6e20971386) @sjm41 the gray lines here indicate a subclass relationship stated by Rhea (not boomer proposals).

@pgaudet are you talking about unreleased RHEA IDs here?

@ValWood @pgaudet right now if you enter an unreleased RHEA id, this will be filtered from the release ontology build. This is fine for a regular xref, but if it...

I just want to express my support for this feature addition. I think it's what we need in the OBO ShEx file to state that a term should not have...

I think the trouble is that there are many undeclared properties used as triple objects for `owl:onProperty`. Example: ```turtle a owl:Class, linkml:ClassDefinition ; rdfs:label "CodeableConcept" ; rdfs:subClassOf [ a owl:Restriction...