https://ontology.solveit-df.org/solveit/core/hasCASEInputClass
A CASE/UCO term that represents an expected input to this technique. Usually a class (e.g., solveit-observable:WriteProtectedDeviceInterface), but a property where the technique consumes a single value rather than an object (e.g., uco-observable:filePath). 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:hasCASEInputClass | 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:hasCASEInputClass a owl:ObjectProperty ;
rdfs:label "has CASE input class"@en ;
rdfs:comment "A CASE/UCO term that represents an expected input to this technique. Usually a class (e.g., solveit-observable:WriteProtectedDeviceInterface), but a property where the technique consumes a single value rather than an object (e.g., uco-observable:filePath). No rdfs:range is asserted, because no single one is true of both; :TechniqueIOTermShape carries the constraint instead."@en ;
rdfs:domain solveit-core:Technique .