- From: Gavin Carothers <gavin@carothers.name>
- Date: Mon, 14 May 2012 18:49:20 -0700
- To: RDF-WG WG <public-rdf-wg@w3.org>
1.1) Change the allowed prefix keyword to include PREFIX (case insensitive) in addition to @prefix (ISSUE-89) 1.2) Change the allowed base keyword to include BASE (case insensitive) in addition to @base (ISSUE-89) 1.3) Remove required trailing period from directives (ISSUE-89) 2) Support top-level blank-predicate-object lists for example (ISSUE-19) [ foaf:name "Name" ; foaf:knows <http://example/another> ] . 3) Allow for the null prefix to be bound, for example (No ISSUE) @prefix foaf: <http://xmlns.com/foaf/0.1/>. @prefix <http://example.com/Alice/personal#>. Alice foaf:knows Bob, Charlie, Dave.
Received on Tuesday, 15 May 2012 01:49:50 UTC