https://cacontology.projectvic.org/synthesis#hashScope
Machine-readable statement of what text was hashed for an evidence pointer (e.g., 'exactQuote:unicode:verbatim' meaning the exactQuote literal string hashed as-is, without trimming or normalization).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:TextEvidencePointer | cacontology-synthesis:hashScope | 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:hashScope a owl:DatatypeProperty ;
rdfs:label "hash scope"@en ;
rdfs:comment "Machine-readable statement of what text was hashed for an evidence pointer (e.g., 'exactQuote:unicode:verbatim' meaning the exactQuote literal string hashed as-is, without trimming or normalization)."@en ;
rdfs:domain cacontology-synthesis:TextEvidencePointer ;
rdfs:range xsd:string .