-
Notifications
You must be signed in to change notification settings - Fork 563
2022 04 22 Mantainers Meeting Minutes
Natanael Arndt edited this page Apr 22, 2022
·
9 revisions
- Nicholas Car
- Edmond Chuk
- Iwan Aucamp
- Natanael Arndt
- Graham Higgins
- General Discussion and general questions
- JSON LD
- Various Classes to represent datset structures ConjunctiveGraph -> Dataset
- Tests
- RDF*, SPARQL*
- Quality of the Code
- Timelines for 7.0 release
- How to deal with a lot of pull requests, how to deal with large pull-requests
- Stabilize the interface.
- What needs to be done for 7.0
- Type hinting
- Serializer Interface
- Blank nodes Skolemization with RDFLibGenid vs. URIRef
- SPARQLResults Class vs. Graphs
- get Test passing integration of pyld
- We should probably favor pyld over the current JSON-LD implementation
- Gregg Kellogg (@gkellogg) offered help
- Performance, Compliance
- ConjunctiveGraph, Dataset and the role of Named Graphs
- ConjunctiveGraph subclass of Graph
- Dataset used to be subclass of Dataset -> now Dataset is subclass of Graph and overwrites a lot of the methods
- The idea is to deprecate ConjunctiveGraph
- Test coverage
- Remove untouched code
-
Parse Turtle* and convert it to Turtle and pass this to rdflib
-
Plan to move RDF* into rdflib
-
Suggestion to add a module
experimental
-
From ByteIO to StringIO