Verification Report Node
1. Example
{
"@context": {
"schema": "https://schema.org/",
"ds": "https://vocab.sti2.at/ds/",
"sh": "http://www.w3.org/ns/shacl#",
"ds:verificationResult": {
"@type": "@id"
},
"ds:usedDomainSpecification": {
"@type": "@id"
},
"ds:severity": {
"@type": "@id"
}
},
"@type": "ds:VerificationReport",
"ds:verificationResult": "ds:Invalid",
"ds:usedDomainSpecification": "https://semantify.it/ds/OBbzsh4_B",
"schema:name": "Example verification report",
"schema:description": "This verification report reflects the outcome for a domain specific verification of an RDF-graph.",
"ds:error": [
...
]
}2. Key-value table
3. Semantics
3.1. ds:verificationResult
3.2. ds:error
Last updated