@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/1029710> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Tams" ;
    ns1:birthDate "1949-02-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2646777/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/adp> ;
    ns1:name "John Tams" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Tams>,
        <http://www.wikidata.org/entity/Q1701894>,
        <https://id.loc.gov/authorities/no2002077527>,
        <https://musicbrainz.org/artist/6cbe7611-47af-47af-a1e9-509689911ca6> .

