@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/1009672> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Leopold Mozart" ;
    ns1:birthDate "1719-11-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2954172/> ;
    ns1:deathDate "1787-05-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Leopold Mozart" ;
    skos:exactMatch <http://dbpedia.org/resource/Leopold_Mozart>,
        <http://id.loc.gov/authorities/names/n79127794>,
        <http://www.wikidata.org/entity/Q156280>,
        <https://musicbrainz.org/artist/45993ba5-2083-4011-8d76-9497067bd092> .

