solveit-observable:AudioFile leaf node


URI

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

Label

Audio File

Description

A file whose primary content is audio data (e.g. MP3, WAV, AAC, FLAC).

Superclasses (1)

Usage

Instances of solveit-observable:AudioFile 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:AudioFile a owl:Class ;
    rdfs:label "Audio File"@en ;
    rdfs:comment "A file whose primary content is audio data (e.g. MP3, WAV, AAC, FLAC)."@en ;
    rdfs:subClassOf uco-observable:File .