audioset:EffectsUnit


URI

https://w3id.org/audioset#EffectsUnit

Label

Effects unit

Description

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

Usage

Instances of audioset:EffectsUnit 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#> .

:EffectsUnit a owl:Class ;
    rdfs:label "Effects unit"@en ;
    rdfs:comment "http://en.wikipedia.org/wiki/Effects_unit"^^xsd:string ;
    rdfs:subClassOf :SoundEquipment .