{ "@context": [ { "@base": "https://raw.githubusercontent.com/shexSpec/shexTest/master/validation/manifest" }, "../context.jsonld" ], "@graph": [ { "@id": "", "@type": "mf:Manifest", "rdfs:comment": "ShEx validation tests", "entries": [ { "@id": "#0_empty", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/0.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/dummy" }, "extensionResults": [], "name": "0_empty", "trait": [ "Empty" ], "comment": " { } on { }", "status": "mf:Approved" }, { "@id": "#0_other", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/0.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "0_other", "trait": [ "Empty" ], "comment": " { } on { }", "status": "mf:Approved" }, { "@id": "#0_otherbnode", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/0.shex", "shape": "http://a.example/S1", "data": "Babcd_Ip1_Io1.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "0_otherbnode", "trait": [ "Empty", "ToldBNode" ], "comment": " { } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1dot_fail-empty", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dot.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dot_fail-empty", "trait": [ "TriplePattern" ], "comment": " { . } on { }", "status": "mf:Approved" }, { "@id": "#1dot-base_fail-empty", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dot-base.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dot-base_fail-empty", "trait": [ "TriplePattern" ], "comment": "BASE <…> { . } on { }", "status": "mf:Approved" }, { "@id": "#1dot_fail-missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dot_fail-missing", "trait": [ "TriplePattern" ], "comment": " { . } on { }", "status": "mf:Approved" }, { "@id": "#1dot-base_fail-missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dot-base.shex", "shape": "http://a.example/S1", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dot-base_fail-missing", "trait": [ "TriplePattern" ], "comment": "BASE <…> { . } on { }", "status": "mf:Approved" }, { "@id": "#1dot_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dot_pass-noOthers", "trait": [ "TriplePattern" ], "comment": " { . } on { }", "status": "mf:Approved" }, { "@id": "#1dot-base_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dot-base.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dot-base_pass-noOthers", "trait": [ "TriplePattern" ], "comment": "BASE <…> { . } on { }", "status": "mf:Approved" }, { "@id": "#1dotSemi_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotSemi.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotSemi_pass-noOthers", "trait": [ "TriplePattern" ], "comment": " { :p1 .; } on { }", "status": "mf:Approved" }, { "@id": "#1dotLNex_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotLNex.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotLNex_pass-noOthers", "trait": [ "TriplePattern" ], "comment": "PREFIX ex: ex:S1 { ex:p1 . } on { }", "status": "mf:Approved" }, { "@id": "#1dotNS2_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotNS2.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotNS2_pass-noOthers", "trait": [ "TriplePattern" ], "comment": "PREFIX S1: PREFIX p1: S1: { p1: . } on { }", "status": "mf:Approved" }, { "@id": "#1dotNS2SingleComment_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotNS2SingleComment.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotNS2SingleComment_pass-noOthers", "trait": [ "TriplePattern" ], "comment": "PREFIX S1: PREFIX p1: S1: { p1:/*comment*/ . } on { }", "status": "mf:Approved" }, { "@id": "#1dotLNexSingleComment_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotLNexSingleComment.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotLNexSingleComment_pass-noOthers", "trait": [ "TriplePattern" ], "comment": "PREFIX ex: ex:S1 { ex:p1/*comment*/ . } on { }", "status": "mf:Approved" }, { "@id": "#1dotLNdefault_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotLNdefault.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotLNdefault_pass-noOthers", "trait": [ "TriplePattern" ], "comment": "PREFIX : :S1 { :p1 . } on { }", "status": "mf:Approved" }, { "@id": "#1dotNSdefault_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotNSdefault.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotNSdefault_pass-noOthers", "trait": [ "TriplePattern" ], "comment": "PREFIX : { : . } on { :p1 }", "status": "mf:Approved" }, { "@id": "#1dotLNex-HYPHEN_MINUS_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotLNex-HYPHEN_MINUS.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1HYPHEN_MINUS_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotLNex-HYPHEN_MINUS_pass-noOthers", "trait": [ "TriplePattern" ], "comment": "PREFIX ex: ex:S1 { ex:p1- . } on { }", "status": "mf:Approved" }, { "@id": "#1dot_pass-others_lexicallyEarlier", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip0_Io0;Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dot_pass-others_lexicallyEarlier", "trait": [ "TriplePattern" ], "comment": " { . } on { ; }", "status": "mf:Approved" }, { "@id": "#1dot_pass-others_lexicallyLater", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1;Ip2_Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dot_pass-others_lexicallyLater", "trait": [ "TriplePattern" ], "comment": " { . } on { ; }", "status": "mf:Approved" }, { "@id": "#bnode1dot_fail-missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/bnode1dot.shex", "shape": "_:S1", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "bnode1dot_fail-missing", "trait": [ "BNodeShapeLabel", "TriplePattern" ], "comment": "_:S { . } on { }", "status": "mf:Approved" }, { "@id": "#bnode1dot_pass-others_lexicallyEarlier", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/bnode1dot.shex", "shape": "_:S1", "data": "Is1_Ip0_Io0;Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "bnode1dot_pass-others_lexicallyEarlier", "trait": [ "BNodeShapeLabel", "TriplePattern" ], "comment": "_:S1 { . } on { ; }", "status": "mf:Approved" }, { "@id": "#1inversedot_fail-empty", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1inversedot.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/o1" }, "extensionResults": [], "name": "1inversedot_fail-empty", "trait": [ "TriplePattern" ], "comment": " { ^ . } on { }", "status": "mf:Approved" }, { "@id": "#1inversedot_fail-missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1inversedot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/o1" }, "extensionResults": [], "name": "1inversedot_fail-missing", "trait": [ "TriplePattern" ], "comment": " { ^ . } on { }", "status": "mf:Approved" }, { "@id": "#1inversedot_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1inversedot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/o1" }, "extensionResults": [], "name": "1inversedot_pass-noOthers", "trait": [ "TriplePattern" ], "comment": " { ^ . } on { }", "status": "mf:Approved" }, { "@id": "#1inversedot_pass-over_lexicallyEarlier", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1inversedot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip0_Io0;Ip1_Io1.ttl", "focus": "http://a.example/o1" }, "extensionResults": [], "name": "1inversedot_pass-over_lexicallyEarlier", "trait": [ "TriplePattern" ], "comment": " { ^ . } on { ; }", "status": "mf:Approved" }, { "@id": "#1inversedot_pass-over_lexicallyLater", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1inversedot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1;Ip2_Io2.ttl", "focus": "http://a.example/o1" }, "extensionResults": [], "name": "1inversedot_pass-over_lexicallyLater", "trait": [ "TriplePattern" ], "comment": " { ^ . } on { ; }", "status": "mf:Approved" }, { "@id": "#1Adot_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1Adot.shex", "shape": "http://a.example/S1", "data": "Is1_a_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1Adot_pass", "trait": [ "TriplePattern" ], "comment": " { a . } on { a }", "status": "mf:Approved" }, { "@id": "#1iri_pass-iri", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1iri.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iri_pass-iri", "trait": [ "NodeKind" ], "comment": " { IRI } on { }", "status": "mf:Approved" }, { "@id": "#1iri_fail-bnode", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iri.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Bab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iri_fail-bnode", "trait": [ "NodeKind" ], "comment": " { IRI } on { _:ab }", "status": "mf:Approved" }, { "@id": "#1iri_fail-literal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iri.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iri_fail-literal", "trait": [ "NodeKind" ], "comment": " { IRI } on { \"ab\" }", "status": "mf:Approved" }, { "@id": "#1bnode_fail-iri", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnode.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnode_fail-iri", "trait": [ "NodeKind" ], "comment": " { BNODE } on { }", "status": "mf:Approved" }, { "@id": "#1bnode_pass-bnode", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnode.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Bab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnode_pass-bnode", "trait": [ "NodeKind" ], "comment": " { BNODE } on { _:ab }", "status": "mf:Approved" }, { "@id": "#1bnode_fail-literal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnode.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnode_fail-literal", "trait": [ "NodeKind" ], "comment": " { BNODE } on { \"ab\" }", "status": "mf:Approved" }, { "@id": "#1literal_fail-iri", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literal.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literal_fail-iri", "trait": [ "NodeKind" ], "comment": " { LITERAL } on { }", "status": "mf:Approved" }, { "@id": "#1literal_fail-bnode", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literal.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Bab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literal_fail-bnode", "trait": [ "NodeKind" ], "comment": " { LITERAL } on { _:ab }", "status": "mf:Approved" }, { "@id": "#1literal_pass-literal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literal.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literal_pass-literal", "trait": [ "NodeKind" ], "comment": " { LITERAL } on { \"ab\" }", "status": "mf:Approved" }, { "@id": "#1nonliteral_pass-iri", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteral.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteral_pass-iri", "trait": [ "NodeKind" ], "comment": " { NONLITERAL } on { }", "status": "mf:Approved" }, { "@id": "#1focusnonLiteralLength-nonLiteralLength_fail-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusnonLiteralLength-nonLiteralLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusnonLiteralLength-nonLiteralLength_fail-short", "trait": [ "NodeKind" ], "comment": " NONLITERAL LENGTH 19 { NONLITERAL LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1focusnonLiteralLength-nonLiteralLength_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusnonLiteralLength-nonLiteralLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusnonLiteralLength-nonLiteralLength_pass", "trait": [ "NodeKind" ], "comment": " NONLITERAL LENGTH 19 { NONLITERAL LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteral_pass-bnode", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteral.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Bab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteral_pass-bnode", "trait": [ "NodeKind" ], "comment": " { NONLITERAL } on { _:ab }", "status": "mf:Approved" }, { "@id": "#1nonliteral_fail-literal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteral.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteral_fail-literal", "trait": [ "NodeKind" ], "comment": " { NONLITERAL } on { \"ab\" }", "status": "mf:Approved" }, { "@id": "#1datatype_missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1datatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatype_missing", "trait": [ "Datatype" ], "comment": " { } on in { \"ab\" }", "status": "mf:Approved" }, { "@id": "#1datatype_nonLiteral", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1datatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Idt1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatype_nonLiteral", "trait": [ "Datatype" ], "comment": " { } on in { }", "status": "mf:Approved" }, { "@id": "#1datatype_langString", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1datatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabLTen.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatype_langString", "trait": [ "Datatype" ], "comment": " { } on in { 'ab'@en }", "status": "mf:Approved" }, { "@id": "#1datatype_wrongDatatype", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1datatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_234.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatype_wrongDatatype", "trait": [ "Datatype" ], "comment": " { } on in { 1.234 }", "status": "mf:Approved" }, { "@id": "#1datatype_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1datatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_dt1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatype_pass", "trait": [ "Datatype" ], "comment": " { } on in { 'ab'^^ }", "status": "mf:Approved" }, { "@id": "#1datatypelangString_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1datatypelangString.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabLTen.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatypelangString_pass", "trait": [ "Datatype" ], "comment": " { rdf:langString } on in { 'ab'@en }", "status": "mf:Approved" }, { "@id": "#integer-n1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-n1" }, "extensionResults": [], "name": "integer-n1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

'-1'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#integer-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-0" }, "extensionResults": [], "name": "integer-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

'0'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#integer-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-1" }, "extensionResults": [], "name": "integer-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

'1'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#integer-p1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-p1" }, "extensionResults": [], "name": "integer-p1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

'+1'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#integer-empty_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-empty.0" }, "extensionResults": [], "name": "integer-empty_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

''^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#integer-n1.0_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-n1.0" }, "extensionResults": [], "name": "integer-n1.0_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

'-1.0'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#integer-p1.0_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-p1.0" }, "extensionResults": [], "name": "integer-p1.0_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

'+1.0'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#integer-1E0_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-1E0" }, "extensionResults": [], "name": "integer-1E0_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

'1E0'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#integer-NaN_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-NaN" }, "extensionResults": [], "name": "integer-NaN_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

'NaN'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#integer-INF_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-integer", "data": "datatypes-data.ttl", "focus": "http://a.example/integer-INF" }, "extensionResults": [], "name": "integer-INF_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:integer} / {

'INF'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#decimal-n1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-n1" }, "extensionResults": [], "name": "decimal-n1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

'-1'^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#decimal-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-0" }, "extensionResults": [], "name": "decimal-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

'0'^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#decimal-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-1" }, "extensionResults": [], "name": "decimal-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

'1'^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#decimal-p1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-p1" }, "extensionResults": [], "name": "decimal-p1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

'+1'^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#decimal-n1.0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-n1.0" }, "extensionResults": [], "name": "decimal-n1.0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

'-1.0'^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#decimal-p1.0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-p1.0" }, "extensionResults": [], "name": "decimal-p1.0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

'+1.0'^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#decimal-empty_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-empty" }, "extensionResults": [], "name": "decimal-empty_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

''^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#decimal-1E0_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-1E0" }, "extensionResults": [], "name": "decimal-1E0_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

'1E0'^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#decimal-NaN_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-NaN" }, "extensionResults": [], "name": "decimal-NaN_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

'NaN'^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#decimal-INF_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-decimal", "data": "datatypes-data.ttl", "focus": "http://a.example/decimal-INF" }, "extensionResults": [], "name": "decimal-INF_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:decimal} / {

'INF'^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#float-n1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-n1" }, "extensionResults": [], "name": "float-n1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'-1'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-0" }, "extensionResults": [], "name": "float-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'0'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-1" }, "extensionResults": [], "name": "float-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'1'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-p1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-p1" }, "extensionResults": [], "name": "float-p1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'+1'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-n1.0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-n1.0" }, "extensionResults": [], "name": "float-n1.0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'-1.0'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-p1.0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-p1.0" }, "extensionResults": [], "name": "float-p1.0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'+1.0'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-1elowercase0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-1e0" }, "extensionResults": [], "name": "float-1elowercase0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'1e0'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-1E0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-1E0" }, "extensionResults": [], "name": "float-1E0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'1E0'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-NaN_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-NaN" }, "extensionResults": [], "name": "float-NaN_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'NaN'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-INF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-INF" }, "extensionResults": [], "name": "float-INF_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'INF'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-nINF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-nINF" }, "extensionResults": [], "name": "float-nINF_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'-INF'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-empty_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-empty" }, "extensionResults": [], "name": "float-empty_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

''^^xsd:float }", "status": "mf:Approved" }, { "@id": "#float-pINF_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-float", "data": "datatypes-data.ttl", "focus": "http://a.example/float-pINF" }, "extensionResults": [], "name": "float-pINF_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:float} / {

'+INF'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#double-n1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-n1" }, "extensionResults": [], "name": "double-n1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'-1'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-0" }, "extensionResults": [], "name": "double-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'0'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-1" }, "extensionResults": [], "name": "double-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'1'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-p1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-p1" }, "extensionResults": [], "name": "double-p1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'+1'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-n1.0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-n1.0" }, "extensionResults": [], "name": "double-n1.0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'-1.0'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-p1.0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-p1.0" }, "extensionResults": [], "name": "double-p1.0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'+1.0'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-1E0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-1E0" }, "extensionResults": [], "name": "double-1E0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'1E0'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-1e0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-1e0" }, "extensionResults": [], "name": "double-1e0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'1e0'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-NaN_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-NaN" }, "extensionResults": [], "name": "double-NaN_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'NaN'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-INF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-INF" }, "extensionResults": [], "name": "double-INF_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'INF'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-nINF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-nINF" }, "extensionResults": [], "name": "double-nINF_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'-INF'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-empty_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-empty" }, "extensionResults": [], "name": "double-empty_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

''^^xsd:double }", "status": "mf:Approved" }, { "@id": "#double-pINF_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-double", "data": "datatypes-data.ttl", "focus": "http://a.example/double-pINF" }, "extensionResults": [], "name": "double-pINF_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:double} / {

'+INF'^^xsd:double }", "status": "mf:Approved" }, { "@id": "#nonPositiveInteger-n1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonPositiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonPositiveInteger-n1" }, "extensionResults": [], "name": "nonPositiveInteger-n1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonPositiveInteger} / {

'-1'^^xsd:nonPositiveInteger }", "status": "mf:Approved" }, { "@id": "#nonPositiveInteger-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonPositiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonPositiveInteger-0" }, "extensionResults": [], "name": "nonPositiveInteger-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonPositiveInteger} / {

'0'^^xsd:nonPositiveInteger }", "status": "mf:Approved" }, { "@id": "#nonPositiveInteger-p0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonPositiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonPositiveInteger-p0" }, "extensionResults": [], "name": "nonPositiveInteger-p0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonPositiveInteger} / {

'+0'^^xsd:nonPositiveInteger }", "status": "mf:Approved" }, { "@id": "#nonPositiveInteger-n0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonPositiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonPositiveInteger-n0" }, "extensionResults": [], "name": "nonPositiveInteger-n0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonPositiveInteger} / {

'-0'^^xsd:nonPositiveInteger }", "status": "mf:Approved" }, { "@id": "#nonPositiveInteger-1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonPositiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonPositiveInteger-1" }, "extensionResults": [], "name": "nonPositiveInteger-1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonPositiveInteger} / {

'1'^^xsd:nonPositiveInteger }", "status": "mf:Approved" }, { "@id": "#nonPositiveInteger-p1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonPositiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonPositiveInteger-p1" }, "extensionResults": [], "name": "nonPositiveInteger-p1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonPositiveInteger} / {

'+1'^^xsd:nonPositiveInteger }", "status": "mf:Approved" }, { "@id": "#nonPositiveInteger-1a_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonPositiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonPositiveInteger-1a" }, "extensionResults": [], "name": "nonPositiveInteger-1a_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonPositiveInteger} / {

'1a'^^xsd:nonPositiveInteger }", "status": "mf:Approved" }, { "@id": "#nonPositiveInteger-a1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonPositiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonPositiveInteger-a1" }, "extensionResults": [], "name": "nonPositiveInteger-a1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonPositiveInteger} / {

'a1'^^xsd:nonPositiveInteger }", "status": "mf:Approved" }, { "@id": "#negativeInteger-n1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-negativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/negativeInteger-n1" }, "extensionResults": [], "name": "negativeInteger-n1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:negativeInteger} / {

'-1'^^xsd:negativeInteger }", "status": "mf:Approved" }, { "@id": "#negativeInteger-0_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-negativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/negativeInteger-0" }, "extensionResults": [], "name": "negativeInteger-0_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:negativeInteger} / {

'0'^^xsd:negativeInteger }", "status": "mf:Approved" }, { "@id": "#negativeInteger-p0_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-negativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/negativeInteger-p0" }, "extensionResults": [], "name": "negativeInteger-p0_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:negativeInteger} / {

'+0'^^xsd:negativeInteger }", "status": "mf:Approved" }, { "@id": "#negativeInteger-n0_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-negativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/negativeInteger-n0" }, "extensionResults": [], "name": "negativeInteger-n0_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:negativeInteger} / {

'-0'^^xsd:negativeInteger }", "status": "mf:Approved" }, { "@id": "#negativeInteger-1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-negativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/negativeInteger-1" }, "extensionResults": [], "name": "negativeInteger-1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:negativeInteger} / {

'1'^^xsd:negativeInteger }", "status": "mf:Approved" }, { "@id": "#long-n1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-long", "data": "datatypes-data.ttl", "focus": "http://a.example/long-n1" }, "extensionResults": [], "name": "long-n1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:long} / {

'-1'^^xsd:long }", "status": "mf:Approved" }, { "@id": "#long-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-long", "data": "datatypes-data.ttl", "focus": "http://a.example/long-0" }, "extensionResults": [], "name": "long-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:long} / {

'0'^^xsd:long }", "status": "mf:Approved" }, { "@id": "#long-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-long", "data": "datatypes-data.ttl", "focus": "http://a.example/long-1" }, "extensionResults": [], "name": "long-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:long} / {

'1'^^xsd:long }", "status": "mf:Approved" }, { "@id": "#long-p1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-long", "data": "datatypes-data.ttl", "focus": "http://a.example/long-p1" }, "extensionResults": [], "name": "long-p1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:long} / {

'+1'^^xsd:long }", "status": "mf:Approved" }, { "@id": "#int-n1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-int", "data": "datatypes-data.ttl", "focus": "http://a.example/int-n1" }, "extensionResults": [], "name": "int-n1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:int} / {

'-1'^^xsd:int }", "status": "mf:Approved" }, { "@id": "#int-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-int", "data": "datatypes-data.ttl", "focus": "http://a.example/int-0" }, "extensionResults": [], "name": "int-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:int} / {

'0'^^xsd:int }", "status": "mf:Approved" }, { "@id": "#int-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-int", "data": "datatypes-data.ttl", "focus": "http://a.example/int-1" }, "extensionResults": [], "name": "int-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:int} / {

'1'^^xsd:int }", "status": "mf:Approved" }, { "@id": "#int-p1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-int", "data": "datatypes-data.ttl", "focus": "http://a.example/int-p1" }, "extensionResults": [], "name": "int-p1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:int} / {

'+1'^^xsd:int }", "status": "mf:Approved" }, { "@id": "#short-n32768_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-short", "data": "datatypes-data.ttl", "focus": "http://a.example/short-n32768" }, "extensionResults": [], "name": "short-n32768_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:short} / {

'-32768'^^xsd:short }", "status": "mf:Approved" }, { "@id": "#short-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-short", "data": "datatypes-data.ttl", "focus": "http://a.example/short-0" }, "extensionResults": [], "name": "short-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:short} / {

'0'^^xsd:short }", "status": "mf:Approved" }, { "@id": "#short-32767_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-short", "data": "datatypes-data.ttl", "focus": "http://a.example/short-32767" }, "extensionResults": [], "name": "short-32767_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:short} / {

'32767'^^xsd:short }", "status": "mf:Approved" }, { "@id": "#short-n32769_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-short", "data": "datatypes-data.ttl", "focus": "http://a.example/short-n32769" }, "extensionResults": [], "name": "short-n32769_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:short} / {

'-32769'^^xsd:short }", "status": "mf:Approved" }, { "@id": "#short-32768_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-short", "data": "datatypes-data.ttl", "focus": "http://a.example/short-32768" }, "extensionResults": [], "name": "short-32768_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:short} / {

'32768'^^xsd:short }", "status": "mf:Approved" }, { "@id": "#byte-n128_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-byte", "data": "datatypes-data.ttl", "focus": "http://a.example/byte-n128" }, "extensionResults": [], "name": "byte-n128_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:byte} / {

'-128'^^xsd:byte }", "status": "mf:Approved" }, { "@id": "#byte-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-byte", "data": "datatypes-data.ttl", "focus": "http://a.example/byte-0" }, "extensionResults": [], "name": "byte-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:byte} / {

'0'^^xsd:byte }", "status": "mf:Approved" }, { "@id": "#byte-127_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-byte", "data": "datatypes-data.ttl", "focus": "http://a.example/byte-127" }, "extensionResults": [], "name": "byte-127_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:byte} / {

'127'^^xsd:byte }", "status": "mf:Approved" }, { "@id": "#byte-empty_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-byte", "data": "datatypes-data.ttl", "focus": "http://a.example/byte-empty" }, "extensionResults": [], "name": "byte-empty_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:byte} / {

''^^xsd:byte }", "status": "mf:Approved" }, { "@id": "#byte-n129_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-byte", "data": "datatypes-data.ttl", "focus": "http://a.example/byte-n129" }, "extensionResults": [], "name": "byte-n129_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:byte} / {

'-129'^^xsd:byte }", "status": "mf:Approved" }, { "@id": "#byte-128_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-byte", "data": "datatypes-data.ttl", "focus": "http://a.example/byte-128" }, "extensionResults": [], "name": "byte-128_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:byte} / {

'128'^^xsd:byte }", "status": "mf:Approved" }, { "@id": "#nonNegativeInteger-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonNegativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonNegativeInteger-0" }, "extensionResults": [], "name": "nonNegativeInteger-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonNegativeInteger} / {

'0'^^xsd:nonNegativeInteger }", "status": "mf:Approved" }, { "@id": "#nonNegativeInteger-n0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonNegativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonNegativeInteger-n0" }, "extensionResults": [], "name": "nonNegativeInteger-n0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonNegativeInteger} / {

'-0'^^xsd:nonNegativeInteger }", "status": "mf:Approved" }, { "@id": "#nonNegativeInteger-p0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonNegativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonNegativeInteger-p0" }, "extensionResults": [], "name": "nonNegativeInteger-p0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonNegativeInteger} / {

'+0'^^xsd:nonNegativeInteger }", "status": "mf:Approved" }, { "@id": "#nonNegativeInteger-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonNegativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonNegativeInteger-1" }, "extensionResults": [], "name": "nonNegativeInteger-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonNegativeInteger} / {

'1'^^xsd:nonNegativeInteger }", "status": "mf:Approved" }, { "@id": "#nonNegativeInteger-p1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonNegativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonNegativeInteger-p1" }, "extensionResults": [], "name": "nonNegativeInteger-p1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonNegativeInteger} / {

'+1'^^xsd:nonNegativeInteger }", "status": "mf:Approved" }, { "@id": "#nonNegativeInteger-n1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-nonNegativeInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/nonNegativeInteger-n1" }, "extensionResults": [], "name": "nonNegativeInteger-n1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:nonNegativeInteger} / {

'-1'^^xsd:nonNegativeInteger }", "status": "mf:Approved" }, { "@id": "#unsignedLong-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedLong", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedLong-0" }, "extensionResults": [], "name": "unsignedLong-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedLong} / {

'0'^^xsd:unsignedLong }", "status": "mf:Approved" }, { "@id": "#unsignedLong-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedLong", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedLong-1" }, "extensionResults": [], "name": "unsignedLong-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedLong} / {

'1'^^xsd:unsignedLong }", "status": "mf:Approved" }, { "@id": "#unsignedLong-n1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedLong", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedLong-n1" }, "extensionResults": [], "name": "unsignedLong-n1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedLong} / {

'-1'^^xsd:unsignedLong }", "status": "mf:Approved" }, { "@id": "#unsignedInt-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedInt", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedInt-0" }, "extensionResults": [], "name": "unsignedInt-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedInt} / {

'0'^^xsd:unsignedInt }", "status": "mf:Approved" }, { "@id": "#unsignedInt-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedInt", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedInt-1" }, "extensionResults": [], "name": "unsignedInt-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedInt} / {

'1'^^xsd:unsignedInt }", "status": "mf:Approved" }, { "@id": "#unsignedInt-n1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedInt", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedInt-n1" }, "extensionResults": [], "name": "unsignedInt-n1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedInt} / {

'-1'^^xsd:unsignedInt }", "status": "mf:Approved" }, { "@id": "#unsignedShort-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedShort", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedShort-0" }, "extensionResults": [], "name": "unsignedShort-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedShort} / {

'0'^^xsd:unsignedShort }", "status": "mf:Approved" }, { "@id": "#unsignedShort-65535_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedShort", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedShort-65535" }, "extensionResults": [], "name": "unsignedShort-65535_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedShort} / {

'65535'^^xsd:unsignedShort }", "status": "mf:Approved" }, { "@id": "#unsignedShort-n1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedShort", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedShort-n1" }, "extensionResults": [], "name": "unsignedShort-n1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedShort} / {

'-1'^^xsd:unsignedShort }", "status": "mf:Approved" }, { "@id": "#unsignedShort-65536_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedShort", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedShort-65536" }, "extensionResults": [], "name": "unsignedShort-65536_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedShort} / {

'65536'^^xsd:unsignedShort }", "status": "mf:Approved" }, { "@id": "#unsignedByte-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedByte", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedByte-0" }, "extensionResults": [], "name": "unsignedByte-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedByte} / {

'0'^^xsd:unsignedByte }", "status": "mf:Approved" }, { "@id": "#unsignedByte-255_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedByte", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedByte-255" }, "extensionResults": [], "name": "unsignedByte-255_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedByte} / {

'255'^^xsd:unsignedByte }", "status": "mf:Approved" }, { "@id": "#unsignedByte-n1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedByte", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedByte-n1" }, "extensionResults": [], "name": "unsignedByte-n1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedByte} / {

'-1'^^xsd:unsignedByte }", "status": "mf:Approved" }, { "@id": "#unsignedByte-256_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-unsignedByte", "data": "datatypes-data.ttl", "focus": "http://a.example/unsignedByte-256" }, "extensionResults": [], "name": "unsignedByte-256_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:unsignedByte} / {

'256'^^xsd:unsignedByte }", "status": "mf:Approved" }, { "@id": "#positiveInteger-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-positiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/positiveInteger-1" }, "extensionResults": [], "name": "positiveInteger-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:positiveInteger} / {

'1'^^xsd:positiveInteger }", "status": "mf:Approved" }, { "@id": "#positiveInteger-n1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-positiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/positiveInteger-n1" }, "extensionResults": [], "name": "positiveInteger-n1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:positiveInteger} / {

'-1'^^xsd:positiveInteger }", "status": "mf:Approved" }, { "@id": "#positiveInteger-0_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-positiveInteger", "data": "datatypes-data.ttl", "focus": "http://a.example/positiveInteger-0" }, "extensionResults": [], "name": "positiveInteger-0_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:positiveInteger} / {

'0'^^xsd:positiveInteger }", "status": "mf:Approved" }, { "@id": "#string-empty_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-string", "data": "datatypes-data.ttl", "focus": "http://a.example/string-empty" }, "extensionResults": [], "name": "string-empty_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:string} / {

''^^xsd:string }", "status": "mf:Approved" }, { "@id": "#string-a_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-string", "data": "datatypes-data.ttl", "focus": "http://a.example/string-a" }, "extensionResults": [], "name": "string-a_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:string} / {

'a'^^xsd:string }", "status": "mf:Approved" }, { "@id": "#string-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-string", "data": "datatypes-data.ttl", "focus": "http://a.example/string-0" }, "extensionResults": [], "name": "string-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:string} / {

