@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/12066> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sy Oliver" ;
    ns1:birthDate "1910-12-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4985153/> ;
    ns1:deathDate "1988-05-27"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sy Oliver" ;
    skos:exactMatch <http://dbpedia.org/resource/Sy_Oliver>,
        <http://id.loc.gov/authorities/names/n92030356>,
        <http://musicbrainz.org/artist/5b99fa9e-4190-4172-abc0-220f895dab9e>,
        <http://www.wikidata.org/entity/Q1138796> .

