8000 Specifying both a literal datatype and a value set in ShExC · Issue #121 · shexSpec/shex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Specifying both a literal datatype and a value set in ShExC #121
Open
@tombaker

Description

@tombaker

I expected the following to work:

my:IssueShape {
  ex:status xsd:integer [0 1];
}

However, it apparently only works with AND:

PREFIX my: <http://my.example/>
PREFIX ex: <http://ex.example/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

my:IssueShape {
  ex:status [0 1] AND xsd:integer;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0