'0'^^xsd:string }", "status": "mf:Approved" }, { "@id": "#boolean-true_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-true" }, "extensionResults": [], "name": "boolean-true_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'true'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-false_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-false" }, "extensionResults": [], "name": "boolean-false_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'false'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-0_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-0" }, "extensionResults": [], "name": "boolean-0_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'0'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-1" }, "extensionResults": [], "name": "boolean-1_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'1'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-empty_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-empty" }, "extensionResults": [], "name": "boolean-empty_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

''^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-TRUE_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-TRUE" }, "extensionResults": [], "name": "boolean-TRUE_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'TRUE'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-FALSE_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-FALSE" }, "extensionResults": [], "name": "boolean-FALSE_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'FALSE'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-tRuE_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-tRuE" }, "extensionResults": [], "name": "boolean-tRuE_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'tRuE'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-fAlSe_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-fAlSe" }, "extensionResults": [], "name": "boolean-fAlSe_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'fAlSe'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-n1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-n1" }, "extensionResults": [], "name": "boolean-n1_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'-1'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-2_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-2" }, "extensionResults": [], "name": "boolean-2_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'2'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-10_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-10" }, "extensionResults": [], "name": "boolean-10_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'10'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#boolean-01_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-boolean", "data": "datatypes-data.ttl", "focus": "http://a.example/boolean-01" }, "extensionResults": [], "name": "boolean-01_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:boolean} / {

'01'^^xsd:boolean }", "status": "mf:Approved" }, { "@id": "#dateTime-dt_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-dateTime", "data": "datatypes-data.ttl", "focus": "http://a.example/dateTime-dt" }, "extensionResults": [], "name": "dateTime-dt_pass", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:dateTime} / {

'2012-01-02T12:34.56Z'^^xsd:dateTime }", "status": "mf:Approved" }, { "@id": "#dateTime-empty_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-dateTime", "data": "datatypes-data.ttl", "focus": "http://a.example/dateTime-empty" }, "extensionResults": [], "name": "dateTime-empty_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:dateTime} / {

''^^xsd:dateTime }", "status": "mf:Approved" }, { "@id": "#dateTime-dT_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-dateTime", "data": "datatypes-data.ttl", "focus": "http://a.example/dateTime-dT" }, "extensionResults": [], "name": "dateTime-dT_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:dateTime} / {

'2012-01-02T'^^xsd:dateTime }", "status": "mf:Approved" }, { "@id": "#dateTime-d_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/datatypes.shex", "shape": "http://a.example/S-dateTime", "data": "datatypes-data.ttl", "focus": "http://a.example/dateTime-d" }, "extensionResults": [], "name": "dateTime-d_fail", "trait": [ "ValidLexicalForm" ], "comment": " {

