https://unifiedcyberontology.org/ontology/uco/tool#buildLabel
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | tool:buildLabel | xsd:string |
@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:buildLabel a owl:DatatypeProperty ;
rdfs:label "buildLabel"@en ;
rdfs:comment "Relevant label for a particular build of a particular software."@en ;
rdfs:range xsd:string .