


--
You received this message because you are subscribed to the Google Groups "vocbench-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vocbench-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vocbench-user/11f89253-c89d-4d55-8abe-2ce6745d421an%40googlegroups.com.
Dear Tiziano,
This was not an assumption and the definition node actually stays after being deleted from the resource view of the concept. Here is my custom form:
rule
it.uniroma2.art.semanticturkey.customform.form.reifiednote
id:reifiednote {
nodes = {
reifNoteId uri(coda:randIdGen("def", {})) .
noteLang literal userPrompt/lang .
noteLit literal(coda:langString($noteLang))
userPrompt/note .
noteSource uri userPrompt/source .
}
graph = {
$reifNoteId rdf:value $noteLit .
OPTIONAL{$reifNoteId dc:source $noteSource .}
}
}
I think this is due to the resource metadata pattern "DublinCore metadata" that I apply on "Any resource". Then when I delete the definition node the triple :def_78b47a90 dct:created "2022-01-26T08:58:02"^^xsd:dateTime . stays in the triple store.
I probably should not apply this metadata resource pattern on any resource but only on skos:Concept for example and had the dct:created date with the custom form as you did. dct:modified won't generated though.
What do you think?
Best regards,
Charly
Dear Tiziano,
I have V9.1.0 installed. I will upgrade to v10.1.1. I installed my vocbench installed in a Kubernetes cluster and /opt/vocbench3/data is mounted. Is there any upgrade task to perform or changing the version should work just fine with the data from v9.1.0?
Also what resources request/limit (cpu/ram) would you suggest ?
Best regards,
Charly
Migration from a previous version of the system
As usual, for people migrating from a previous version of VocBench 3, it suffices to: