@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/1006149> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Izydor Lotto" ;
    ns1:birthDate "1840-12-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/756135/> ;
    ns1:deathDate "1936-06-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Izydor Lotto" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q4267414>,
        <https://id.loc.gov/authorities/no2014090342>,
        <https://musicbrainz.org/artist/83b5aef9-c1ca-4893-91a4-9702a2281091> .

