solveit-core:mitigationName leaf node


URI

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

Label

mitigation name

Description

The name describing the mitigation action.

Usage

DOMAINPROPERTYRANGE
solveit-core:Mitigation solveit-core:mitigationName xsd:string

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:mitigationName a owl:DatatypeProperty ;
    rdfs:label "mitigation name"@en ;
    rdfs:comment "The name describing the mitigation action."@en ;
    rdfs:domain solveit-core:Mitigation ;
    rdfs:range xsd:string .