https://ontology.unifiedcyberontology.org/uco/configuration/isConfigurationOf
The object which has been configured to run in a more specified manner than another object. This property is expected to have a more specific range when associated with a class, such as a configured Tool having this property have a range of a Tool.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | configuration:isConfigurationOf | core:UcoObject |
@prefix configuration: <https://ontology.unifiedcyberontology.org/uco/configuration/> .
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
configuration:isConfigurationOf a owl:IrreflexiveProperty,
owl:ObjectProperty ;
rdfs:label "isConfigurationOf"@en ;
rdfs:comment "The object which has been configured to run in a more specified manner than another object. This property is expected to have a more specific range when associated with a class, such as a configured Tool having this property have a range of a Tool."@en ;
rdfs:range core:UcoObject .