saref:madeBy — made by

IRI
https://saref.etsi.org/core/madeBy
Is defined by
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/example/Collision#
https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#
https://saref.etsi.org/saref4auto/v2.1.1/example/SafeDistance#
https://saref.etsi.org/saref4auto/v2.1.1/example/TrafficEventObservation#
https://saref.etsi.org/saref4auto/v2.1.1/example/TrajectoryInterceptionProbability#
https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#
https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#
https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#
Download serialization
License

Definition of saref:madeBy

Defined in https://saref.etsi.org/core/v3.2.1/ as:

Links a procedure execution to the entity (e.g., device) that made it.

Description as an Object Property

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:Actuation rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Actuator ;
            owl:onProperty saref:madeBy ] .

saref:Observation rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Sensor ;
            owl:onProperty saref:madeBy ] .

saref:madeExecution owl:inverseOf saref:madeBy .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Collision#> dct:references saref:madeBy .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references saref:madeBy .

<https://saref.etsi.org/saref4auto/v2.1.1/example/SafeDistance#> dct:references saref:madeBy .

<https://saref.etsi.org/saref4auto/v2.1.1/example/TrafficEventObservation#> dct:references saref:madeBy .

<https://saref.etsi.org/saref4auto/v2.1.1/example/TrajectoryInterceptionProbability#> dct:references saref:madeBy .

<https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#> dct:references saref:madeBy .

<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references saref:madeBy .

<https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> dct:references saref:madeBy .

<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references saref:madeBy .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:madeBy ;
    dct:subject saref:madeBy .

<https://saref.etsi.org/core/v4.1.1/> dct:references saref:madeBy ;
    dct:subject saref:madeBy .

saref:madeBy a owl:ObjectProperty ;
    rdfs:label "made by"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Collision#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/SafeDistance#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/TrafficEventObservation#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/TrajectoryInterceptionProbability#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#>,
        <https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> ;
    rdfs:comment "Links a procedure execution to the entity (e.g., device) that made it."@en ;
    rdfs:domain saref:ProcedureExecution ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range saref:FeatureOfInterest ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4city/v2.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    owl:inverseOf saref:madeExecution ;
    skos:hiddenLabel "madeBy" ;
    skos:historyNote "V3.2.1: Introduce saref:madeBy (resp. saref:madeExecution) as generalization of saref:measurementMadeBy (resp. saref:makesMeasurement)."@en .