https://ontology.solveit-df.org/solveit/core/usedTechnique
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.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-core:SolveitInvestigativeAction | solveit-core:usedTechnique | solveit-core:Technique |
@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 .