Michael Milton

Results 334 issues of Michael Milton

Currently the graph is aware of namespaces via `Graph.namespace_manager`. However, namespaces aren't actually needed for a live graph, they're only used when serializing or de-serializing TTL. In contrast, the `Context`...

Clearly this dilemma is known to the maintainers, but I don't think there is any issue about it yet: https://github.com/RDFLib/rdflib/blob/53405b7354e3ba90e6633f88a435e0eac5880f44/rdflib/graph.py#L324-L328 This is fairly frustrating to work with, as I need...

# Summary of changes Convert `Defined` into an enum. The justification of this [is PEP 484](https://peps.python.org/pep-0484/#support-for-singleton-types-in-unions), which suggests that singletons should be represented as enums with a single element. The...

# Summary of changes Rebase of #3169 against `7-maintenance`. **All these changes should have no impact at runtime**, they're purely to improve UX through static analysis. * Convert `Term` to...

7.x

I hope to craft my contexts programmatically, since I'm working with a format (RO-Crate) where the context must have a specific form. Therefore I'd like to propose these changes: *...

If you record a cassette with only one usage of a request, but then try to play it back twice, this is an error. However, this is not clear from...

There are a couple of fields whose types I'm not sure about. For example, various album fields like `name`, `explicit` etc are defined to be optional: https://github.com/EbbLabs/python-tidal/blob/67581e89aa0da66b64028f1e41bdfe197cac53b2/tidalapi/album.py#L45-L71 But in the...

There's currently a bit of an issue with the `use_shapes` argument to `validate()`. It seems like this causes shapes with IDs to be removed from the graph unless they're included...

* Convert `jsonldparser` to TS * Use async * Add type annnotations * Handle parsing errors (closes #602)

Hi, I'd like to port the [spatial transcriptomics aka `http://www.ebi.ac.uk/efo/EFO_0008994`](https://www.ebi.ac.uk/ols4/ontologies/efo/classes/http%253A%252F%252Fwww.ebi.ac.uk%252Fefo%252FEFO_0008994?lang=en) subtree from EFO and put it into OBI, perhaps under [transcription profiling assay aka `http://purl.obolibrary.org/obo/OBI_0000424`](https://www.ebi.ac.uk/ols4/ontologies/obi/classes/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FOBI_0000424?lang=en). I think I know how...