@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1030648> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Libby Titus" ;
    ns1:birthDate "1947-07-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5145072/> ;
    ns1:deathDate "2024-10-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Libby Titus" ;
    skos:exactMatch <http://dbpedia.org/resource/Libby_Titus>,
        <http://www.wikidata.org/entity/Q6540464>,
        <https://musicbrainz.org/artist/702be99d-d7ff-4448-a417-0c11b6c60290> .

