audioset:Reverberation leaf node


URI

https://w3id.org/audioset#Reverberation

Label

Reverberation

Description

http://en.wikipedia.org/wiki/Reverberation

Usage

Instances of audioset:Reverberation can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix : <https://w3id.org/audioset#> .
@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#> .

:Reverberation a owl:Class ;
    rdfs:label "Reverberation"@en ;
    rdfs:comment "http://en.wikipedia.org/wiki/Reverberation"^^xsd:string ;
    rdfs:subClassOf :AcousticEnvironment .