s4grid:NetworkInterface — Network Interface

IRI
https://saref.etsi.org/saref4grid/NetworkInterface
Is defined by
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4grid/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4grid/v1.1.1/example/NetworkInterface#
https://saref.etsi.org/saref4grid/v2.1.1/
https://saref.etsi.org/saref4grid/v2.1.1/example/NetworkInterface#
Download serialization
License

Definition of s4grid:NetworkInterface

Defined in https://saref.etsi.org/saref4grid/v1.1.1/ as:

[COSEM] This class holds the MAC address of the physical device (or, more generally, of a device or software). There shall be an instance of this class for each network interface of the physical device

Description as a Class

has super-classes
s4grid:hasMACAddress exactly 1
is in domain of
s4grid:hasMACAddress
is in range of
s4grid:hasNetworkInterface

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 s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4grid:hasNetworkInterface rdfs:range s4grid:NetworkInterface .

s4grid:hasMACAddress rdfs:domain s4grid:NetworkInterface .

<https://saref.etsi.org/saref4grid/v1.1.1/example/NetworkInterface#> dct:references s4grid:NetworkInterface .

<https://saref.etsi.org/saref4grid/v2.1.1/example/NetworkInterface#> dct:references s4grid:NetworkInterface .

<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references s4grid:NetworkInterface ;
    dct:subject s4grid:NetworkInterface .

<https://saref.etsi.org/saref4grid/v2.1.1/> dct:references s4grid:NetworkInterface ;
    dct:subject s4grid:NetworkInterface .

s4grid:NetworkInterface a owl:Class ;
    rdfs:label "Network Interface"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v1.1.1/example/NetworkInterface#>,
        <https://saref.etsi.org/saref4grid/v2.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/example/NetworkInterface#> ;
    rdfs:comment "[COSEM] This class holds the MAC address of the physical device (or, more generally, of a device or software). There shall be an instance of this class for each network interface of the physical device"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasMACAddress ] ;
    ns1:hiddenLabel "NetworkInterface" .