w3c / web-annotation

Web Annotation Working Group repository, see README for links to specs
https://w3c.github.io/web-annotation/
Other
141 stars 30 forks source link

Ontologies use non-existant owl:previousVersionURI #381

Closed gkellogg closed 7 years ago

gkellogg commented 7 years ago

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

azaroth42 commented 7 years ago

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

iherman commented 7 years ago

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