tool:buildConfiguration leaf node


URI

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

Label

buildConfiguration

Description

How the build utility was configured for a particular build of a particular software.

Usage

DOMAINPROPERTYRANGE
tool:BuildInformationType tool:buildConfiguration tool:BuildConfigurationType

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:buildConfiguration a owl:ObjectProperty ;
    rdfs:label "buildConfiguration"@en ;
    rdfs:comment "How the build utility was configured for a particular build of a particular software."@en ;
    rdfs:domain tool:BuildInformationType ;
    rdfs:range tool:BuildConfigurationType .