tool:buildInformation leaf node


URI

https://ontology.unifiedcyberontology.org/uco/tool/buildInformation

Label

buildInformation

Description

Describes how a particular tool was built.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:buildInformation tool:BuildInformationType

Implementation

@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:buildInformation a owl:ObjectProperty ;
    rdfs:label "buildInformation"@en ;
    rdfs:comment "Describes how a particular tool was built."@en ;
    rdfs:range tool:BuildInformationType .