audioset:SoundsOfThings


URI

https://w3id.org/audioset#SoundsOfThings

Label

Sounds of things

Description

/t/dd00041

Usage

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

:SoundsOfThings a owl:Class ;
    rdfs:label "Sounds of things"@en ;
    rdfs:comment "/t/dd00041"^^xsd:string ;
    rdfs:subClassOf owl:Thing .