Closed SArndt-TIB closed 1 month ago
Thanks for the report @SArndt-TIB -- we'll take a look and try to get that patched up.
THe problem was an incorrect rdf:resource
attribute inside skos:altLabel
, where the value should have been a literal. This has been fixed in version 0.10.0, which I will upload to bioportal shortly.
<skos:altLabel>PLFA concentration</skos:altLabel>
Hi @mbjones thanks a lot for adressing this so quickly. There is also an rdf:resource in this statement. Shouldn't that also be fixed? Thanks!
<oboInOwl:hasExactSynonym rdf:resource="PLFA concentration"/>
Hi everyone,
rdflib 7.0.0 is reporting an invalid URI in ECSO8.owl: in http://purl.dataone.org/odo/ECSO_00003119 "PLFA concentration" with a space is used to signify a resource.
rdflib generates a warning for this:
Protege fixes this to http://purl.dataone.org/odo/PLFA%20concentration but other systems might not. Using camel case could be an alternative. So, thanks for considering and all the best to you!
Susanne