@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/1008056> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Peter Warlock" ;
    ns1:birthDate "1894-10-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1930-12-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Peter Warlock" ;
    skos:exactMatch <http://dbpedia.org/resource/Peter_Warlock>,
        <http://id.loc.gov/authorities/names/n50038210>,
        <http://musicbrainz.org/artist/f4c98151-1c63-4cbb-b95e-1a3f3f638e04>,
        <http://www.wikidata.org/entity/Q934413> .

