@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/FemaleResponseDelay> a skos:Concept ;
    rdfs:label "Female Response Delay"@en ;
    skos:prefLabel "Female Response Delay"@en ;
    rdf:value "FemaleResponseDelay" ;
    rdfs:comment "Some species have a very narrow window in which the female must reply to maintain phonotaxis, notably the common European species Leptophyes punctatissima has a response window of only 20-50ms (Robinson and Hall 2002). Similar female responses that are dependant on signal timing are found in some cicada species (Marshall and Cooley 2001). The data property female response window can be used to store this data, although there are few studies in the literature."@en ;
    skos:definition "Some species have a very narrow window in which the female must reply to maintain phonotaxis, notably the common European species Leptophyes punctatissima has a response window of only 20-50ms (Robinson and Hall 2002). Similar female responses that are dependant on signal timing are found in some cicada species (Marshall and Cooley 2001). The data property female response window can be used to store this data, although there are few studies in the literature."@en ;
    skos:inScheme <https://vocab.audioblast.org/> ;
    skos:topConceptOf <https://vocab.audioblast.org/> .
