@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/1001486> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Stanley" ;
    ns1:birthDate "1712-01-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1786-05-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John Stanley" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Stanley_(composer)>,
        <http://id.loc.gov/authorities/names/n80089680>,
        <http://www.wikidata.org/entity/Q726286>,
        <https://musicbrainz.org/artist/e9dd9aac-8d3b-4ee3-81b2-2bf8a58976f8> .

