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

MaxLength := ref:numeric sh:maxLength see #15

enhancement
shacl

``` MinLength := ref:numeric ``` sh:minLength example: ``` sh:property [ sh:predicate ex:submittedBy; sh:minLength 20 ] . ``` ``` ex:submittedBy . # 20 characters ex:submittedBy "Bob" . # 3 characters ```...

enhancement
shacl

``` Datatype := dt:IRI ``` example ``` sh:property [ sh:predicate ex:submittedOn; sh:datatype xsd:dateTime ] . ``` ``` ex:submittedOn "2016-07-08"^^xsd:date . ex:submittedOn "2016-07-08T01:23:45Z"^^xsd:dateTime . ``` ``` pass fail ex:submittedOn expected to...

enhancement
shacl

``` Class := t:IRI ``` Testing a Class parameter against a value node returns fail if there is no triple (focus node, rdf:type, X) where X is the subject of...

enhancement
shacl

``` In := vals:Set[RDF term] ``` fail if the value node is not in the set vals. The n-ary variant HasValue passes if any value matches the supplied argument. example:...

enhancement
shacl

``` NodeKind := kind:"IRI"|"blank node"|"literal" ``` the node kinds are represented by the constants sh:IRI, sh:BlankNode and sh:literal disjunctions of the above node kinds: sh:BlankNodeOrIRI, sh:IRIOrLiteral, sh:BlankNodeOrLiteral, sh:IRIOrLiteral, sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral....

enhancement
shacl

The standard: Shapes Constraint Language (SHACL) W3C Working Draft 14 August 2016 https://www.w3.org/TR/shacl/ Holger Knublauch (http://knublauch.com/), TopQuadrant, Inc. (http://topquadrant.com/) Dimitris Kontokostas (http://aksw.org/DimitrisKontokostas), University of Leipzig (http://informatik.uni-leipzig.de/) Less formal summary: SHACL...

enhancement
shacl

Implementing the following standard: Data on the Web Best Practices: Data Quality Vocabulary W3C Working Group Note 30 August 2016 https://www.w3.org/TR/vocab-dqv/

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade commons-cli:commons-cli from 1.8.0 to 1.9.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...