wikipathways / GPML2RDF

GPML2RDF converter
Apache License 2.0
4 stars 2 forks source link

discuss wp:category #22

Closed egonw closed 3 years ago

egonw commented 8 years ago

Previously, one could do a query like this:

SELECT DISTINCT  *
WHERE {
    ?pathway wp:category wp:MetabolicProcess .
    ?pathway dc:title ?title .
}

But this predicate is not available in the current WPRDF. Do we want to restore it?

egonw commented 7 years ago

Related to the top level ontology terms. See https://github.com/wikipathways/GPML2RDF/issues/2

egonw commented 7 years ago

I have requested the PW ontology to be default loaded into the SPARQL end point, which will make this possible. (cc @nunogit)

egonw commented 3 years ago

Pathway Ontology loaded in the SPARQL endpoint now.