xsd:dateTime} / {

'2012-01-02'^^xsd:dateTime }", "status": "mf:Approved" }, { "@id": "#1card2_fail0", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1card2.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card2_fail0", "trait": [ "DotCardinality" ], "comment": " { .{2} } on { }", "status": "mf:Approved" }, { "@id": "#1card2_fail1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1card2.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card2_fail1", "trait": [ "DotCardinality" ], "comment": " { .{2} } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1card2_pass2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1card2.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card2_pass2", "trait": [ "DotCardinality" ], "comment": " { .{2} } on { 'a','b' }", "status": "mf:Approved" }, { "@id": "#1card2_fail3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1card2.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card2_fail3", "trait": [ "DotCardinality" ], "comment": " { .{2} } on { 'a','b','c' }", "status": "mf:Approved" }, { "@id": "#1card25_fail0", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1card25.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card25_fail0", "trait": [ "DotCardinality" ], "comment": " { .{2,5} } on { }", "status": "mf:Approved" }, { "@id": "#1card25_fail1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1card25.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card25_fail1", "trait": [ "DotCardinality" ], "comment": " { .{2,5} } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1card25_pass2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1card25.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card25_pass2", "trait": [ "DotCardinality" ], "comment": " { .{2,5} } on { 'a','b' }", "status": "mf:Approved" }, { "@id": "#1card25_pass3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1card25.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card25_pass3", "trait": [ "DotCardinality" ], "comment": " { .{2,5} } on { 'a','b','c' }", "status": "mf:Approved" }, { "@id": "#1card25_pass4", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1card25.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc,Ld.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card25_pass4", "trait": [ "DotCardinality" ], "comment": " { .{2,5} } on { 'a','b','c','d' }", "status": "mf:Approved" }, { "@id": "#1card25_pass5", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1card25.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc,Ld,Le.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card25_pass5", "trait": [ "DotCardinality" ], "comment": " { .{2,5} } on { 'a','b','c','d','e' }", "status": "mf:Approved" }, { "@id": "#1card25_fail6", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1card25.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc,Ld,Le,Lf.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card25_fail6", "trait": [ "DotCardinality" ], "comment": " { .{2,5} } on { 'a','b','c','d','e','f' }", "status": "mf:Approved" }, { "@id": "#1card2Star_fail0", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1card2Star.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card2Star_fail0", "trait": [ "DotCardinality" ], "comment": " { .{2,*} } on { }", "status": "mf:Approved" }, { "@id": "#1card2Star_fail1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1card2Star.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card2Star_fail1", "trait": [ "DotCardinality" ], "comment": " { .{2,*} } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1card2Star_pass2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1card2Star.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card2Star_pass2", "trait": [ "DotCardinality" ], "comment": " { .{2,*} } on { 'a','b' }", "status": "mf:Approved" }, { "@id": "#1card2Star_pass3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1card2Star.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card2Star_pass3", "trait": [ "DotCardinality" ], "comment": " { .{2,*} } on { 'a','b','c' }", "status": "mf:Approved" }, { "@id": "#1card2Star_pass6", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1card2Star.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc,Ld,Le,Lf.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1card2Star_pass6", "trait": [ "DotCardinality" ], "comment": " { .{2,*} } on { 'a','b','c','d','e','f' }", "status": "mf:Approved" }, { "@id": "#1cardOpt_pass0", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1cardOpt.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardOpt_pass0", "trait": [ "DotCardinality" ], "comment": " { .? } on { }", "status": "mf:Approved" }, { "@id": "#1cardOpt_pass1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1cardOpt.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardOpt_pass1", "trait": [ "DotCardinality" ], "comment": " { .? } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1cardOpt_fail2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1cardOpt.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardOpt_fail2", "trait": [ "DotCardinality" ], "comment": " { .? } on { 'a','b' }", "status": "mf:Approved" }, { "@id": "#1cardOpt_pass6", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1cardOpt.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc,Ld,Le,Lf.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardOpt_pass6", "trait": [ "DotCardinality" ], "comment": " { .? } on { 'a','b','c','d','e','f' }", "status": "mf:Approved" }, { "@id": "#1cardPlus_fail0", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1cardPlus.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardPlus_fail0", "trait": [ "DotCardinality" ], "comment": " { .+ } on { }", "status": "mf:Approved" }, { "@id": "#1cardPlus_pass1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1cardPlus.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardPlus_pass1", "trait": [ "DotCardinality" ], "comment": " { .+ } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1cardPlus_pass2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1cardPlus.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardPlus_pass2", "trait": [ "DotCardinality" ], "comment": " { .+ } on { 'a','b' }", "status": "mf:Approved" }, { "@id": "#1cardPlus_pass6", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1cardPlus.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc,Ld,Le,Lf.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardPlus_pass6", "trait": [ "DotCardinality" ], "comment": " { .+ } on { 'a','b','c','d','e','f' }", "status": "mf:Approved" }, { "@id": "#1cardStar_pass0", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1cardStar.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardStar_pass0", "trait": [ "DotCardinality" ], "comment": " { .* } on { }", "status": "mf:Approved" }, { "@id": "#1cardStar_pass1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1cardStar.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardStar_pass1", "trait": [ "DotCardinality" ], "comment": " { .* } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1cardStar_pass2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1cardStar.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardStar_pass2", "trait": [ "DotCardinality" ], "comment": " { .* } on { 'a','b' }", "status": "mf:Approved" }, { "@id": "#1cardStar_pass6", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1cardStar.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Lb,Lc,Ld,Le,Lf.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1cardStar_pass6", "trait": [ "DotCardinality" ], "comment": " { .* } on { 'a','b','c','d','e','f' }", "status": "mf:Approved" }, { "@id": "#1literalPlus_Is1_Ip1_La,Io1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPlus.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPlus_Is1_Ip1_La,Io1", "trait": [ "NonDotCardinality" ], "comment": " { LITERAL+ } on { 'a', }", "status": "mf:Approved" }, { "@id": "#1dotRef1_referent,referrer", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotRef1.shex", "shape": "http://a.example/S1", "data": "In2_Ip2_LX.In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRef1_referent,referrer", "trait": [ "ShapeReference" ], "comment": " in { \"X\" . } as in { @ } { . }", "status": "mf:Approved" }, { "@id": "#1dotRef1_referrer,referent", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRef1_referrer,referent", "trait": [ "ShapeReference" ], "comment": " in { . \"X\" } as in { @ } { . }", "status": "mf:Approved" }, { "@id": "#1dotRef1_missingReferent", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRef1_missingReferent", "trait": [ "ShapeReference" ], "comment": " in { } as in { @ } { . }", "status": "mf:Approved" }, { "@id": "#1dotRef1_selfReference", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In1.In1_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRef1_selfReference", "trait": [ "ShapeReference" ], "comment": " in { . \"X\" } as in { @ } { . }", "status": "mf:Approved" }, { "@id": "#1dotRef1_missingSelfReference", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In1.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRef1_missingSelfReference", "trait": [ "ShapeReference" ], "comment": " in { . \"X\" } as in { @ } { . }", "status": "mf:Approved" }, { "@id": "#1dotRef1_overReferrer", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In1_Ip1_In3.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRef1_overReferrer", "trait": [ "ShapeReference" ], "comment": " in { , . \"X\" } as in { @ } { . }", "status": "mf:Approved" }, { "@id": "#1dotRef1_overReferrer,overReferent", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In1_Ip1_In3.In2_Ip2_LX.In3_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRef1_overReferrer,overReferent", "trait": [ "ShapeReference" ], "comment": " in { , . \"X\" . \"X\" } as in { @ } { . }", "status": "mf:Approved" }, { "@id": "#1dotRef1_overMatchesReferent", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.In3_Ip1_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRef1_overMatchesReferent", "trait": [ "ShapeReference" ], "comment": " in { . \"X\" . \"X\" } as in { @ } { . }", "status": "mf:Approved" }, { "@id": "#1refbnode1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1refbnode1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1refbnode1_pass", "trait": [ "ShapeReference" ], "comment": " { @_:S2 } _:S2 { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#1refbnode1_fail-g1-arc", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1refbnode1.shex", "shape": "http://a.example/S1", "data": "In1_Ip2_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1refbnode1_fail-g1-arc", "trait": [ "ShapeReference" ], "comment": " { @_:S2 } _:S2 { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#1refbnode1_fail-g2-arc", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1refbnode1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip1_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1refbnode1_fail-g2-arc", "trait": [ "ShapeReference" ], "comment": " { @_:S2 } _:S2 { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#3circRefS123", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefS123.shex", "shape": "http://a.example/S1", "data": "3circRefPlus1_pass-open.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefS123", "trait": [ "Import" ], "comment": " { ., @? } { @ } { @ } on { \"X\" ; . . . \"X\" }", "status": "mf:Approved" }, { "@id": "#3circRefPlus1_pass-open", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefPlus1.shex", "shape": "http://a.example/S1", "data": "3circRefPlus1_pass-open.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefPlus1_pass-open", "trait": [ "EachOf", "ShapeReference" ], "comment": " { ., @? } { @ } { @ } { . } on { \"X\" ; . . . \"X\" }", "status": "mf:Approved" }, { "@id": "#3circRefPlus1_pass-recursiveData", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefPlus1.shex", "shape": "http://a.example/S1", "data": "3circRefPlus1_pass-recursiveData.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefPlus1_pass-recursiveData", "trait": [ "EachOf", "RecursiveData", "ShapeReference" ], "comment": " { ., @? } { @ } { @ } { . } on { \"X\" ; . . }", "status": "mf:Approved" }, { "@id": "#1iriRef1_pass-iri", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1iriRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1iriRef1_pass-iri", "trait": [ "NodeKind", "ShapeReference" ], "comment": " in { . \"X\" } as in { IRI @ } { . }", "status": "mf:Approved" }, { "@id": "#1iriRef1_fail-bnode", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_Bn2.Bn2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1iriRef1_fail-bnode", "trait": [ "NodeKind", "ShapeReference" ], "comment": " in { _:n1 . _:n1 \"X\" } as in { IRI @ } { . }", "status": "mf:Approved" }, { "@id": "#1bnodeRef1_fail-iri", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodeRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1bnodeRef1_fail-iri", "trait": [ "NodeKind", "ShapeReference" ], "comment": " in { . \"X\" } as in { BNODE @ } { . }", "status": "mf:Approved" }, { "@id": "#1bnodeRef1_pass-bnode", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeRef1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_Bn2.Bn2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1bnodeRef1_pass-bnode", "trait": [ "NodeKind", "ShapeReference" ], "comment": " in { _:n1 . _:n1 \"X\" } as in { BNODE @ } { . }", "status": "mf:Approved" }, { "@id": "#1dotInline1_referrer,referent", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotInline1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotInline1_referrer,referent", "trait": [ "ShapeReference" ], "comment": " in { . \"X\" } as in { { . } }", "status": "mf:Approved" }, { "@id": "#1dotInline1_missingReferent", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotInline1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotInline1_missingReferent", "trait": [ "ShapeReference" ], "comment": " in { } as in { { . } }", "status": "mf:Approved" }, { "@id": "#1dotInline1_selfReference", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotInline1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In1.In1_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotInline1_selfReference", "trait": [ "ShapeReference" ], "comment": " in { . \"X\" } as in { { . } }", "status": "mf:Approved" }, { "@id": "#1dotInline1_missingSelfReference", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotInline1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In1.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotInline1_missingSelfReference", "trait": [ "ShapeReference" ], "comment": " in { . \"X\" } as in { { . } }", "status": "mf:Approved" }, { "@id": "#1dotInline1_overReferrer", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotInline1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In1_Ip1_In3.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotInline1_overReferrer", "trait": [ "ShapeReference" ], "comment": " in { , . \"X\" } as in { { . } }", "status": "mf:Approved" }, { "@id": "#1dotInline1_overReferrer,overReferent", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotInline1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In1_Ip1_In3.In2_Ip2_LX.In3_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotInline1_overReferrer,overReferent", "trait": [ "ShapeReference" ], "comment": " { { . } } on { , . \"X\" . \"X\" }", "status": "mf:Approved" }, { "@id": "#1dotInline1_overMatchesReferent", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotInline1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.In3_Ip1_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotInline1_overMatchesReferent", "trait": [ "ShapeReference" ], "comment": " in { . \"X\" . \"X\" } as in { { . } }", "status": "mf:Approved" }, { "@id": "#1val1IRIREF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREF_pass", "trait": [ "IriEquivalence" ], "comment": " { [] } on { }", "status": "mf:Approved" }, { "@id": "#1val1IRIREF_v2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1IRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREF_v2", "trait": [ "IriEquivalence" ], "comment": " { [] } on { }", "status": "mf:Approved" }, { "@id": "#1val1IRIREF_v1v2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1IRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1,Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREF_v1v2", "trait": [ "IriEquivalence" ], "comment": " { [] } on { , }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1STRING_LITERAL1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_pass", "trait": [ "NumericEquivalence" ], "comment": " { ['STRING_LITERAL1'] } on { 'STRING_LITERAL1' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1STRING_LITERAL1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_fail", "trait": [ "NumericEquivalence" ], "comment": " { ['STRING_LITERAL1'] } on { 'STRING_LITERAL1999' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_all_controls_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_all_controls.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_all_controls.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_all_controls_pass", "trait": [ "NumericEquivalence" ], "comment": " { ['^@^A...^_'] } on { '^@^A...^_' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_all_controls_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_all_controls.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_all_controls999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_all_controls_fail", "trait": [ "NumericEquivalence" ], "comment": " { ['^@^A...^_'] } on { '^@^A...^_999' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_all_punctuation_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_all_punctuation.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_all_punctuation.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_all_punctuation_pass", "trait": [ "NumericEquivalence" ], "comment": " { [' !\"#...'] } on { ' !\"#...' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_all_punctuation_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_all_punctuation.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_all_punctuation999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_all_punctuation_fail", "trait": [ "NumericEquivalence" ], "comment": " { [' !\"#...'] } on { ' !\"#...999' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_ascii_boundaries_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_ascii_boundaries.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_ascii_boundaries.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_ascii_boundaries_pass", "trait": [ "NumericEquivalence" ], "comment": " { ['^@^I^K^L^N&([]^?'] } on { '^@^I^K^L^N&([]^?' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_ascii_boundaries_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_ascii_boundaries.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_ascii_boundaries999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_ascii_boundaries_fail", "trait": [ "NumericEquivalence" ], "comment": " { ['^@^I^K^L^N&([]^?'] } on { '^@^I^K^L^N&([]^?999' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_UTF8_boundaries_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_UTF8_boundaries.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_UTF8_boundaries.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_UTF8_boundaries_pass", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { ['€...􏿽'] } on { '€...􏿽' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_UTF8_boundaries_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_UTF8_boundaries.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_UTF8_boundaries999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_UTF8_boundaries_fail", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { ['€...􏿽'] } on { '€...􏿽999' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_ECHAR_escapes_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_ECHAR_escapes.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_ECHAR_escapes.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_ECHAR_escapes_pass", "trait": [ "NumericEquivalence" ], "comment": " { ['\\t\\b\\n\\r\\f'] } on { '\\t\\b\\n\\r\\f' }", "status": "mf:Approved" }, { "@id": "#1val1STRING_LITERAL1_with_ECHAR_escapes_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1STRING_LITERAL1_with_ECHAR_escapes.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_ECHAR_escapes999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1STRING_LITERAL1_with_ECHAR_escapes_fail", "trait": [ "NumericEquivalence" ], "comment": " { ['\\t\\b\\n\\r\\f'] } on { '\\t\\b\\n\\r\\f999' }", "status": "mf:Approved" }, { "@id": "#1val1INTEGER_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1INTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1INTEGER_pass", "trait": [ "NumericEquivalence" ], "comment": " { [0] } on { 0 }", "status": "mf:Approved" }, { "@id": "#1val1INTEGER_00", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1INTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT00.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1INTEGER_00", "trait": [ "NumericEquivalence" ], "comment": " { [0] } on { 00 }", "status": "mf:Approved" }, { "@id": "#1val1DECIMAL_00", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1DECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC_0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1DECIMAL_00", "trait": [ "NumericEquivalence" ], "comment": " { [0.0] } on { .0 }", "status": "mf:Approved" }, { "@id": "#1val1DECIMAL_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1DECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC0_0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1DECIMAL_pass", "trait": [ "NumericEquivalence" ], "comment": " { [0.0] } on { 0.0 }", "status": "mf:Approved" }, { "@id": "#1val1DECIMAL_Lab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1DECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1DECIMAL_Lab", "trait": [ "NumericEquivalence" ], "comment": " { [0.0] } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1INTEGER_Lab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1INTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1INTEGER_Lab", "trait": [ "NumericEquivalence" ], "comment": " { [0] } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1DOUBLE_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1DOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL0E0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1DOUBLE_pass", "trait": [ "NumericEquivalence" ], "comment": " { [0E0] } on { 0E0 }", "status": "mf:Approved" }, { "@id": "#1val1DOUBLE_0_0e0", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1DOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL0_0e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1DOUBLE_0_0e0", "trait": [ "NumericEquivalence" ], "comment": " { [0E0] } on { 0e0.0 }", "status": "mf:Approved" }, { "@id": "#1val1DOUBLElowercase_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1DOUBLElowercase.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL0e0lowercase.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1DOUBLElowercase_pass", "trait": [ "NumericEquivalence" ], "comment": " { [0e0] } on { 0e0 }", "status": "mf:Approved" }, { "@id": "#1val1DOUBLElowercase_fail-0E0", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1DOUBLElowercase.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL0E0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1DOUBLElowercase_fail-0E0", "trait": [ "NumericEquivalence" ], "comment": " { [0e0] } on { 0E0 }", "status": "mf:Approved" }, { "@id": "#1val1DOUBLElowercase_0_0e0", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1DOUBLElowercase.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL0_0e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1DOUBLElowercase_0_0e0", "trait": [ "NumericEquivalence" ], "comment": " { [0e0] } on { 0e0.0 }", "status": "mf:Approved" }, { "@id": "#1val1LANGTAG_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1LANGTAG.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabLTen-fr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1LANGTAG_pass", "trait": [ "LanguageTagEquivalence" ], "comment": " { ['ab'@en-fr] } on { 'ab'@en-fr }", "status": "mf:Approved" }, { "@id": "#1val1LANGTAG_Lab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1LANGTAG.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1LANGTAG_Lab", "trait": [ "LanguageTagEquivalence" ], "comment": " { ['ab'@en-fr] } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1LANGTAG_LabLTen", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1LANGTAG.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabLTen.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1LANGTAG_LabLTen", "trait": [ "LanguageTagEquivalence" ], "comment": " { ['ab'@en-fr] } on { 'ab'@en }", "status": "mf:Approved" }, { "@id": "#1val1LANGTAG_LabLTen-fr-jura", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1LANGTAG.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabLTen-fr-jura.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1LANGTAG_LabLTen-fr-jura", "trait": [ "LanguageTagEquivalence" ], "comment": " { ['ab'@en-fr] } on { 'ab'@en-fr-jura }", "status": "mf:Approved" }, { "@id": "#1val1LANGTAG_LaLTen-fr", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1LANGTAG.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LaLTen-fr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1LANGTAG_LaLTen-fr", "trait": [ "LanguageTagEquivalence" ], "comment": " { ['ab'@en-fr] } on { 'a'@en-fr }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFDatatype_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFDatatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabDTbloodType.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFDatatype_pass", "trait": [ "DatatypedLiteralEquivalence" ], "comment": " { ['ab'^^my:bloodType] } on { 'ab'^^my:bloodType }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFDatatype_Lab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1IRIREFDatatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFDatatype_Lab", "trait": [ "DatatypedLiteralEquivalence" ], "comment": " { ['ab'^^my:bloodType] } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFDatatype_LabDTbloodType999", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1IRIREFDatatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabDTbloodType999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFDatatype_LabDTbloodType999", "trait": [ "DatatypedLiteralEquivalence" ], "comment": " { ['ab'^^my:bloodType] } on { 'ab'^^my:bloodType999 }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFDatatype_LaDTbloodType", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1IRIREFDatatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LaDTbloodType.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFDatatype_LaDTbloodType", "trait": [ "DatatypedLiteralEquivalence" ], "comment": " { ['ab'^^my:bloodType] } on { 'a'^^my:bloodType }", "status": "mf:Approved" }, { "@id": "#1val1true_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1true.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_true.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1true_pass", "trait": [ "BooleanEquivalence" ], "comment": " { [true] } on { true }", "status": "mf:Approved" }, { "@id": "#1val1true_false", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1true.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_false.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1true_false", "trait": [ "BooleanEquivalence" ], "comment": " { [true] } on { false }", "status": "mf:Approved" }, { "@id": "#1val1true_ab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1true.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1true_ab", "trait": [ "BooleanEquivalence" ], "comment": " { [true] } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1false_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1false.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_false.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1false_pass", "trait": [ "BooleanEquivalence" ], "comment": " { [false] } on { true }", "status": "mf:Approved" }, { "@id": "#1val1false_true", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1false.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_true.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1false_true", "trait": [ "BooleanEquivalence" ], "comment": " { [false] } on { false }", "status": "mf:Approved" }, { "@id": "#1val1false_ab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1false.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1false_ab", "trait": [ "BooleanEquivalence" ], "comment": " { [false] } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1datatypeLength_fail-missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1datatypeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatypeLength_fail-missing", "trait": [ "LengthFacet" ], "comment": " { xs:integer LENGTH 5 } on in { 'ab' }", "status": "mf:Approved" }, { "@id": "#1datatypeLength_fail-wrongDatatype", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1datatypeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_234.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatypeLength_fail-wrongDatatype", "trait": [ "LengthFacet" ], "comment": " { xs:integer LENGTH 5 } on in { 1.234 }", "status": "mf:Approved" }, { "@id": "#1datatypeLength_fail-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1datatypeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT1234.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatypeLength_fail-short", "trait": [ "LengthFacet" ], "comment": " { xs:integer LENGTH 5 } on in { 1234 }", "status": "mf:Approved" }, { "@id": "#1datatypeLength_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1datatypeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT12345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatypeLength_pass", "trait": [ "LengthFacet" ], "comment": " { xs:integer LENGTH 5 } on in { 12345 }", "status": "mf:Approved" }, { "@id": "#1datatypeLength_fail-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1datatypeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT123456.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1datatypeLength_fail-long", "trait": [ "LengthFacet" ], "comment": " { xs:integer LENGTH 5 } on in { 123456 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_pass-decimal-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_2345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_pass-decimal-short", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { 1.2345 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_pass-decimal-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_23456.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_pass-decimal-equal", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { 1.23456 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-decimal-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_234567.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-decimal-long", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { 1.234567 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_pass-decimal-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalFractiondigits4.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC01_2345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_pass-decimal-equalLead", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 4 } / { 01.2345 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-decimal-longLead", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits4.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC01_23456.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-decimal-longLead", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 4 } / { 01.23456 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_pass-decimal-equalTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalFractiondigits4.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_23450.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_pass-decimal-equalTrail", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 4 } / { 1.23450 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-decimal-longTrail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits4.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_234560.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-decimal-longTrail", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 4 } / { 1.234560 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_pass-decimal-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalFractiondigits4.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC01_23450.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_pass-decimal-equalLeadTrail", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 4 } / { 01.23450 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-decimal-longLeadTrail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits4.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_234560.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-decimal-longLeadTrail", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 4 } / { 01.234560 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_pass-integer-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT12345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_pass-integer-short", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { 12345 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_pass-xsd_integer-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_xsd-integer12345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_pass-xsd_integer-short", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { \"12345\"^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT1_23456.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-float-equal", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { \"1.23456\"^^xsd:float }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-double-equal", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-malformedxsd_decimal-1_23ab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_malformedxsd-decimal1_23ab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-malformedxsd_decimal-1_23ab", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { \"1.23ab\"^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-malformedxsd_decimal-1_2345ab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_malformedxsd-decimal1_2345ab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-malformedxsd_decimal-1_2345ab", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { \"1.2345ab\"^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-malformedxsd_integer-1_2345", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_malformedxsd-integer1_2345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-malformedxsd_integer-1_2345", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / { \"1.2345\"^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-iri", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "BASE_Is1_Ip1_I12345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-iri", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / BASE { <1.2345> }", "status": "mf:Approved" }, { "@id": "#1literalFractiondigits_fail-bnode", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalFractiondigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_B12345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalFractiondigits_fail-bnode", "trait": [ "FractionDigitsFacet" ], "comment": " { LITERAL FRACTIONDIGITS 5 } / BASE { _:12345 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-decimal-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_234.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-decimal-short", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 1.234 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-decimal-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_2345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-decimal-equal", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 1.2345 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-decimal-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_23456.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-decimal-long", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 1.23456 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-decimal-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC01_2345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-decimal-equalLead", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 01.2345 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-decimal-longLead", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC01_23456.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-decimal-longLead", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 01.23456 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-decimal-equalTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_23450.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-decimal-equalTrail", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 1.23450 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-decimal-longTrail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_234560.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-decimal-longTrail", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 1.234560 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-decimal-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC01_23450.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-decimal-equalLeadTrail", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 01.23450 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-decimal-longLeadTrail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC1_234560.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-decimal-longLeadTrail", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 01.234560 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT12345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-integer-equal", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 12345 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-xsd_integer-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_xsd-integer1234.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-xsd_integer-short", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { \"1234\"^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-integer-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT012345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-integer-equalLead", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 012345 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-integer-longLead", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT0123456.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-integer-longLead", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 0123456 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-integer-equalTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits6.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT123450.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-integer-equalTrail", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 6 } / { 123450 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-integer-longTrail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits6.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT1234560.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-integer-longTrail", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 6 } / { 1234560 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-integer-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits6.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT0123450.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-integer-equalLeadTrail", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 6 } / { 0123450 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-integer-longLeadTrail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits6.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT01234560.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-integer-longLeadTrail", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 6 } / { 01234560 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-byte-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits2.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_BYT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-byte-short", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 2 } / { 5^^xsd:byte }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_pass-byte-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalTotaldigits2.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_BYT64.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_pass-byte-equal", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 2 } / { 64^^xsd:byte }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-byte-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits2.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_BYT128.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-byte-long", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 2 } / { 128^^xsd:byte }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT1_2345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-float-equal", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { \"1.2345\"^^xsd:float }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-double-equal", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-malformedxsd_decimal-1_23ab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_malformedxsd-decimal1_23ab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-malformedxsd_decimal-1_23ab", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { \"1.23ab\"^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-malformedxsd_decimal-1_2345ab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_malformedxsd-decimal1_2345ab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-malformedxsd_decimal-1_2345ab", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { \"1.2345ab\"^^xsd:decimal }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-malformedxsd_integer-1_2345", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_malformedxsd-integer1_2345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-malformedxsd_integer-1_2345", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / { \"1.2345\"^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-iri", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "BASE_Is1_Ip1_I12345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-iri", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / BASE { <1.2345> }", "status": "mf:Approved" }, { "@id": "#1literalTotaldigits_fail-bnode", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalTotaldigits5.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_B12345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalTotaldigits_fail-bnode", "trait": [ "TotalDigitsFacet" ], "comment": " { LITERAL TOTALDIGITS 5 } / BASE { _:12345 }", "status": "mf:Approved" }, { "@id": "#1literalMinexclusiveINTEGER_fail-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMinexclusiveINTEGER_fail-low", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MINEXCLUSIVE 5 } / { '4'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMinexclusiveINTEGER_pass-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMinexclusiveINTEGER_pass-equal", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MINEXCLUSIVE 5 } / { '5'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMinexclusiveINTEGER_pass-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMinexclusiveINTEGER_pass-high", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MINEXCLUSIVE 5 } / { '6'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMininclusiveINTEGER_fail-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMininclusiveINTEGER_fail-low", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MININCLUSIVE 5 } / { '4'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMininclusiveINTEGER_pass-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMininclusiveINTEGER_pass-equal", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MININCLUSIVE 5 } / { '5'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMininclusiveINTEGER_pass-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMininclusiveINTEGER_pass-high", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MININCLUSIVE 5 } / { '6'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMaxexclusiveINTEGER_pass-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMaxexclusiveINTEGER_pass-low", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MAXEXCLUSIVE 5 } / { '4'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMaxexclusiveINTEGER_fail-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMaxexclusiveINTEGER_fail-equal", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MAXEXCLUSIVE 5 } / { '5'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMaxexclusiveINTEGER_fail-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMaxexclusiveINTEGER_fail-high", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MAXEXCLUSIVE 5 } / { '6'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMaxinclusiveINTEGER_pass-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMaxinclusiveINTEGER_pass-low", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MAXINCLUSIVE 5 } / { '4'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMaxinclusiveINTEGER_pass-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMaxinclusiveINTEGER_pass-equal", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MAXINCLUSIVE 5 } / { '5'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1literalMaxinclusiveINTEGER_fail-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMaxinclusiveINTEGER_fail-high", "trait": [ "ComparatorFacet" ], "comment": " { LITERAL MAXINCLUSIVE 5 } / { '6'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveINTEGER_fail-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_9.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveINTEGER_fail-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 5 } / { '4.9'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveINTEGER_pass-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT05.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveINTEGER_pass-equalLead", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 5 } / { '05'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveINTEGER_pass-equalTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveINTEGER_pass-equalTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 5 } / { '5.0'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveINTEGER_pass-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveINTEGER_pass-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 5 } / { '5.1'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_fail-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_fail-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { '4'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_pass-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_pass-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { '5'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_pass-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT05.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_pass-equalLead", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { '05'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_pass-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_pass-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { '6'^^xsd:integer }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveINTEGERLead_pass-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveINTEGERLead_pass-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 5 } / { '5'^^xsd:float }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGERLead_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGERLead_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGERLead_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGERLead_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGERLead_pass-integer-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT05.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGERLead_pass-integer-equalLead", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05 } / { 05 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGERLead_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGERLead_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMAL_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMAL_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 4.5 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALLeadTrail_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALLeadTrail_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 04.50 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALLeadTrail_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALLeadTrail_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 04.50 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALLeadTrail_pass-integer-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT05.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALLeadTrail_pass-integer-equalLead", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 04.50 } / { 05 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALLeadTrail_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALLeadTrail_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 04.50 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALint_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALint_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5.0 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALint_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALint_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5.0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALint_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALint_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5.0 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALintLeadTrail_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALintLeadTrail_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05.00 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALintLeadTrail_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALintLeadTrail_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05.00 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALintLeadTrail_pass-integer-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT05.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALintLeadTrail_pass-integer-equalLead", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05.00 } / { 05 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDECIMALintLeadTrail_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDECIMALintLeadTrail_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05.00 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLE_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLE_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 4.5e0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLELeadTrail_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLELeadTrail_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 04.50e0 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLELeadTrail_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLELeadTrail_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 04.50e0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLELeadTrail_pass-integer-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT05.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLELeadTrail_pass-integer-equalLead", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 04.50e0 } / { 05 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLELeadTrail_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLELeadTrail_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 04.50e0 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLEint_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLEint_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5.0e0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLEintLeadTrail_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLEintLeadTrail_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05.00e0 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLEintLeadTrail_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLEintLeadTrail_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05.00e0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLEintLeadTrail_pass-integer-equalLead", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT05.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLEintLeadTrail_pass-integer-equalLead", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05.00e0 } / { 05 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveDOUBLEintLeadTrail_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveDOUBLEintLeadTrail_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 05.00e0 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_fail-decimal-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_fail-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { 4.5 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_fail-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_fail-dateTime-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DT2015-12-25T01_23_45Z.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_fail-dateTime-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { '2015-12-25T01:23:45Z'^^ }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_fail-string-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_STRab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_fail-string-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { 'ab'^^ }", "status": "mf:Approved" }, { "@id": "#1integerMininclusiveINTEGER_fail-byte-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_BYT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMininclusiveINTEGER_fail-byte-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MININCLUSIVE 5 } / { '5'^^ }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveINTEGER_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveINTEGER_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 5 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveINTEGER_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveINTEGER_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 5 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveINTEGERLead_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveINTEGERLead_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 05 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveINTEGERLead_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveINTEGERLead_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 05 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMAL_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMAL_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 4.5 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMAL_pass-decimal-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMAL_pass-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 4.5 } / { 4.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMAL_pass-decimal-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC04_50.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMAL_pass-decimal-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 4.5 } / { 04.50 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMAL_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMAL_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 4.5 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMALLeadTrail_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMALLeadTrail_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 04.50 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMALLeadTrail_pass-decimal-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMALLeadTrail_pass-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 04.50 } / { 4.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMALLeadTrail_pass-decimal-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC04_50.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMALLeadTrail_pass-decimal-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 04.50 } / { 04.50 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMALLeadTrail_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMALLeadTrail_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 04.50 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMALintLeadTrail_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMALintLeadTrail_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 05.00 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMALintLeadTrail_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMALintLeadTrail_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 05.00 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDOUBLE_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDOUBLE_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 4.5e0 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDOUBLE_pass-decimal-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDOUBLE_pass-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 4.5e0 } / { 4.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDOUBLE_pass-decimal-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC04_50.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDOUBLE_pass-decimal-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 4.5e0 } / { 04.50 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDOUBLELeadTrail_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDOUBLELeadTrail_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 04.50e0 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDOUBLELeadTrail_pass-decimal-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDOUBLELeadTrail_pass-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 04.50e0 } / { 4.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDOUBLELeadTrail_pass-decimal-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC04_50.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDOUBLELeadTrail_pass-decimal-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 04.50e0 } / { 04.50 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDOUBLELeadTrail_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDOUBLELeadTrail_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 04.50e0 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDOUBLEintLeadTrail_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDOUBLEintLeadTrail_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 05.00e0 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDOUBLEintLeadTrail_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDOUBLEintLeadTrail_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 05.00e0 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMAL_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMAL_fail-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 4.5 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1decimalMininclusiveDECIMAL_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMininclusiveDECIMAL_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MININCLUSIVE 4.5 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveINTEGERLead_fail-float-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveINTEGERLead_fail-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 05 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveINTEGERLead_pass-float-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveINTEGERLead_pass-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 05 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDECIMAL_pass-float-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDECIMAL_pass-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 4.5 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDECIMAL_pass-float-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT04_50.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDECIMAL_pass-float-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 4.5 } / { '04.50'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDECIMALLeadTrail_fail-float-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDECIMALLeadTrail_fail-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 04.50 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDECIMALLeadTrail_pass-float-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDECIMALLeadTrail_pass-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 04.50 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDECIMALLeadTrail_pass-float-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT04_50.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDECIMALLeadTrail_pass-float-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 04.50 } / { '04.50'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDECIMALLeadTrail_pass-float-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDECIMALLeadTrail_pass-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 04.50 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDECIMALintLeadTrail_fail-float-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDECIMALintLeadTrail_fail-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 05.00 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDECIMALintLeadTrail_pass-float-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDECIMALintLeadTrail_pass-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 05.00 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDOUBLE_pass-float-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDOUBLE_pass-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 4.5e0 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDOUBLE_pass-float-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT04_50.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDOUBLE_pass-float-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 4.5e0 } / { '04.50'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDOUBLELeadTrail_fail-float-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDOUBLELeadTrail_fail-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 04.50e0 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDOUBLELeadTrail_pass-float-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDOUBLELeadTrail_pass-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 04.50e0 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDOUBLELeadTrail_pass-float-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT04_50.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDOUBLELeadTrail_pass-float-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 04.50e0 } / { '04.50'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDOUBLELeadTrail_pass-float-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDOUBLELeadTrail_pass-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 04.50e0 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDOUBLEintLeadTrail_fail-float-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDOUBLEintLeadTrail_fail-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 05.00e0 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMininclusiveDOUBLEintLeadTrail_pass-float-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMininclusiveDOUBLEintLeadTrail_pass-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MININCLUSIVE 05.00e0 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveINTEGERLead_fail-double-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveINTEGERLead_fail-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 05 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveINTEGERLead_pass-double-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveINTEGERLead_pass-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 05 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDECIMAL_pass-double-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDECIMAL_pass-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 4.5 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDECIMAL_pass-double-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL04_50e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDECIMAL_pass-double-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 4.5 } / { 04.50e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDECIMALLeadTrail_fail-double-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDECIMALLeadTrail_fail-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 04.50 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDECIMALLeadTrail_pass-double-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDECIMALLeadTrail_pass-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 04.50 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDECIMALLeadTrail_pass-double-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL04_50e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDECIMALLeadTrail_pass-double-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 04.50 } / { 04.50e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDECIMALLeadTrail_pass-double-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDECIMALLeadTrail_pass-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 04.50 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDECIMALintLeadTrail_fail-double-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDECIMALintLeadTrail_fail-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 05.00 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDECIMALintLeadTrail_pass-double-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDECIMALintLeadTrail_pass-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 05.00 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDOUBLE_pass-double-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDOUBLE_pass-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 4.5e0 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDOUBLE_pass-double-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL04_50e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDOUBLE_pass-double-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 4.5e0 } / { 04.50e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDOUBLELeadTrail_fail-double-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDOUBLELeadTrail_fail-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 04.50e0 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDOUBLELeadTrail_pass-double-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDOUBLELeadTrail_pass-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 04.50e0 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDOUBLELeadTrail_pass-double-equalLeadTrail", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL04_50e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDOUBLELeadTrail_pass-double-equalLeadTrail", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 04.50e0 } / { 04.50e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDOUBLELeadTrail_pass-double-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDOUBLELeadTrail_pass-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 04.50e0 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDOUBLEintLeadTrail_fail-double-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDOUBLEintLeadTrail_fail-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 05.00e0 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMininclusiveDOUBLEintLeadTrail_pass-double-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMininclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMininclusiveDOUBLEintLeadTrail_pass-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MININCLUSIVE 05.00e0 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1integerMinexclusiveINTEGER_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMinexclusiveINTEGER_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MINEXCLUSIVE 5 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMinexclusiveINTEGER_fail-integer-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMinexclusiveINTEGER_fail-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MINEXCLUSIVE 5 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMinexclusiveINTEGER_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMinexclusiveINTEGER_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MINEXCLUSIVE 5 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMinexclusiveDECIMALint_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMinexclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMinexclusiveDECIMALint_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MINEXCLUSIVE 5.0 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMinexclusiveDECIMALint_fail-integer-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMinexclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMinexclusiveDECIMALint_fail-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MINEXCLUSIVE 5.0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMinexclusiveDECIMALint_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMinexclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMinexclusiveDECIMALint_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MINEXCLUSIVE 5.0 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMinexclusiveDOUBLEint_fail-integer-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMinexclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMinexclusiveDOUBLEint_fail-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MINEXCLUSIVE 5.0e0 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMinexclusiveDOUBLEint_fail-integer-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMinexclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMinexclusiveDOUBLEint_fail-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MINEXCLUSIVE 5.0e0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMinexclusiveDOUBLEint_pass-integer-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMinexclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMinexclusiveDOUBLEint_pass-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MINEXCLUSIVE 5.0e0 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveINTEGER_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveINTEGER_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 5 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveINTEGER_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveINTEGER_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 5 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveDECIMAL_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveDECIMAL_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 4.5 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveDECIMAL_fail-decimal-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveDECIMAL_fail-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 4.5 } / { 4.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveDECIMAL_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveDECIMAL_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 4.5 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveDOUBLE_fail-decimal-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMinexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveDOUBLE_fail-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 4.5e0 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveDOUBLE_fail-decimal-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMinexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveDOUBLE_fail-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 4.5e0 } / { 4.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveDOUBLE_pass-decimal-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMinexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveDOUBLE_pass-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 4.5e0 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveDECIMAL_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveDECIMAL_fail-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 4.5 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1decimalMinexclusiveDECIMAL_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMinexclusiveDECIMAL_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MINEXCLUSIVE 4.5 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1floatMinexclusiveINTEGER_fail-float-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMinexclusiveINTEGER_fail-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MINEXCLUSIVE 5 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMinexclusiveINTEGER_pass-float-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMinexclusiveINTEGER_pass-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MINEXCLUSIVE 5 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMinexclusiveDECIMAL_fail-float-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMinexclusiveDECIMAL_fail-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MINEXCLUSIVE 4.5 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMinexclusiveDECIMAL_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMinexclusiveDECIMAL_fail-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MINEXCLUSIVE 4.5 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMinexclusiveDECIMAL_pass-float-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMinexclusiveDECIMAL_pass-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MINEXCLUSIVE 4.5 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMinexclusiveDOUBLE_fail-float-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMinexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMinexclusiveDOUBLE_fail-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MINEXCLUSIVE 4.5e0 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMinexclusiveDOUBLE_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMinexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMinexclusiveDOUBLE_fail-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MINEXCLUSIVE 4.5e0 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMinexclusiveDOUBLE_pass-float-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMinexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMinexclusiveDOUBLE_pass-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MINEXCLUSIVE 4.5e0 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1doubleMinexclusiveINTEGER_fail-double-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMinexclusiveINTEGER_fail-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MINEXCLUSIVE 5 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMinexclusiveINTEGER_pass-double-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMinexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMinexclusiveINTEGER_pass-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MINEXCLUSIVE 5 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMinexclusiveDECIMAL_fail-double-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMinexclusiveDECIMAL_fail-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MINEXCLUSIVE 4.5 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMinexclusiveDECIMAL_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMinexclusiveDECIMAL_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MINEXCLUSIVE 4.5 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMinexclusiveDECIMAL_pass-double-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMinexclusiveDECIMAL_pass-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MINEXCLUSIVE 4.5 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMinexclusiveDOUBLE_fail-double-low", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMinexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMinexclusiveDOUBLE_fail-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MINEXCLUSIVE 4.5e0 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMinexclusiveDOUBLE_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMinexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMinexclusiveDOUBLE_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MINEXCLUSIVE 4.5e0 } / { 4.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMinexclusiveDOUBLE_pass-double-high", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMinexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMinexclusiveDOUBLE_pass-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MINEXCLUSIVE 4.5e0 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMinexclusiveDECIMAL_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMinexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMinexclusiveDECIMAL_fail-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MINEXCLUSIVE 4.5 } / { '4.5'^^ }", "status": "mf:Approved" }, { "@id": "#1integerMaxinclusiveINTEGER_pass-integer-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxinclusiveINTEGER_pass-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXINCLUSIVE 5 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMaxinclusiveINTEGER_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxinclusiveINTEGER_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXINCLUSIVE 5 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMaxinclusiveINTEGER_fail-integer-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxinclusiveINTEGER_fail-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXINCLUSIVE 5 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMaxinclusiveDECIMALint_pass-integer-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMaxinclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxinclusiveDECIMALint_pass-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXINCLUSIVE 5.0 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMaxinclusiveDECIMALint_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMaxinclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxinclusiveDECIMALint_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXINCLUSIVE 5.0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMaxinclusiveDECIMALint_fail-integer-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMaxinclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxinclusiveDECIMALint_fail-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXINCLUSIVE 5.0 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMaxinclusiveDOUBLEint_pass-integer-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMaxinclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxinclusiveDOUBLEint_pass-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXINCLUSIVE 5.0e0 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMaxinclusiveDOUBLEint_pass-integer-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMaxinclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxinclusiveDOUBLEint_pass-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXINCLUSIVE 5.0e0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMaxinclusiveDOUBLEint_fail-integer-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMaxinclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxinclusiveDOUBLEint_fail-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXINCLUSIVE 5.0e0 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveINTEGER_pass-decimal-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveINTEGER_pass-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveINTEGER_fail-decimal-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveINTEGER_fail-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveDECIMAL_pass-decimal-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveDECIMAL_pass-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5.5 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveDECIMAL_pass-decimal-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveDECIMAL_pass-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5.5 } / { 5.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveDECIMAL_fail-decimal-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveDECIMAL_fail-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5.5 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveDOUBLE_pass-decimal-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMaxinclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveDOUBLE_pass-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5.5e0 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveDOUBLE_pass-decimal-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMaxinclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveDOUBLE_pass-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5.5e0 } / { 5.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveDOUBLE_fail-decimal-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxinclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveDOUBLE_fail-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5.5e0 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveDECIMAL_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveDECIMAL_fail-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5.5 } / { '5.5'^^ }", "status": "mf:Approved" }, { "@id": "#1decimalMaxinclusiveDECIMAL_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxinclusiveDECIMAL_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXINCLUSIVE 5.5 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1floatMaxinclusiveINTEGER_pass-float-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxinclusiveINTEGER_pass-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXINCLUSIVE 5 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxinclusiveINTEGER_fail-float-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxinclusiveINTEGER_fail-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXINCLUSIVE 5 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxinclusiveDECIMAL_pass-float-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxinclusiveDECIMAL_pass-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXINCLUSIVE 5.5 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxinclusiveDECIMAL_pass-float-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxinclusiveDECIMAL_pass-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXINCLUSIVE 5.5 } / { '5.5'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxinclusiveDECIMAL_fail-float-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxinclusiveDECIMAL_fail-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXINCLUSIVE 5.5 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxinclusiveDOUBLE_pass-float-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMaxinclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxinclusiveDOUBLE_pass-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXINCLUSIVE 5.5e0 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxinclusiveDOUBLE_pass-float-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMaxinclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxinclusiveDOUBLE_pass-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXINCLUSIVE 5.5e0 } / { '5.5'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxinclusiveDOUBLE_fail-float-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMaxinclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxinclusiveDOUBLE_fail-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXINCLUSIVE 5.5e0 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1doubleMaxinclusiveINTEGER_pass-double-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxinclusiveINTEGER_pass-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXINCLUSIVE 5 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxinclusiveINTEGER_fail-double-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxinclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxinclusiveINTEGER_fail-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXINCLUSIVE 5 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxinclusiveDECIMAL_pass-double-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxinclusiveDECIMAL_pass-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXINCLUSIVE 5.5 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxinclusiveDECIMAL_pass-double-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxinclusiveDECIMAL_pass-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXINCLUSIVE 5.5 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxinclusiveDECIMAL_fail-double-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxinclusiveDECIMAL_fail-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXINCLUSIVE 5.5 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxinclusiveDOUBLE_pass-double-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMaxinclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxinclusiveDOUBLE_pass-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXINCLUSIVE 5.5e0 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxinclusiveDOUBLE_pass-double-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMaxinclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxinclusiveDOUBLE_pass-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXINCLUSIVE 5.5e0 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxinclusiveDOUBLE_fail-double-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxinclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxinclusiveDOUBLE_fail-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXINCLUSIVE 5.5e0 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxinclusiveDECIMAL_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxinclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxinclusiveDECIMAL_fail-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXINCLUSIVE 5.5 } / { '5.5'^^ }", "status": "mf:Approved" }, { "@id": "#1integerMaxexclusiveINTEGER_pass-integer-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxexclusiveINTEGER_pass-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXEXCLUSIVE 5 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMaxexclusiveINTEGER_fail-integer-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxexclusiveINTEGER_fail-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXEXCLUSIVE 5 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMaxexclusiveINTEGER_fail-integer-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxexclusiveINTEGER_fail-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXEXCLUSIVE 5 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMaxexclusiveDECIMALint_pass-integer-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMaxexclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxexclusiveDECIMALint_pass-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXEXCLUSIVE 5.0 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMaxexclusiveDECIMALint_fail-integer-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMaxexclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxexclusiveDECIMALint_fail-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXEXCLUSIVE 5.0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMaxexclusiveDECIMALint_fail-integer-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMaxexclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxexclusiveDECIMALint_fail-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXEXCLUSIVE 5.0 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1integerMaxexclusiveDOUBLEint_pass-integer-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1integerMaxexclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxexclusiveDOUBLEint_pass-integer-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXEXCLUSIVE 5.0e0 } / { 4 }", "status": "mf:Approved" }, { "@id": "#1integerMaxexclusiveDOUBLEint_fail-integer-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMaxexclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxexclusiveDOUBLEint_fail-integer-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXEXCLUSIVE 5.0e0 } / { 5 }", "status": "mf:Approved" }, { "@id": "#1integerMaxexclusiveDOUBLEint_fail-integer-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1integerMaxexclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1integerMaxexclusiveDOUBLEint_fail-integer-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:integer MAXEXCLUSIVE 5.0e0 } / { 6 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveINTEGER_pass-decimal-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveINTEGER_pass-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveINTEGER_fail-decimal-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveINTEGER_fail-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveDECIMAL_pass-decimal-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveDECIMAL_pass-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5.5 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveDECIMAL_fail-decimal-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveDECIMAL_fail-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5.5 } / { 5.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveDECIMAL_fail-decimal-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveDECIMAL_fail-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5.5 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveDOUBLE_pass-decimal-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1decimalMaxexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveDOUBLE_pass-decimal-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5.5e0 } / { 4.4 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveDOUBLE_fail-decimal-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveDOUBLE_fail-decimal-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5.5e0 } / { 5.5 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveDOUBLE_fail-decimal-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DEC5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveDOUBLE_fail-decimal-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5.5e0 } / { 5.6 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveDECIMAL_fail-float-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveDECIMAL_fail-float-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5.5 } / { '5.5'^^ }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusiveDECIMAL_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusiveDECIMAL_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5.5 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1decimalMaxexclusivexsd-byte_fail-byte-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1decimalMaxexclusivexsd-byte.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_BYT5.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1decimalMaxexclusivexsd-byte_fail-byte-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:decimal MAXEXCLUSIVE 5 } / { '5'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxexclusiveINTEGER_pass-float-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxexclusiveINTEGER_pass-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXEXCLUSIVE 5 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxexclusiveINTEGER_fail-float-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxexclusiveINTEGER_fail-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXEXCLUSIVE 5 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxexclusiveDECIMAL_pass-float-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxexclusiveDECIMAL_pass-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXEXCLUSIVE 5.5 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxexclusiveDECIMAL_fail-float-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxexclusiveDECIMAL_fail-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXEXCLUSIVE 5.5 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxexclusiveDOUBLE_pass-float-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1floatMaxexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT4_4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxexclusiveDOUBLE_pass-float-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXEXCLUSIVE 5.5e0 } / { '4.4'^^ }", "status": "mf:Approved" }, { "@id": "#1floatMaxexclusiveDOUBLE_fail-float-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1floatMaxexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_FLT5_6.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1floatMaxexclusiveDOUBLE_fail-float-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:float MAXEXCLUSIVE 5.5e0 } / { '5.6'^^ }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveINTEGER_pass-double-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveINTEGER_pass-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveINTEGER_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveINTEGER_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveINTEGER_fail-double-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveINTEGER.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveINTEGER_fail-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveINTEGERLead_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveINTEGERLead.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveINTEGERLead_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 05 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDECIMAL_pass-double-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDECIMAL_pass-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5.5 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDECIMAL_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDECIMAL_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5.5 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDECIMAL_fail-double-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDECIMAL.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDECIMAL_fail-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5.5 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDECIMALLeadTrail_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDECIMALLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDECIMALLeadTrail_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 05.50 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDECIMALint_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDECIMALint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDECIMALint_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5.0 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDECIMALintLeadTrail_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDECIMALintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDECIMALintLeadTrail_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 05.00 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDOUBLE_pass-double-low", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1doubleMaxexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL4_4e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDOUBLE_pass-double-low", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5.5e0 } / { 4.4e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDOUBLE_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDOUBLE_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5.5e0 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDOUBLE_fail-double-high", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDOUBLE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_6e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDOUBLE_fail-double-high", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5.5e0 } / { 5.6e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDOUBLELeadTrail_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDOUBLELeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDOUBLELeadTrail_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 05.50e0 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDOUBLEint_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDOUBLEint.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDOUBLEint_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 5.0e0 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1doubleMaxexclusiveDOUBLEintLeadTrail_fail-double-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1doubleMaxexclusiveDOUBLEintLeadTrail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_DBL5_5e0.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1doubleMaxexclusiveDOUBLEintLeadTrail_fail-double-equal", "trait": [ "ComparatorFacet" ], "comment": " { xsd:double MAXEXCLUSIVE 05.00e0 } / { 5.5e0 }", "status": "mf:Approved" }, { "@id": "#1Length_fail-lit-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1Length.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1Length_fail-lit-short", "trait": [ "LengthFacet" ], "comment": " { LENGTH 5 } on { \"abcd\" }", "status": "mf:Approved" }, { "@id": "#1Length_pass-lit-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1Length.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1Length_pass-lit-equal", "trait": [ "LengthFacet" ], "comment": " { LENGTH 5 } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1Length_fail-lit-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1Length.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1Length_fail-lit-long", "trait": [ "LengthFacet" ], "comment": " { LENGTH 5 } on { \"abcdef\" }", "status": "mf:Approved" }, { "@id": "#1literalLength_fail-lit-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalLength_fail-lit-short", "trait": [ "LengthFacet" ], "comment": " { LITERAL LENGTH 5 } on { \"abcd\" }", "status": "mf:Approved" }, { "@id": "#1literalLength_pass-lit-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalLength_pass-lit-equal", "trait": [ "LengthFacet" ], "comment": " { LITERAL LENGTH 5 } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1literalLength_fail-lit-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalLength_fail-lit-long", "trait": [ "LengthFacet" ], "comment": " { LITERAL LENGTH 5 } on { \"abcdef\" }", "status": "mf:Approved" }, { "@id": "#1literalLength_fail-iri-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalLength19.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalLength_fail-iri-equal", "trait": [ "LengthFacet" ], "comment": " { LITERAL LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1literalLength_fail-bnode-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalLength_fail-bnode-equal", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { LITERAL LENGTH 5 } on { _:abcde }", "status": "mf:Approved" }, { "@id": "#1iriLength_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriLength_fail-iri-short", "trait": [ "LengthFacet" ], "comment": " { IRI LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1iriLength_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1iriLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriLength_pass-iri-equal", "trait": [ "LengthFacet" ], "comment": " { IRI LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1iriLength_fail-iri-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriLength_fail-iri-long", "trait": [ "LengthFacet" ], "comment": " { IRI LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1iriLength_fail-lit-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriLength_fail-lit-equal", "trait": [ "LengthFacet" ], "comment": " { IRI LENGTH 19 } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1iriLength_fail-bnode-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriLength_fail-bnode-equal", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { IRI LENGTH 19 } on { _:abcde }", "status": "mf:Approved" }, { "@id": "#1iriRefLength1_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriRefLength1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriRefLength1_fail-iri-short", "trait": [ "LengthFacet" ], "comment": " { IRI @ LENGTH 19 } { . } on { }", "status": "mf:Approved" }, { "@id": "#1iriRefLength1_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1iriRefLength1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1-Io1_Ip2_Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriRefLength1_pass-iri-equal", "trait": [ "LengthFacet" ], "comment": " { IRI @ LENGTH 19 } { . } on { . }", "status": "mf:Approved" }, { "@id": "#1iriRefLength1_fail-iri-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriRefLength1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriRefLength1_fail-iri-long", "trait": [ "LengthFacet" ], "comment": " { IRI @ LENGTH 19 } { . } on { }", "status": "mf:Approved" }, { "@id": "#1iriRefLength1_fail-lit-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriRefLength1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriRefLength1_fail-lit-equal", "trait": [ "LengthFacet" ], "comment": " { IRI @ LENGTH 19 } { . } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1iriRefLength1_fail-bnode-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriRefLength1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriRefLength1_fail-bnode-equal", "trait": [ "LengthFacet" ], "comment": " { IRI @ LENGTH 19 } { . } on { _:abcde }", "status": "mf:Approved" }, { "@id": "#1bnodeLength_fail-bnode-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeLength_fail-bnode-short", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { BNODE LENGTH 5 } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1bnodeLength_pass-bnode-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeLength_pass-bnode-equal", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { BNODE LENGTH 5 } on { _:abcde }", "status": "mf:Approved" }, { "@id": "#1bnodeLength_fail-bnode-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeLength_fail-bnode-long", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { BNODE LENGTH 5 } on { _:abcdef }", "status": "mf:Approved" }, { "@id": "#1bnodeLength_fail-lit-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeLength_fail-lit-equal", "trait": [ "LengthFacet" ], "comment": " { BNODE LENGTH 19 } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1bnodeLength_fail-iri-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodeLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeLength_fail-iri-equal", "trait": [ "LengthFacet" ], "comment": " { BNODE LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralLength_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralLength_fail-iri-short", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralLength_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralLength_pass-iri-equal", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralLength_fail-iri-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralLength_fail-iri-long", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL LENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralLength_fail-lit-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralLength_fail-lit-equal", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL LENGTH 19 } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1nonliteralLength_fail-bnode-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralLength_fail-bnode-short", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { NONLITERAL LENGTH 19 } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1nonliteralLength_pass-bnode-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcdefghijklmnopqrs.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralLength_pass-bnode-equal", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { NONLITERAL LENGTH 19 } on { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1nonliteralLength_fail-bnode-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralLength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcdefghijklmnopqrst.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralLength_fail-bnode-long", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { NONLITERAL LENGTH 19 } on { _:abcdefghijklmnopqrst }", "status": "mf:Approved" }, { "@id": "#1literalMinlength_fail-lit-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMinlength_fail-lit-short", "trait": [ "LengthFacet" ], "comment": " { LITERAL MINLENGTH 5 } on { \"abcd\" }", "status": "mf:Approved" }, { "@id": "#1literalMinlength_pass-lit-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMinlength_pass-lit-equal", "trait": [ "LengthFacet" ], "comment": " { LITERAL MINLENGTH 5 } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1literalMinlength_pass-lit-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMinlength_pass-lit-long", "trait": [ "LengthFacet" ], "comment": " { LITERAL MINLENGTH 5 } on { \"abcdef\" }", "status": "mf:Approved" }, { "@id": "#1iriMinlength_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriMinlength_fail-iri-short", "trait": [ "LengthFacet" ], "comment": " { IRI MINLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1iriMinlength_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1iriMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriMinlength_pass-iri-equal", "trait": [ "LengthFacet" ], "comment": " { IRI MINLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1iriMinlength_pass-iri-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1iriMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriMinlength_pass-iri-long", "trait": [ "LengthFacet" ], "comment": " { IRI MINLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1bnodeMinlength_fail-bnode-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodeMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeMinlength_fail-bnode-short", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { BNODE MINLENGTH 5 } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1bnodeMinlength_pass-bnode-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeMinlength_pass-bnode-equal", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { BNODE MINLENGTH 5 } on { _:abcde }", "status": "mf:Approved" }, { "@id": "#1bnodeMinlength_pass-bnode-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeMinlength_pass-bnode-long", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { BNODE MINLENGTH 5 } on { _:abcdef }", "status": "mf:Approved" }, { "@id": "#1nonliteralMinlength_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMinlength_fail-iri-short", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL MINLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralMinlength_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMinlength_pass-iri-equal", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL MINLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralMinlength_pass-iri-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMinlength_pass-iri-long", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL MINLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralMinlength_fail-bnode-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMinlength_fail-bnode-short", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { NONLITERAL MINLENGTH 19 } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1nonliteralMinlength_pass-bnode-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcdefghijklmnopqrs.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMinlength_pass-bnode-equal", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { NONLITERAL MINLENGTH 19 } on { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1nonliteralMinlength_pass-bnode-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralMinlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcdefghijklmnopqrs.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMinlength_pass-bnode-long", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { NONLITERAL MINLENGTH 19 } on { _:abcdefghijklmnopqrst }", "status": "mf:Approved" }, { "@id": "#1literalMaxlength_pass-lit-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMaxlength_pass-lit-short", "trait": [ "LengthFacet" ], "comment": " { LITERAL MAXLENGTH 5 } on { \"abcd\" }", "status": "mf:Approved" }, { "@id": "#1literalMaxlength_pass-lit-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMaxlength_pass-lit-equal", "trait": [ "LengthFacet" ], "comment": " { LITERAL MAXLENGTH 5 } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1literalMaxlength_fail-lit-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalMaxlength_fail-lit-long", "trait": [ "LengthFacet" ], "comment": " { LITERAL MAXLENGTH 5 } on { \"abcdef\" }", "status": "mf:Approved" }, { "@id": "#1iriMaxlength_pass-iri-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1iriMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriMaxlength_pass-iri-short", "trait": [ "LengthFacet" ], "comment": " { IRI MAXLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1iriMaxlength_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1iriMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriMaxlength_pass-iri-equal", "trait": [ "LengthFacet" ], "comment": " { IRI MAXLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1iriMaxlength_fail-iri-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriMaxlength_fail-iri-long", "trait": [ "LengthFacet" ], "comment": " { IRI MAXLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1bnodeMaxlength_pass-bnode-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeMaxlength_pass-bnode-short", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { BNODE MAXLENGTH 5 } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1bnodeMaxlength_pass-bnode-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeMaxlength_pass-bnode-equal", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { BNODE MAXLENGTH 5 } on { _:abcde }", "status": "mf:Approved" }, { "@id": "#1bnodeMaxlength_fail-bnode-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodeMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodeMaxlength_fail-bnode-long", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { BNODE MAXLENGTH 5 } on { _:abcdef }", "status": "mf:Approved" }, { "@id": "#1nonliteralMaxlength_pass-iri-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMaxlength_pass-iri-short", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL MAXLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralMaxlength_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMaxlength_pass-iri-equal", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL MAXLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralMaxlength_fail-iri-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMaxlength_fail-iri-long", "trait": [ "LengthFacet" ], "comment": " { NONLITERAL MAXLENGTH 19 } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralMaxlength_pass-bnode-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMaxlength_pass-bnode-short", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { NONLITERAL MAXLENGTH 19 } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1nonliteralMaxlength_pass-bnode-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcdefghijklmnopqrs.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMaxlength_pass-bnode-equal", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { NONLITERAL MAXLENGTH 19 } on { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1nonliteralMaxlength_fail-bnode-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralMaxlength.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babcdefghijklmnopqrst.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralMaxlength_fail-bnode-long", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " { NONLITERAL MAXLENGTH 5 } on { _:abcdefghijklmnopqrst }", "status": "mf:Approved" }, { "@id": "#1literalPattern_pass-lit-match", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lbclowercase.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_pass-lit-match", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc\" } on { \"bc\" }", "status": "mf:Approved" }, { "@id": "#1literalPattern_fail-lit-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_fail-lit-short", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc\" } on { \"a\" }", "status": "mf:Approved" }, { "@id": "#1literalPattern_fail-ab", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_fail-ab", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc\" } on { \"ab\" }", "status": "mf:Approved" }, { "@id": "#1literalPattern_fail-cd", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_fail-cd", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc\" } on { \"cd\" }", "status": "mf:Approved" }, { "@id": "#1literalPatterni_pass-lit-match", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPatterni.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lbclowercase.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPatterni_pass-lit-match", "trait": [ "PaternFacet" ], "comment": " { LITERAL /bc/i } on { \"bc\" }", "status": "mf:Approved" }, { "@id": "#1literalPatterni_pass-lit-BC", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPatterni.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LBC.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPatterni_pass-lit-BC", "trait": [ "PaternFacet" ], "comment": " { LITERAL /bc/i } on { \"BC\" }", "status": "mf:Approved" }, { "@id": "#1literalPatterni_pass-lit-blowercaseC", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPatterni.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LblowercaseC.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPatterni_pass-lit-blowercaseC", "trait": [ "PaternFacet" ], "comment": " { LITERAL /bc/i } on { \"bC\" }", "status": "mf:Approved" }, { "@id": "#1literalPattern_pass-lit-into", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_pass-lit-into", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc\" } on { \"abc\" }", "status": "mf:Approved" }, { "@id": "#1literalPattern19_fail-iri-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern19.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern19_fail-iri-match", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"http://a.example/o1\" } on { }", "status": "mf:Approved" }, { "@id": "#1literalPattern_fail-bnode-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Bab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_fail-bnode-match", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc\" } on { _:ab }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_all_controls_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_all_controls.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_all_controls.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_all_controls_pass", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^^@^A...^_$/ } on { '^@^A...^_' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_all_controls_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern_with_all_controls.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_all_controls999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_all_controls_fail", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^^@^A...^_$/ } on { '^@^A...^_999' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_all_punctuation_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_all_punctuation.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_all_punctuation.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_all_punctuation_pass", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^ !\"#\\$%&'\\(\\)\\/:;<=>\\?@\\[\\]\\^_`\\{\\|\\}~$/ } on { ' !\"#$%&'()/:;<=>?@[]^_`{|}~' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_all_punctuation_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern_with_all_punctuation.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_all_punctuation999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_all_punctuation_fail", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^ !\"#\\$%&'\\(\\)\\/:;<=>\\?@\\[\\]\\^_`\\{\\|\\}~$/ } on { ' !\"#$%&'()/:;<=>?@[]^_`{|}~999' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_ascii_boundaries_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_ascii_boundaries.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_ascii_boundaries.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_ascii_boundaries_pass", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^^@^I^K^L^N&\\(\\[\\]^?$/ } on { '^@^I^K^L^N&([]^?' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_ascii_boundaries_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern_with_ascii_boundaries.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_ascii_boundaries999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_ascii_boundaries_fail", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^^@^I^K^L^N&\\(\\[\\]^?$/ } on { '^@^I^K^L^N&([]^?999' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_UTF8_boundaries_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_UTF8_boundaries.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_UTF8_boundaries.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_UTF8_boundaries_pass", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^€...􏿽$/ } on { '€...􏿽' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_UTF8_boundaries_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern_with_UTF8_boundaries.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LSTRING_LITERAL1_with_UTF8_boundaries999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_UTF8_boundaries_fail", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^€...􏿽$/ } on { '€...􏿽999' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_pass", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\/\\t\\b\\n\\r\\f\\\\\\u0061\\U0001D4B8$/ } on { '\\/\\t\\b\\n\\r\\f\\a𝒸' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes999.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_fail", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\/\\t\\b\\n\\r\\f\\\\\\u0061\\U0001D4B8$/ } on { '\\/\\t\\b\\n\\r\\f\\a𝒸999' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_fail_escaped", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes_escaped.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_fail_escaped", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\/\\t\\b\\n\\r\\f\\\\\\u0061\\U0001D4B8$/ } on { '\\\\/\\\\t\\\\b\\\\n\\\\r\\\\f\\\\\\u0061\\U0001D4B8' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_escaped_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes_escaped.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes_escaped.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_escaped_pass", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\\\/\\\\t\\\\b\\\\n\\\\r\\\\f\\\\\\\\\\\\u0061\\\\U0001D4B8$/ } on { '\\\\/\\\\t\\\\b\\\\n\\\\r\\\\f\\\\\\u0061\\U0001D4B8' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_escaped_fail_escapes", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes_escaped.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_escaped_fail_escapes", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\\\/\\\\t\\\\b\\\\n\\\\r\\\\f\\\\\\\\\\\\u0061\\\\U0001D4B8$/ } on { '\\/\\t\\b\\n\\r\\f\\a𝒸' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_escaped_fail_escapes_bare", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes_escaped.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes_bare.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_escaped_fail_escapes_bare", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\\\/\\\\t\\\\b\\\\n\\\\r\\\\f\\\\\\\\\\\\u0061\\\\U0001D4B8$/ } on { '/\t\\b\\n\\r\\f\\a𝒸' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_bare_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes_bare.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes_bare.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_bare_pass", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\/\t\\n\\r-\\\\a\\U0001D4B8$/ } on { '/\t\\b\\n\\r\\f\\a𝒸' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_bare_fail_escaped", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes_bare.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes_escaped.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_bare_fail_escaped", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\/\t\\n\\r-\\\\a\\U0001D4B8$/ } on { '\\\\/\\\\t\\\\b\\\\n\\\\r\\\\f\\\\\\u0061\\U0001D4B8' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_pass_bare", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes_bare.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_pass_bare", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\/\\t\\b\\n\\r\\f\\\\\\u0061\\U0001D4B8$/ } on { '/\t\\b\\n\\r\\f\\a𝒸' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_REGEXP_escapes_bare_pass_escapes", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_REGEXP_escapes_bare.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_REGEXP_escapes.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_REGEXP_escapes_bare_pass_escapes", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\\/\t\\n\\r-\\\\a\\U0001D4B8$/ } on { '\\/\\t\\b\\n\\r\\f\\a𝒸' }", "status": "mf:Approved" }, { "@id": "#1literalPatternEnd_fail-litEnd", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPatternEnd.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LbcDollar.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPatternEnd_fail-litEnd", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc$\" } on { \"bc$\" }", "status": "mf:Approved" }, { "@id": "#1literalPatternDollar_pass-litDollar-match", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPatternDollar.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LbcDollar.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPatternDollar_pass-litDollar-match", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc\\$\" } on { \"bc$\" }", "status": "mf:Approved" }, { "@id": "#1literalPattern_pass-StartlitEnd-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalStartPatternEnd.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LCarrotbcDollar.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_pass-StartlitEnd-match", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"^bc$\" } on { \"^bc$\" }", "status": "mf:Approved" }, { "@id": "#1literalStartPatternEnd_CarrotbcDollar", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalStartPatternEnd.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LCarrotbcDollar.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalStartPatternEnd_CarrotbcDollar", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"^bc$\" } on { \"^bc$\" }", "status": "mf:Approved" }, { "@id": "#1literalCarrotPatternDollar_pass-bc", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalCarrotPatternDollar.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lbclowercase.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalCarrotPatternDollar_pass-bc", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"\\^bc\\$\" } on { \"bc\" }", "status": "mf:Approved" }, { "@id": "#1literalCarrotPatternDollar_pass-CarrotbcDollar", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalCarrotPatternDollar.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LCarrotbcDollar.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalCarrotPatternDollar_pass-CarrotbcDollar", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"\\^bc\\$\" } on { \"^bc$\" }", "status": "mf:Approved" }, { "@id": "#1literalPatternabEnd_fail-bnode-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPatternabEnd.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Bbc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPatternabEnd_fail-bnode-match", "trait": [ "LexicalBNode", "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc$\" } on { _:bc }", "status": "mf:Approved" }, { "@id": "#1literalStartPattern_pass-bc", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalStartPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lbclowercase.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalStartPattern_pass-bc", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"^bc\" } on { \"bc\" }", "status": "mf:Approved" }, { "@id": "#1literalStartPattern_fail-CarrotbcDollar", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalStartPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LCarrotbcDollar.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalStartPattern_fail-CarrotbcDollar", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"^bc\" } on { \"^bc$\" }", "status": "mf:Approved" }, { "@id": "#1literalPatternEnd_pass-bc", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPatternEnd.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lbclowercase.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPatternEnd_pass-bc", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc$\" } on { \"bc\" }", "status": "mf:Approved" }, { "@id": "#1literalPatternEnd_pass-CarrotbcDollar", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1literalPatternEnd.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LCarrotbcDollar.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPatternEnd_pass-CarrotbcDollar", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc$\" } on { \"^bc$\" }", "status": "mf:Approved" }, { "@id": "#1literalPattern_pass-bcDollar", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LbcDollar.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_pass-bcDollar", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc\" } on { \"bc$\" }", "status": "mf:Approved" }, { "@id": "#1literalStarPatternEnd_pass-bc", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalStartPatternEnd.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lbclowercase.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalStarPatternEnd_pass-bc", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"^bc$\" } on { \"bc\" }", "status": "mf:Approved" }, { "@id": "#1literalPattern_pass-CarrotbcDollar", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LCarrotbcDollar.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_pass-CarrotbcDollar", "trait": [ "PaternFacet" ], "comment": " { LITERAL PATTERN \"bc\" } on { \"^bc$\" }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_all_meta_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_all_meta.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L_with_all_meta.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_all_meta_pass", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\t(v:[0-9]+.../ } on { '\tv:0, ...' }", "status": "mf:Approved" }, { "@id": "#1literalPattern_with_all_meta_pass-NA", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1literalPattern_with_all_meta.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabcNAdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1literalPattern_with_all_meta_pass-NA", "trait": [ "NumericEquivalence", "OutsideBMP" ], "comment": " { /^\t(v:[0-9]+.../ } on { 'abc\\N/Adef' }", "status": "mf:Approved" }, { "@id": "#1iriPattern_pass-iri-match", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1iriPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriPattern_pass-iri-match", "trait": [ "PaternFacet" ], "comment": " { IRI PATTERN \"http://a.example/o1\" } on { }", "status": "mf:Approved" }, { "@id": "#1iriPattern_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriPattern_fail-iri-short", "trait": [ "PaternFacet" ], "comment": " { IRI PATTERN \"http://a.example/o1\" } on { }", "status": "mf:Approved" }, { "@id": "#1iriPattern_fail-iri-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriPattern_fail-iri-long", "trait": [ "PaternFacet" ], "comment": " { IRI PATTERN \"http://a.example/o1\" } on { }", "status": "mf:Approved" }, { "@id": "#1iriPattern_fail-lit-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L19.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriPattern_fail-lit-match", "trait": [ "PaternFacet" ], "comment": " { IRI PATTERN \"http://a.example/o1\" } on { \"o1\" }", "status": "mf:Approved" }, { "@id": "#1iriPattern_fail-bnode-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1iriPatternbc.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Bbc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1iriPattern_fail-bnode-match", "trait": [ "PaternFacet" ], "comment": " { IRI PATTERN \"^bc$\" } on { _:bc }", "status": "mf:Approved" }, { "@id": "#1bnodePattern_pass-bnode-match", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodePattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Bbc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodePattern_pass-bnode-match", "trait": [ "LexicalBNode", "PaternFacet" ], "comment": " { BNODE PATTERN \"bc\" } on { _:bc }", "status": "mf:Approved" }, { "@id": "#1bnodePattern_fail-bnode-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodePattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Ba.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodePattern_fail-bnode-short", "trait": [ "PaternFacet" ], "comment": " { BNODE PATTERN \"bc\" } on { _:a }", "status": "mf:Approved" }, { "@id": "#1bnodePattern_fail-bnode-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodePattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodePattern_fail-bnode-long", "trait": [ "LexicalBNode", "PaternFacet" ], "comment": " { BNODE PATTERN \"bc\" } on { _:abc }", "status": "mf:Approved" }, { "@id": "#1bnodePattern_fail-lit-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodePattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodePattern_fail-lit-match", "trait": [ "PaternFacet" ], "comment": " { BNODE PATTERN \"bc\" } on { \"ab\" }", "status": "mf:Approved" }, { "@id": "#1bnodePattern_fail-iri-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodePattern.shex", "shape": "http://a.example/S1", "data": "BASE_Is1_Ip1_Iab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1bnodePattern_fail-iri-match", "trait": [ "PaternFacet" ], "comment": " { BNODE PATTERN \"bc\" } on { BASE }", "status": "mf:Approved" }, { "@id": "#1nonliteralPattern_pass-iri-match", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Ibc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralPattern_pass-iri-match", "trait": [ "PaternFacet" ], "comment": " { NONLITERAL PATTERN \"bc$\" } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralPattern_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Ia.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralPattern_fail-iri-short", "trait": [ "PaternFacet" ], "comment": " { NONLITERAL PATTERN \"bc$\" } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralPattern_pass-iri-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iabc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralPattern_pass-iri-long", "trait": [ "PaternFacet" ], "comment": " { NONLITERAL PATTERN \"bc$\" } on { }", "status": "mf:Approved" }, { "@id": "#1nonliteralPattern_fail-lit-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralPattern_fail-lit-match", "trait": [ "PaternFacet" ], "comment": " { NONLITERAL PATTERN \"bc$\" } on { \"ab\" }", "status": "mf:Approved" }, { "@id": "#1nonliteralPattern_pass-bnode-match", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Bbc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralPattern_pass-bnode-match", "trait": [ "LexicalBNode", "PaternFacet" ], "comment": " { NONLITERAL PATTERN \"bc$\" } on { _:bc }", "status": "mf:Approved" }, { "@id": "#1nonliteralPattern_fail-bnode-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1nonliteralPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Ba.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralPattern_fail-bnode-short", "trait": [ "PaternFacet" ], "comment": " { NONLITERAL PATTERN \"bc$\" } on { _:a }", "status": "mf:Approved" }, { "@id": "#1nonliteralPattern_pass-bnode-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1nonliteralPattern.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Babc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1nonliteralPattern_pass-bnode-long", "trait": [ "LexicalBNode", "PaternFacet" ], "comment": " { NONLITERAL PATTERN \"bc$\" } on { _:abc }", "status": "mf:Approved" }, { "@id": "#1val1dotMinusiri3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1dotMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1dotMinusiri3_pass", "trait": [ "Stem", "ValueSet" ], "comment": " { [.---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1dotMinusiri3_v1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1dotMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1dotMinusiri3_v1", "trait": [ "Stem", "ValueSet" ], "comment": " { [.---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1dotMinusiri3_v2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1dotMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1dotMinusiri3_v2", "trait": [ "Stem", "ValueSet" ], "comment": " { [.---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1dotMinusiri3_v3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1dotMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1dotMinusiri3_v3", "trait": [ "Stem", "ValueSet" ], "comment": " { [.---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1refvsMinusiri3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1refvsMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1refvsMinusiri3_pass", "trait": [ "Stem", "ValueSet" ], "comment": " = [.---] { @ } on { }", "status": "mf:Approved" }, { "@id": "#1val1refvsMinusiri3_v1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1refvsMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1refvsMinusiri3_v1", "trait": [ "Stem", "ValueSet" ], "comment": " = [.---] { @ } on { }", "status": "mf:Approved" }, { "@id": "#1val1refvsMinusiri3_v2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1refvsMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1refvsMinusiri3_v2", "trait": [ "Stem", "ValueSet" ], "comment": " = [.---] { @ } on { }", "status": "mf:Approved" }, { "@id": "#1val1refvsMinusiri3_v3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1refvsMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1refvsMinusiri3_v3", "trait": [ "Stem", "ValueSet" ], "comment": " = [.---] { @ } on { }", "status": "mf:Approved" }, { "@id": "#1val1dotMinusiriStem3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1dotMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1dotMinusiriStem3_pass", "trait": [ "Stem", "ValueSet" ], "comment": " { [.-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1dotMinusiriStem3_v1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1dotMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1dotMinusiriStem3_v1", "trait": [ "Stem", "ValueSet" ], "comment": " { [.-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1dotMinusiriStem3_v2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1dotMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1dotMinusiriStem3_v2", "trait": [ "Stem", "ValueSet" ], "comment": " { [.-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1dotMinusiriStem3_v3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1dotMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1dotMinusiriStem3_v3", "trait": [ "Stem", "ValueSet" ], "comment": " { [.-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1dotMinusiriStem3_v1a", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1dotMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1dotMinusiriStem3_v1a", "trait": [ "Stem", "ValueSet" ], "comment": " { [.-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iri_passv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1iri.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iri_passv1", "trait": [ "ValueSet" ], "comment": " { [] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iri_failv1a", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iri.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iri_failv1a", "trait": [ "ValueSet" ], "comment": " { [] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStem_passv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1iriStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStem_passv1", "trait": [ "Stem", "ValueSet" ], "comment": " { [~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStem_passv1a", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1iriStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStem_passv1a", "trait": [ "Stem", "ValueSet" ], "comment": " { [~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStem_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_I.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStem_fail", "trait": [ "Stem", "ValueSet" ], "comment": " { [~] } on { <> }", "status": "mf:Approved" }, { "@id": "#1val1iriStem_fail-literalIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LIv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStem_fail-literalIv1", "trait": [ "Stem", "ValueSet" ], "comment": " { [~] } on { 'v1' }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiri3_passIv", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1iriStemMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiri3_passIv", "trait": [ "Stem", "ValueSet" ], "comment": " { [---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiri3_passIv4", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1iriStemMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiri3_passIv4", "trait": [ "Stem", "ValueSet" ], "comment": " { [---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiri3_fail-literalIv4", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStemMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LIv4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiri3_fail-literalIv4", "trait": [ "Stem", "ValueSet" ], "comment": " { [---] } on { 'v4' }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiri3_v1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStemMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiri3_v1", "trait": [ "Stem", "ValueSet" ], "comment": " { [---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiri3_fail-literalIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStemMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LIv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiri3_fail-literalIv1", "trait": [ "Stem", "ValueSet" ], "comment": " { [---] } on { 'v1' }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiri3_v2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStemMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiri3_v2", "trait": [ "Stem", "ValueSet" ], "comment": " { [---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiri3_v3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStemMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiri3_v3", "trait": [ "Stem", "ValueSet" ], "comment": " { [---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiri3_passIv1a", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1iriStemMinusiri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiri3_passIv1a", "trait": [ "Stem", "ValueSet" ], "comment": " { [---] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiriStem3_passIv", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1iriStemMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiriStem3_passIv", "trait": [ "Stem", "ValueSet" ], "comment": " { [~-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiriStem3_passIv4", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1iriStemMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiriStem3_passIv4", "trait": [ "Stem", "ValueSet" ], "comment": " { [~-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiriStem3_v1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStemMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiriStem3_v1", "trait": [ "Stem", "ValueSet" ], "comment": " { [~-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiriStem3_v2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStemMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiriStem3_v2", "trait": [ "Stem", "ValueSet" ], "comment": " { [~-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiriStem3_v3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStemMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiriStem3_v3", "trait": [ "Stem", "ValueSet" ], "comment": " { [~-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1iriStemMinusiriStem3_v1a", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1iriStemMinusiriStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1iriStemMinusiriStem3_v1a", "trait": [ "Stem", "ValueSet" ], "comment": " { [~-~-~-~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1literal_passv", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1literal.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literal_passv", "trait": [ "ValueSet" ], "comment": " { ['v'] } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1val1literal_failv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literal.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literal_failv1", "trait": [ "ValueSet" ], "comment": " { ['v'] } on { 'v1' }", "status": "mf:Approved" }, { "@id": "#1val1literalStem_passv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1literalStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStem_passv1", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~] } on { 'v1' }", "status": "mf:Approved" }, { "@id": "#1val1literalStem_passv1a", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1literalStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStem_passv1a", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~] } on { 'v1a' }", "status": "mf:Approved" }, { "@id": "#1val1literalStem_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literalStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStem_fail", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~] } on { '' }", "status": "mf:Approved" }, { "@id": "#1val1literaliriStem_fail-Iv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literaliriStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literaliriStem_fail-Iv1", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~] } on { }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteral3_passLv", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1literalStemMinusliteral3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteral3_passLv", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'-'v1'-'v2'-'v3'] } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteral3_passLv4", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1literalStemMinusliteral3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteral3_passLv4", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'-'v1'-'v2'-'v3'] } on { 'v4' }", "status": "mf:Approved" }, { "@id": "#1val1literaliriStemMinusliteraliri3_fail-Iv4", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literaliriStemMinusliteraliri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literaliriStemMinusliteraliri3_fail-Iv4", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'-'v1'-'v2'-'v3'] } on { }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteral3_v1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literalStemMinusliteral3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteral3_v1", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'-'v1'-'v2'-'v3'] } on { 'v1' }", "status": "mf:Approved" }, { "@id": "#1val1literaliriStemMinusliteraliri3_fail-Iv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literaliriStemMinusliteraliri3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literaliriStemMinusliteraliri3_fail-Iv1", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'-'v1'-'v2'-'v3'] } on { }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteral3_v2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literalStemMinusliteral3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteral3_v2", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'-'v1'-'v2'-'v3'] } on { 'v2' }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteral3_v3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literalStemMinusliteral3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteral3_v3", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'-'v1'-'v2'-'v3'] } on { 'v3' }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteral3_passLv1a", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1literalStemMinusliteral3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteral3_passLv1a", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'-'v1'-'v2'-'v3'] } on { 'v1a' }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteralStem3_passLv", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1literalStemMinusliteralStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteralStem3_passLv", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~-'v1'~-'v2'~-'v3'~] } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteralStem3_passLv4", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1literalStemMinusliteralStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv4.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteralStem3_passLv4", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~-'v1'~-'v2'~-'v3'~] } on { 'v4' }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteralStem3_v1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literalStemMinusliteralStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteralStem3_v1", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~-'v1'~-'v2'~-'v3'~] } on { 'v1' }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteralStem3_v2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literalStemMinusliteralStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteralStem3_v2", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~-'v1'~-'v2'~-'v3'~] } on { 'v2' }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteralStem3_v3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literalStemMinusliteralStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteralStem3_v3", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~-'v1'~-'v2'~-'v3'~] } on { 'v3' }", "status": "mf:Approved" }, { "@id": "#1val1literalStemMinusliteralStem3_v1a", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literalStemMinusliteralStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv1a.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literalStemMinusliteralStem3_v1a", "trait": [ "Stem", "ValueSet" ], "comment": " { ['v'~-'v1'~-'v2'~-'v3'~] } on { 'v1a' }", "status": "mf:Approved" }, { "@id": "#1val1language_passLAtfr", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1language.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1language_passLAtfr", "trait": [ "ValueSet" ], "comment": " { [@fr] } on { 'septante'@fr }", "status": "mf:Approved" }, { "@id": "#1val1language_failLAtfr-be", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1language.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1language_failLAtfr-be", "trait": [ "ValueSet" ], "comment": " { [@fr] } on { 'septante'@fr-be }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStem_passLAtfr", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1emptylanguageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStem_passLAtfr", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~] } on { 'septante'@fr }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStem_fail-literal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1emptylanguageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStem_fail-literal", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~] } on { '' }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStem_fail-empty", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1emptylanguageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStem_fail-empty", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~] } on { '' }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStem_fail-integer", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1emptylanguageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_INT12345.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStem_fail-integer", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~] } on { 12345 }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStemMinuslanguage3_passLAtfr", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1emptylanguageStemMinuslanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStemMinuslanguage3_passLAtfr", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~-@fr-be-@fr-cd-@fr-ch] } on { 'septante'@fr }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStemMinuslanguage3_failLAtfr-be", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1emptylanguageStemMinuslanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStemMinuslanguage3_failLAtfr-be", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~-@fr-be-@fr-cd-@fr-ch] } on { 'septante'@fr-be }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStemMinuslanguage3_passLAtfr-be-fbcl", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1emptylanguageStemMinuslanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be-fbcl.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStemMinuslanguage3_passLAtfr-be-fbcl", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~-@fr-be-@fr-cd-@fr-ch] } on { 'septante'@fr-be-fbcl }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStemMinuslanguageStem3_LAtfr", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1emptylanguageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStemMinuslanguageStem3_LAtfr", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStemMinuslanguageStem3_failLAtfr-be", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1emptylanguageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStemMinuslanguageStem3_failLAtfr-be", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr-be }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStemMinuslanguageStem3_LAtfr-be-fbcl", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1emptylanguageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be-fbcl.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStemMinuslanguageStem3_LAtfr-be-fbcl", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr-be-fbcl }", "status": "mf:Approved" }, { "@id": "#1val1emptylanguageStemMinuslanguageStem3_LAtfrc", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1emptylanguageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfrc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1emptylanguageStemMinuslanguageStem3_LAtfrc", "trait": [ "Stem", "ValueSet" ], "comment": " { [@~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@frc }", "status": "mf:Approved" }, { "@id": "#1val1languageStem_passLAtfr", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1languageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStem_passLAtfr", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~] } on { 'septante'@fr }", "status": "mf:Approved" }, { "@id": "#1val1languageStem_failLAtfrc", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfrc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStem_failLAtfrc", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~] } on { 'septante'@frc }", "status": "mf:Approved" }, { "@id": "#1val1languageStem_passLAtfr-be", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1languageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStem_passLAtfr-be", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~] } on { 'septante'@fr-be }", "status": "mf:Approved" }, { "@id": "#1val1languageStem_passLAtfr-be-fbcl", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1languageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be-fbcl.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStem_passLAtfr-be-fbcl", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~] } on { 'septante'@fr-be-fbcl }", "status": "mf:Approved" }, { "@id": "#1val1languageStem_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_L.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStem_fail", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~] } on { '' }", "status": "mf:Approved" }, { "@id": "#1val1literallanguageStem_failLAtfr", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literallanguageStem.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literallanguageStem_failLAtfr", "trait": [ "Stem", "ValueSet" ], "comment": " { ['fr'~] } on { 'septante'@fr }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguage3_passLAtfr", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1languageStemMinuslanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguage3_passLAtfr", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be-@fr-cd-@fr-ch] } on { 'septante'@fr }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguage3_passLAtfr-FR", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1languageStemMinuslanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-fr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguage3_passLAtfr-FR", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be-@fr-cd-@fr-ch] } on { 'septante'@fr-FR }", "status": "mf:Approved" }, { "@id": "#1val1literallanguageStemMinusliterallanguage3_failLAtfr-FR", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literallanguageStemMinusliterallanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-fr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literallanguageStemMinusliterallanguage3_failLAtfr-FR", "trait": [ "Stem", "ValueSet" ], "comment": " { ['fr'-'fr-be'-'fr-cd'-'fr-ch'] } on { 'septante'@fr-FR }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguage3_failLAtfr-be", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStemMinuslanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguage3_failLAtfr-be", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be-@fr-cd-@fr-ch] } on { 'septante'@fr-be }", "status": "mf:Approved" }, { "@id": "#1val1literallanguageStemMinusliterallanguage3_failLAtfr-BE", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1literallanguageStemMinusliterallanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1literallanguageStemMinusliterallanguage3_failLAtfr-BE", "trait": [ "Stem", "ValueSet" ], "comment": " { ['fr'-'fr-be'-'fr-cd'-'fr-ch'] } on { 'septante'@fr-be }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguage3_failLAtfr-cd", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStemMinuslanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-cd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguage3_failLAtfr-cd", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be-@fr-cd-@fr-ch] } on { 'septante'@fr-cd }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguage3_failLAtfr-ch", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStemMinuslanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-ch.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguage3_failLAtfr-ch", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be-@fr-cd-@fr-ch] } on { 'septante'@fr-ch }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguage3_passLAtfr-be-fbcl", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1languageStemMinuslanguage3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be-fbcl.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguage3_passLAtfr-be-fbcl", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be-@fr-cd-@fr-ch] } on { 'septante'@fr-be-fbcl }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguageStem3_passLAtfr", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1languageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguageStem3_passLAtfr", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguageStem3_LAtfrc", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfrc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguageStem3_LAtfrc", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@frc }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguageStem3_passLAtfr-FR", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1languageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-fr.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguageStem3_passLAtfr-FR", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr-FR }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguageStem3_LAtfr-be", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguageStem3_LAtfr-be", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr-be }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguageStem3_LAtfr-cd", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-cd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguageStem3_LAtfr-cd", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr-cd }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguageStem3_LAtfr-ch", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-ch.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguageStem3_LAtfr-ch", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr-ch }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguageStem3_passLAtfr-bel", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1languageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-bel.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguageStem3_passLAtfr-bel", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr-bel }", "status": "mf:Approved" }, { "@id": "#1val1languageStemMinuslanguageStem3_LAtfr-be-fbcl", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1languageStemMinuslanguageStem3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LAtfr-be-fbcl.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1languageStemMinuslanguageStem3_LAtfr-be-fbcl", "trait": [ "Stem", "ValueSet" ], "comment": " { [@fr~-@fr-be~-@fr-cd~-@fr-ch~] } on { 'septante'@fr-be-fbcl }", "status": "mf:Approved" }, { "@id": "#1dotOne2dot_pass_p1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotOne2dot.shex", "shape": "http://a.example/S1", "data": "p1.ttl", "focus": "x" }, "extensionResults": [], "name": "1dotOne2dot_pass_p1", "trait": [ "EachOf-unvisited", "OneOf" ], "comment": ":S1 {:p1 .|:p2 .; :p3 .} / { :s1 :p1 \"p1-0\" . }", "status": "mf:Approved" }, { "@id": "#1dotOne2dot_pass_p2p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotOne2dot.shex", "shape": "http://a.example/S1", "data": "p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "1dotOne2dot_pass_p2p3", "trait": [ "EachOf", "OneOf" ], "comment": ":S1 {:p1 .|:p2 .; :p3 .} / { :s1 :p2 \"p2-0\"; :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#1dotOne2dot-oneOf_fail_p1p2p3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotOne2dot.shex", "shape": "http://a.example/S1", "data": "p1p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "1dotOne2dot-oneOf_fail_p1p2p3", "trait": [ "EachOf-unvisited", "OneOf" ], "comment": ":S1 {:p1 .|:p2 .; :p3 .} / { :s1 :p1 \"p1-0\"; :p2 \"p2-0\"; :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#1dotOne2dot-someOf_fail_p1p2p3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotOne2dot.shex", "shape": "http://a.example/S1", "data": "p1p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "1dotOne2dot-someOf_fail_p1p2p3", "trait": [ "EachOf", "MissedMatchables", "OneOf" ], "comment": ":S1 {:p1 .|:p2 .; :p3 .} / { :s1 :p1 \"p1-0\"; :p2 \"p2-0\"; :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#open1dotOneopen2dotcloseclose_pass_p1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open1dotOneopen2dotcloseclose.shex", "shape": "http://a.example/S1", "data": "p1.ttl", "focus": "x" }, "extensionResults": [], "name": "open1dotOneopen2dotcloseclose_pass_p1", "trait": [ "EachOf-unvisited", "OneOf" ], "comment": ":S1 {(:p1 .|(:p2 .; :p3 .))} / { :s1 :p1 \"p1-0\" . }", "status": "mf:Approved" }, { "@id": "#open1dotOneopen2dotcloseclose_pass_p2p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open1dotOneopen2dotcloseclose.shex", "shape": "http://a.example/S1", "data": "p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "open1dotOneopen2dotcloseclose_pass_p2p3", "trait": [ "EachOf", "OneOf" ], "comment": ":S1 {(:p1 .|(:p2 .; :p3 .))} / { :s1 :p2 \"p2-0\"; :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#open1dotOneopen2dotcloseclose_fail_p1p2p3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/open1dotOneopen2dotcloseclose.shex", "shape": "http://a.example/S1", "data": "p1p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "open1dotOneopen2dotcloseclose_fail_p1p2p3", "trait": [ "EachOf-unvisited", "OneOf" ], "comment": ":S1 {(:p1 .|(:p2 .; :p3 .))} / { :s1 :p1 \"p1-0\"; :p2 \"p2-0\"; :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#openopen1dotOne1dotclose1dotclose_pass_p1p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/openopen1dotOne1dotclose1dotclose.shex", "shape": "http://a.example/S1", "data": "p1p3.ttl", "focus": "x" }, "extensionResults": [], "name": "openopen1dotOne1dotclose1dotclose_pass_p1p3", "trait": [ "EachOf", "OneOf" ], "comment": ":S1 { ((:p1 .| :p2 .); :p3 .) } / { :p1 \"p1-0\"; :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#openopen1dotOne1dotclose1dotclose_pass_p2p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/openopen1dotOne1dotclose1dotclose.shex", "shape": "http://a.example/S1", "data": "p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "openopen1dotOne1dotclose1dotclose_pass_p2p3", "trait": [ "EachOf", "OneOf" ], "comment": ":S1 { ((:p1 .| :p2 .); :p3 .) } / { :p2 \"p2-0\"; :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#openopen1dotOne1dotclose1dotclose_fail_p1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/openopen1dotOne1dotclose1dotclose.shex", "shape": "http://a.example/S1", "data": "p1.ttl", "focus": "x" }, "extensionResults": [], "name": "openopen1dotOne1dotclose1dotclose_fail_p1", "trait": [ "EachOf-unvisited", "OneOf" ], "comment": ":S1 { ((:p1 .| :p2 .); :p3 .) } / { :p1 \"p1-0\" . }", "status": "mf:Approved" }, { "@id": "#openopen1dotOne1dotclose1dotclose_fail_p3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/openopen1dotOne1dotclose1dotclose.shex", "shape": "http://a.example/S1", "data": "p3.ttl", "focus": "x" }, "extensionResults": [], "name": "openopen1dotOne1dotclose1dotclose_fail_p3", "trait": [ "EachOf", "OneOf" ], "comment": ":S1 { ((:p1 .| :p2 .); :p3 .) } / { :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#openopen1dotOne1dotclose1dotclose_fail_p1p2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/openopen1dotOne1dotclose1dotclose.shex", "shape": "http://a.example/S1", "data": "p1p2.ttl", "focus": "x" }, "extensionResults": [], "name": "openopen1dotOne1dotclose1dotclose_fail_p1p2", "trait": [ "EachOf", "OneOf" ], "comment": ":S1 { ((:p1 .| :p2 .); :p3 .) } / { :p1 \"p1-0\"; :p2 \"p2-0\" . }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefIRIREF1_fail-lit-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprRefIRIREF1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefIRIREF1_fail-lit-short", "trait": [ "LengthFacet", "ValueReference" ], "comment": " = LITERAL MINLENGTH 5 { @ } on { \"abcd\" }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefIRIREF1_pass-lit-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprRefIRIREF1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefIRIREF1_pass-lit-equal", "trait": [ "LengthFacet", "ValueReference" ], "comment": " = LITERAL MINLENGTH 5 { @ } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefbnode1_fail-lit-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprRefbnode1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefbnode1_fail-lit-short", "trait": [ "LengthFacet", "ValueReference" ], "comment": "_:vc1 = LITERAL MINLENGTH 5 { @_:vc1 } on { \"abcd\" }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefbnode1_pass-lit-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprRefbnode1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefbnode1_pass-lit-equal", "trait": [ "LengthFacet", "ValueReference" ], "comment": "_:vc1 = LITERAL MINLENGTH 5 { @_:vc1 } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1dotShapeAND1dot3X_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotShapeAND1dot3X.shex", "shape": "http://a.example/S1", "data": "In1_Ipx_LXX3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotShapeAND1dot3X_pass", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { . } AND { . } AND { . } on { 'X'; 'X'; 'X' }", "status": "mf:Approved" }, { "@id": "#1dotShapeAND1dot3X_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotShapeAND1dot3X.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ipx_LXX3.ttl", "focus": "http://a.example/n2" }, "extensionResults": [], "name": "1dotShapeAND1dot3X_fail", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { . } AND { . } AND { . } on { , , . \"X\" . \"X\" . \"X\" }", "status": "mf:Approved" }, { "@id": "#1dotRefAND3_failAll", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotRefAND3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefAND3_failAll", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ AND @ AND @ } { . } { . } { . } on { }", "status": "mf:Approved" }, { "@id": "#1dotRefAND3_failShape2Shape3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotRefAND3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefAND3_failShape2Shape3", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ AND @ AND @ } { . } { . } { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#1dotRefAND3_failShape1Shape3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotRefAND3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In3.In3_Ip3_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefAND3_failShape1Shape3", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ AND @ AND @ } { . } { . } { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#1dotRefAND3_failShape1Shape2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotRefAND3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In4.In4_Ip4_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefAND3_failShape1Shape2", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ AND @ AND @ } { . } { . } { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#1dotRefAND3_passShape1Shape2Shape3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotRefAND3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ipx_LXX3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefAND3_passShape1Shape2Shape3", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ AND @ AND @ } { . } { . } { . } on { , , . \"X\" . \"X\" . \"X\" }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1AND1Ref3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1AND1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1AND1Ref3_pass", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " = ... = ... { @ AND ... @ } on { 'abab' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1AND1Ref3_failvc1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1AND1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1AND1Ref3_failvc1", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " = ... = ... { @ AND ... @ } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1AND1Ref3_failvc2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1AND1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lababab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1AND1Ref3_failvc2", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " = ... = ... { @ AND ... @ } on { 'ababab' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1AND1Ref3_failvc3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1AND1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lbaba.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1AND1Ref3_failvc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " = ... = ... { @ AND ... @ } on { 'baba' }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefAND3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprRefAND3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefAND3_pass", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " = ... = ... = @ AND ... @ { @ } on { 'abab' }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefAND3_failvc3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprRefAND3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lbaba.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefAND3_failvc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " = ... = ... = @ AND ... @ { @ } on { 'baba' }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefAND3_failvc2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprRefAND3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lababab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefAND3_failvc2", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " = ... = ... = @ AND ... @ { @ } on { 'ababab' }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefAND3_failvc1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprRefAND3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefAND3_failvc1", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " = ... = ... = @ AND ... @ { @ } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1vExprAND3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprAND3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprAND3_pass", "trait": [ "AndValueExpression" ], "comment": " { MINLENGTH 4 AND MAXLENGTH 5 AND ~ '(ab)+' } on { 'abab' }", "status": "mf:Approved" }, { "@id": "#1val1vExprAND3_failvc1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprAND3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprAND3_failvc1", "trait": [ "AndValueExpression" ], "comment": " { MINLENGTH 4 AND MAXLENGTH 5 AND ~ '(ab)+' } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1vExprAND3_failvc2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprAND3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lababab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprAND3_failvc2", "trait": [ "AndValueExpression" ], "comment": " { MINLENGTH 4 AND MAXLENGTH 5 AND ~ '(ab)+' } on { 'ababab' }", "status": "mf:Approved" }, { "@id": "#1val1vExprAND3_failvc3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprAND3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lbaba.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprAND3_failvc3", "trait": [ "AndValueExpression" ], "comment": " { MINLENGTH 4 AND MAXLENGTH 5 AND ~ '(ab)+' } on { 'baba' }", "status": "mf:Approved" }, { "@id": "#refBNodeORrefIRI_ReflexiveIRI", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeRefORRefMinlength.shex", "shape": "http://a.example/S1", "data": "In1a_Ip1_In1a.ttl", "focus": "http://a.example/n1a" }, "extensionResults": [], "name": "refBNodeORrefIRI_ReflexiveIRI", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { BNODE @ OR MINLENGTH 20 @ } on { }", "status": "mf:Approved" }, { "@id": "#refBNodeORrefIRI_ReflexiveShortIRI", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodeRefORRefMinlength.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In1.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "refBNodeORrefIRI_ReflexiveShortIRI", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { BNODE @ OR MINLENGTH 20 @ } on { }", "status": "mf:Approved" }, { "@id": "#refBNodeORrefIRI_IntoReflexiveIRI", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeRefORRefMinlength.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2a.In2a_Ip1_In2a.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "refBNodeORrefIRI_IntoReflexiveIRI", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { BNODE @ OR MINLENGTH 20 @ } on { . }", "status": "mf:Approved" }, { "@id": "#refBNodeORrefIRI_IntoReflexiveBNode", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeRefORRefMinlength.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_Bn2.Bn2_Ip1_Bn2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "refBNodeORrefIRI_IntoReflexiveBNode", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { BNODE @ OR MINLENGTH 20 @ } on { _:n2 . _:n2 _:n2 }", "status": "mf:Approved" }, { "@id": "#refBNodeORrefIRI_CyclicIRI_IRI", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeRefORRefMinlength.shex", "shape": "http://a.example/S1", "data": "In1a_Ip1_In2a.In2a_Ip1_In1a.ttl", "focus": "http://a.example/n1a" }, "extensionResults": [], "name": "refBNodeORrefIRI_CyclicIRI_IRI", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { BNODE @ OR MINLENGTH 20 @ } on { . }", "status": "mf:Approved" }, { "@id": "#refBNodeORrefIRI_CyclicIRI_BNode", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1bnodeRefORRefMinlength.shex", "shape": "http://a.example/S1", "data": "In1a_Ip1_Bn2.Bn2_Ip1_In1a.ttl", "focus": "http://a.example/n1a" }, "extensionResults": [], "name": "refBNodeORrefIRI_CyclicIRI_BNode", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { BNODE @ OR MINLENGTH 20 @ } on { _:n2 . _:n2 }", "status": "mf:Approved" }, { "@id": "#refBNodeORrefIRI_CyclicIRI_ShortIRI", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1bnodeRefORRefMinlength.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2a.In2a_Ip1_In1.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "refBNodeORrefIRI_CyclicIRI_ShortIRI", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { BNODE @ OR MINLENGTH 20 @ } on { . }", "status": "mf:Approved" }, { "@id": "#1dotRefOR3_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotRefOR3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefOR3_fail", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ OR @ OR @ } { . } { . } { . } on { }", "status": "mf:Approved" }, { "@id": "#1dotRefOR3_passShape1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotRefOR3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefOR3_passShape1", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ OR @ OR @ } { . } { . } { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#1dotRefOR3_passShape2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotRefOR3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In3.In3_Ip3_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefOR3_passShape2", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ OR @ OR @ } { . } { . } { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#1dotRefOR3_passShape3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotRefOR3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In4.In4_Ip4_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefOR3_passShape3", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ OR @ OR @ } { . } { . } { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#1dotRefOR3_passShape1Shape2Shape3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotRefOR3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ipx_LXX3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1dotRefOR3_passShape1Shape2Shape3", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " { @ OR @ OR @ } { . } { . } { . } on { , , . \"X\" . \"X\" . \"X\" }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1OR1Ref3_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1OR1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1OR1Ref3_fail", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... { @ OR ... @ } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1OR1Ref3_passvc1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1OR1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1OR1Ref3_passvc1", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... { @ OR ... @ } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1OR1Ref3_passvc2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1OR1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1OR1Ref3_passvc2", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... { @ OR ... @ } on { 'cd' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1OR1Ref3_passvc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1OR1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1OR1Ref3_passvc3", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... { @ OR ... @ } on { 'ef' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1OR1Ref3_passvc1vc2vc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1OR1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1OR1Ref3_passvc1vc2vc3", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... { @ OR ... @ } on { 'abcdef' }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefOR3_passvc1vc2vc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprRefOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefOR3_passvc1vc2vc3", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... = @ OR ... @ { @ } on { 'abcdef' }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefOR3_passvc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprRefOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefOR3_passvc3", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... = @ OR ... @ { @ } on { 'ef' }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefOR3_passvc2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprRefOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefOR3_passvc2", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... = @ OR ... @ { @ } on { 'cd' }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefOR3_passvc1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprRefOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefOR3_passvc1", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... = @ OR ... @ { @ } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1vExprRefOR3_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprRefOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprRefOR3_fail", "trait": [ "OrValueExpression", "ValueReference" ], "comment": " = ... = ... = @ OR ... @ { @ } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1val1vExprOR3_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExprOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprOR3_fail", "trait": [ "OrValueExpression" ], "comment": " { /^ab/ OR /cd/ OR /ef$/ } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1val1vExprOR3_passvc1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprOR3_passvc1", "trait": [ "OrValueExpression" ], "comment": " { /^ab/ OR /cd/ OR /ef$/ } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1vExprOR3_passvc2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprOR3_passvc2", "trait": [ "OrValueExpression" ], "comment": " { /^ab/ OR /cd/ OR /ef$/ } on { 'cd' }", "status": "mf:Approved" }, { "@id": "#1val1vExprOR3_passvc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprOR3_passvc3", "trait": [ "OrValueExpression" ], "comment": " { /^ab/ OR /cd/ OR /ef$/ } on { 'ef' }", "status": "mf:Approved" }, { "@id": "#1val1vExprOR3_passvc1vc2vc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExprOR3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExprOR3_passvc1vc2vc3", "trait": [ "OrValueExpression" ], "comment": " { /^ab/ OR /cd/ OR /ef$/ } on { 'abcdef' }", "status": "mf:Approved" }, { "@id": "#1NOTIRI_passLv", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTIRI.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTIRI_passLv", "trait": [ "TriplePattern" ], "comment": " { NOT IRI } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1NOTIRI_failIo1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTIRI.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTIRI_failIo1", "trait": [ "TriplePattern" ], "comment": " { NOT IRI } on { }", "status": "mf:Approved" }, { "@id": "#1NOTIRI_failempty", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTIRI.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTIRI_failempty", "trait": [ "TriplePattern" ], "comment": " { NOT IRI } on { }", "status": "mf:Approved" }, { "@id": "#1NOTNOTIRI_failLv", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTNOTIRI.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTNOTIRI_failLv", "trait": [ "TriplePattern" ], "comment": " { NOT(NOT IRI) } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1NOTNOTIRI_passIo1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTNOTIRI.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTNOTIRI_passIo1", "trait": [ "TriplePattern" ], "comment": " { NOT(NOT IRI) } on { }", "status": "mf:Approved" }, { "@id": "#1NOTvs_failIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTvs_failIv1", "trait": [ "ValueSet" ], "comment": " { NOT [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTvs_passIo1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTvs_passIo1", "trait": [ "TriplePattern" ], "comment": " { NOT [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTvs_failempty", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTvs.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTvs_failempty", "trait": [ "TriplePattern" ], "comment": " { NOT [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTNOTvs_passIv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTNOTvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTNOTvs_passIv1", "trait": [ "ValueSet" ], "comment": " { NOT(NOT []) } on { }", "status": "mf:Approved" }, { "@id": "#1NOTNOTvs_failIo1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTNOTvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTNOTvs_failIo1", "trait": [ "TriplePattern" ], "comment": " { NOT(NOT []) } on { }", "status": "mf:Approved" }, { "@id": "#1NOTdot_failIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTdot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTdot_failIv1", "trait": [ "ValueSet" ], "comment": " { NOT . } on { }", "status": "mf:Approved" }, { "@id": "#1NOTdot_failIo1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTdot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTdot_failIo1", "trait": [ "TriplePattern" ], "comment": " { NOT . } on { }", "status": "mf:Approved" }, { "@id": "#1NOTdot_failempty", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTdot.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTdot_failempty", "trait": [ "Wildcard" ], "comment": " { NOT . } on { }", "status": "mf:Approved" }, { "@id": "#1NOTNOTdot_passIv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTNOTdot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTNOTdot_passIv1", "trait": [ "ValueSet" ], "comment": " { NOT(NOT .) } on { }", "status": "mf:Approved" }, { "@id": "#1NOTNOTdot_passIo1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTNOTdot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTNOTdot_passIo1", "trait": [ "TriplePattern" ], "comment": " { NOT(NOT .) } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTliteral_ANDvs_passIv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1_NOTliteral_ANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTliteral_ANDvs_passIv1", "trait": [ "ValueSet" ], "comment": " { (NOT LITERAL) AND [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTliteral_ANDvs_failIo1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1_NOTliteral_ANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTliteral_ANDvs_failIo1", "trait": [ "TriplePattern" ], "comment": " { (NOT LITERAL) AND [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTliteral_ANDvs_failLv", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1_NOTliteral_ANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTliteral_ANDvs_failLv", "trait": [ "TriplePattern" ], "comment": " { (NOT LITERAL) AND [ ] } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1NOT_literalANDvs__passIv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOT_literalANDvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_literalANDvs__passIv1", "trait": [ "ValueSet" ], "comment": " { NOT (LITERAL AND [ ]) } on { }", "status": "mf:Approved" }, { "@id": "#1NOT_literalANDvs__passLv", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOT_literalANDvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_literalANDvs__passLv", "trait": [ "TriplePattern" ], "comment": " { NOT (LITERAL AND [ ]) } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1NOTliteralANDvs_passIv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTliteralANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTliteralANDvs_passIv1", "trait": [ "ValueSet" ], "comment": " { NOT LITERAL AND [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTliteralANDvs_failIo1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTliteralANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTliteralANDvs_failIo1", "trait": [ "TriplePattern" ], "comment": " { NOT LITERAL AND [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTliteralANDvs_failLv", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTliteralANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTliteralANDvs_failLv", "trait": [ "TriplePattern" ], "comment": " { NOT LITERAL AND [ ] } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1_NOTvs_ANDvs_failIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1_NOTvs_ANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTvs_ANDvs_failIv1", "trait": [ "ValueSet" ], "comment": " { (NOT []) AND [] } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTvs_ANDvs_passIv2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1_NOTvs_ANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTvs_ANDvs_passIv2", "trait": [ "ValueSet" ], "comment": " { (NOT []) AND [] } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTvs_ANDvs_failIv3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1_NOTvs_ANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTvs_ANDvs_failIv3", "trait": [ "ValueSet" ], "comment": " { (NOT []) AND [] } on { }", "status": "mf:Approved" }, { "@id": "#1NOT_vsANDvs__passIv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOT_vsANDvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_vsANDvs__passIv1", "trait": [ "ValueSet" ], "comment": " { NOT ([] AND []) } on { }", "status": "mf:Approved" }, { "@id": "#1NOT_vsANDvs__passIv2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOT_vsANDvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_vsANDvs__passIv2", "trait": [ "ValueSet" ], "comment": " { NOT ([] AND []) } on { }", "status": "mf:Approved" }, { "@id": "#1NOT_vsANDvs__passIv3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOT_vsANDvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_vsANDvs__passIv3", "trait": [ "ValueSet" ], "comment": " { NOT ([] AND []) } on { }", "status": "mf:Approved" }, { "@id": "#1NOTvsANDvs_failIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTvsANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTvsANDvs_failIv1", "trait": [ "ValueSet" ], "comment": " { NOT [] AND [] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTvsANDvs_passIv2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTvsANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTvsANDvs_passIv2", "trait": [ "ValueSet" ], "comment": " { NOT [] AND [] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTvsANDvs_failIv3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTvsANDvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTvsANDvs_failIv3", "trait": [ "ValueSet" ], "comment": " { NOT [] AND [] } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTliteral_ORvs_passIv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1_NOTliteral_ORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTliteral_ORvs_passIv1", "trait": [ "ValueSet" ], "comment": " { (NOT LITERAL) OR [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTliteral_ORvs_passIo1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1_NOTliteral_ORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTliteral_ORvs_passIo1", "trait": [ "TriplePattern" ], "comment": " { (NOT LITERAL) OR [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTliteral_ORvs_failLv", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1_NOTliteral_ORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTliteral_ORvs_failLv", "trait": [ "TriplePattern" ], "comment": " { (NOT LITERAL) OR [ ] } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1NOT_literalORvs__failIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOT_literalORvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_literalORvs__failIv1", "trait": [ "ValueSet" ], "comment": " { NOT (LITERAL OR [ ]) } on { }", "status": "mf:Approved" }, { "@id": "#1NOT_literalORvs__passIo1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOT_literalORvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_literalORvs__passIo1", "trait": [ "TriplePattern" ], "comment": " { NOT (LITERAL OR [ ]) } on { }", "status": "mf:Approved" }, { "@id": "#1NOT_literalORvs__failLv", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOT_literalORvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_literalORvs__failLv", "trait": [ "TriplePattern" ], "comment": " { NOT (LITERAL OR [ ]) } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1NOTliteralORvs_passIv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTliteralORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTliteralORvs_passIv1", "trait": [ "ValueSet" ], "comment": " { NOT LITERAL OR [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTliteralORvs_passIo1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTliteralORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTliteralORvs_passIo1", "trait": [ "TriplePattern" ], "comment": " { NOT LITERAL OR [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTliteralORvs_failLv", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTliteralORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lv.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTliteralORvs_failLv", "trait": [ "TriplePattern" ], "comment": " { NOT LITERAL OR [ ] } on { 'v' }", "status": "mf:Approved" }, { "@id": "#1_NOTvs_ORvs_failIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1_NOTvs_ORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTvs_ORvs_failIv1", "trait": [ "ValueSet" ], "comment": " { (NOT []) OR [] } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTvs_ORvs_passIv2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1_NOTvs_ORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTvs_ORvs_passIv2", "trait": [ "ValueSet" ], "comment": " { (NOT []) OR [] } on { }", "status": "mf:Approved" }, { "@id": "#1_NOTvs_ORvs_passIv3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1_NOTvs_ORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1_NOTvs_ORvs_passIv3", "trait": [ "ValueSet" ], "comment": " { (NOT []) OR [] } on { }", "status": "mf:Approved" }, { "@id": "#1NOT_vsORvs__failIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOT_vsORvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_vsORvs__failIv1", "trait": [ "ValueSet" ], "comment": " { NOT ([] OR []) } on { }", "status": "mf:Approved" }, { "@id": "#1NOT_vsORvs__failIv2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOT_vsORvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_vsORvs__failIv2", "trait": [ "ValueSet" ], "comment": " { NOT ([] OR []) } on { }", "status": "mf:Approved" }, { "@id": "#1NOT_vsORvs__passIv3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOT_vsORvs_.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOT_vsORvs__passIv3", "trait": [ "ValueSet" ], "comment": " { NOT ([] OR []) } on { }", "status": "mf:Approved" }, { "@id": "#1NOTvsORvs_failIv1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTvsORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTvsORvs_failIv1", "trait": [ "ValueSet" ], "comment": " { NOT [] OR [] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTvsORvs_passIv2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTvsORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTvsORvs_passIv2", "trait": [ "ValueSet" ], "comment": " { NOT [] OR [] } on { }", "status": "mf:Approved" }, { "@id": "#1NOTvsORvs_passIv3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTvsORvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1NOTvsORvs_passIv3", "trait": [ "ValueSet" ], "comment": " { NOT [] OR [] } on { }", "status": "mf:Approved" }, { "@id": "#NOT1NOTvs_passIv1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/NOT1NOTvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "NOT1NOTvs_passIv1", "trait": [ "ValueSet" ], "comment": " NOT { NOT [ ] } on { }", "status": "mf:Approved" }, { "@id": "#NOT1NOTvs_passIv2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/NOT1NOTvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "NOT1NOTvs_passIv2", "trait": [ "ValueSet" ], "comment": " NOT { NOT [ ] } on { }", "status": "mf:Approved" }, { "@id": "#NOT1NOTvs_failIv3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/NOT1NOTvs.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Iv3.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "NOT1NOTvs_failIv3", "trait": [ "ValueSet" ], "comment": " NOT { NOT [ ] } on { }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1OR1Ref3_pass-vc1vc2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1AND1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1OR1Ref3_pass-vc1vc2", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... { @ AND @ OR @ } on { 'abcd' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1OR1Ref3_pass-vc1vc2vc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1AND1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1OR1Ref3_pass-vc1vc2vc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... { @ AND @ OR @ } on { 'abab' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1OR1Ref3_pass-vc1vc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1AND1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lababab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1OR1Ref3_pass-vc1vc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... { @ AND @ OR @ } on { 'ababab' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1OR1Ref3_failvc1vc3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1AND1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labc.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1OR1Ref3_failvc1vc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... { @ AND ... @ } on { 'abc' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1OR1Ref3_failvc2vc3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1AND1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1OR1Ref3_failvc2vc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... { @ AND ... @ } on { 'abcdef' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1AND1OR1Ref3_failvc1vc2vc3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1AND1OR1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1AND1OR1Ref3_failvc1vc2vc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... { @ AND ... @ } on { 'a' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1AND1Ref3_pass-vc1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1OR1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcdef.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1AND1Ref3_pass-vc1", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... = @ AND @ OR @ { @ } on { 'abcdef' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1AND1Ref3_pass-vc1vc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1OR1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lababab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1AND1Ref3_pass-vc1vc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... = @ AND @ OR @ { @ } on { 'ababab' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1AND1Ref3_pass-vc2vc3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vExpr1OR1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1AND1Ref3_pass-vc2vc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... = @ AND @ OR @ { @ } on { 'ab' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1AND1Ref3_failvc1vc2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1OR1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1AND1Ref3_failvc1vc2", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... = @ AND @ OR @ { @ } on { 'abab' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1AND1Ref3_failvc1vc3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1OR1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Lcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1AND1Ref3_failvc1vc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... = @ AND @ OR @ { @ } on { 'cd' }", "status": "mf:Approved" }, { "@id": "#1val1vExpr1OR1AND1Ref3_failvc1vc2vc3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1vExpr1OR1AND1Ref3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vExpr1OR1AND1Ref3_failvc1vc2vc3", "trait": [ "AndValueExpression", "ValueReference" ], "comment": " ... ... { @ OR @ AND @ } on { 'abcd' }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard2_fail-p1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/open3Onedotclosecard2.shex", "shape": "http://a.example/S1", "data": "p1.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard2_fail-p1", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2} } / { \"p1-0\" }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard2_pass-p1X2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard2.shex", "shape": "http://a.example/S1", "data": "p1X2.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard2_pass-p1X2", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2} } / { \"p1-n\" }X2", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard2_fail-p1X3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/open3Onedotclosecard2.shex", "shape": "http://a.example/S1", "data": "p1X3.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard2_fail-p1X3", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2} } / { \"p1-n\" }X3", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard2_fail-p1X4", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/open3Onedotclosecard2.shex", "shape": "http://a.example/S1", "data": "p1X4.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard2_fail-p1X4", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2} } / { \"p1-n\" }X4", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard2_pass-p1p2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard2.shex", "shape": "http://a.example/S1", "data": "p1p2.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard2_pass-p1p2", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2} } / { \"p1-0\"; \"p2-0\" }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard2_pass-p1p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard2.shex", "shape": "http://a.example/S1", "data": "p1p3.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard2_pass-p1p3", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2} } / { \"p1-0\"; \"p3-0\" }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard2_pass-p2p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard2.shex", "shape": "http://a.example/S1", "data": "p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard2_pass-p2p3", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2} } / { \"p2-0\"; \"p3-0\" }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard2_fail-p1p2p3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/open3Onedotclosecard2.shex", "shape": "http://a.example/S1", "data": "p1p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard2_fail-p1p2p3", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2} } / { \"p1-0\"; \"p2-0\"; \"p3-0\" }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard23_fail-p1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/open3Onedotclosecard23.shex", "shape": "http://a.example/S1", "data": "p1.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard23_fail-p1", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2,3} } / { \"p1-0\" }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard23_pass-p1X2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard23.shex", "shape": "http://a.example/S1", "data": "p1X2.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard23_pass-p1X2", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2,3} } / { \"p1-n\" }X2", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard23_pass-p1X3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard23.shex", "shape": "http://a.example/S1", "data": "p1X3.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard23_pass-p1X3", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2,3} } / { \"p1-n\" }X3", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard23_fail-p1X4", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/open3Onedotclosecard23.shex", "shape": "http://a.example/S1", "data": "p1X4.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard23_fail-p1X4", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2,3} } / { \"p1-n\" }X4", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard23_pass-p1p2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard23.shex", "shape": "http://a.example/S1", "data": "p1p2.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard23_pass-p1p2", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2,3} } / { \"p1-0\"; \"p2-0\" }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard23_pass-p1p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard23.shex", "shape": "http://a.example/S1", "data": "p1p3.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard23_pass-p1p3", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2,3} } / { \"p1-0\"; \"p3-0\" }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard23_pass-p2p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard23.shex", "shape": "http://a.example/S1", "data": "p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard23_pass-p2p3", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2,3} } / { \"p2-0\"; \"p3-0\" }", "status": "mf:Approved" }, { "@id": "#open3Onedotclosecard23_pass-p1p2p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Onedotclosecard23.shex", "shape": "http://a.example/S1", "data": "p1p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Onedotclosecard23_pass-p1p2p3", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| . ){2,3} } / { \"p1-0\"; \"p2-0\"; \"p3-0\" }", "status": "mf:Approved" }, { "@id": "#open4Onedotclosecard23_fail-p1p2p3p4", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/open4Onedotclosecard23.shex", "shape": "http://a.example/S1", "data": "p1p2p3p4.ttl", "focus": "x" }, "extensionResults": [], "name": "open4Onedotclosecard23_fail-p1p2p3p4", "trait": [ "EachOf", "RepeatedOneOf" ], "comment": " { ( .| .| .| . ){2,3} } / { \"p1-n\"; \"p2-n\"; \"p3-n\" ; \"p4-n\" }", "status": "mf:Approved" }, { "@id": "#open3Eachdotclosecard23_pass-p1p2p3X3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Eachdotclosecard23.shex", "shape": "http://a.example/S1", "data": "p1p2p3X3.ttl", "focus": "x" }, "extensionResults": [], "name": "open3Eachdotclosecard23_pass-p1p2p3X3", "trait": [ "EachOf", "RepeatedGroup" ], "comment": " { ( .; .; . ){2,3} } / { \"p1-n\"; \"p2-n\"; \"p3-n\" }X3", "status": "mf:Approved" }, { "@id": "#1val1vShapeANDRef3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1vShapeANDRef3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labab.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1vShapeANDRef3_pass", "trait": [ "AndShapeShapeession" ], "comment": " { minlength 4 } AND { maxlength 5 } AND { pattern '(ab)+' } on { 'abab' }", "status": "mf:Approved" }, { "@id": "#1dotClosed_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotClosed.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotClosed_pass", "trait": [ "Closed" ], "comment": " CLOSED { . } on { }", "status": "mf:Approved" }, { "@id": "#1dotClosed_fail_lower", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotClosed.shex", "shape": "http://a.example/S1", "data": "Is1_Ip0_Io0;Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotClosed_fail_lower", "trait": [ "Closed" ], "comment": " CLOSED { . } on { ; }", "status": "mf:Approved" }, { "@id": "#1dotClosed_fail_higher", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotClosed.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1;Ip2_Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotClosed_fail_higher", "trait": [ "Closed" ], "comment": " CLOSED { . } on { ; }", "status": "mf:Approved" }, { "@id": "#FocusIRI2EachBnodeNested2EachIRIRef_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/FocusIRI2EachBnodeNested2EachIRIRef.shex", "shape": "http://a.example/S1", "data": "FocusIRI2EachBnodeNested2EachIRIRef.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "FocusIRI2EachBnodeNested2EachIRIRef_pass", "trait": [ "Closed" ], "comment": " IRI PATTERN '^https?://' { ; BNODE { LITERAL ; IRI PATTERN '^https://' @? } AND CLOSED { . ; . } } on { 'ab'^^ ; [ 'ab' ; ex:n1 ] }", "status": "mf:Approved" }, { "@id": "#FocusIRI2EachBnodeNested2EachIRIRef_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/FocusIRI2EachBnodeNested2EachIRIRef.shex", "shape": "http://a.example/S1", "data": "FocusIRI2EachBnodeNested3EachIRIRef.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "FocusIRI2EachBnodeNested2EachIRIRef_fail", "trait": [ "Closed" ], "comment": " IRI PATTERN '^https?://' { ; BNODE { LITERAL ; IRI PATTERN '^https://' @? } AND CLOSED { . ; . } } on { 'ab'^^ ; [ 'ab' ; ex:n1 ; 5 ] }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFExtra1_pass-iri1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFExtra1_pass-iri1", "trait": [ "Extra", "IriEquivalence" ], "comment": " EXTRA { [] } on { }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFExtra1_pass-iri2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFExtra1_pass-iri2", "trait": [ "Extra", "IriEquivalence" ], "comment": " EXTRA { [] } on { , }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFExtra1Closed_pass-iri1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFExtra1Closed.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFExtra1Closed_pass-iri1", "trait": [ "Extra", "VapidExtra" ], "comment": " EXTRA CLOSED { . } on { }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFExtra1Closed_pass-iri2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFExtra1Closed.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFExtra1Closed_pass-iri2", "trait": [ "Extra", "VapidExtra" ], "comment": " EXTRA CLOSED { . } on { , }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFExtra1Closed_fail-iri2_higher", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1IRIREFExtra1Closed.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2;Ip2_Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFExtra1Closed_fail-iri2_higher", "trait": [ "Extra", "VapidExtra" ], "comment": " EXTRA CLOSED { . } on { , ; }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFClosedExtra1_pass-iri1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFClosedExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFClosedExtra1_pass-iri1", "trait": [ "Extra", "VapidExtra" ], "comment": " CLOSED EXTRA { . } on { }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFClosedExtra1_pass-iri2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFClosedExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFClosedExtra1_pass-iri2", "trait": [ "Extra", "VapidExtra" ], "comment": " CLOSED EXTRA { . } on { , }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFClosedExtra1_fail-iri2_higher", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1IRIREFClosedExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2;Ip2_Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFClosedExtra1_fail-iri2_higher", "trait": [ "Extra", "VapidExtra" ], "comment": " CLOSED EXTRA { . } on { , ; }", "status": "mf:Approved" }, { "@id": "#1val2IRIREFExtra1_fail-iri2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val2IRIREFExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val2IRIREFExtra1_fail-iri2", "trait": [ "Extra", "ValueSet" ], "comment": " EXTRA { [ ] } on { , }", "status": "mf:Approved" }, { "@id": "#1val2IRIREFPlusExtra1_pass-iri2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val2IRIREFPlusExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val2IRIREFPlusExtra1_pass-iri2", "trait": [ "Extra", "ValueSet" ], "comment": " EXTRA { [ ]+ } on { , }", "status": "mf:Approved" }, { "@id": "#1val2IRIREFExtra1_pass-iri-bnode", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val2IRIREFExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Bo2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val2IRIREFExtra1_pass-iri-bnode", "trait": [ "Extra", "ValueSet" ], "comment": " EXTRA { [ ] } on { , _:o2 }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFExtra1p2_pass-iri1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFExtra1p2.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFExtra1p2_pass-iri1", "trait": [ "Extra", "IriEquivalence" ], "comment": " EXTRA { [] } on { }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFExtra1p2_fail-iri2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1val1IRIREFExtra1p2.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFExtra1p2_fail-iri2", "trait": [ "Extra", "IriEquivalence" ], "comment": " EXTRA { [] } on { , }", "status": "mf:Approved" }, { "@id": "#1dotOne2dotExtra-someOf_pass_p1p2p3", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotOne2dot.shex", "shape": "http://a.example/S1", "data": "p1p2p3.ttl", "focus": "x" }, "extensionResults": [], "name": "1dotOne2dotExtra-someOf_pass_p1p2p3", "trait": [ "EachOf", "Extra", "MissedMatchables", "OneOf" ], "comment": ":S1 EXTRA {:p1 .|:p2 .; :p3 .} / { :s1 :p1 \"p1-0\"; :p2 \"p2-0\"; :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFExtra1One_pass-iri1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFExtra1One.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFExtra1One_pass-iri1", "trait": [ "EachOf", "Extra", "IriEquivalence" ], "comment": " EXTRA { . | []; .? } on { }", "status": "mf:Approved" }, { "@id": "#1val1IRIREFExtra1One_pass-iri2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1val1IRIREFExtra1One.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1val1IRIREFExtra1One_pass-iri2", "trait": [ "EachOf", "Extra", "IriEquivalence" ], "comment": " EXTRA { . | []; .? } on { , }", "status": "mf:Approved" }, { "@id": "#1dotExtra1_pass-iri1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotExtra1_pass-iri1", "trait": [ "Extra", "VapidExtra" ], "comment": " EXTRA { . } on { }", "status": "mf:Approved" }, { "@id": "#1dotExtra1_fail-iri2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotExtra1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1,Io2.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotExtra1_fail-iri2", "trait": [ "Extra", "VapidExtra" ], "comment": " EXTRA { . } on { , }", "status": "mf:Approved" }, { "@id": "#3EachdotExtra3_pass-iri1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3EachdotExtra3.shex", "shape": "http://a.example/S1", "data": "Is_Ipn_IonX3.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "3EachdotExtra3_pass-iri1", "trait": [ "EachOf", "Extra", "IriEquivalence" ], "comment": " EXTRA { []; []; [] } on { ; ; }", "status": "mf:Approved" }, { "@id": "#3Eachdot3Extra_pass-iri1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3Eachdot3Extra.shex", "shape": "http://a.example/S1", "data": "Is_Ipn_IonX3.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "3Eachdot3Extra_pass-iri1", "trait": [ "EachOf", "Extra", "IriEquivalence" ], "comment": " EXTRA EXTRA EXTRA { []; []; [] } on { ; ; }", "status": "mf:Approved" }, { "@id": "#3EachdotExtra3NLex_pass-iri1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3EachdotExtra3NLex.shex", "shape": "http://a.example/S1", "data": "Is_Ipn_IonX3.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "3EachdotExtra3NLex_pass-iri1", "trait": [ "EachOf", "Extra", "IriEquivalence" ], "comment": "PREFIX ex: EXTRA ex:p1 ex:p2 ex:p3 { []; []; [] } on { ; ; }", "status": "mf:Approved" }, { "@id": "#3EachdotExtra3_pass-iri2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3EachdotExtra3.shex", "shape": "http://a.example/S1", "data": "Is_Ipn_IonX3.Is_Ipn_IonaX3.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "3EachdotExtra3_pass-iri2", "trait": [ "EachOf", "Extra", "IriEquivalence" ], "comment": " EXTRA { []; []; [] } on { , ; , ; , }", "status": "mf:Approved" }, { "@id": "#3Eachdot3Extra_pass-iri2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3Eachdot3Extra.shex", "shape": "http://a.example/S1", "data": "Is_Ipn_IonX3.Is_Ipn_IonaX3.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "3Eachdot3Extra_pass-iri2", "trait": [ "EachOf", "Extra", "IriEquivalence" ], "comment": " EXTRA EXTRA EXTRA { []; []; [] } on { , ; , ; , }", "status": "mf:Approved" }, { "@id": "#3EachdotExtra3NLex_pass-iri2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3EachdotExtra3NLex.shex", "shape": "http://a.example/S1", "data": "Is_Ipn_IonX3.Is_Ipn_IonaX3.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "3EachdotExtra3NLex_pass-iri2", "trait": [ "EachOf", "Extra", "IriEquivalence" ], "comment": "PREFIX ex: EXTRA ex:p1 ex:p2 ex:p3 { []; []; [] } on { , ; , ; , }", "status": "mf:Approved" }, { "@id": "#startRefIRIREF_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startRefIRIREF.shex", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startRefIRIREF_pass-noOthers", "trait": [ "Start" ], "comment": "start= { . } on { }", "status": "mf:Approved" }, { "@id": "#startRefIRIREF_pass-others_lexicallyEarlier", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startRefIRIREF.shex", "data": "Is1_Ip0_Io0;Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startRefIRIREF_pass-others_lexicallyEarlier", "trait": [ "Start" ], "comment": "start= { . } on { ; }", "status": "mf:Approved" }, { "@id": "#startRefIRIREF_fail-missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/startRefIRIREF.shex", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startRefIRIREF_fail-missing", "trait": [ "Start" ], "comment": "start= { . } on { }", "status": "mf:Approved" }, { "@id": "#startRefbnode_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startRefbnode.shex", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startRefbnode_pass-noOthers", "trait": [ "Start" ], "comment": "start=_:S _:S { . } on { }", "status": "mf:Approved" }, { "@id": "#startRefbnode_fail-missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/startRefbnode.shex", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startRefbnode_fail-missing", "trait": [ "Start" ], "comment": "start=_:S _S { . } on { }", "status": "mf:Approved" }, { "@id": "#startInline_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startInline.shex", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startInline_pass-noOthers", "trait": [ "Start" ], "comment": "start={ . } on { }", "status": "mf:Approved" }, { "@id": "#startEqualSpaceInline_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startEqualSpaceInline.shex", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startEqualSpaceInline_pass-noOthers", "trait": [ "Start" ], "comment": "start= { . } on { }", "status": "mf:Approved" }, { "@id": "#startSpaceEqualInline_pass-noOthers", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startSpaceEqualInline.shex", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startSpaceEqualInline_pass-noOthers", "trait": [ "Start" ], "comment": "start ={ . } on { }", "status": "mf:Approved" }, { "@id": "#startInline_fail-missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/startInline.shex", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startInline_fail-missing", "trait": [ "Start" ], "comment": "start={ . } on { }", "status": "mf:Approved" }, { "@id": "#2EachInclude1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/2EachInclude1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_LX.In1_Ip2_LY.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2EachInclude1_pass", "trait": [ "EachOf", "Include" ], "comment": " { &; . } { . } on { \"X\" ; \"Y\" }", "status": "mf:Approved" }, { "@id": "#2EachInclude1-after_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/2EachInclude1-after.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_LX.In1_Ip2_LY.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2EachInclude1-after_pass", "trait": [ "EachOf", "Include" ], "comment": " { .; & } { . } on { \"X\" ; \"Y\" }", "status": "mf:Approved" }, { "@id": "#2OneInclude1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/2OneInclude1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2OneInclude1_pass", "trait": [ "Include", "OneOf" ], "comment": " { & | . } { . } on { \"X\" }", "status": "mf:Approved" }, { "@id": "#2OneInclude1-after_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/2OneInclude1-after.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2OneInclude1-after_pass", "trait": [ "Include", "OneOf" ], "comment": " { . | & } { . } on { \"X\" }", "status": "mf:Approved" }, { "@id": "#1dotAnnotIRIREF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotAnnotIRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotAnnotIRIREF_pass", "trait": [ "Annotation" ], "comment": " { .// } on { }", "status": "mf:Approved" }, { "@id": "#1dotAnnotIRIREF_missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotAnnotIRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotAnnotIRIREF_missing", "trait": [ "Annotation" ], "comment": " { .// } on { }", "status": "mf:Approved" }, { "@id": "#1dotPlusAnnotIRIREF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotPlusAnnotIRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotPlusAnnotIRIREF_pass", "trait": [ "Annotation" ], "comment": " { .+// } on { 'a', }", "status": "mf:Approved" }, { "@id": "#1dotAnnotAIRIREF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotAnnotAIRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotAnnotAIRIREF_pass", "trait": [ "Annotation" ], "comment": " { .// a } on { }", "status": "mf:Approved" }, { "@id": "#1dotAnnotSTRING_LITERAL1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotAnnotSTRING_LITERAL1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotAnnotSTRING_LITERAL1_pass", "trait": [ "Annotation" ], "comment": " { .// 'STRING_LITERAL1' } on { }", "status": "mf:Approved" }, { "@id": "#1dotAnnot3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotAnnot3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotAnnot3_pass", "trait": [ "Annotation" ], "comment": " { .// '1'// '2'// '3' } on { }", "status": "mf:Approved" }, { "@id": "#1dotAnnot3_missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotAnnot3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotAnnot3_missing", "trait": [ "Annotation" ], "comment": " { .// '1'// '2'// '3' } on { }", "status": "mf:Approved" }, { "@id": "#1inversedotAnnot3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1inversedotAnnot3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/o1" }, "extensionResults": [], "name": "1inversedotAnnot3_pass", "trait": [ "Annotation" ], "comment": " { ^ .// '1'// '2'// '3' } on { }", "status": "mf:Approved" }, { "@id": "#1inversedotAnnot3_missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1inversedotAnnot3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/o1" }, "extensionResults": [], "name": "1inversedotAnnot3_missing", "trait": [ "Annotation" ], "comment": " { ^ .// '1'// '2'// '3' } on { }", "status": "mf:Approved" }, { "@id": "#1dotShapeAnnotIRIREF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotShapeAnnotIRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotShapeAnnotIRIREF_pass", "trait": [ "Annotation" ], "comment": " { . } // on { }", "status": "mf:Approved" }, { "@id": "#1dotShapeAnnotIRIREF_missing", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotShapeAnnotIRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip2_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotShapeAnnotIRIREF_missing", "trait": [ "Annotation" ], "comment": " { . } // on { }", "status": "mf:Approved" }, { "@id": "#1dotShapePlusAnnotIRIREF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotShapePlusAnnotIRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_La,Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotShapePlusAnnotIRIREF_pass", "trait": [ "Annotation" ], "comment": " { .+ } // on { 'a', }", "status": "mf:Approved" }, { "@id": "#1dotShapeAnnotAIRIREF_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotShapeAnnotAIRIREF.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotShapeAnnotAIRIREF_pass", "trait": [ "Annotation" ], "comment": " { . } // a on { }", "status": "mf:Approved" }, { "@id": "#1dotShapeAnnotSTRING_LITERAL1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotShapeAnnotSTRING_LITERAL1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotShapeAnnotSTRING_LITERAL1_pass", "trait": [ "Annotation" ], "comment": " { . } // 'STRING_LITERAL1' on { }", "status": "mf:Approved" }, { "@id": "#1dotCode1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotCode1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "http://a.example/o1" } ], "name": "1dotCode1_pass", "trait": [ "SemanticAction" ], "comment": " { . %{ print(o) %} } on { }", "status": "mf:Approved" }, { "@id": "#1dotNoCode1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotNoCode1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1", "semActs": "../schemas/1dotNoCode1.semact" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "http://a.example/o1" } ], "name": "1dotNoCode1_pass", "trait": [ "ExternalSemanticAction", "SemanticAction" ], "comment": " { . %% } + %{ print(o) %} on { }", "status": "mf:Approved" }, { "@id": "#1inversedotCode1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1inversedotCode1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/o1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "http://a.example/o1" } ], "name": "1inversedotCode1_pass", "trait": [ "SemanticAction" ], "comment": " { ^ . %{ print(o) %} } on { }", "status": "mf:Approved" }, { "@id": "#1dotCode3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotCode3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "http://a.example/s1" }, { "extension": "http://shex.io/extensions/Test/", "prints": "http://a.example/p1" }, { "extension": "http://shex.io/extensions/Test/", "prints": "http://a.example/o1" } ], "name": "1dotCode3_pass", "trait": [ "OrderedSemanticActions", "SemanticAction" ], "comment": " { . %{ print(s) %} %{ print(p) %} %{ print(o) %} } on { }", "status": "mf:Approved" }, { "@id": "#1dotNoCode3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotNoCode3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1", "semActs": "../schemas/1dotNoCode3.semact" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/#a", "prints": "http://a.example/s1" }, { "extension": "http://shex.io/extensions/Test/#b", "prints": "http://a.example/p1" }, { "extension": "http://shex.io/extensions/Test/#c", "prints": "http://a.example/o1" } ], "name": "1dotNoCode3_pass", "trait": [ "ExternalSemanticAction", "SemanticAction" ], "comment": " { . %% %% %% } + %{ print(s) %} %{ print(p) %} %{ print(o) %} on { }", "status": "mf:Approved" }, { "@id": "#1dotCode3fail_abort", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dotCode3fail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dotCode3fail_abort", "trait": [ "SemanticAction" ], "comment": " { . %{ print(s) %}%{ fail(s) %}%{ print(o) %} } on { }", "status": "mf:Approved" }, { "@id": "#1dotCodeWithEscapes1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotCodeWithEscapes1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"%{\\\\%}\"" } ], "name": "1dotCodeWithEscapes1_pass", "trait": [ "SemanticAction" ], "comment": " { . %{ print\\u0028\\u0022\\%{\\\\\\\\\\%}\\u0022\\u0029 %} } on { }", "status": "mf:Approved" }, { "@id": "#1dotShapeCode1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotShapeCode1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"shape action\"" } ], "name": "1dotShapeCode1_pass", "trait": [ "SemanticAction" ], "comment": " { . } %{ print(\"shape action\") %} on { }", "status": "mf:Approved" }, { "@id": "#1dotShapeNoCode1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1dotShapeNoCode1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1", "semActs": "../schemas/1dotShapeNoCode1.semact" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"shape action\"" } ], "name": "1dotShapeNoCode1_pass", "trait": [ "ExternalSemanticAction", "SemanticAction" ], "comment": " { . } %% + %{ print(o) %} on { }", "status": "mf:Approved" }, { "@id": "#open3EachdotcloseCode1-p1p2p3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3EachdotcloseCode1.shex", "shape": "http://a.example/S1", "data": "p1p2p3.ttl", "focus": "x" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"group semAct\"" } ], "name": "open3EachdotcloseCode1-p1p2p3", "trait": [ "EachOf", "SemanticAction" ], "comment": " { ( .; .; . ) %{ print(\"group semAct\") %} } / { :s1 :p1 \"p1-0\"; :p2 \"p2-0\"; :p3 \"p3-0\" . }", "status": "mf:Approved" }, { "@id": "#startCode1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startCode1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"startAct\"" } ], "name": "startCode1_pass", "trait": [ "SemanticAction" ], "comment": "%{print('startAct')%} { . } on { }", "status": "mf:Approved" }, { "@id": "#startNoCode1_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startNoCode1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1", "semActs": "../schemas/startNoCode1.semact" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"startAct\"" } ], "name": "startNoCode1_pass", "trait": [ "ExternalSemanticAction", "SemanticAction" ], "comment": "%% { . } + %{print(\"startAct\")%} on { }", "status": "mf:Approved" }, { "@id": "#startCode1fail_abort", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/startCode1fail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"startAct\"" } ], "name": "startCode1fail_abort", "trait": [ "SemanticAction" ], "comment": "%{ fail('startAct') %} { . } on { }", "status": "mf:Approved" }, { "@id": "#startCode1startRef_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startCode1startRef.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"startAct\"" } ], "name": "startCode1startRef_pass", "trait": [ "SemanticAction" ], "comment": "%{print('startAct')%} start= { . } on { }", "status": "mf:Approved" }, { "@id": "#startCode1startReffail_abort", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/startCode1startReffail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"startAct\"" } ], "name": "startCode1startReffail_abort", "trait": [ "SemanticAction" ], "comment": "%{ fail('startAct') %} start= { . } on { }", "status": "mf:Approved" }, { "@id": "#startCode3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/startCode3.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"startAct 1\"" }, { "extension": "http://shex.io/extensions/Test/", "prints": "\"startAct 2\"" }, { "extension": "http://shex.io/extensions/Test/", "prints": "\"startAct 3\"" } ], "name": "startCode3_pass", "trait": [ "SemanticAction" ], "comment": "%{print('startAct 1')%} %{print('startAct 2')%} %{print('startAct 3')%} { . } on { }", "status": "mf:Approved" }, { "@id": "#startCode3fail_abort", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/startCode3fail.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "startCode3fail_abort", "trait": [ "SemanticAction" ], "comment": "%{print('startAct 1')%} %{ fail('startAct 2') %} %{print('startAct 3')%} { . } on { }", "status": "mf:Approved" }, { "@id": "#open3Eachdotclosecard23Annot3Code2-p1p2p3X3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open3Eachdotclosecard23Annot3Code2.shex", "shape": "http://a.example/S1", "data": "p1p2p3X3.ttl", "focus": "x" }, "extensionResults": [ { "extension": "http://shex.io/extensions/Test/", "prints": "\"group semAct 1\"" }, { "extension": "http://shex.io/extensions/Test/", "prints": "\"group semAct 2\"" } ], "name": "open3Eachdotclosecard23Annot3Code2-p1p2p3X3", "trait": [ "Annotation", "EachOf", "RepeatedGroup", "SemanticAction" ], "comment": " { ( .; .; . ){2,3} // \"1\" // \"2\" // \"3\" %{ p(\"...1\") %} %{ p(\"...2\") %} } / { \"p1-n\"; \"p2-n\"; \"p3-n\" }X3", "status": "mf:Approved" }, { "@id": "#0focusIRI_other", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/0focusIRI.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "0focusIRI_other", "trait": [ "Empty" ], "comment": " IRI { } on { }", "status": "mf:Approved" }, { "@id": "#0focusIRI_other_fail-bnodeFocusLabel", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/0focusIRI.shex", "shape": "http://a.example/S1", "data": "Babcd_Ip1_Io1.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "0focusIRI_other_fail-bnodeFocusLabel", "trait": [ "Empty", "ToldBNode" ], "comment": " IRI { } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#0focusIRI_empty", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/0focusIRI.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "0focusIRI_empty", "trait": [ "Empty" ], "comment": " IRI { } on { }", "status": "mf:Approved" }, { "@id": "#0focusIRI_empty_fail-bnodeFocusLabel", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/0focusIRI.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "_:s1" }, "extensionResults": [], "name": "0focusIRI_empty_fail-bnodeFocusLabel", "trait": [ "Empty", "ToldBNode" ], "comment": " IRI { } on { }", "status": "mf:Approved" }, { "@id": "#0focusBNODE_empty_fail-iriFocusLabel", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/0focusBNODE.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "0focusBNODE_empty_fail-iriFocusLabel", "trait": [ "Empty" ], "comment": " BNODE { } on in { }", "status": "mf:Approved" }, { "@id": "#0focusBNODE_empty", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/0focusBNODE.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "0focusBNODE_empty", "trait": [ "Empty", "ToldBNode" ], "comment": " BNODE { } on _:abcd in { }", "status": "mf:Approved" }, { "@id": "#0focusBNODE_other_fail-iriFocusLabel", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/0focusBNODE.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "0focusBNODE_other_fail-iriFocusLabel", "trait": [ "Empty" ], "comment": " BNODE { } on { }", "status": "mf:Approved" }, { "@id": "#0focusBNODE_other", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/0focusBNODE.shex", "shape": "http://a.example/S1", "data": "Babcd_Ip1_Io1.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "0focusBNODE_other", "trait": [ "Empty", "ToldBNode" ], "comment": " BNODE { } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1focusIRI_dot_fail-bnodeFocusLabel", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusIRI_dot.shex", "shape": "http://a.example/S1", "data": "Babcd_Ip1_Io1.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "1focusIRI_dot_fail-bnodeFocusLabel", "trait": [ "FocusConstraint", "ToldBNode" ], "comment": " IRI { . } on in { _:abcd }", "status": "mf:Approved" }, { "@id": "#1focusIRI_dot_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusIRI_dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusIRI_dot_pass", "trait": [ "FocusConstraint" ], "comment": " IRI { . } on in { }", "status": "mf:Approved" }, { "@id": "#1focusBNODE_dot_fail-iriFocusLabel-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusBNODE_dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusBNODE_dot_fail-iriFocusLabel-equal", "trait": [ "FocusConstraint", "LexicalBNode" ], "comment": " BNODE { . } on in { }", "status": "mf:Approved" }, { "@id": "#1focusBNODE_dot_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusBNODE_dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrs_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrs" }, "extensionResults": [], "name": "1focusBNODE_dot_pass", "trait": [ "FocusConstraint", "ToldBNode" ], "comment": " BNODE { . } on in { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1focusnonLiteral-dot_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusnonLiteral-dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusnonLiteral-dot_pass-iri-equal", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " NONLITERAL { . } on { }", "status": "mf:Approved" }, { "@id": "#focusdatatype_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/focusdatatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabDTbloodType.ttl", "focus": { "@value": "ab", "@type": "http://a.example/bloodType" } }, "extensionResults": [], "name": "focusdatatype_pass", "trait": [ "FocusConstraint" ], "comment": " on { 'ab'^^my:bloodType }", "status": "mf:Approved" }, { "@id": "#focusdatatype_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/focusdatatype.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_LabDTbloodType999.ttl", "focus": { "@value": "ab", "@type": "http://a.example/bloodType999" } }, "extensionResults": [], "name": "focusdatatype_fail", "trait": [ "FocusConstraint" ], "comment": " on { 'ab'^^my:bloodType999 }", "status": "mf:Approved" }, { "@id": "#focusdatatype_pass-empty", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/focusdatatype.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": { "@value": "ab", "@type": "http://a.example/bloodType" } }, "extensionResults": [], "name": "focusdatatype_pass-empty", "trait": [ "FocusConstraint" ], "comment": " on 'ab'^^ in { }", "status": "mf:Approved" }, { "@id": "#focusdatatype_fail-empty", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/focusdatatype.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": { "@value": "ab", "@type": "http://a.example/bloodType999" } }, "extensionResults": [], "name": "focusdatatype_fail-empty", "trait": [ "FocusConstraint" ], "comment": " on 'ab'^^ in { }", "status": "mf:Approved" }, { "@id": "#focusvs_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/focusvs.shex", "shape": "http://a.example/vs1", "data": "Is1_Ip1_Iv1.ttl", "focus": "http://a.example/v1" }, "extensionResults": [], "name": "focusvs_pass", "trait": [ "FocusConstraint" ], "comment": " [ ] on { }", "status": "mf:Approved" }, { "@id": "#focusvs_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/focusvs.shex", "shape": "http://a.example/vs1", "data": "Is1_Ip1_Iv1a.ttl", "focus": "http://a.example/v1a" }, "extensionResults": [], "name": "focusvs_fail", "trait": [ "FocusConstraint" ], "comment": " [ ] on { }", "status": "mf:Approved" }, { "@id": "#1focusvsANDdatatype_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/focusvsANDdatatype.shex", "shape": "http://a.example/vs1", "data": "empty.ttl", "focus": "http://a.example/v1" }, "extensionResults": [], "name": "1focusvsANDdatatype_fail", "trait": [ "FocusConstraint", "Unsatisfiable" ], "comment": " [ ] AND on { }", "status": "mf:Approved" }, { "@id": "#1focusvsANDIRI_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/focusvsANDIRI.shex", "shape": "http://a.example/vs1", "data": "empty.ttl", "focus": "http://a.example/v1" }, "extensionResults": [], "name": "1focusvsANDIRI_pass", "trait": [ "FocusConstraint" ], "comment": " [ ] AND IRI on in { }", "status": "mf:Approved" }, { "@id": "#1focusvsANDIRI_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/focusvsANDIRI.shex", "shape": "http://a.example/vs1", "data": "empty.ttl", "focus": "http://a.example/v4" }, "extensionResults": [], "name": "1focusvsANDIRI_fail", "trait": [ "FocusConstraint" ], "comment": " [ ] AND IRI on in { }", "status": "mf:Approved" }, { "@id": "#1focusvsORdatatype_pass-val", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/focusvsORdatatype.shex", "shape": "http://a.example/vs1", "data": "empty.ttl", "focus": "http://a.example/v1" }, "extensionResults": [], "name": "1focusvsORdatatype_pass-val", "trait": [ "FocusConstraint" ], "comment": " [ ] OR on in { }", "status": "mf:Approved" }, { "@id": "#1focusvsORdatatype_fail-val", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/focusvsORdatatype.shex", "shape": "http://a.example/vs1", "data": "empty.ttl", "focus": "http://a.example/v4" }, "extensionResults": [], "name": "1focusvsORdatatype_fail-val", "trait": [ "FocusConstraint" ], "comment": " [ ] OR on in { }", "status": "mf:Approved" }, { "@id": "#1focusvsORdatatype_pass-dt", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/focusvsORdatatype.shex", "shape": "http://a.example/vs1", "data": "empty.ttl", "focus": { "@value": "v1", "@type": "http://a.example/dt1" } }, "extensionResults": [], "name": "1focusvsORdatatype_pass-dt", "trait": [ "FocusConstraint" ], "comment": " [ ] OR on 'v1'^^ in { }", "status": "mf:Approved" }, { "@id": "#1focusvsORdatatype_fail-dt", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/focusvsORdatatype.shex", "shape": "http://a.example/vs1", "data": "empty.ttl", "focus": { "@value": "v1", "@type": "http://a.example/dt2" } }, "extensionResults": [], "name": "1focusvsORdatatype_fail-dt", "trait": [ "FocusConstraint" ], "comment": " [ ] OR on 'v1'^^ in { }", "status": "mf:Approved" }, { "@id": "#focusNOTRefOR1dot_pass-inOR", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/focusNOTRefOR1dot.shex", "shape": "http://a.example/S1", "data": "In1_Ip2_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "focusNOTRefOR1dot_pass-inOR", "trait": [ "FocusConstraint" ], "comment": " NOT @ OR { . } { . } in { }", "status": "mf:Proposed" }, { "@id": "#focusNOTRefOR1dot_fail-inNOT", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/focusNOTRefOR1dot.shex", "shape": "http://a.example/S1", "data": "In1_Ip3_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "focusNOTRefOR1dot_fail-inNOT", "trait": [ "FocusConstraint" ], "comment": " NOT @ OR { . } { . } in { }", "status": "mf:Proposed" }, { "@id": "#focusNOTRefOR1dot_pass-other", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/focusNOTRefOR1dot.shex", "shape": "http://a.example/S1", "data": "In1_Ip4_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "focusNOTRefOR1dot_pass-other", "trait": [ "FocusConstraint" ], "comment": " NOT @ OR { . } { . } in { }", "status": "mf:Proposed" }, { "@id": "#1focusLength-dot_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusLength-dot.shex", "shape": "http://a.example/S1", "data": "Is_Ip1_Io1.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "1focusLength-dot_fail-iri-short", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " LENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#1focusLength-dot_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusLength-dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusLength-dot_pass-iri-equal", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " LENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#1focusLength-dot_fail-iri-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusLength-dot.shex", "shape": "http://a.example/S1", "data": "Is1a_Ip1_Io1.ttl", "focus": "http://a.example/s1a" }, "extensionResults": [], "name": "1focusLength-dot_fail-iri-long", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " LENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#1focusLength-dot_fail-bnode-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusLength-dot.shex", "shape": "http://a.example/S1", "data": "Babcd_Ip1_Io1.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "1focusLength-dot_fail-bnode-short", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode", "ToldBNode" ], "comment": " LENGTH 19 { . } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1focusLength-dot_pass-bnode-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusLength-dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrs_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrs" }, "extensionResults": [], "name": "1focusLength-dot_pass-bnode-equal", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode", "ToldBNode" ], "comment": " LENGTH 19 { . } on { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1focusLength-dot_fail-bnode-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusLength-dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrst_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrst" }, "extensionResults": [], "name": "1focusLength-dot_fail-bnode-long", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode", "ToldBNode" ], "comment": " LENGTH 19 { . } on { _:abcdefghijklmnopqrst }", "status": "mf:Approved" }, { "@id": "#1focusMinLength-dot_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusMinLength-dot.shex", "shape": "http://a.example/S1", "data": "Is_Ip1_Io1.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "1focusMinLength-dot_fail-iri-short", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " MINLENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#1focusMinLength-dot_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusMinLength-dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusMinLength-dot_pass-iri-equal", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " MINLENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#1focusMinLength-dot_pass-iri-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusMinLength-dot.shex", "shape": "http://a.example/S1", "data": "Is1a_Ip1_Io1.ttl", "focus": "http://a.example/s1a" }, "extensionResults": [], "name": "1focusMinLength-dot_pass-iri-long", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " MINLENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#1focusMinLength-dot_fail-bnode-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusMinLength-dot.shex", "shape": "http://a.example/S1", "data": "Babcd_Ip1_Io1.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "1focusMinLength-dot_fail-bnode-short", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode", "ToldBNode" ], "comment": " MINLENGTH 19 { . } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1focusMinLength-dot_pass-bnode-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusMinLength-dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrs_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrs" }, "extensionResults": [], "name": "1focusMinLength-dot_pass-bnode-equal", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode", "ToldBNode" ], "comment": " MINLENGTH 19 { . } on { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1focusMinLength-dot_pass-bnode-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusMinLength-dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrst_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrst" }, "extensionResults": [], "name": "1focusMinLength-dot_pass-bnode-long", "trait": [ "FocusConstraint", "LengthFacet", "ToldBNode" ], "comment": " MINLENGTH 19 { . } on { _:abcdefghijklmnopqrst }", "status": "mf:Approved" }, { "@id": "#1focusMaxLength-dot_pass-iri-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusMaxLength-dot.shex", "shape": "http://a.example/S1", "data": "Is_Ip1_Io1.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "1focusMaxLength-dot_pass-iri-short", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " MAXLENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#1focusMaxLength-dot_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusMaxLength-dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusMaxLength-dot_pass-iri-equal", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " MAXLENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#1focusMaxLength-dot_fail-iri-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusMaxLength-dot.shex", "shape": "http://a.example/S1", "data": "Is1a_Ip1_Io1.ttl", "focus": "http://a.example/s1a" }, "extensionResults": [], "name": "1focusMaxLength-dot_fail-iri-long", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " MAXLENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#1focusMaxLength-dot_pass-bnode-short", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusMaxLength-dot.shex", "shape": "http://a.example/S1", "data": "Babcd_Ip1_Io1.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "1focusMaxLength-dot_pass-bnode-short", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode" ], "comment": " MAXLENGTH 19 { . } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1focusMaxLength-dot_pass-bnode-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusMaxLength-dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrs_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrs" }, "extensionResults": [], "name": "1focusMaxLength-dot_pass-bnode-equal", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode" ], "comment": " MAXLENGTH 19 { . } on { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1focusMaxLength-dot_fail-bnode-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusMaxLength-dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrst_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrst" }, "extensionResults": [], "name": "1focusMaxLength-dot_fail-bnode-long", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode" ], "comment": " MAXLENGTH 19 { . } on { _:abcdefghijklmnopqrst }", "status": "mf:Approved" }, { "@id": "#1focusPattern-dot_fail-iri-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusPattern-dot.shex", "shape": "http://a.example/S1", "data": "Is2_Ip1_Io.ttl", "focus": "http://a.example/s2" }, "extensionResults": [], "name": "1focusPattern-dot_fail-iri-match", "trait": [ "PaternFacet" ], "comment": " PATTERN '^http://a.example/s1$' { } on { }", "status": "mf:Approved" }, { "@id": "#1focusPattern-dot_fail-iri-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusPattern-dot.shex", "shape": "http://a.example/S1", "data": "Is_Ip1_Io1.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "1focusPattern-dot_fail-iri-short", "trait": [ "PaternFacet" ], "comment": " PATTERN '^http://a.example/s1$' { } on { }", "status": "mf:Approved" }, { "@id": "#1focusPattern-dot_pass-iri-match", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusPattern-dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusPattern-dot_pass-iri-match", "trait": [ "PaternFacet" ], "comment": " PATTERN 'http://a.example/s1' { } on { }", "status": "mf:Approved" }, { "@id": "#1focusPattern-dot_fail-iri-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusPattern-dot.shex", "shape": "http://a.example/S1", "data": "Is1a_Ip1_Io1.ttl", "focus": "http://a.example/s1a" }, "extensionResults": [], "name": "1focusPattern-dot_fail-iri-long", "trait": [ "PaternFacet" ], "comment": " PATTERN '^http://a.example/s1$' { } on { }", "status": "mf:Approved" }, { "@id": "#1focusPatternB-dot_fail-iri-match", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusPatternB-dot.shex", "shape": "http://a.example/S1", "data": "Is2_Ip1_Io.ttl", "focus": "http://a.example/s2" }, "extensionResults": [], "name": "1focusPatternB-dot_fail-iri-match", "trait": [ "PaternFacet" ], "comment": " PATTERN 'abcdefghijklmnopqrs' { } on { }", "status": "mf:Approved" }, { "@id": "#1focusPatternB-dot_fail-bnode-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusPatternB-dot.shex", "shape": "http://a.example/S1", "data": "Babcd_Ip1_Io1.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "1focusPatternB-dot_fail-bnode-short", "trait": [ "LexicalBNode", "PaternFacet", "ToldBNode" ], "comment": " PATTERN 'abcdefghijklmnopqrs' { } on { _:abcd }", "status": "mf:Approved" }, { "@id": "#1focusPatternB-dot_pass-bnode-match", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusPatternB-dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrs_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrs" }, "extensionResults": [], "name": "1focusPatternB-dot_pass-bnode-match", "trait": [ "LexicalBNode", "PaternFacet", "ToldBNode" ], "comment": " PATTERN 'abcdefghijklmnopqrs' { } on { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1focusPatternB-dot_pass-bnode-long", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusPatternB-dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrst_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrst" }, "extensionResults": [], "name": "1focusPatternB-dot_pass-bnode-long", "trait": [ "LexicalBNode", "PaternFacet", "ToldBNode" ], "comment": " PATTERN 'abcdefghijklmnopqrs' { } on { _:abcdefghijklmnopqrst }", "status": "mf:Approved" }, { "@id": "#1focusIRILength_dot_fail-bnodeFocusLabel-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusIRILength_dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrs_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrs" }, "extensionResults": [], "name": "1focusIRILength_dot_fail-bnodeFocusLabel-equal", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode", "ToldBNode" ], "comment": " IRI LENGTH 19 { . } on in { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1focusIRILength_dot_fail-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusIRILength_dot.shex", "shape": "http://a.example/S1", "data": "Is_Ip1_Io1.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "1focusIRILength_dot_fail-short", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " IRI LENGTH 19 { . } on in { }", "status": "mf:Approved" }, { "@id": "#1focusIRILength_dot_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusIRILength_dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusIRILength_dot_pass", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " IRI LENGTH 19 { . } on in { }", "status": "mf:Approved" }, { "@id": "#1focusIRILength_dot_fail-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusIRILength_dot.shex", "shape": "http://a.example/S1", "data": "Is1a_Ip1_Io1.ttl", "focus": "http://a.example/s1a" }, "extensionResults": [], "name": "1focusIRILength_dot_fail-long", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " IRI LENGTH 19 { . } on in { }", "status": "mf:Approved" }, { "@id": "#1focusBNODELength_dot_fail-iriFocusLabel-equal", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusBNODELength_dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusBNODELength_dot_fail-iriFocusLabel-equal", "trait": [ "LengthFacet", "LexicalBNode" ], "comment": " BNODE LENGTH 19 { . } on in { }", "status": "mf:Approved" }, { "@id": "#1focusBNODELength_dot_fail-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusBNODELength_dot.shex", "shape": "http://a.example/S1", "data": "Babcd_Ip1_Io1.ttl", "focus": "_:abcd" }, "extensionResults": [], "name": "1focusBNODELength_dot_fail-short", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode", "ToldBNode" ], "comment": " BNODE LENGTH 19 { . } on in { _:abcd }", "status": "mf:Approved" }, { "@id": "#1focusBNODELength_dot_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusBNODELength_dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrs_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrs" }, "extensionResults": [], "name": "1focusBNODELength_dot_pass", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode", "ToldBNode" ], "comment": " BNODE LENGTH 19 { . } on in { _:abcdefghijklmnopqrs }", "status": "mf:Approved" }, { "@id": "#1focusBNODELength_dot_fail-long", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1focusBNODELength_dot.shex", "shape": "http://a.example/S1", "data": "Babcdefghijklmnopqrst_Ip1_Io1.ttl", "focus": "_:abcdefghijklmnopqrst" }, "extensionResults": [], "name": "1focusBNODELength_dot_fail-long", "trait": [ "FocusConstraint", "LengthFacet", "LexicalBNode", "ToldBNode" ], "comment": " BNODE LENGTH 19 { . } on in { _:abcdefghijklmnopqrst }", "status": "mf:Approved" }, { "@id": "#1focusnonLiteralLength-dot_pass-iri-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1focusnonLiteralLength-dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1focusnonLiteralLength-dot_pass-iri-equal", "trait": [ "FocusConstraint", "LengthFacet" ], "comment": " NONLITERAL LENGTH 19 { . } on { }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dot_pass-empty", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/NOT1dotOR2dot.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dot_pass-empty", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " NOT { . } OR { .; . } on { }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dot_pass-NoShape1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/NOT1dotOR2dot.shex", "shape": "http://a.example/S1", "data": "In1_Ip2_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dot_pass-NoShape1", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " NOT { . } OR { .; . } on { }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dot_pass-Shape2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/NOT1dotOR2dot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In1_Ip2_In3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dot_pass-Shape2", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " NOT { . } OR { .; . } on { . }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dot_fail-Shape2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/NOT1dotOR2dot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dot_fail-Shape2", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " NOT { . } OR { .; . } on { }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dotX3_pass-empty", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/NOT1dotOR2dotX3.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dotX3_pass-empty", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " ((NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) ) on { }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dotX3_pass-NoShape1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/NOT1dotOR2dotX3.shex", "shape": "http://a.example/S1", "data": "In1_Ip2_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dotX3_pass-NoShape1", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " ((NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) ) on { }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dotX3_pass-Shape2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/NOT1dotOR2dotX3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In1_Ip2_In3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dotX3_pass-Shape2", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " ((NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) ) on { . }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dotX3_fail-Shape2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/NOT1dotOR2dotX3.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dotX3_fail-Shape2", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " ((NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) ) on { }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dotX3AND1_fail-empty", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/NOT1dotOR2dotX3AND1.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dotX3AND1_fail-empty", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " ((NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND ({ . } OR { . } OR { . } ) ) on { }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dotX3AND1_fail-NoShape1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/NOT1dotOR2dotX3AND1.shex", "shape": "http://a.example/S1", "data": "In1_Ip2_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dotX3AND1_fail-NoShape1", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " ((NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND ({ . } OR { . } OR { . } ) ) on { }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dotX3AND1_pass-Shape2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/NOT1dotOR2dotX3AND1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In1_Ip2_In3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dotX3AND1_pass-Shape2", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " ((NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND ({ . } OR { . } OR { . } ) ) on { . }", "status": "mf:Approved" }, { "@id": "#NOT1dotOR2dotX3AND1_fail-Shape2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/NOT1dotOR2dotX3AND1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "NOT1dotOR2dotX3AND1_fail-Shape2", "trait": [ "NotValueExpression", "OrValueExpression" ], "comment": " ((NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND (NOT { . } OR { .; . }) AND ({ . } OR { . } OR { . } ) ) on { }", "status": "mf:Approved" }, { "@id": "#1NOTRefOR1dot_pass-inOR", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTRefOR1dot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1NOTRefOR1dot_pass-inOR", "comment": " { NOT @ OR { . } } { . } in { . \"X\" }", "status": "mf:Proposed" }, { "@id": "#1NOTRefOR1dot_fail-inNOT", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1NOTRefOR1dot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip3_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1NOTRefOR1dot_fail-inNOT", "comment": " { NOT @ OR { . } } { . } in { . \"X\" }", "status": "mf:Proposed" }, { "@id": "#1NOTRefOR1dot_pass-other", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1NOTRefOR1dot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip4_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1NOTRefOR1dot_pass-other", "comment": " { NOT @ OR { . } } { . } in { . \"X\" }", "status": "mf:Proposed" }, { "@id": "#shapeExtern_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/shapeExtern.shex", "shape": "http://a.example/Sext", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n2", "shapeExterns": "../schemas/shapeExtern.shextern" }, "extensionResults": [], "name": "shapeExtern_pass", "trait": [ "ExternalShape", "SemanticAction" ], "comment": " EXTERNAL + { . } on in { . \"X\" }", "status": "mf:Approved" }, { "@id": "#shapeExtern_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/shapeExtern.shex", "shape": "http://a.example/Sext", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1", "shapeExterns": "../schemas/shapeExtern.shextern" }, "extensionResults": [], "name": "shapeExtern_fail", "trait": [ "ExternalShape", "SemanticAction" ], "comment": " EXTERNAL + { . } on in { . \"X\" }", "status": "mf:Approved" }, { "@id": "#shapeExternRef_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/shapeExternRef.shex", "shape": "http://a.example/S", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1", "shapeExterns": "../schemas/shapeExtern.shextern" }, "extensionResults": [], "name": "shapeExternRef_pass", "trait": [ "ExternalShape", "SemanticAction" ], "comment": " { @ } EXTERNAL + { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#shapeExternRef_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/shapeExternRef.shex", "shape": "http://a.example/S", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1", "shapeExterns": "../schemas/shapeExtern.shextern" }, "extensionResults": [], "name": "shapeExternRef_fail", "trait": [ "ExternalShape", "SemanticAction" ], "comment": " { @ } EXTERNAL + { . } on { }", "status": "mf:Approved" }, { "@id": "#1dot-relative_pass-short-shape", "@type": "sht:ValidationTest", "action": { "schema": "../validation/1dot-relative.shex", "shape": "S1", "data": "Is1_Ip1_Io1-relative.ttl", "focus": "s1" }, "extensionResults": [], "name": "1dot-relative_pass-short-shape", "trait": [ "relativeIRI" ], "comment": " { [] } on in { }", "status": "mf:Approved" }, { "@id": "#1dot-relative_pass-relative-shape", "@type": "sht:ValidationTest", "action": { "schema": "../validation/1dot-relative.shex", "shape": "S1", "data": "Is1_Ip1_Io1-relative.ttl", "focus": "s1" }, "extensionResults": [], "name": "1dot-relative_pass-relative-shape", "trait": [ "relativeIRI" ], "comment": " { [] } on <../validation/S1> in { }", "status": "mf:Approved" }, { "@id": "#false-lead-excluding-value-shape", "@type": "sht:ValidationTest", "action": { "schema": "../validation/false-lead-excluding-value-shape.shex", "shape": "http://a.example.org/S", "data": "false-lead-excluding-value-shape.ttl", "focus": "x" }, "extensionResults": [], "name": "false-lead-excluding-value-shape", "trait": [ "EachOf" ], "comment": " { :a @*; (:a @+ | :b int); :b .} {:b @} {:b @} {:c .} {:d .}", "status": "mf:Approved" }, { "@id": "#nPlus1", "@type": "sht:ValidationTest", "action": { "schema": "../validation/nPlus1.shex", "shape": "http://a.example.org/S", "data": "nPlus1.ttl", "focus": "x" }, "extensionResults": [], "name": "nPlus1", "trait": [ "EachOf", "Exhaustive" ], "comment": " { :a .*; (:a .+ | :a .); :a . } / { :a 1, 3 }", "status": "mf:Approved" }, { "@id": "#nPlus1-greedy-rewrite", "@type": "sht:ValidationTest", "action": { "schema": "../validation/nPlus1-greedy-rewrite.shex", "shape": "http://a.example.org/S", "data": "nPlus1.ttl", "focus": "x" }, "extensionResults": [], "name": "nPlus1-greedy-rewrite", "trait": [ "EachOf" ], "comment": " { :a [1]; (:a [2]+ | :a [3]); :a [4]* } / { :a 1, 3 }", "status": "mf:Approved" }, { "@id": "#skipped", "@type": "sht:ValidationTest", "action": { "schema": "../validation/skipped.shex", "shape": "http://a.example.org/S", "data": "skipped.ttl", "focus": "x" }, "extensionResults": [], "name": "skipped", "trait": [ "EachOf" ], "comment": " { ( :a .; :b . )?; :c . } on { :c 1 }", "status": "mf:Approved" }, { "@id": "#open2Eachdotclosecard25c1dot", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/open2Eachdotclosecard25c1dot.shex", "shape": "http://a.example/S", "data": "abX3c1.ttl", "focus": "x" }, "extensionResults": [], "name": "open2Eachdotclosecard25c1dot", "trait": [ "EachOf" ], "comment": " { ( :a .; :b . ){2,5}; :c . }", "status": "mf:Approved" }, { "@id": "#2Eachdot", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/2Eachdot.shex", "shape": "http://a.example/S", "data": "a1b1.ttl", "focus": "s0" }, "extensionResults": [], "name": "2Eachdot", "trait": [ "EachOf" ], "comment": "@@ 2Eachdot", "status": "mf:Approved" }, { "@id": "#PstarT", "@type": "sht:ValidationTest", "action": { "schema": "../validation/Pstar.shex", "shape": "http://a.example/base/S1", "data": "Pstar.ttl", "focus": "http://a.example/base/n" }, "extensionResults": [], "name": "PstarT", "trait": [ "EachOf" ], "comment": " {:a @

