solveit-core:usedTechnique leaf node


URI

https://ontology.solveit-df.org/solveit/core/usedTechnique

Label

used technique (deprecated)

Description

DEPRECATED. Formerly linked a SolveitInvestigativeAction to the SOLVE-IT Technique definition(s) executed. Superseded by typing the action with the technique class itself, following the uco-action:Technique metaclass pattern.

Usage

DOMAINPROPERTYRANGE
solveit-core:SolveitInvestigativeAction solveit-core:usedTechnique solveit-core:Technique

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-core: <https://ontology.solveit-df.org/solveit/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

solveit-core:usedTechnique a owl:ObjectProperty ;
    rdfs:label "used technique (deprecated)"@en ;
    rdfs:comment "DEPRECATED. Formerly linked a SolveitInvestigativeAction to the SOLVE-IT Technique definition(s) executed. Superseded by typing the action with the technique class itself, following the uco-action:Technique metaclass pattern."@en ;
    rdfs:domain solveit-core:SolveitInvestigativeAction ;
    rdfs:range solveit-core:Technique ;
    owl:deprecated true .