-
The change of #663 caused the following changed behavior:
```python
import rdflib
print(rdflib.Graph().namespace_manager.compute_qname('http://dbpedia.org/page/Category:Software_bugs'))
```
b…
-
By default, profile information in the actor object is public. for sensitive information, like dating preferences, or medical history people will want to only reveal that profile information to select…
evanp updated
3 months ago
-
DB.DBA.SPARQL_REXEC('http://wwwdev.ebi.ac.uk/rdf/services/ensembl/sparql/', ...) has received result with unexpected variable name 'stubvar14'
I am trying to connect a service query between the UniPr…
-
With fct 1.13.91 (the latest), ```application/ld+json``` (JSON-LD) mime type is not supported.
```
curl -verbose -L -H "Accept: application/ld+json" http://linked.opendata.cz/resource/business-entit…
-
On [this endpoint](https://slovník.gov.cz/sparql) when I execute this query:
```sparql
PREFIX rdfs:
ASK {
rdfs:subClassOf+
}
```
I get `false`. Indeed, in the data, there is no such prop…
-
Hi There,
I am running the below CONSTRUCT query over dbpedia (https://dbpedia.org/sparql) and getting odd rdf back. Any idea what is causing this?
**RDF Returned**
@prefix ogcgs: .
@prefix…
-
### Current Behavior
While setting up RDF4J Server I tested the federation capability using the sample located in the documentation at [https://rdf4j.org/documentation/programming/federation/#using-a…
-
To integrate linked open data into existing web views and services, we likely don't want to expose, say, a SPARQL endpoint. If we did, we might at least want to point it at a read replica.
Another …
-
Currently, when saving a document, content that cannot be parsed to RDF in jena is dropped.
(e.g. JSON content that is not JSON-LD is dropped, before storing the file)
It would be nice, if the git p…
-
#### Issue type:
- :heavy_plus_sign: Feature request
____
#### Description:
In order to adhere to the ACID properties, we should support transactions during SPARQL update queries.
Differ…