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

Ontologies use non-existant owl:previousVersionURI #381

Closed
gkellogg opened this issue Nov 19, 2016 · 2 comments · Fixed by #385
Closed

Ontologies use non-existant owl:previousVersionURI #381

gkellogg opened this issue Nov 19, 2016 · 2 comments · Fixed by #385
Assignees
Labels
Milestone

Comments

@gkellogg
Copy link
Member

The closest I can find in OWL is owl:versionIRI. Perhaps this can be done with PROV, if it's important.

@iherman iherman added this to the V1 PR milestone Nov 20, 2016
@iherman iherman added the bug label Nov 20, 2016
@azaroth42
Copy link
Collaborator

Huh. I just copied it from Stian's original one. Happy to drop it.

@iherman iherman mentioned this issue Nov 27, 2016
@iherman
Copy link
Member

iherman commented Nov 27, 2016

I have found two alternatives in prov:

  1. https://www.w3.org/TR/2013/REC-prov-o-20130430/#wasDerivedFrom
  2. https://www.w3.org/TR/2013/REC-prov-o-20130430/#wasRevisionOf

I think the second matches our intentions. I have prepared a pull request (#385) to settle this. @azaroth42, I hope I changed the right files, I did not want to run the scripts because I was not sure they are indeed the right ones. Please check and merge the PR if you agree (it should also close this current issue I believe; if not, should be done manually).

Cc: @gkellogg

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

Successfully merging a pull request may close this issue.

4 participants
@gkellogg @iherman @azaroth42 and others