@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/1023764> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Avery Parrish" ;
    ns1:birthDate "1917-01-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4049979/> ;
    ns1:deathDate "1959-12-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Avery_Parrish>,
        <http://www.wikidata.org/entity/Q790660>,
        <https://id.loc.gov/authorities/names/no93033188>,
        <https://musicbrainz.org/artist/d506bd73-942c-4055-b89e-50eee4665342> .

