solveit-core:objectiveName leaf node


URI

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

Label

objective name

Description

The name of the objective.

Usage

DOMAINPROPERTYRANGE
solveit-core:Objective solveit-core:objectiveName 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:objectiveName a owl:DatatypeProperty ;
    rdfs:label "objective name"@en ;
    rdfs:comment "The name of the objective."@en ;
    rdfs:domain solveit-core:Objective ;
    rdfs:range xsd:string .