https://ontology.unifiedcyberontology.org/uco/configuration/dependencyType
The type of a tool or other software dependency.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | configuration:dependencyType | xsd:string |
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
configuration:dependencyType a owl:DatatypeProperty ;
rdfs:label "dependencyType"@en ;
rdfs:comment "The type of a tool or other software dependency."@en ;
rdfs:range xsd:string .