https://unifiedcyberontology.org/ontology/uco/tool#libraries
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://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 .