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

Provide mappings for loading from SKOS #257

Open
cmungall opened this issue Feb 9, 2018 · 1 comment
Open

Provide mappings for loading from SKOS #257

cmungall opened this issue Feb 9, 2018 · 1 comment

Comments

@cmungall
Copy link
Contributor

cmungall commented Feb 9, 2018

SciGraph is currently very configurable for different kinds of ontologies - e.g synonym properties can be configured, as can categories.

It would be good to allow loading from SKOS. Note that skos concepts are not owl:Classes so will thus be invisible when loading.

This is a shame as SKOS graphs map naturally to Neo4j/SciGraph

It would be trivial to load, one of two strategies:

  • Write a SKOS importer, using Jena
  • Use jena and a SPARQL transform to translate skos2owl
  • Translate from skos concept individuals using OWLAPI
@cmungall
Copy link
Contributor Author

cmungall commented Feb 9, 2018

We should first test the behavior of loading skos at the moment. Perhaps it's fine to leave as-is, withs skos concepts as individuals.

We should make it clearer on the README that scigraph is useful not just for ontologies

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