observable:issuerHash leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#issuerHash

Label

issuerHash

Description

A hash calculated on the certificate issuer name.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:issuerHash types:Hash

Implementation

@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:issuerHash a owl:ObjectProperty ;
    rdfs:label "issuerHash"@en ;
    rdfs:comment "A hash calculated on the certificate issuer name."@en ;
    rdfs:range types:Hash .