Ontology Version: 3.0.0

cac-core:usesMethod leaf node


URI

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

Label

uses method

Description

Links an assessment result or event to the method, algorithm, or technique used.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cac-core:usesMethod 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:usesMethod a owl:ObjectProperty ;
    rdfs:label "uses method"@en ;
    rdfs:comment "Links an assessment result or event to the method, algorithm, or technique used."@en .