solveit-observable:VideoFile leaf node


URI

https://ontology.solveit-df.org/solveit/observable/VideoFile

Label

Video File

Description

A file whose primary content is video data (e.g. MP4, MOV, AVI, MKV).

Superclasses (1)

Usage

Instances of solveit-observable:VideoFile can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

Implementation

@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 .