Ontology Version: 2.11.0

cacontology-synthesis:realizedIn leaf node


URI

https://cacontology.projectvic.org/synthesis#realizedIn

Label

realized in

Description

Links a report-as-intellectual-work to a concrete artifact (e.g., a PDF file observable) that realizes it.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:Report cacontology-synthesis:realizedIn uco-observable:ObservableObject

Implementation

@prefix cacontology-synthesis: <https://cacontology.projectvic.org/synthesis#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
cacontology-synthesis:realizedIn a owl:ObjectProperty ;
    rdfs:label "realized in"@en ;
    rdfs:comment "Links a report-as-intellectual-work to a concrete artifact (e.g., a PDF file observable) that realizes it."@en ;
    rdfs:domain cacontology-synthesis:Report ;
    rdfs:range uco-observable:ObservableObject .