weso / YASHE

Yet Another ShEx Editor.
http://www.weso.es/YASHE/
MIT License
19 stars 3 forks source link

Language tagged annotations seem to fail #171

Open labra opened 3 years ago

labra commented 3 years ago

The following example raises an error but is correct. I think the problem is that the value of label is a language tagged literal.

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX :       <http://example.org/>
PREFIX xsd:  <http://www.w3.org/2001/XMLSchema#>

:User {
  :name          xsd:string // rdfs:label "nombre"@es ;
}