https://ontology.unifiedcyberontology.org/uco/configuration/usesConfiguration
A configuration used by an object.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | configuration:usesConfiguration | configuration:Configuration |
@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 .