GitHub user afs edited a comment on the discussion: CIM XML (IEC 61970-552) as Lang based on current RDF/XML parser (read-only at first)
Yes - that one has strange effects. This: ``` PREFIX uuid: <urn:uuid:> uuid:df89cc9d-84f3-11f1-bd6c-7486e2254909 :property "object" . ``` is legal as URI - it has a scheme violation at `<urn:uuid:>` (legal basic URI, bad by URN `uuid` rules). However, the trick involved is going to cause all sorts of problems! GitHub link: https://github.com/apache/jena/discussions/2529#discussioncomment-17715495 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
