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

jskos-convert: support RDF input format #13

Open
nichtich opened this issue Nov 25, 2019 · 1 comment
Open

jskos-convert: support RDF input format #13

nichtich opened this issue Nov 25, 2019 · 1 comment
Labels
feature Additional functionality
Milestone

Comments

@nichtich
Copy link
Member

Together with #12 to replace Perl script skos2jskos. Requires a triple store so maybe better as an independent package jskos-rdf.

@nichtich nichtich added the feature Additional functionality label Nov 25, 2019
@nichtich nichtich added this to the 1.0.0 milestone Nov 25, 2019
@nichtich
Copy link
Member Author

nichtich commented Aug 5, 2020

In addition to RDF/SKOS we would also like to convert OWL and RDFS ontologies to JSKOS format. The semantics of conversion is simple, e.g.

  • owl:Ontology => JSKOS Concept Scheme
  • owl:Class => JSKOS Concept
  • rdfs:subClassOf => broader
  • owl:domain, owl:range (if another class) => related
  • ...

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

No branches or pull requests

1 participant