How do you define linked server? From EM --> Security --> Linked Server --> YourLinkedServer --> Tables will tell you the schema and catalog name if you are able to see those linked tables.
Try in format "select * from linkedservername.catalogname.schemaname.tablename" to your linked server.