https://ontology.solveit-df.org/solveit/observable/ClusterRun
A contiguous run of clusters allocated to a file in a cluster-based file system (e.g., FAT, NTFS, exFAT). Multiple runs indicate file fragmentation.
Instances of solveit-observable:ClusterRun can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:ClusterRun | |||
| solveit-observable:runClusterCount | owl:DatatypeProperty | The number of contiguous clusters in this run. | xsd:integer |
| solveit-observable:runStartCluster | owl:DatatypeProperty | The first cluster number in this contiguous run. | xsd:integer |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
solveit-observable:ClusterRun a owl:Class ;
rdfs:label "Cluster Run"@en ;
rdfs:comment "A contiguous run of clusters allocated to a file in a cluster-based file system (e.g., FAT, NTFS, exFAT). Multiple runs indicate file fragmentation."@en ;
rdfs:subClassOf uco-observable:ObservableObject .