solveit-core:techniqueID leaf node


URI

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

Label

technique ID

Description

The unique identifier for a SOLVE-IT technique (e.g., T1002).

Usage

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