@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/9382> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Hopkins" ;
    ns1:birthDate "1927-07-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2639913/> ;
    ns1:deathDate "2013-09-30"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "John Hopkins" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Hopkins_(conductor)>,
        <http://id.loc.gov/authorities/names/n83066255>,
        <http://www.wikidata.org/entity/Q6239824>,
        <https://musicbrainz.org/artist/83d027ba-76e7-4f76-b9ae-d86b0152caf7> .

