metadata-qa-api icon indicating copy to clipboard operation
metadata-qa-api copied to clipboard

Metadata Quality Assessment Framework API

Results 84 metadata-qa-api issues
Sort by recently updated
recently updated
newest added

``` 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)....

enhancement
shacl

``` 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...

enhancement
shacl

``` 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...

enhancement
shacl

``` 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...

enhancement
shacl

``` 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...

enhancement
shacl

``` 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...

enhancement
shacl

``` MaxInclusive := ref:RDFLiteral ``` sh:maxInclusive: Testing a MaxInclusive parameter against a value node returns fail if the evaluation of (value node

enhancement
shacl

``` 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...

enhancement
shacl

``` 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...

enhancement
shacl

``` 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...

enhancement
shacl