Definition of s4ehaw:ServiceProcess
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
How the service works.
Description as a Class
- is in domain of
 - 
        s4ehaw:hasCalculationMethod
s4ehaw:hasEffect
s4ehaw:hasInput
s4ehaw:hasOutput
s4ehaw:hasPrecondition
s4ehaw:hasResult - is in range of
 - s4ehaw:isDescribedBy
 
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
s4ehaw:hasCalculationMethod rdfs:domain s4ehaw:ServiceProcess .
s4ehaw:hasEffect rdfs:domain s4ehaw:ServiceProcess .
s4ehaw:hasInput rdfs:domain s4ehaw:ServiceProcess .
s4ehaw:hasOutput rdfs:domain s4ehaw:ServiceProcess .
s4ehaw:hasPrecondition rdfs:domain s4ehaw:ServiceProcess .
s4ehaw:hasResult rdfs:domain s4ehaw:ServiceProcess .
s4ehaw:isDescribedBy rdfs:range s4ehaw:ServiceProcess .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:ServiceProcess ;
    dct:subject s4ehaw:ServiceProcess .
s4ehaw:ServiceProcess a owl:Class ;
    rdfs:label "Service process"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    rdfs:comment "How the service works."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    ns1:hiddenLabel "ServiceProcess" .