@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/1025353> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Anton Lindner" ;
    ns1:birthDate "1874-12-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/702550/> ;
    ns1:deathDate "1928-12-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Anton Lindner" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q591539>,
        <https://musicbrainz.org/artist/06974e5d-5c08-42ae-8330-79a41179092f> .

