audioset:Drill


URI

https://w3id.org/audioset#Drill

Label

Drill

Description

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

Usage

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

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