*; :a @} / { :a , ,

, }", "status": "mf:Approved" }, { "@id": "#PTstar", "@type": "sht:ValidationTest", "action": { "schema": "../validation/Pstar.shex", "shape": "http://a.example/base/S2", "data": "Pstar.ttl", "focus": "http://a.example/base/n" }, "extensionResults": [], "name": "PTstar", "trait": [ "EachOf", "Exhaustive" ], "comment": " {:a @

; :a @*} / { :a , ,

, }", "status": "mf:Approved" }, { "@id": "#PTstar-greedy-rewrite", "@type": "sht:ValidationTest", "action": { "schema": "../validation/Pstar-greedy-rewrite.shex", "shape": "http://a.example/base/S2", "data": "Pstar.ttl", "focus": "http://a.example/base/n" }, "extensionResults": [], "name": "PTstar-greedy-rewrite", "trait": [ "EachOf" ], "comment": " {:a @*; :a @

} / { :a , ,

, }", "status": "mf:Approved" }, { "@id": "#PstarTstar", "@type": "sht:ValidationTest", "action": { "schema": "../validation/Pstar.shex", "shape": "http://a.example/base/S3", "data": "Pstar.ttl", "focus": "http://a.example/base/n" }, "extensionResults": [], "name": "PstarTstar", "trait": [ "EachOf" ], "comment": " {:a @

