Mercurial > repos > greg > greg_sparql
view sparql-7785ad38967f/sparql/sparql/test/dawg/data-r2/syntax-sparql4/syn-leading-digits-in-prefixed-names.rq @ 0:46996d3b1cfb default tip
Uploaded
author | greg |
---|---|
date | Tue, 13 Mar 2012 16:29:09 -0400 |
parents | |
children |
line wrap: on
line source
PREFIX dob: <http://placetime.com/interval/gregorian/1977-01-18T04:00:00Z/P> PREFIX time: <http://www.ai.sri.com/daml/ontologies/time/Time.daml#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT ?desc WHERE { dob:1D a time:ProperInterval; dc:description ?desc. }