@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/1010786> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alfred Newman" ;
    ns1:birthDate "1900-03-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4839366/> ;
    ns1:deathDate "1970-02-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Alfred Newman" ;
    skos:exactMatch <http://dbpedia.org/resource/Alfred_Newman_(composer)>,
        <http://id.loc.gov/authorities/names/n85376784>,
        <http://www.wikidata.org/entity/Q367032>,
        <https://musicbrainz.org/artist/dbe22c4f-6a21-4b7c-ad09-e4048d1065bc> .

