History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-43
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jeen Broekstra
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

QNames should not be surrounded by angle brackets

Created: 06/May/04 12:27 PM   Updated: 17/Jun/04 02:06 PM
Component/s: RDQL
Affects Version/s: 1.0.1, 1.0
Fix Version/s: 1.0.2


 Description   
According to the most recent RDQL spect (http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/ ), QNames in triple patterns should not be surrounded by angle brackets.

For example, the following should be a legal query:

SELECT ?family , ?given
WHERE (?vcard vcard:FN "John Smith")
       (?vcard vcard:N ?name)
       (?name vcard:Family ?family)
       (?name vcard:Given ?given)
USING vcard FOR <http://www.w3.org/2001/vcard-rdf/3.0#>

Sesame's RDQL engine still requires QNames to be surrounded by angle brackets (e.g. <vcard:FN>, <vcard:N>, etc.).


 All   Comments   Change History      Sort Order:
Change by Jeen Broekstra [06/May/04 12:28 PM]
Field Original Value New Value
Description According to the most recent RDQL spect (http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/), QNames in triple patterns should not be surrounded by angle brackets.

For example, the following should be a legal query:

SELECT ?family , ?given
WHERE (?vcard vcard:FN "John Smith")
       (?vcard vcard:N ?name)
       (?name vcard:Family ?family)
       (?name vcard:Given ?given)
USING vcard FOR <http://www.w3.org/2001/vcard-rdf/3.0#>

Sesame's RDQL engine still requires QNames to be surrounded by angle brackets (e.g. <vcard:FN>, <vcard:N>, etc.).
According to the most recent RDQL spect (http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/ ), QNames in triple patterns should not be surrounded by angle brackets.

For example, the following should be a legal query:

SELECT ?family , ?given
WHERE (?vcard vcard:FN "John Smith")
       (?vcard vcard:N ?name)
       (?name vcard:Family ?family)
       (?name vcard:Given ?given)
USING vcard FOR <http://www.w3.org/2001/vcard-rdf/3.0#>

Sesame's RDQL engine still requires QNames to be surrounded by angle brackets (e.g. <vcard:FN>, <vcard:N>, etc.).

Change by Jeen Broekstra [07/May/04 09:55 AM]
Assignee Jeen Broekstra [ jeen ]

Change by Jeen Broekstra [07/May/04 09:55 AM]
Fix Version/s 1.0.2 [ 10030 ]

Change by Jeen Broekstra [07/May/04 10:30 AM]
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]

Change by Arjohn Kampman [17/Jun/04 02:06 PM]
Status Resolved [ 5 ] Closed [ 6 ]