-
Associated Counseling Ctr
Distance: 0.1 Mi2505 Park Ave # B
77581 Pearland -
A 1 Best Movers
Distance: 0.1 MiBarker Cypress
77581 Pearland -
Houston Aircraft Instruments, Inc
Distance: 0.1 Mi2519 Park Ave
77581-4235 Pearland -
ADTPearland
Distance: 0.4 MiPearland TX
77581 Pearland -
Dish Network Pearland
Distance: 0.4 MiPearland, TX
77581 Pearland
Description
This SPARQL query works for the local SPARQL endpoint, giving some results. PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX xsi: <http://www.w3.org/2001/XMLSchema-instance#> select * where { {?x dc:title ?title}. OPTIONAL {?x foaf:member ?member}. OPTIONAL {?x rdf:type ?type}. } LIMIT 10