@prefix dcterms: <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 s4dmgt: <https://saref.etsi.org/saref4dmgt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4dmgt:enablesManagementService owl:inverseOf s4dmgt:hasConnection .

<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> dcterms:references s4dmgt:hasConnection .

<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:hasConnection ;
    dcterms:subject s4dmgt:hasConnection .

s4dmgt:hasConnection a owl:ObjectProperty ;
    rdfs:label "has connection"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/>,
        <https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> ;
    rdfs:comment "A relationship between a Management Service and a Management Connection, indicating that the Management Service exists solely because of the Management Connection. If the Management Connection ceases to exist, the Management Service will also cease to exist.."@en ;
    rdfs:domain s4dmgt:ManagementService ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:range s4dmgt:ManagementConnection ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "hasConnection" .

