@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/1025672> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Syd Barrett" ;
    ns1:birthDate "1946-01-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2653941/> ;
    ns1:deathDate "2006-07-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Syd Barrett" ;
    skos:exactMatch <http://dbpedia.org/resource/Syd_Barrett>,
        <http://www.wikidata.org/entity/Q173061>,
        <https://id.loc.gov/authorities/names/n91069361>,
        <https://musicbrainz.org/artist/12327d75-47d5-45d9-84c2-3760b9210c17> .

