s4ehaw:isExposedOn — is exposed on

IRI
https://saref.etsi.org/saref4ehaw/isExposedOn
Is defined by
https://saref.etsi.org/saref4ehaw/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ehaw/v2.1.1/
https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#
Download serialization
License

Definition of s4ehaw:isExposedOn

Defined in https://saref.etsi.org/saref4ehaw/v2.1.1/ as:

Links a service to a Connection/FeatureKind (such as ex:Bluetooth), to a Connection/FeatureOfInterest (such as <this_network> ), to a ConnectionPoint/FeatureKind (such as ex:TCPPort), to a ConnectionPoint/FeatureOfInterest (such as <tcp_port_4255>).

Description as an Object Property

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@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/COVIDCase#> dct:references s4ehaw:isExposedOn .

s4ehaw:isExposedOn a owl:ObjectProperty ;
    rdfs:label "is exposed on"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> ;
    rdfs:comment "Links a service to a Connection/FeatureKind (such as ex:Bluetooth), to a Connection/FeatureOfInterest (such as <this_network> ),  to a ConnectionPoint/FeatureKind (such as ex:TCPPort), to a ConnectionPoint/FeatureOfInterest (such as <tcp_port_4255>)."@en ;
    rdfs:domain saref:Service ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:range [ a owl:Class ;
            owl:intersectionOf ( [ a owl:Class ;
                        owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] [ a owl:Class ;
                        owl:unionOf ( s4syst:Connection s4syst:ConnectionPoint ) ] ) ] ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    skos:hiddenLabel "isExposedOn" .

<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4ehaw:isExposedOn ;
    dct:subject s4ehaw:isExposedOn .