@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://vocab.audioblast.org/Bandwidth> a skos:Concept ;
    rdfs:label "Bandwidth"@en ;
    skos:prefLabel "Bandwidth"@en ;
    rdf:value "Bandwidth" ;
    rdfs:comment "The bandwidth is usually defined as the range of frequencies around the peak frequency with an amplitude greater than half (-3dB) of the peak frequency."@en ;
    skos:definition "The bandwidth is usually defined as the range of frequencies around the peak frequency with an amplitude greater than half (-3dB) of the peak frequency."@en ;
    skos:inScheme <https://vocab.audioblast.org/> ;
    skos:broader <https://vocab.audioblast.org/Frequency> ;
    skos:narrower <https://vocab.audioblast.org/Bandwidth-10dB>, <https://vocab.audioblast.org/Qfactor> ;
    dcterms:modified "2026-09-17"^^xsd:date .
