There was an error while loading. Please reload this page.
1 parent bab3b5d commit 13e4128Copy full SHA for 13e4128
1 file changed
tests/text2sparql/api.py
@@ -67,6 +67,7 @@ def get_dataset_id_from_iri(dataset_iri: str) -> str:
67
Your response must follow these rules:
68
- Always output one SPARQL query.
69
- Enclose the SPARQL query in a single markdown code block using the "sparql" language tag.
70
+ - Use unicode characters in the SPARQL query if they are present in the question or the provided context.
71
- Include a comment at the beginning of the query that specifies the target endpoint using the following format: "#+ endpoint: ".
72
- Use full URIs for all entities in the SPARQL query.
73
- Prefer a single endpoint; use a federated SPARQL query only if access across multiple endpoints is required.
0 commit comments