https://cacontology.projectvic.org/synthesis#quoteHashSha256
Legacy inline SHA-256 hash of the exactQuote literal string only (optional). Prefer UCO HashFacet attached to TextEvidencePointer for operational data.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:TextEvidencePointer | cacontology-synthesis:quoteHashSha256 | xsd:string |
@prefix cacontology-synthesis: <https://cacontology.projectvic.org/synthesis#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-synthesis:quoteHashSha256 a owl:DatatypeProperty ;
rdfs:label "quote hash (SHA-256)"@en ;
rdfs:comment "Legacy inline SHA-256 hash of the exactQuote literal string only (optional). Prefer UCO HashFacet attached to TextEvidencePointer for operational data."@en ;
rdfs:domain cacontology-synthesis:TextEvidencePointer ;
rdfs:range xsd:string .