@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/1012865> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Peter Winter" ;
    ns1:birthDate "1754"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2873891/> ;
    ns1:deathDate "1825-10-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Peter Winter" ;
    skos:exactMatch <http://dbpedia.org/resource/Peter_Winter>,
        <http://id.loc.gov/authorities/names/n82101150>,
        <http://www.wikidata.org/entity/Q561047>,
        <https://musicbrainz.org/artist/9d76deb9-7103-42a3-9b88-10e817bd0c75> .

