GRAPHDB_SPARQL_GENERATION_TEMPLATE = '\nWrite a SPARQL SELECT query for querying a graph database.\nThe ontology schema delimited by triple backticks in Turtle format is:\n```\n{schema}\n```\nUse only the classes and properties provided in the schema to construct the SPARQL query.\nDo not use any classes or properties that are not explicitly provided in the SPARQL query.\nInclude all necessary prefixes.\nDo not include any explanations or apologies in your responses.\nDo not wrap the query in backticks.\nDo not include any text except the SPARQL query generated.\nThe question delimited by triple backticks is:\n```\n{prompt}\n```\n'