metadata-qa-api
metadata-qa-api copied to clipboard
Metadata Quality Assessment Framework API
``` HasShape := nested:Shape ``` sh:shape: Testing a HasShape parameter against a value node returns any errors returned when validating the value node as nested (c.f. definition of Shape above)....
``` Disjoint := siblingProp:RDFLiteral ``` sh:disjoint: Let siblingVals be the set of objects in triples matching (focus node, siblingProp, siblingVal). Testing a Disjoint parameter against a value node returns fail...
``` Equals := siblingProp:RDFLiteral ``` sh:equals: Let siblingVals be the set of objects in triples matching (focus node, siblingProp, siblingVal). Testing an Equals parameter against a value node returns fail...
``` LessThan := siblingProp:RDFLiteral ``` sh:lessThan: Let siblingVals be the set of objects in triples matching (focus node, siblingProp, siblingVal). Testing a LessThan parameter against a value node returns fail...
``` LessThanEquals := siblingProp:RDFLiteral ``` sh:lessThanOrEquals: Let siblingVals be the set of objects in triples matching (focus node, siblingProp, siblingVal). Testing a LessThanOrEquals parameter against a value node returns fail...
``` MaxExclusive := ref:RDFLiteral ``` sh:maxExclusive: Testing a MaxExclusive parameter against a value node returns fail if the evaluation of (value node < ref) in SPARQL1.1 Operator Mapping returns false...
``` MaxInclusive := ref:RDFLiteral ``` sh:maxInclusive: Testing a MaxInclusive parameter against a value node returns fail if the evaluation of (value node
``` MinExclusive := ref:RDFLiteral ``` sh:minExclusive: Testing a MinExclusive parameter against a value node returns fail if the evaluation of (value node > ref) in SPARQL1.1 Operator Mapping returns false...
``` MinInclusive := ref:RDFLiteral ``` sh:minInclusive: Testing a MinInclusive parameter against a value node returns fail if the evaluation of (value node >= ref) in SPARQL1.1 Operator Mapping returns false...
``` Pattern := pat:RDFLiteral, flagstr:RDFLiteral ``` A Pattern parameter is evaluated against the SPARQL regex function with the lexical form of value node as the text parameter, pat as the...