configuration:usageContextAssumptions leaf node


URI

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

Label

usageContextAssumptions

Description

Description of the various relevant usage context assumptions for a tool or other software .

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) configuration:usageContextAssumptions xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

configuration:usageContextAssumptions a owl:DatatypeProperty ;
    rdfs:label "usageContextAssumptions"@en ;
    rdfs:comment "Description of the various relevant usage context assumptions for a tool or other software ."@en ;
    rdfs:range xsd:string .