*; :a @*} / { :a , ,

, }", "status": "mf:Approved" }, { "@id": "#P2T2", "@type": "sht:ValidationTest", "action": { "schema": "../validation/Pstar.shex", "shape": "http://a.example/base/S4", "data": "Pstar.ttl", "focus": "http://a.example/base/n" }, "extensionResults": [], "name": "P2T2", "trait": [ "EachOf", "Exhaustive" ], "comment": " {:a @

{2}; :a @{2}} / { :a , ,

, }", "status": "mf:Approved" }, { "@id": "#1dot_fail-empty-err", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1dot.shex", "shape": "http://a.example/S1", "data": "empty.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1dot_fail-empty-err", "trait": [ "ErrorReport" ], "comment": " { . } on { }", "status": "mf:Approved" }, { "@id": "#2dot_fail-empty-err", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/2dot.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Io1.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "2dot_fail-empty-err", "trait": [ "ErrorReport" ], "comment": " { .; . } on { }", "status": "mf:Approved" }, { "@id": "#2RefS1-IS2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/2RefS1-IS2.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2RefS1-IS2", "trait": [ "Import" ], "comment": "I2 { @ } | { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#2RefS1-IS2_fail-p2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/2RefS1-IS2.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2RefS1-IS2_fail-p2", "trait": [ "Import" ], "comment": "I2 { @ } | { . } on { }", "status": "mf:Approved" }, { "@id": "#2RefS2-IS1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/2RefS2-IS1.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2RefS2-IS1", "trait": [ "Import" ], "comment": "I2 { . } | { @ } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#2RefS1-Icirc", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/2RefS1-Icirc.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2RefS1-Icirc", "trait": [ "Import" ], "comment": "I2 { @ } | I1 { . } on { . \"X\" }", "status": "mf:Approved" }, { "@id": "#2RefS1-Icirc_fail-p2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/2RefS1-Icirc.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2RefS1-Icirc_fail-p2", "trait": [ "Import" ], "comment": "I2circ { @ } | { . } on { }", "status": "mf:Approved" }, { "@id": "#3circRefS1-IS23", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefS1-IS23.shex", "shape": "http://a.example/S1", "data": "3circRefPlus1_pass-open.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefS1-IS23", "trait": [ "Import" ], "comment": "I23 { .; @? } | { @ } { @ } on { \"X\" ; . . . \"X\" }", "status": "mf:Approved" }, { "@id": "#3circRefS1-IS23_pass-p1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefS1-IS23.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_In2.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefS1-IS23_pass-p1", "trait": [ "Import" ], "comment": "I23 { .; @? } | { @ } { @ } on { }", "status": "mf:Approved" }, { "@id": "#3circRefS1-IS2-IS3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefS1-IS2-IS3.shex", "shape": "http://a.example/S1", "data": "3circRefPlus1_pass-open.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefS1-IS2-IS3", "trait": [ "Import" ], "comment": "I2 { .; @? } | I3 { @ } | { @ } on { \"X\" ; . . . \"X\" }", "status": "mf:Approved" }, { "@id": "#3circRefS3-IS12", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefS3-IS12.shex", "shape": "http://a.example/S1", "data": "3circRefPlus1_pass-open.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefS3-IS12", "trait": [ "Import" ], "comment": "I2 { @ } | { .; @? } { @ } on { \"X\" ; . . . \"X\" }", "status": "mf:Approved" }, { "@id": "#3circRefS123-Icirc", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefS123-Icirc.shex", "shape": "http://a.example/S1", "data": "3circRefPlus1_pass-open.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefS123-Icirc", "trait": [ "Import" ], "comment": "I1 { .; @? } { @ } { @ } on { \"X\" ; . . . \"X\" }", "status": "mf:Approved" }, { "@id": "#3circRefS1-Icirc", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefS1-Icirc.shex", "shape": "http://a.example/S1", "data": "3circRefPlus1_pass-open.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefS1-Icirc", "trait": [ "Import" ], "comment": "I2 { .; @? } | I3 { @ } | I1 { @ } on { \"X\" ; . . . \"X\" }", "status": "mf:Approved" }, { "@id": "#3circRefS1-IS2-IS3-IS3", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/3circRefS1-IS2-IS3-IS3.shex", "shape": "http://a.example/S1", "data": "3circRefPlus1_pass-open.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "3circRefS1-IS2-IS3-IS3", "trait": [ "Import" ], "comment": "I2 I3 { .; @? } | I3 { @ } | { @ } on { \"X\" ; . . . \"X\" }", "status": "mf:Approved" }, { "@id": "#start2RefS1-IstartS2", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/start2RefS1-IstartS2.shex", "data": "In1_Ip1_In2.In2_Ip2_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "start2RefS1-IstartS2", "trait": [ "Import", "Start" ], "comment": "I2 start=@ { @ } | { . } on { . \"X\" }", "status": "mf:Proposed" }, { "@id": "#start2RefS2-IstartS1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/start2RefS2-IstartS1.shex", "data": "In1_Ip2_In2.In2_Ip1_LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "start2RefS2-IstartS1", "trait": [ "Import", "Start" ], "comment": "I2 start=@ { @ } | { . } on { . \"X\" }", "status": "mf:Proposed" }, { "@id": "#1valExprRef-IV1_fail-lit-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1valExprRef-IV1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1valExprRef-IV1_fail-lit-short", "trait": [ "Import", "LengthFacet", "ValueReference" ], "comment": " = LITERAL MINLENGTH 5 { } on { \"abcd\" }", "status": "mf:Approved" }, { "@id": "#1valExprRef-IV1_pass-lit-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1valExprRef-IV1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1valExprRef-IV1_pass-lit-equal", "trait": [ "Import", "LengthFacet", "ValueReference" ], "comment": " = LITERAL MINLENGTH 5 { } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#1valExprRefbnode-IV1_fail-lit-short", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1valExprRefbnode-IV1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcd.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1valExprRefbnode-IV1_fail-lit-short", "trait": [ "Import", "LengthFacet", "ValueReference" ], "comment": "_:vc1 = LITERAL MINLENGTH 5 { _:vc1 } on { \"abcd\" }", "status": "mf:Approved" }, { "@id": "#1valExprRefbnode-IV1_pass-lit-equal", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1valExprRefbnode-IV1.shex", "shape": "http://a.example/S1", "data": "Is1_Ip1_Labcde.ttl", "focus": "http://a.example/s1" }, "extensionResults": [], "name": "1valExprRefbnode-IV1_pass-lit-equal", "trait": [ "Import", "LengthFacet", "ValueReference" ], "comment": "_:vc1 = LITERAL MINLENGTH 5 { _:vc1 } on { \"abcde\" }", "status": "mf:Approved" }, { "@id": "#2EachInclude1-IS2_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/2EachInclude1-IS2.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_LX.In1_Ip2_LY.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "2EachInclude1-IS2_pass", "trait": [ "EachOf", "Import", "Include" ], "comment": "I2 { &; . } on { \"X\" ; \"Y\" }", "status": "mf:Approved" }, { "@id": "#1list0PlusDot-empty_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1list0PlusDot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_list_empty.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list0PlusDot-empty_pass", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (DOT*) } on { () }", "status": "mf:Proposed" }, { "@id": "#1list0PlusDot-list_Iv1,Iv2,Iv3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1list0PlusDot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_list_Iv1,Iv2,Iv3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list0PlusDot-list_Iv1,Iv2,Iv3_pass", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (DOT*) } on { ( ) }", "status": "mf:Proposed" }, { "@id": "#1list0PlusDot-list_Iv1,Iv2,Lx_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1list0PlusDot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_list_Iv1,Iv2,LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list0PlusDot-list_Iv1,Iv2,Lx_pass", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (DOT*) } on { ( \"X\") }", "status": "mf:Proposed" }, { "@id": "#1list0PlusDot-manualList_Iv1,Iv2,Iv3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1list0PlusDot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_manualList_Iv1,Iv2,Iv3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list0PlusDot-manualList_Iv1,Iv2,Iv3_pass", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (DOT*) } on { ( ) }", "status": "mf:Proposed" }, { "@id": "#1list0PlusDot-manualList_extraArc_Iv1,Iv2,Iv3_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1list0PlusDot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_manualList_extraArc_Iv1,Iv2,Iv3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list0PlusDot-manualList_extraArc_Iv1,Iv2,Iv3_fail", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (DOT*) } on { ( ) }", "status": "mf:Proposed" }, { "@id": "#1list0PlusDot-manualList_2firsts_Iv1,Iv2,Iv3_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1list0PlusDot.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_manualList_2firsts_Iv1,Iv2,Iv3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list0PlusDot-manualList_2firsts_Iv1,Iv2,Iv3_fail", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (DOT*) } on { ( ) }", "status": "mf:Proposed" }, { "@id": "#1list0PlusIri-empty_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1list0PlusIri.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_list_empty.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list0PlusIri-empty_pass", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (IRI*) } on { () }", "status": "mf:Proposed" }, { "@id": "#1list0PlusIri-list_Iv1,Iv2,Iv3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1list0PlusIri.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_list_Iv1,Iv2,Iv3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list0PlusIri-list_Iv1,Iv2,Iv3_pass", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (IRI*) } on { ( ) }", "status": "mf:Proposed" }, { "@id": "#1list0PlusIri-list_Iv1,Iv2,Lx_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1list0PlusIri.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_list_Iv1,Iv2,LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list0PlusIri-list_Iv1,Iv2,Lx_fail", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (IRI*) } on { ( \"X\") }", "status": "mf:Proposed" }, { "@id": "#1list1PlusIri-empty_pass", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1list1PlusIri.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_list_empty.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list1PlusIri-empty_pass", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (IRI*) } on { () }", "status": "mf:Proposed" }, { "@id": "#1list1PlusIri-list_Iv1,Iv2,Iv3_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/1list1PlusIri.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_list_Iv1,Iv2,Iv3.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list1PlusIri-list_Iv1,Iv2,Iv3_pass", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (IRI*) } on { ( ) }", "status": "mf:Proposed" }, { "@id": "#1list1PlusIri-list_Iv1,Iv2,Lx_fail", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/1list1PlusIri.shex", "shape": "http://a.example/S1", "data": "In1_Ip1_list_Iv1,Iv2,LX.ttl", "focus": "http://a.example/n1" }, "extensionResults": [], "name": "1list1PlusIri-list_Iv1,Iv2,Lx_fail", "trait": [ "EachOf", "Import", "Include" ], "comment": " { (IRI*) } on { ( \"X\") }", "status": "mf:Proposed" }, { "@id": "#node_kind_example", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/node_kind_example.shex", "data": "node_kind_example.ttl", "map": "node_kind_example_map.json" }, "extensionResults": [], "name": "node_kind_example", "trait": [ "ShapeMap" ], "comment": " { IRI} on { . . \"o3\" }", "status": "mf:Proposed", "result": "node_kind_example_results.json" }, { "@id": "#dependent_shape", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/dependent_shape.shex", "data": "dependent_shape.ttl", "map": "dependent_shape_map.json" }, "extensionResults": [], "name": "dependent_shape", "trait": [ "ShapeMap" ], "comment": " { @} { []} on { . }", "status": "mf:Proposed", "result": "dependent_shape_results.json" }, { "@id": "#recursion_example", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/recursion_example.shex", "data": "recursion_example.ttl", "map": "recursion_example_map.json" }, "extensionResults": [], "name": "recursion_example", "trait": [ "RecursiveData", "ShapeMap" ], "comment": " { @*} on { . . }", "status": "mf:Proposed", "result": "recursion_example_results.json" }, { "@id": "#extends-abstract-multi-empty_fail-Ref2ExtraP", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/extends-abstract-multi-empty.shex", "shape": "http://a.example/IssueShape", "data": "extends-abstract-multi-empty_employee-extraP.ttl", "focus": "http://a.example/Issue1" }, "extensionResults": [], "name": "extends-abstract-multi-empty_fail-Ref2ExtraP", "trait": [ "Abstract", "Closed", "Extends", "MultiExtends" ], "comment": " C { ... @ ... @ } ABS EXT @ ABS EXT @ EXT @ on { ... - @ f:name; f:givenName; f:familyName. ... } ", "status": "mf:proposed" }, { "@id": "#extends-abstract-multi-empty_fail-Ref1ExtraP", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/extends-abstract-multi-empty.shex", "shape": "http://a.example/IssueShape", "data": "extends-abstract-multi-empty_user-extraP.ttl", "focus": "http://a.example/Issue1" }, "extensionResults": [], "name": "extends-abstract-multi-empty_fail-Ref1ExtraP", "trait": [ "Abstract", "Closed", "Extends", "MultiExtends" ], "comment": " C { ... @ ... @ } ABS EXT @ ABS EXT @ EXT @ on { ... - @ f:name; f:givenName; f:familyName. ... } ", "status": "mf:proposed" }, { "@id": "#extends-abstract-multi-empty_fail-ReferrerExtraP", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/extends-abstract-multi-empty.shex", "shape": "http://a.example/IssueShape", "data": "extends-abstract-multi-empty_issue-extraP.ttl", "focus": "http://a.example/Issue1" }, "extensionResults": [], "name": "extends-abstract-multi-empty_fail-ReferrerExtraP", "trait": [ "Abstract", "Closed", "Extends", "MultiExtends" ], "comment": " C { ... @ ... @ } ABS EXT @ ABS EXT @ EXT @ on { ... - @ f:name; f:givenName; f:familyName. ... } ", "status": "mf:proposed" }, { "@id": "#extends-abstract-multi-empty_fail-Ref1ExtraOR", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/extends-abstract-multi-empty.shex", "shape": "http://a.example/IssueShape", "data": "extends-abstract-multi-empty_extraOR.ttl", "focus": "http://a.example/Issue1" }, "extensionResults": [], "name": "extends-abstract-multi-empty_fail-Ref1ExtraOR", "trait": [ "Abstract", "Closed", "Extends", "MultiExtends" ], "comment": " C { ... @ ... @ } ABS EXT @ ABS EXT @ EXT @ on { ... - @ f:name; f:givenName; f:familyName. ... } ", "status": "mf:proposed" }, { "@id": "#extends-abstract-multi-empty_fail-missingRef2", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/extends-abstract-multi-empty.shex", "shape": "http://a.example/IssueShape", "data": "extends-abstract-multi-empty_no-person.ttl", "focus": "http://a.example/Issue1" }, "extensionResults": [], "name": "extends-abstract-multi-empty_fail-missingRef2", "trait": [ "Abstract", "Closed", "Extends", "MultiExtends" ], "comment": " C { ... @ ... @ } ABS EXT @ ABS EXT @ EXT @ on { ... - @ ... ... } ", "status": "mf:proposed" }, { "@id": "#extends-abstract-multi-empty_pass-missingOptRef1", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/extends-abstract-multi-empty.shex", "shape": "http://a.example/IssueShape", "data": "extends-abstract-multi-empty_no-employee.ttl", "focus": "http://a.example/Issue1" }, "extensionResults": [], "name": "extends-abstract-multi-empty_pass-missingOptRef1", "trait": [ "Abstract", "Closed", "Extends", "MultiExtends" ], "comment": " C { ... @ ... @ } ABS EXT @ ABS EXT @ EXT @ on { ... - @ ... ... } ", "status": "mf:proposed" }, { "@id": "#extends-abstract-multi-empty_pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/extends-abstract-multi-empty.shex", "shape": "http://a.example/IssueShape", "data": "extends-abstract-multi-empty_pass.ttl", "focus": "http://a.example/Issue1" }, "extensionResults": [], "name": "extends-abstract-multi-empty_pass", "trait": [ "Abstract", "Closed", "Extends", "MultiExtends" ], "comment": " C { ... @ ... @ } ABS EXT @ ABS EXT @ EXT @ on { ... ... ... } ", "status": "mf:proposed" }, { "@id": "#ExtendsRepeatedP-pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/ExtendsRepeatedP.shex", "shape": "http://a.example/#C", "data": "sP123q3.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "ExtendsRepeatedP-pass", "trait": [ "Exhaustive", "Extends" ], "comment": " { :p{2}; :q[3] } @AND{ :p+; :q+ } EXT @ { :p } on { :s :p 1,2,3; :q 3 }", "status": "mf:proposed" }, { "@id": "#ExtendsRepeatedP-fail_vs", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendsRepeatedP.shex", "shape": "http://a.example/#C", "data": "sP123q99.ttl", "focus": "http://a.example/s" }, "extensionResults": [], "name": "ExtendsRepeatedP-fail_vs", "trait": [ "Extends" ], "comment": " { :p{2}; :q[3] } @AND{ :p+; :q+ } EXT @ { :p } on { :s :p 1,2,3; :q 99 }", "status": "mf:proposed" }, { "@id": "#ANDAbstract-pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/ANDAbstract.shex", "shape": "http://a.example/B", "data": "sAB.ttl", "focus": "http://a.example/sABxxxxxxxxx" }, "extensionResults": [], "name": "ANDAbstract-pass", "trait": [ "Extends" ], "comment": "ABSTRACT /sA/ AND {:p} @ AND /s B/ {:p} on {

0 }", "status": "mf:proposed" }, { "@id": "#ANDAbstract-fail_G1pattern", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ANDAbstract.shex", "shape": "http://a.example/B", "data": "sAB.ttl", "focus": "http://a.example/sAxxxxxxxxxx" }, "extensionResults": [], "name": "ANDAbstract-fail_G1pattern", "trait": [ "Extends" ], "comment": "ABSTRACT /sA/ AND {:p} @ AND /s B/ {:p} on {

0 }", "status": "mf:proposed" }, { "@id": "#ANDAbstract-fail_pattern", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ANDAbstract.shex", "shape": "http://a.example/B", "data": "sAB.ttl", "focus": "http://a.example/sxBxxxxxxxxx" }, "extensionResults": [], "name": "ANDAbstract-fail_pattern", "trait": [ "Extends" ], "comment": "ABSTRACT /sA/ AND {:p} @ AND /s B/ {:p} on {

0 }", "status": "mf:proposed" }, { "@id": "#AND3G-pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/AND3G.shex", "shape": "http://a.example/D", "data": "sABCD.ttl", "focus": "http://a.example/sABCDxxxxxxx" }, "extensionResults": [], "name": "AND3G-pass", "trait": [ "Extends" ], "comment": "ABS ABS @ @ AND @ on {

