-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add method for adding new Seq objects #280
Comments
A collection adding method was added. Related is, why do we not have a Bag or Alt class? |
I am interested in solving this issue. Is a separate class wanted for bag/alt, since the Collection class only handles Seq? |
@kushagr08 |
@ashleysommer |
Don't know whether this is directly applicable, but something we've found handy in certain situations: |
@ashleysommer @hsolbrig |
@ashleysommer @hsolbrig |
Fix #280: Added container.py for adding container class and seq, alt and bag as it's subclasses
For querying - we have the
Seq
class /Graph.seq
method for RDF Seq's and theGraph.items
for RDF collectionsThe
collections.Collection
class tries to help adding collections, although it's slightly broken (#223)We have no easy way to add seqs...
The text was updated successfully, but these errors were encountered: