analysis:resultContent leaf node


URI

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

Label

resultContent

Description

Structured content expressing the results of an analysis action.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) analysis:resultContent core:UcoObject

Implementation

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

analysis:resultContent a owl:ObjectProperty ;
    rdfs:label "resultContent"@en ;
    rdfs:comment "Structured content expressing the results of an analysis action."@en ;
    rdfs:range core:UcoObject .