@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/Q51>
    rdf:type schema:Person ;
    rdfs:label "Gaurav Khanna"@en ;
    schema:description "Gaurav Khanna is an Indian television actor known for portraying Senior Inspector Kavin in CID and Anuj Kapadia in Anupamaa, winning the Indian Telly Award, and competing in Bigg Boss 19."@en ;
    fame:qid "Q51" ;
    schema:dateModified "2026-01-19T05:39:43+05:30"^^xsd:dateTime ;
    fame:P5 <https://famedata.org/entity/Q36> ;
    fame:P6 <https://famedata.org/entity/Q15> ;
    fame:P1 "1981-12-11" ;
    fame:P9 "gauravkhannalovers_" ;
    fame:P2 <https://famedata.org/entity/Q5> .