@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/cv/hol> a skos:ConceptScheme ;
    dcterms:title "Hearing Organ Location"@en ;
    rdfs:label "Hearing Organ Location"@en ;
    skos:prefLabel "Hearing Organ Location"@en ;
    skos:hasTopConcept <https://vocab.audioblast.org/cv/hol#Abdomen>, <https://vocab.audioblast.org/cv/hol#Tibia> .

<https://vocab.audioblast.org/cv/hol#Abdomen> a skos:Concept ;
    rdfs:label "Abdomen"@en ;
    skos:prefLabel "Abdomen"@en ;
    rdf:value "Abdomen" ;
    skos:inScheme <https://vocab.audioblast.org/cv/hol> ;
    skos:topConceptOf <https://vocab.audioblast.org/cv/hol> .

<https://vocab.audioblast.org/cv/hol#Tibia> a skos:Concept ;
    rdfs:label "Tibia"@en ;
    skos:prefLabel "Tibia"@en ;
    rdf:value "Tibia" ;
    skos:inScheme <https://vocab.audioblast.org/cv/hol> ;
    skos:topConceptOf <https://vocab.audioblast.org/cv/hol> .
