blob: b46c16737a6803928982eb55df37cb57b384546c [file] [log] [blame]
PREFIX : <http://example.org/>
PREFIX apf: <http://jena.apache.org/ARQ/property#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT ?ns ?ln
{
xsd:integer apf:splitIRI (?ns ?ln)
}