Skip to content
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

Change from rdf:type wp:Pathway to rdfs:subClassOf wp:Pathway #97

Open
andrawaag opened this issue Nov 30, 2020 · 0 comments
Open

Change from rdf:type wp:Pathway to rdfs:subClassOf wp:Pathway #97

andrawaag opened this issue Nov 30, 2020 · 0 comments

Comments

@andrawaag
Copy link
Member

Currently, the RDF is modelled using rdf:type on both skos:Collection and wp:Pathway. E.g.

<http://identifiers.org/wikipathways/WP4104_r113457>
        a                    skos:Collection , wp:Pathway ;

I am wondering about changing rdf:type to using rdfs:subClassOf for wp:Pathway part. This would put it inline with for example the Pathway Ontology.

Introducing this sublass model, where a Pathway is depicted as a class, would open up the possibility to query by traversing a hierarchical tree and extend that to for example the pathway ontology.

One example of this suggestion would be:

<http://identifiers.org/wikipathways/WP4104_r113457>
        a                            skos:Collection ;
        rdfs:subClassOf  wp:Pathway .

it will probably have some repercussions on how the same pathway in different species is modelled.
There might need to be species less pathway because in principle they are all subclasses of that pathway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant