Thomas Thelen
Thomas Thelen
I believe this project is abandoned. The Slack channel also has people asking if the project is dead, and there's no word from maintainers. But I'm just a user of...
> Thank you. Upon time, I have fixed the issue, but how do I parse a large triples file in RDFLIB or is there any alternative for it? Scale your...
To reiterate a side comment [here](https://docs.google.com/document/d/1xG8xAcPSOe1xCWUlhj46AKrK4MAZbY6ed96yBKHCXiA/edit?disco=AAAAGPUrrzk&ts=5f9dfed4) about publishing/exporting. From Whole Tale's side, we spoke with @mbjones from DataONE about potentials ways to publish docker images to DataONE. Unfortunately, docker images...
> The idea of only sending unique layers seems like you would just be re-implementing what a docker registry does very well already Completely valid point. I think at the...
I'd love to discuss your work with provenance and the Renku ontology (I don't want to derail this issue) at some point; Whole Tale is about to start work on...
I'll also mention the integration of C2Metadata SDTL with ProvONE (again, I don't want to pollute this issue if there's a better place for this discussion). The C2Metadata project takes...
You might get what you're after using the context manager, ``` ontology = owl.get_ontology('ontology.owl') with ontology.load(): Do things ```
Segmentation faults in general are complaints about accessing something in memory that doesn't exist. I see that increasing the stack size didn't work, so I would put my money on...
Any status on this? @rharriso, can you fix the conflict and maybe the maintainers won't have an issue merging?
Can confirm this behavior on macOS and Ubuntu. I checked around the associated code bases and found [this](https://github.com/protegeproject/swrlapi/blob/master/src/main/java/org/swrlapi/factory/DefaultSWRLRuleAndQueryEngine.java#L380) and [this](https://github.com/protegeproject/swrlapi/blob/master/src/main/java/org/swrlapi/factory/DefaultSWRLRuleAndQueryEngine.java#L389). If `query.getQueryName().equalsIgnoreCase(activeQueryName)` is always true, then we'll never get a...