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

rdfs:domain and range don't get exported #1025

Closed
DanBerrios opened this issue Jul 11, 2022 · 4 comments · Fixed by #1061
Closed

rdfs:domain and range don't get exported #1025

DanBerrios opened this issue Jul 11, 2022 · 4 comments · Fixed by #1061
Assignees
Labels
bug discussed Issue has been discussed; next step is to create a PR

Comments

@DanBerrios
Copy link

I've tried every way I can think of to export rdfs:domain and rdfs:range properties using export function. None of them ever produce any exported info for the properties. using "rdfs:domain" or the full property IRI doesn't produce any error message either. It would be good to have these available for export....

@jamesaoverton
Copy link
Member

As discussed over email, I think the problem is that OWLAPI handles domain and range like OWL logic and not as generic RDF predicates, but we neglected to cover these cases in the ROBOT export implementation. They would be a good addition, and should probably fit in this big case statement: https://github.com/ontodev/robot/blob/master/robot-core/src/main/java/org/obolibrary/robot/ExportOperation.java#L1147

@jamesaoverton jamesaoverton self-assigned this Jul 11, 2022
@beckyjackson beckyjackson added bug discussed Issue has been discussed; next step is to create a PR labels Oct 2, 2022
@beckyjackson
Copy link
Contributor

@jamesaoverton have you started on this? If not, I'm happy to do this one.

@jamesaoverton
Copy link
Member

I haven't worked on this. If you have the time and the interest to implement it, that would be great!

@beckyjackson
Copy link
Contributor

beckyjackson commented Oct 5, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug discussed Issue has been discussed; next step is to create a PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants