@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/1024415> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Julius Schubring" ;
    ns1:birthDate "1806-06-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2937959/> ;
    ns1:deathDate "1899-12"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Julius Schubring" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n91092277>,
        <http://www.wikidata.org/entity/Q1577761>,
        <https://musicbrainz.org/artist/5722ebc0-5733-4321-abce-1244d3123808> .

