@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/1027532> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pietro Ottoboni" ;
    ns1:birthDate "1667-02-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3164603/> ;
    ns1:deathDate "1740-02-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Pietro Ottoboni" ;
    skos:exactMatch <http://dbpedia.org/resource/Pietro_Ottoboni_(cardinal)>,
        <http://www.wikidata.org/entity/Q725737>,
        <https://id.loc.gov/authorities/names/n82088308>,
        <https://musicbrainz.org/artist/b90eb199-4d0f-4a5e-9240-98875c072e1a> .

