Dear July,
I didn’t get one thing: you said that they are one narrower of the other, and then you say you created bacteriophages so that they are siblings..what is that you were trying to achieve? Weren’t already both the concepts, just in a wrong relationship among them?
If I got it right, you:
If that is correct, I’m sorry currently VB3 does not support merging of concepts. This should be something of the form:
WITH <g> DELETE {<phages> ?p ?o } INSERT { <bacteriophages> ?p ?o } WHERE { <bacteriophages> ?p ?o }
where:
<g> is the working graph of your thesaurus
<phages> is the IRI of the phages concept
<bacteriophages> is the IRI of the bacteriophages concept
However, if you don’t have anybody on your side that can help you with SPARQL looking closely at your thesaurus, I suggest to avoid this path.
There’s one alternative. If the name of phages was simply wrong but its concept already had all the relevant information, instead of creating bacteriophages, you could simply rename phages to bacteriophages (I mean, its IRI), make the term “bacteriophages” its new prefLabel and make phages an altLabel.
Cheers,
Armando
--
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/d07ee9f7-e00e-4653-aa1a-2f9c38e629e7%40googlegroups.com.
************************************
To unsubscribe from this group and stop receiving emails from it, send an email to vocben...@googlegroups.com.
Dear Juli,
there are too many variables that I cannot see from your case. It’s hard to follow.
One thing clear now is that, exactly as the exception mentioned, there’s still a :bacteriophages concept (I’m not talking about the labels, I’m talking about the URI) so you cannot rename the phages as it would clash with the existing one (and the system is rightly preventing you from doing so).
One thing you can try is this one:
Go to the SPARQL editor and perform the following update:
DELETE {
:bacteriophages ?p ?o .
}
WHERE {
:bacteriophages ?p ?o .
}
Then try to perform the renaming you already tried to.
Kind Regards,
Armando
P.S. I notice you have a weird baseuri, ending with both /#. Did you manually edit it this way? AFAIK, this should never be set automatically by VB.
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/16507be0-4009-45d5-a7c5-e9af6dbc1f06%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vocbench-user/16507be0-4009-45d5-a7c5-e9af6dbc1f06%40googlegroups.com.
Dear Juli,
just one more thing, to clarify:
i. If a namespace to prefix mapping is available, create a qname (prefix for namespace : localname). If the namespace of the URI is the default namespace, you will see only :<localname>
ii. If a mapping is not available, you will see the full URI
Kind Regards,
Armando
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/82328f5e-3325-41b0-9d22-10cb59417e0a%40googlegroups.com.