@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/1029816> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Takatsugu Muramatsu" ;
    ns1:birthDate "1978-07-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1863289/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Takatsugu Muramatsu" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q11523296>,
        <https://id.loc.gov/authorities/no2016068857>,
        <https://musicbrainz.org/artist/214e1edc-71ee-45e0-881a-37b6e7a4f8b8> .

