analysis:classification leaf node


URI

https://ontology.unifiedcyberontology.org/uco/analysis/classification

Label

classification

Description

An asserted classification of an analyzed artifact resulting from the analysis.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) analysis:classification analysis:ArtifactClassification

Implementation

@prefix analysis: <https://ontology.unifiedcyberontology.org/uco/analysis/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

analysis:classification a owl:ObjectProperty ;
    rdfs:label "classification"@en ;
    rdfs:comment "An asserted classification of an analyzed artifact resulting from the analysis."@en ;
    rdfs:range analysis:ArtifactClassification .