DaniFdezAlvarez / shexer

Apache License 2.0
26 stars 2 forks source link

Fix IRI pattern syntax in ShExC: wrong absolute IRIs #141

Closed DaniFdezAlvarez closed 1 year ago

DaniFdezAlvarez commented 1 year ago

Current output style:

:Person [http://example.org/ns1#~] AND { foaf:name xsd:string ; rdf:type [foaf:Person]
}

:Document [http://example.org/ns2#~] AND { foaf:title xsd:string ; rdf:type [foaf:Document]
}