https://cacontology.projectvic.org/core#generatedBy
Links an assessment result to the event, action, tool, or process that produced it.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:AssessmentResult | cac-core:generatedBy | owl:Thing (inferred) |
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cac-core:generatedBy a owl:ObjectProperty ;
rdfs:label "generated by"@en ;
rdfs:comment "Links an assessment result to the event, action, tool, or process that produced it."@en ;
rdfs:domain cac-core:AssessmentResult .