PyShEx icon indicating copy to clipboard operation
PyShEx copied to clipboard

Literal start node doesn't work

Open hsolbrig opened this issue 4 years ago • 0 comments

The following shape expression:

PREFIX cmdr: <http://cbiit.nci.nih.gov/caDSR#>

start=@<DataElement>

<DataElement> {
    ^cmdr:publicId URI
}

fails when invoked with a Literal or string focus (e.g. Literal("12345"))

hsolbrig avatar May 01 '20 16:05 hsolbrig