webr3 / rdf-interfaces

Core Implementation of the RDF Interfaces
http://www.w3.org/2010/02/rdfa/sources/rdf-interfaces/
The Unlicense
31 stars 4 forks source link

RDFEnvironment does not expose createGraph method #1

Closed bradleypallen closed 13 years ago

bradleypallen commented 13 years ago

Per section 3.3.1, "RDF Environment," of the RDF Interfaces draft specification, "Implementations of the RDFEnvironment must expose all the methods defined on this interface, as defined by this specification." However, the implementation omits the createGraph method.

webr3 commented 13 years ago

whoops! and the rest aren't enumerable, thanks for the catch Bradley, fixing..

webr3 commented 13 years ago

fixed :)

bradleypallen commented 13 years ago

Beauty.

I'll continue reading through it and see if anything else comes up. Working my way up to using it to build a conforming library integrated with a specific backend store.

Bradley P. Allen http://bradleypallen.org

On Tue, May 3, 2011 at 9:22 AM, webr3 reply@reply.github.com wrote:

fixed :)

Reply to this email directly or view it on GitHub: https://github.com/webr3/rdf-interfaces/issues/1#comment_1094749