@prefix schema: . @prefix rdfs: . @prefix owl: . a schema:Organization . schema:name "Duloit" . schema:legalName "Duloit" . schema:alternateName "Duloit.com" . schema:url "https://www.duloit.com" . schema:description "Duloit specializes in providing cutting-edge remote support solutions to engineering and construction companies, enabling them to optimize their operations, enhance collaboration, and drive success." . schema:address [ a schema:PostalAddress ; schema:streetAddress "Mandoli" ; schema:addressLocality "Delhi" ; schema:addressRegion "Delhi" ; schema:postalCode "110093" ; schema:addressCountry "India" ] . schema:subOrganization [ a schema:Organization ; schema:name "FAMEPedia" ; schema:url ], [ a schema:Organization ; schema:name "FAME Publish" ; schema:url ] ; schema:founder [ a schema:Person ; schema:name "Sunil Butolia" ; schema:url ] ; schema:logo [ a schema:ImageObject ; schema:url "http://en.famepedia.org/wp-content/uploads/sites/3/2023/09/IMG_20230821_214533_396.jpg" ; schema:width "354" ; schema:height "354" ; schema:thumbnail "http://en.famepedia.org/wp-content/uploads/sites/3/2023/09/IMG_20230821_214533_396-150x150.jpg" ] .