@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/1022719> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Hermann Rollett" ;
    ns1:birthDate "1819-08-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2782067/> ;
    ns1:deathDate "1904-05-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1399667>,
        <https://id.loc.gov/authorities/n85348566>,
        <https://musicbrainz.org/artist/42b0b967-d348-44d4-a78c-1e0347f71ca5> .

