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

s4dmgt:PackageManagementFunction a owl:Thing,
        s4dmgt:DeviceManagementFunctionCategory ;
    rdfs:label "Package management function"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "Function kind related to the management of Device Packages on a device."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "PackageManagementFunction" ;
    saref:hasCommand s4dmgt:PackageCreationCommand,
        s4dmgt:PackageDeletionCommand,
        s4dmgt:PackageDiscoveryCommand,
        s4dmgt:PackageDownloadCommand,
        s4dmgt:PackageInformationRetrievalCommand,
        s4dmgt:PackageInstallCommand,
        s4dmgt:PackageUninstallCommand,
        s4dmgt:PackageUpdateCommand .

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

[] a owl:AllDifferent ;
    owl:distinctMembers ( s4dmgt:DatamodelParameterFunction s4dmgt:DeviceControlFunction s4dmgt:DeviceIdentityFunction s4dmgt:FirmwareManagementFunction s4dmgt:ModuleManagementFunction s4dmgt:PackageManagementFunction s4dmgt:SupportedDatamodelFunction ) .

