tool:buildOutputLog leaf node


URI

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

Label

buildOutputLog

Description

The output log of the build process for a software.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:buildOutputLog xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

tool:buildOutputLog a owl:DatatypeProperty ;
    rdfs:label "buildOutputLog"@en ;
    rdfs:comment "The output log of the build process for a software."@en ;
    rdfs:range xsd:string .