tool:libraries leaf node


URI

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

Label

libraries

Description

The libraries incorporated into a particular build of a software.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:libraries tool:LibraryType

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#> .

tool:libraries a owl:ObjectProperty ;
    rdfs:label "libraries"@en ;
    rdfs:comment "The libraries incorporated into a particular build of a software."@en ;
    rdfs:range tool:LibraryType .