tool:buildConfiguration leaf node


URI

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

Label

buildConfiguration

Description

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

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:buildConfiguration configuration:Configuration

Implementation

@prefix configuration: <https://ontology.unifiedcyberontology.org/uco/configuration/> .
@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: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:range configuration:Configuration .