solveit-core:objectiveID leaf node


URI

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

Label

objective ID

Description

The unique identifier for a SOLVE-IT objective.

Usage

DOMAINPROPERTYRANGE
solveit-core:Objective solveit-core:objectiveID 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:objectiveID a owl:DatatypeProperty ;
    rdfs:label "objective ID"@en ;
    rdfs:comment "The unique identifier for a SOLVE-IT objective."@en ;
    rdfs:domain solveit-core:Objective ;
    rdfs:range xsd:string .