@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/3343> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Michael Tippett" ;
    ns1:birthDate "1905-01-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1998-01-08"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Michael Tippett" ;
    skos:exactMatch <http://dbpedia.org/resource/Michael_Tippett>,
        <http://id.loc.gov/authorities/names/n50011869>,
        <http://www.wikidata.org/entity/Q356499>,
        <https://musicbrainz.org/artist/c09a0c53-200f-4566-93e8-df9d60572934> .

