All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsparql.testcases-dawg-sparql-1.1.service.service5.xsparql Maven / Gradle / Ivy

The newest version!
prefix  void: 
prefix  dc:   
prefix  doap:  


{for $service $title
from  where {
  {
    # find the service with subject "remote".
    # inner block to fix the filter not be over
    # just this local pattern.
    $p dc:subject $projectsubject ;
       void:sparqlendpoint $service  
       filter regex($projectsubject, "remote")
  }

  # query that service projects.
 
  service $service {
     $project  doap:name $title . } 
}
return 
 
	{$title}
	{$service}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy