minor mistake in spec - ex:unsinged #9

Closed
CaptSolo opened this Issue Dec 1, 2015 · 4 comments

Comments

Projects
None yet
3 participants

CaptSolo commented Dec 1, 2015

A mistake in the code example in ( https://github.com/w3c/data-shapes/blob/gh-pages/shacl/index.html ):

inst:Issue3 ex:state **ex:unsinged**

while the text following this example refers to the same property value as ex:unsigned

Contributor

agryman commented Dec 1, 2015

Thanks for the report, but if you read the text following the code you'll see that this is an intensional misspelling to illustrate how SHACL can be used to find typos in RDF code. Here's the text: "Validating the second node would determine that inst:Issue3 violates the constraint on values for ex:state, because ex:unsigned is not in the list of allowed values, "

agryman closed this Dec 1, 2015

CaptSolo commented Dec 1, 2015

Look at it closer. It's a small mistake and easy to overlook - but still - the text referring to the incorrect (misspelled) property misspells it yet another way:

The text refers to the incorrect property [used intentionally] in the code as "ex:unsigned" (just as you quoted above) while the incorrect property value listed in the code is "ex:unsinged".

agryman reopened this Dec 2, 2015

@agryman agryman added a commit that referenced this issue Dec 2, 2015

@agryman agryman Fixed: minor mistake in spec - ex:unsinged.
See #9
4991fa4
Contributor

agryman commented Dec 2, 2015

@CaptSolo thanks for the clarification. I fixed the Editor's Draft: http://w3c.github.io/data-shapes/shacl/
Please review it and close this issue if the fix is OK.

CaptSolo commented Dec 2, 2015

Thanks - it's OK now.

CaptSolo closed this Dec 2, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment