solveit-tool-profile:consultedProfile leaf node


URI

https://ontology.solveit-df.org/solveit/tool-profile/consultedProfile

Label

consulted profile

Description

Links an instrument to the capability profiles consulted during mitigation assessment.

Usage

DOMAINPROPERTYRANGE
solveit-tool-profile:SolveitAwareInstrument solveit-tool-profile:consultedProfile solveit-tool-profile:ToolCapabilityProfile

Implementation

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

solveit-tool-profile:consultedProfile a owl:ObjectProperty ;
    rdfs:label "consulted profile"@en ;
    rdfs:comment "Links an instrument to the capability profiles consulted during mitigation assessment."@en ;
    rdfs:domain solveit-tool-profile:SolveitAwareInstrument ;
    rdfs:range solveit-tool-profile:ToolCapabilityProfile .