0 }", "status": "mf:proposed" }, { "@id": "#AND3G-fail_G2pattern", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/AND3G.shex", "shape": "http://a.example/D", "data": "sABCD.ttl", "focus": "http://a.example/sxBCDxxxxxxx" }, "extensionResults": [], "name": "AND3G-fail_G2pattern", "trait": [ "Extends" ], "comment": "ABS ABS @ @ AND @ on {

0 }", "status": "mf:proposed" }, { "@id": "#AND3G-fail_G1Bpattern", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/AND3G.shex", "shape": "http://a.example/D", "data": "sABCD.ttl", "focus": "http://a.example/sABxDxxxxxxx" }, "extensionResults": [], "name": "AND3G-fail_G1Bpattern", "trait": [ "Extends" ], "comment": "ABS ABS @ @ AND @ on {

0 }", "status": "mf:proposed" }, { "@id": "#ExtendAND3G-pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/ExtendAND3G.shex", "shape": "http://a.example/E", "data": "sABCDE.ttl", "focus": "http://a.example/sABCDExxxxxx" }, "extensionResults": [], "name": "ExtendAND3G-pass", "trait": [ "Exhaustive", "Extends" ], "comment": " EXTENDS @ {:p [2]} on {

0, 2 }", "status": "mf:proposed" }, { "@id": "#ExtendAND3G-fail_EXTG1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendAND3G.shex", "shape": "http://a.example/E", "data": "sABCDE.ttl", "focus": "http://a.example/sABCDExxxxx1" }, "extensionResults": [], "name": "ExtendAND3G-fail_EXTG1", "trait": [ "Extends" ], "comment": " EXTENDS @ {:p [2]} on {

