-
I tried the following test (on the way to trying to figure out how to extract from this ontology):
```
$ robot validate-profile --profile DL -I http://identifiers.org/so
OWL 2 DL Profile Report:…
-
I think it it is misleading that the default value of the `TriGSyntax` enum is `TriGSyntax.Original` which is based on an [old proposal](https://www.w3.org/2010/01/Turtle/Trig) for how `TriG` should w…
-
# Background
UCO currently lacks any mechanism for a producer to explicitly assert the maturity status of a UcoObject to help manage status of maturation of the object and to provide context to any…
-
In addition to defining the extended formats for serializing the result of a SPARQL* SELECT query (#12 and #13), we have to decide whether we need/want new mime types for these extended formats? Simil…
-
Using `Dataset.parse` to parse a graph just doesn't work.
``` py
from rdflib import Dataset, URIRef
d = Dataset()
g = d.parse(data=' .', format='turtle', publicID=URIRef('g:g'))
print("After parse:…
-
When ingesting a data using a resource as the named graph a loop is created in the triggers.
Example:
the following file
[sample.txt](https://github.com/bbcarchdev/spindle/files/529654/sample.txt)
gen…
-
Step (6) in [§4.2 Add Proof Set/Chain](https://www.w3.org/TR/vc-data-integrity/#add-proof-set-chain) says:
> Set _unsecuredDocument.proof_ to _matchingProofs_.
where _matchingProofs_ is defined …
-
Maybe it's not a general issue, but particular to https://publication-type-3.data.istex.fr/
When exporting to NQuads the dataset of https://publication-type.data.istex.fr/, the URI don't include th…
-
The SPARQL endpoint component requires users to fill in the MIME type to use in content negotiation. Users need to type this in, since the type of the input is `text`. A better user experience can be …
-
In recent years, the use of HTTPS over HTTP to reference resources on the web has become the de facto standard across the internet. Today, many modern browsers have started to automatically redirect, …