A datatype for representing SPARQL query text Enables semantic validation and tooling
iolanta:SPARQLText is a custom datatype for representing SPARQL query text. This allows for semantic validation and tooling specific to SPARQL syntax.
Usage
The iolanta:matches property uses iolanta:SPARQLText to specify SPARQL ASK queries:
$id:iolanta:matchesrdfs:range:iolanta:SPARQLText
This enables:
- Syntax validation of SPARQL queries
- Tooling support for query editing and debugging
- Semantic understanding of query patterns
- Type safety in RDF processing