2 }", "status": "mf:proposed" }, { "@id": "#ExtendAND3G-fail_ExtraP", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendAND3G.shex", "shape": "http://a.example/E", "data": "sABCDE.ttl", "focus": "http://a.example/sABCDExxxxx3" }, "extensionResults": [], "name": "ExtendAND3G-fail_ExtraP", "trait": [ "Extends" ], "comment": " EXTENDS @ {:p [2]} on {

0, 2, 3 }", "status": "mf:proposed" }, { "@id": "#ExtendAND3G-fail_G3pattern", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendAND3G.shex", "shape": "http://a.example/E", "data": "sABCDE.ttl", "focus": "http://a.example/sxBCDExxxxxx" }, "extensionResults": [], "name": "ExtendAND3G-fail_G3pattern", "trait": [ "Extends" ], "comment": " EXTENDS @ {:p [2]} on {

0, 2 }", "status": "mf:proposed" }, { "@id": "#ExtendAND3G-fail_EXTG1ANDG1", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendAND3G.shex", "shape": "http://a.example/E", "data": "sABCDE.ttl", "focus": "http://a.example/sABxDExxxxxx" }, "extensionResults": [], "name": "ExtendAND3G-fail_EXTG1ANDG1", "trait": [ "Extends" ], "comment": " EXTENDS @ {:p [2]} on {

0, 2 }", "status": "mf:proposed" }, { "@id": "#ExtendAND3G-fail_EXTG1pattern", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendAND3G.shex", "shape": "http://a.example/E", "data": "sABCDE.ttl", "focus": "http://a.example/sABCxExxxxxx" }, "extensionResults": [], "name": "ExtendAND3G-fail_EXTG1pattern", "trait": [ "Extends" ], "comment": " EXTENDS @ {:p [2]} on {

0, 2 }", "status": "mf:proposed" }, { "@id": "#ExtendAND3G-fail_G0", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendAND3G.shex", "shape": "http://a.example/E", "data": "sABCDE.ttl", "focus": "http://a.example/sABCDxxxxxxx" }, "extensionResults": [], "name": "ExtendAND3G-fail_G0", "trait": [ "Extends" ], "comment": " EXTENDS @ {:p [2]} on {

0, 2 }", "status": "mf:proposed" }, { "@id": "#Extend3G-pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/Extend3G.shex", "shape": "http://a.example/G", "data": "sABCDEFG.ttl", "focus": "http://a.example/sABCDEFGxxxx" }, "extensionResults": [], "name": "Extend3G-pass", "trait": [ "Exhaustive", "Extends" ], "comment": "@@Extend3G-15", "status": "mf:proposed" }, { "@id": "#Extend3G-t16", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/Extend3G.shex", "shape": "http://a.example/G", "data": "sABCDEFG.ttl", "focus": "http://a.example/sABCDEFGxxx1" }, "extensionResults": [], "name": "Extend3G-t16", "trait": [ "Extends" ], "comment": "@@Extend3G-16", "status": "mf:proposed" }, { "@id": "#Extend3G-t17", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/Extend3G.shex", "shape": "http://a.example/G", "data": "sABCDEFG.ttl", "focus": "http://a.example/sABCDEFGxxx3" }, "extensionResults": [], "name": "Extend3G-t17", "trait": [ "Extends" ], "comment": "@@Extend3G-17", "status": "mf:proposed" }, { "@id": "#Extend3G-t18", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/Extend3G.shex", "shape": "http://a.example/G", "data": "sABCDEFG.ttl", "focus": "http://a.example/sxBCDEFGxxxx" }, "extensionResults": [], "name": "Extend3G-t18", "trait": [ "Extends" ], "comment": "@@Extend3G-18", "status": "mf:proposed" }, { "@id": "#Extend3G-t19", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/Extend3G.shex", "shape": "http://a.example/G", "data": "sABCDEFG.ttl", "focus": "http://a.example/sABxDEFGxxxx" }, "extensionResults": [], "name": "Extend3G-t19", "trait": [ "Extends" ], "comment": "@@Extend3G-19", "status": "mf:proposed" }, { "@id": "#Extend3G-t20", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/Extend3G.shex", "shape": "http://a.example/G", "data": "sABCDEFG.ttl", "focus": "http://a.example/sABCxEFGxxxx" }, "extensionResults": [], "name": "Extend3G-t20", "trait": [ "Extends" ], "comment": "@@Extend3G-20", "status": "mf:proposed" }, { "@id": "#Extend3G-t21", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/Extend3G.shex", "shape": "http://a.example/G", "data": "sABCDEFG.ttl", "focus": "http://a.example/sABCDxFGxxxx" }, "extensionResults": [], "name": "Extend3G-t21", "trait": [ "Extends" ], "comment": "@@Extend3G-21", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-pass", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIJx" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-pass", "trait": [ "Exhaustive", "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-22", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t23", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/A", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIJx" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t23", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-23", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t24", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sxBCDEFGHIJx" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t24", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-24", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t25", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFxHIJx" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t25", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-25", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t26", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGxIJx" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t26", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-26", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t27", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHxJx" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t27", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-27", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t28", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIxx" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t28", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-28", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t29", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIJ0" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t29", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-29", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t30", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIJ1" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t30", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-30", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t31", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIJ2" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t31", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-31", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t32", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIJ3" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t32", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-32", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t33", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIJ5" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t33", "trait": [ "Exhaustive", "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-33", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t34", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIJ6" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t34", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-34", "status": "mf:proposed" }, { "@id": "#ExtendANDExtend3GAND3G-t35", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/ExtendANDExtend3GAND3G.shex", "shape": "http://a.example/J", "data": "sABCDEFGHIJ.ttl", "focus": "http://a.example/sABCDEFGHIJ7" }, "extensionResults": [], "name": "ExtendANDExtend3GAND3G-t35", "trait": [ "Extends" ], "comment": "@@ExtendANDExtend3GAND3G-35", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_lie-Observation", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#Observation", "data": "vitals.ttl", "focus": "http://a.example/#lie" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_lie-Observation", "trait": [ "Extends" ], "comment": "@@vitals-RESTRICTS-36", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_lie-Vital", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#Vital", "data": "vitals.ttl", "focus": "http://a.example/#lie" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_lie-Vital", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-37", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_lie-BP", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#BP", "data": "vitals.ttl", "focus": "http://a.example/#lie" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_lie-BP", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-38", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_lie-PostureVital", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#PostureVital", "data": "vitals.ttl", "focus": "http://a.example/#lie" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_lie-PostureVital", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-39", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_lie-ReclinedVital", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#ReclinedVital", "data": "vitals.ttl", "focus": "http://a.example/#lie" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_lie-ReclinedVital", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-40", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_lie-PostureBP", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#PostureBP", "data": "vitals.ttl", "focus": "http://a.example/#lie" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_lie-PostureBP", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-41", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_lie-ReclinedBP", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#ReclinedBP", "data": "vitals.ttl", "focus": "http://a.example/#lie" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_lie-ReclinedBP", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-42", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_lie-Posture", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#Posture", "data": "vitals.ttl", "focus": "http://a.example/#lie" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_lie-Posture", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-43", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_lie-Reclined", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#Reclined", "data": "vitals.ttl", "focus": "http://a.example/#lie" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_lie-Reclined", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-44", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_sit-Observation", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#Observation", "data": "vitals.ttl", "focus": "http://a.example/#sit" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_sit-Observation", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-45", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_sit-Vital", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#Vital", "data": "vitals.ttl", "focus": "http://a.example/#sit" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_sit-Vital", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-46", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_sit-BP", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#BP", "data": "vitals.ttl", "focus": "http://a.example/#sit" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_sit-BP", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-47", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_sit-PostureVital", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#PostureVital", "data": "vitals.ttl", "focus": "http://a.example/#sit" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_sit-PostureVital", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-48", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-fail_sit-ReclinedVital", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#ReclinedVital", "data": "vitals.ttl", "focus": "http://a.example/#sit" }, "extensionResults": [], "name": "vitals-RESTRICTS-fail_sit-ReclinedVital", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-49", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_sit-PostureBP", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#PostureBP", "data": "vitals.ttl", "focus": "http://a.example/#sit" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_sit-PostureBP", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-50", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-fail_sit-ReclinedBP", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#ReclinedBP", "data": "vitals.ttl", "focus": "http://a.example/#sit" }, "extensionResults": [], "name": "vitals-RESTRICTS-fail_sit-ReclinedBP", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-51", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-pass_sit-Posture", "@type": "sht:ValidationTest", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#Posture", "data": "vitals.ttl", "focus": "http://a.example/#sit" }, "extensionResults": [], "name": "vitals-RESTRICTS-pass_sit-Posture", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-52", "status": "mf:proposed" }, { "@id": "#vitals-RESTRICTS-fail_sit-Reclined", "@type": "sht:ValidationFailure", "action": { "schema": "../schemas/vitals-RESTRICTS.shex", "shape": "http://a.example/#Reclined", "data": "vitals.ttl", "focus": "http://a.example/#sit" }, "extensionResults": [], "name": "vitals-RESTRICTS-fail_sit-Reclined", "trait": [ "Exhaustive", "Extends" ], "comment": "@@vitals-RESTRICTS-53", "status": "mf:proposed" } ] } ] }