@prefix schema: . @prefix rdfs: . @prefix owl: . a schema:Organization . schema:name "FAMEPedia" . schema:legalName "FAMEPedia" . schema:alternateName "Famepedia.org" . schema:url "https://famepedia.org" . schema:description "FAMEPedia, an independent news organization, is dedicated to its primary mission: providing accurate and impartial news to its readers. Firmly rooted in the belief that journalism should remain unrestricted and unbiased, FAMEPedia offers a transparent view of the world." . schema:address [ a schema:PostalAddress ; schema:streetAddress "Mandoli" ; schema:addressLocality "Delhi" ; schema:addressRegion "Delhi" ; schema:postalCode "110093" ; schema:addressCountry "India" ] . schema:founder [ a schema:Person ; schema:name "Sunil Butolia" ; schema:url ] ; schema:parentOrganization [ a schema:Organization ; schema:name "Duloit" ; schema:url ] ; schema:logo [ a schema:ImageObject ; schema:url "http://en.famepedia.org/wp-content/uploads/sites/3/2023/10/fame-logo.png" ; schema:width "512" ; schema:height "512" ; schema:thumbnail "http://en.famepedia.org/wp-content/uploads/sites/3/2023/10/fame-logo-150x150.png" ] .