@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix fame: <https://famedata.org/ontology/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://famedata.org/entity/Q786>
    rdf:type schema:Person ;
    rdfs:label "Wolfgang Amadeus Mozart"@en ;
    schema:description "A prolific and influential composer of the Classical period, widely recognized as one of the greatest musical geniuses in history."@en ;
    fame:qid "Q786" ;
    schema:dateModified "2025-12-30T06:05:23+05:30"^^xsd:dateTime ;
    fame:P2 <https://famedata.org/entity/Q5> ;
    fame:P12 <https://famedata.org/entity/Q6> ;
    fame:P1 "1756-01-27" ;
    fame:P6 <https://famedata.org/entity/Q641> .