observable:partitionOffset leaf node


URI

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

Label

partitionOffset

Description

Specifies the starting offset of the partition, in bytes.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:partitionOffset xsd:integer

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

observable:partitionOffset a owl:DatatypeProperty ;
    rdfs:label "partitionOffset"@en ;
    rdfs:comment "Specifies the starting offset of the partition, in bytes."@en ;
    rdfs:range xsd:integer .