@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/1030087> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Larry Murray" ;
    ns1:birthDate "1937-02-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4229763/> ;
    ns1:deathDate "2025-05-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Larry Murray" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q18655264>,
        <https://musicbrainz.org/artist/1aad0e34-b02e-487e-ae23-7d90c5ac3119> .

