https://ontology.solveit-df.org/solveit/core/hasCASEOutputClass
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.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-core:Technique | solveit-core:hasCASEOutputClass | owl:Thing (inferred) |
@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 .