https://ontology.unifiedcyberontology.org/uco/tool/buildInformation
Describes how a particular tool was built.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | tool:buildInformation | tool:BuildInformationType |
@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 .