Open justin2004 opened 3 months ago
looks like jena expects a fully qualified URI. e.g.
<hi:hi rdf:resource="http://somethinghere.com/swrl#e"/>
There's no equivalent of "fully qualified" (as opposed to relative) for urns. The urn: should be fine. Looks like a riot bug to me.
the relations ontology had the same situation and jim fixed them:
https://github.com/oborel/obo-relations/issues/803#issuecomment-2275737449
it sounds like an old version of the OWL API created those.
There was an error in that the urns needed another colon. https://github.com/owlcs/owlapi/issues/732 As the issue points out, most software doesn't (and shouldn't ) care.
andy says the URN isn't valid: https://github.com/apache/jena/issues/2626#issuecomment-2275714886
here is one of the offending lines: