@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/1012709> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gavin Bryars" ;
    ns1:birthDate "1943-01-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2648319/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gavin Bryars" ;
    skos:exactMatch <http://dbpedia.org/resource/Gavin_Bryars>,
        <http://www.wikidata.org/entity/Q713939>,
        <https://id.loc.gov/authorities/names/nr90005207>,
        <https://musicbrainz.org/artist/af88ef96-ba9c-441c-9291-ac4389cd1464https://musicbrainz.org/artist/a4> .

