https://ontology.unifiedcyberontology.org/uco/analysis/resultContent
             Structured content expressing the results of an analysis action.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | analysis:resultContent | core:UcoObject | 
@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 .