https://ontology.unifiedcyberontology.org/uco/tool/libraries
The libraries incorporated into a particular build of a software.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | tool:libraries | tool:LibraryType |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tool: <https://ontology.unifiedcyberontology.org/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 .