@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/1012000> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Carl Heymann" ;
    ns1:birthDate "1853"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3082319/> ;
    ns1:deathDate "1922"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Carl_Heymann>,
        <http://www.wikidata.org/entity/Q102608>,
        <https://musicbrainz.org/artist/87fdf296-88e8-4961-8347-0d54666ff739> .

