Definition of saref:madeExecution
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links an entity (e.g., device) to the procedure execution it made.
Description as an Object Property
- has domain
- saref:FeatureOfInterest
- has range
- saref:ProcedureExecution
- is inverse of
-
saref:madeBy
saref:madeBy
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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
saref:madeBy owl:inverseOf saref:madeExecution .
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/UC3-ECG#> dct:references saref:madeExecution .
<https://saref.etsi.org/saref4grid/v2.1.1/example/Observations#> dct:references saref:madeExecution .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Observation#> dct:references saref:madeExecution .
<https://saref.etsi.org/saref4mari/v1.1.1/example/s4mari-sensor-example#> dct:references saref:madeExecution .
<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#> dct:references saref:madeExecution .
<https://saref.etsi.org/saref4wear/v2.1.1/example/health-status-monitor#> dct:references saref:madeExecution .
<https://saref.etsi.org/saref4inma/v2.1.1/> dct:references saref:madeExecution .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:madeExecution ;
dct:subject saref:madeExecution .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:madeExecution ;
dct:subject saref:madeExecution .
saref:madeExecution a owl:ObjectProperty ;
rdfs:label "made execution"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/UC3-ECG#>,
<https://saref.etsi.org/saref4grid/v2.1.1/example/Observations#>,
<https://saref.etsi.org/saref4inma/v2.1.1/>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/Observation#>,
<https://saref.etsi.org/saref4mari/v1.1.1/example/s4mari-sensor-example#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#>,
<https://saref.etsi.org/saref4wear/v2.1.1/example/health-status-monitor#> ;
rdfs:comment "Links an entity (e.g., device) to the procedure execution it made."@en ;
rdfs:domain saref:FeatureOfInterest ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range saref:ProcedureExecution ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/>,
<https://saref.etsi.org/saref4inma/v2.1.1/>,
<https://saref.etsi.org/saref4mari/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/> ;
owl:inverseOf saref:madeBy ;
skos:hiddenLabel "madeExecution" .