tool:libraryName leaf node


URI

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

Label

libraryName

Description

The name of the library.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:libraryName 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://ontology.unifiedcyberontology.org/uco/tool/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

tool:libraryName a owl:DatatypeProperty ;
    rdfs:label "libraryName"@en ;
    rdfs:comment "The name of the library."@en ;
    rdfs:range xsd:string .