@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/1007093> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul de Schlozer" ;
    ns1:birthDate "1841"^^xsd:gYear ;
    ns1:deathDate "1898"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Paul de Schlozer" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_de_Schl%C3%B6zer>,
        <http://id.loc.gov/authorities/names/no95030463>,
        <http://musicbrainz.org/artist/ab8c6c75-9804-402e-9f04-895c4d71c81f> .

