TopQuadrant / shacl

SHACL API in Java based on Apache Jena
Apache License 2.0
217 stars 61 forks source link

urns with slashes should be ok #164

Closed majidaldo closed 9 months ago

majidaldo commented 9 months ago

https://datatracker.ietf.org/doc/html/rfc8141

21:43:15 WARN  riot       :: [line: 43843, col: 66] Bad IRI: <urn:ex/supplyAirOutlet> Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated.

( found this in stdout. related, )

HolgerKnublauch commented 9 months ago

I think URNs need at least two : characters

majidaldo commented 9 months ago

I think URNs need at least two : characters

indeed! thanks!