solveit-core:mitigationID leaf node


URI

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

Label

mitigation ID

Description

The unique identifier for a SOLVE-IT mitigation (e.g., M1001).

Usage

DOMAINPROPERTYRANGE
solveit-core:Mitigation solveit-core:mitigationID 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:mitigationID a owl:DatatypeProperty ;
    rdfs:label "mitigation ID"@en ;
    rdfs:comment "The unique identifier for a SOLVE-IT mitigation (e.g., M1001)."@en ;
    rdfs:domain solveit-core:Mitigation ;
    rdfs:range xsd:string .