@prefix : <https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4dmgt: <https://saref.etsi.org/saref4dmgt/> .
@base <https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern/> .

#################################################################
#    Individuals
#################################################################

<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> a dctype:Dataset ;
    dcterms:license <https://forge.etsi.org/etsi-software-license> ;
    dcterms:conformsTo <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    dcterms:title "Base pattern for saref4dmgt"@en ;
    dcterms:description "Base pattern for saref4dmgt"@en .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExDeviceInfoCmdOfInterest
:ExDeviceInfoCmdOfInterest rdf:type owl:NamedIndividual ,
                                    saref:CommandOfInterest ;
                           saref:hasCommandKind s4dmgt:DeviceInfoRetrievalCommand ;
                           saref:observes :ExManufacturerPropertyOfInterest .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExDeviceInfoOperation
:ExDeviceInfoOperation rdf:type owl:NamedIndividual ,
                                saref:Operation ;
                       saref:represents :ExDeviceInfoCmdOfInterest .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExIdentityFctOfInterest
:ExIdentityFctOfInterest rdf:type owl:NamedIndividual ,
                                  saref:FunctionOfInterest ;
                         saref:hasCommandOfInterest :ExDeviceInfoCmdOfInterest ;
                         saref:hasFunctionKind s4dmgt:DeviceIdentityFunction .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExManufacturerPropertyOfInterest
:ExManufacturerPropertyOfInterest rdf:type owl:NamedIndividual ,
                                           saref:PropertyOfInterest ;
                                  saref:hasPropertyKind s4dmgt:Manufacturer ;
                                  saref:hasPropertyValue :ExManufacturerValue .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExManufacturerValue
:ExManufacturerValue rdf:type owl:NamedIndividual ,
                              saref:PropertyValue ;
                     saref:hasValue "Example Manufacturer Value" .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExampleClient
:ExampleClient rdf:type owl:NamedIndividual ,
                        s4dmgt:Client ;
               s4dmgt:connectedToServer :ExampleServer ;
               s4dmgt:representsDevice :ExampleDevice .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExampleDevice
:ExampleDevice rdf:type owl:NamedIndividual ,
                        s4dmgt:ManageableDevice ;
               saref:hasFunction s4dmgt:DeviceIdentityFunction ;
               saref:hasFunctionOfInterest :ExIdentityFctOfInterest ;
               saref:offers :ExampleManagementService ;
               s4dmgt:isRepresentedBy :ExampleClient .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExampleManagementConnection
:ExampleManagementConnection rdf:type owl:NamedIndividual ,
                                      s4dmgt:ManagementConnection ;
                             s4dmgt:enablesManagementService :ExampleManagementService ;
                             s4syst:connectsSystem :ExampleClient ,
                                                   :ExampleServer .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExampleManagementService
:ExampleManagementService rdf:type owl:NamedIndividual ,
                                   s4dmgt:ManagementService ;
                          saref:hasOperation :ExDeviceInfoOperation ;
                          s4dmgt:hasConnection :ExampleManagementConnection .


###  https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#ExampleServer
:ExampleServer rdf:type owl:NamedIndividual ,
                        s4dmgt:Server ;
               s4dmgt:hasConnectedClient :ExampleClient .


###  Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
