Dear tq
I have asked earlier but I could not refind….
I have:
https://w3id.org/cbnl/skos/term#048B3010-0BD1-4A89-9F49-FE6D825DA799
rdf:type skos:Concept ;
dct:source "IMBOR2021beta"@NL-nl ;
skos:broader nen2660-term:InformationObject ;
skos:definition "Informatieobject voor het registreren en koppelen van documenten aan objecttypes."@NL-nl ;
skos:prefLabel "Document"@NL-nl ;
.
So name is UUID code.
Despite prefixes are fine TBC does not use prefix in interface now.
Think I reported earlier.
(when I change uuid number into “Document” things render fine again)
Gr michel
|
||||||||||||||||
We use slightly different serialization algorithms across tools but local names cannot start with digits so writing the full URI is correct.
If you just export "Turtle" from EDG or save to Turtle from TBC
you'll get test_uuid:675d0ae5-d8eb-49b7-867f-80ba8c0b09e9 while
Sorted Turtle will produce
<http://example.org/ontologies/test_uuid#675d0ae5-d8eb-49b7-867f-80ba8c0b09e9>
which is more correct AFAIK. Both can be parsed though, so it
shouldn't matter too much.
Holger
--
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/2329b36a509f49ee83b4571bf7b18330%40tno.nl.
Hi Holger,
Are you sure? latest Turtle says:
|
[168s] |
|
::= |
(PN_CHARS_U |
It was not allowed in the 2008 variant hence (see red):
ex:first.name.ex:7tm.
GR MICHEL
|
||||||||||||||||
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/ed7bed42-9beb-9459-761b-e2e662ab4122%40topquadrant.com.
Apologies, you are right. I even found a ticket in our Jira system from 2017 where we wanted to update this but it fell through the cracks. The problem is that the Sorted Turtle writer uses an outdated base library that we cloned from an earlier Jena version. We'll try to fix that for 7.1.
Holger
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/3adda84e743e444a86ceb17518850eec%40tno.nl.
Super Holger, thx!
Ps
And thx Redmer, for pinpointing.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/c2289e8b-d7cc-3980-3686-63289d0c05f1%40topquadrant.com.