tool:references leaf node


URI

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

Label

references

Description

References to information describing a particular tool.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:references xsd:anyURI

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:references a owl:DatatypeProperty ;
    rdfs:label "references"@en ;
    rdfs:comment "References to information describing a particular tool."@en ;
    rdfs:range xsd:anyURI .