https://ontology.unifiedcyberontology.org/uco/configuration/configurationEntry
A single configuration setting entry item for a tool or other software.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | configuration:configurationEntry | configuration:ConfigurationEntry |
@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:configurationEntry a owl:ObjectProperty ;
rdfs:comment "A single configuration setting entry item for a tool or other software."@en ;
rdfs:range configuration:ConfigurationEntry ;
rdfs:seeAlso <https://github.com/ucoProject/UCO/issues/432> .