@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/Q242>
    rdf:type schema:Person ;
    rdfs:label "Sandhya Shenoy"@en ;
    schema:description "Dr. U. Sandhya Shenoy is an Indian materials scientist and researcher known for her contributions to thermoelectric materials, energy harvesting, and nanomaterials. She holds the position of Professor and Principal Research Scientist in the Department of Materials Science and Engineering at Srinivas University, Mangalore."@en ;
    fame:qid "Q242" ;
    schema:dateModified "2026-01-19T05:39:43+05:30"^^xsd:dateTime ;
    fame:P12 <https://famedata.org/entity/Q7> ;
    fame:P6 <https://famedata.org/entity/Q15> ;
    fame:P5 <https://famedata.org/entity/Q66> ;
    fame:P2 <https://famedata.org/entity/Q5> .