solveit-tool-profile:profileFor leaf node


URI

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

Label

profile for

Description

Links to the tool that this profile describes. That tool object also potentially contains the tool version that this applies to.

Usage

DOMAINPROPERTYRANGE
solveit-tool-profile:ToolCapabilityProfile solveit-tool-profile:profileFor uco-tool:Tool

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/> .
@prefix uco-tool: <https://ontology.unifiedcyberontology.org/uco/tool/> .

solveit-tool-profile:profileFor a owl:ObjectProperty ;
    rdfs:label "profile for"@en ;
    rdfs:comment "Links to the tool that this profile describes. That tool object also potentially contains the tool version that this applies to."@en ;
    rdfs:domain solveit-tool-profile:ToolCapabilityProfile ;
    rdfs:range uco-tool:Tool .