VDX
- Elaina:
- VDX you down so haaaarrrrrrdddddd!
- Richard:
- *blank look*
- Elaina:
- You gotta take the smiles where they come, babe… it's bleak.
Posted at 2006-05-10 18:26:17 by Richard • Link to VDX
Comments, trackbacks.
Wed 10 May 2006
Posted at 2006-05-10 18:26:17 by Richard • Link to VDX
Comments, trackbacks.
Posted at 2006-05-10 13:06:20 by Richard • Link to Photographs
Comments, trackbacks.
* (run-sparql "
PREFIX ex: <http://example.com/ns/>
PREFIX con: <http://nwalsh.com/rdf/contacts#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?label WHERE {
?address rdf:type con:Address .
FILTER (ex:contact-address-matching-string
(?address, \"1310 Villa St, Mountain View, CA\"))
?address rdfs:label ?label .
}
")
<?xml version="1.0"?>
<sparql xmlns="http://www.w3.org/2001/sw/DataAccess/rf1/result2">
<head>
<variable name="label" />
</head>
<results ordered="false" distinct="false">
<result>
<binding name="label">
<literal>Tellme's Mountain View offices</literal>
</binding>
</result>
</results>
</sparql>
T
Posted at 2006-05-10 12:31:05 by Richard • Link to Extensible value t…
Comments, trackbacks.