observable:thumbprintHash leaf node


URI

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

Label

thumbprintHash

Description

A hash calculated on the entire certificate including signature.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:thumbprintHash 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:thumbprintHash a owl:ObjectProperty ;
    rdfs:label "thumbprintHash"@en ;
    rdfs:comment "A hash calculated on the entire certificate including signature."@en ;
    rdfs:range types:Hash .