observable:volume leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#volume

Label

volume

Description

The volume from which the prefetch application was run. If the applicatin was run from multiple volumes, there will be a separate prefetch file for each.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:volume observable:ObservableObject

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

observable:volume a owl:ObjectProperty ;
    rdfs:label "volume"@en ;
    rdfs:comment "The volume from which the prefetch application was run. If the applicatin was run from multiple volumes, there will be a separate prefetch file for each."@en ;
    rdfs:range observable:ObservableObject .