Definition of s4ehaw:ObservationCollectionExecution
Defined in https://saref.etsi.org/saref4ehaw/v2.1.1/ as:
Execution consisting in collecting observations made by Device (e.g. Sensor, Wearable, ECG Device...). Use saref:madeBy to link to the person or the Device that made it. Use saref:observes to link to the patient. Use saref:hasResult to link to the result, an ObservationCollection
Description as a Class
- has super-classes
- saref:ProcedureExecution
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@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/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/UC3-ECG#> dct:references s4ehaw:ObservationCollectionExecution .
s4ehaw:ObservationCollectionExecution a owl:Class ;
rdfs:label "Observation Collection Execution"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/UC3-ECG#> ;
rdfs:comment "Execution consisting in collecting observations made by Device (e.g. Sensor, Wearable, ECG Device...). Use saref:madeBy to link to the person or the Device that made it. Use saref:observes to link to the patient. Use saref:hasResult to link to the result, an ObservationCollection"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
rdfs:subClassOf saref:ProcedureExecution ;
skos:hiddenLabel "ObservationCollectionExecution" .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4ehaw:ObservationCollectionExecution ;
dct:subject s4ehaw:ObservationCollectionExecution .