Namespace::Class does not behave like Namespace::property

Bug #88754 reported by Benjamin Heitmann
2
Affects Status Importance Assigned to Milestone
ActiveRDF
Fix Released
Wishlist
Eyal Oren

Bug Description

To get e.g. all of the SIOC::Post instances, you currently have to build the following query:

Query.new.select(:p, :d).where(:p, RDF::type, SIOC::Post.class_uri)

SIOC::Post is not treated like RDF::type.

If the handling / treatment where the same, you could write the conceptually simpler:

Query.new.select(:p, :d).where(:p, RDF::type, SIOC::Post)

Revision history for this message
Eyal Oren (ikbeneyal) wrote :

fixed

Changed in activerdf:
assignee: nobody → ikbeneyal
importance: Undecided → Wishlist
status: Unconfirmed → Fix Committed
Eyal Oren (ikbeneyal)
Changed in activerdf:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.