configuration:usesConfiguration leaf node


URI

https://ontology.unifiedcyberontology.org/uco/configuration/usesConfiguration

Label

usesConfiguration

Description

A configuration used by an object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) configuration:usesConfiguration configuration:Configuration

Implementation

@prefix configuration: <https://ontology.unifiedcyberontology.org/uco/configuration/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

configuration:usesConfiguration a owl:ObjectProperty ;
    rdfs:label "usesConfiguration"@en ;
    rdfs:comment "A configuration used by an object."@en ;
    rdfs:range configuration:Configuration .