https://cacontology.projectvic.org/synthesis#realizedIn
Links a report-as-intellectual-work to a concrete artifact (e.g., a PDF file observable) that realizes it.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:Report | cacontology-synthesis:realizedIn | uco-observable:ObservableObject |
@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 .