tool:servicePack leaf node


URI

https://unifiedcyberontology.org/ontology/uco/tool#servicePack

Label

servicePack

Description

An appropriate service pack descriptor for a particular tool.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:servicePack xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tool: <https://unifiedcyberontology.org/ontology/uco/tool#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

tool:servicePack a owl:DatatypeProperty ;
    rdfs:label "servicePack"@en ;
    rdfs:comment "An appropriate service pack descriptor for a particular tool."@en ;
    rdfs:range xsd:string .