solveit-core:hasCASEOutputClass leaf node


URI

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

Label

has CASE output class

Description

A CASE/UCO term that represents an output of this technique. Usually a class (e.g., uco-observable:Image), but a property where the technique produces a single value rather than an object (e.g., case-investigation:exhibitNumber). No rdfs:range is asserted, because no single one is true of both; :TechniqueIOTermShape carries the constraint instead.

Usage

DOMAINPROPERTYRANGE
solveit-core:Technique solveit-core:hasCASEOutputClass owl:Thing (inferred)

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/> .

solveit-core:hasCASEOutputClass a owl:ObjectProperty ;
    rdfs:label "has CASE output class"@en ;
    rdfs:comment "A CASE/UCO term that represents an output of this technique. Usually a class (e.g., uco-observable:Image), but a property where the technique produces a single value rather than an object (e.g., case-investigation:exhibitNumber). No rdfs:range is asserted, because no single one is true of both; :TechniqueIOTermShape carries the constraint instead."@en ;
    rdfs:domain solveit-core:Technique .