solveit-core:objectiveDescription leaf node


URI

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

Label

objective description

Description

A detailed description of what this objective seeks to achieve.

Usage

DOMAINPROPERTYRANGE
solveit-core:Objective solveit-core:objectiveDescription 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:objectiveDescription a owl:DatatypeProperty ;
    rdfs:label "objective description"@en ;
    rdfs:comment "A detailed description of what this objective seeks to achieve."@en ;
    rdfs:domain solveit-core:Objective ;
    rdfs:range xsd:string .