The Open Anzo Project

Semantic Application Middleware

Ticket #155 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

openrdf Statement.context is not compatable with anzo.java API abstraction

Reported by: jpbetz Assigned to: jpbetz
Priority: major Milestone: 3.0 milestone1
Component: openanzo-client Version: 3.0
Keywords: published-api Cc: ben

Description

openrdf's Statement.context is a type Resource, which means it can be either a URI or a blank node.

In the abstract architecture for anzo clients, a statement should be a quad of the format:

Resource subject
URI predicate
Value object
URI namedGraph

one possible solution is to have a custom Statement class for the anzo.java client that has a URI namedGraph instead of the Resource context from openrdf.

Change History

01/28/08 01:45:40 changed by jpbetz

  • status changed from new to closed.
  • resolution set to fixed.

This is fixed as part of the node api changes: [159].

Copyright © 2007 - 2008 OpenAnzo.org