audioset:TenderMusic leaf node


URI

https://w3id.org/audioset#TenderMusic

Label

Tender music

Description

/t/dd00034

Usage

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

:TenderMusic a owl:Class ;
    rdfs:label "Tender music"@en ;
    rdfs:comment "/t/dd00034"^^xsd:string ;
    rdfs:subClassOf :MusicMood .