-
Notifications
You must be signed in to change notification settings - Fork 18
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
refactor(ontology): Make knora-admin a separate ontology #1263
Conversation
cool, thanks 😀 |
@benjamingeer Once you have written the update script, could I try it out? |
Yes, I was hoping you would. :) I'll let you know when it's ready. |
…nto wip/1106-knora-admin
# Conflicts: # knora-ontologies/knora-admin.ttl
- Update docs and release notes.
Graphdb 8.5.0 is the version we use in production due to the memory setting problem. |
I'll try converting |
Ok, thanks a lot! |
I have just shared another data file on switchdrive with you (data on BEOL test). |
@tobiasschweizer I've reproduced the problem with the Knora test data using GraphDB 8.5. I'll try to find a workaround. |
@tobiasschweizer @subotic I can't get the update to work in SPARQL with GraphDB 8.5. I'm going to take a different approach: dump the contents of the triplestore to files, update the files, then load the files back into the triplestore. |
Do you think you can do it in a way so the two dumps (pre and post update) can be diff-ed? |
I think so. |
Great! Then it is easy to verify whether it worked correctly or not. |
@tobiasschweizer You can try the update script again now. It updates |
Ok, I will check it next week |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm that the data conversion script worked for me. The changes you made look good to me.
Please inform other Knora developers about this upcoming data conversion task.
@tobiasschweizer Thanks for the review! |
knora-admin.ttl
tohttp://www.knora.org/ontology/knora-admin
.KnoraAdmin
object toOntologyConstants
and move all relevant properties.OntologyConstants
works again.knora-base:GroupName
toknora-admin:GroupName
in test data.Existing repositories must be updated; see
upgrade/1263-knora-admin
for instructions.Resolves #1106.