Skip to content

Language tagged annotations seem to fail #171

Open
@labra

Description

@labra

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 ;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions