https://unifiedcyberontology.org/ontology/uco/observable#subjectHash
             A hash calculated on the certificate subject name.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | observable:subjectHash | types:Hash | 
@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix types: <https://unifiedcyberontology.org/ontology/uco/types#> .
observable:subjectHash a owl:ObjectProperty ;
    rdfs:label "subjectHash"@en ;
    rdfs:comment "A hash calculated on the certificate subject name."@en ;
    rdfs:range types:Hash .