shexSpec / shape-map

ShapeMap structure and language specification
MIT License
1 stars 3 forks source link

Change wildcard from `_` to `.` #24

Open ericprud opened 2 years ago

ericprud commented 2 years ago

. is consistent with ShExC. We could change triplePattern to:

[6 ] triplePattern ::= '{' "FOCUS" iri (objectTerm \ '_' \ '.') '}'\ '{' (subjectTerm \ '_' \ '.') iri "FOCUS" '}'

and add a note:

Note, the use of _ as a wildcard is deprecated in favor of .. Future versions will not permit _.