https://ontology.solveit-df.org/solveit/core/mitigationID
The unique identifier for a SOLVE-IT mitigation (e.g., M1001).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-core:Mitigation | solveit-core:mitigationID | xsd:string |
@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 .