Ontology Version: 3.0.0

cac-core:generatedBy leaf node


URI

https://cacontology.projectvic.org/core#generatedBy

Label

generated by

Description

Links an assessment result to the event, action, tool, or process that produced it.

Usage

DOMAINPROPERTYRANGE
cac-core:AssessmentResult cac-core:generatedBy owl:Thing (inferred)

Implementation

@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 .