long time no seeing... very nice work you got done there!
I've discovered some small glitches in the Turtle primer
http://www.sbolstandard.org/docs/turtle-rdf-primer-for-sbol
The <...> syntax is, as far as I understood, only used for "real" URIs
(http:// or doi:// or mailto:// etc). As soon as you define a prefix,
the "<>" disappear. So this one:
@prefix : <http://biofab.org/data#> .
@prefix sbol: <http://sbols.org/sbol.owl#> .
...
<:pFAB105> sbol:annotation <:12b4237374d81643b539f29c5b858699e6fd8322>
should change into:
...
:pFAB105 sbol:annotation :12b4237374d81643b539f29c5b858699e6fd8322 .
Ah and at the bottom of the document there is still some reference to
"Anna", the example subject of the original document :)
Hey, but it's an extremely helpful introduction. Super short and to the point.
Greetings,
Raik
-mike