https://ontology.solveit-df.org/solveit/observable/VideoFile
A file whose primary content is video data (e.g. MP4, MOV, AVI, MKV).
Instances of solveit-observable:VideoFile can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class uco-observable:File | |||
| solveit-observable:hasClusterRun | owl:ObjectProperty | Links a file to its cluster allocation runs. A contiguous file has one run; a fragmented file has multiple runs. | solveit-observable:ClusterRun |
@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:VideoFile a owl:Class ;
rdfs:label "Video File"@en ;
rdfs:comment "A file whose primary content is video data (e.g. MP4, MOV, AVI, MKV)."@en ;
rdfs:subClassOf uco-observable:File .