-
This query finds 554 individuals (all CIM individuals have these 3 characteristics)
```ttl
select * {
?s a owl:Thing, owl:NamedIndividual; rdfs:domain ?class
} order by ?s
```
They are repre…
-
the JSON-LD export from https://credreg.net/ctdl/schema has the topConcepts listed for concept schemes, e.g. in https://credreg.net/ctdl/schema/encoding/json?includemetaproperties=false
```
…
-
Header-AP-Voc-RDFS2020.ttl has 13 props that seem to be bugs:
- names don't comply to naming convention (lowerCamelCase),
- names don't correspond to the comment.
Two of the 13:
```ttl
dcat:Res…
-
The following query gives an empty result on Wikidata, but it should return [one match](https://qlever.cs.uni-freiburg.de/wikidata/YDD7x8):
```
PREFIX wd:
PREFIX rdfs:
PREFIX ql:
SELECT * WH…
-
PROPOSALS
- `dct:title rdfs:subPropertyOf rdfs:label`
- `dct:description rdfs:subPropertyOf rdfs:comment`
-
Is there a way to get a cursor or some form of efficient pagination on sparql queries done at https://frink.apps.renci.org/federation/sparql.
Making the below request times out, and if I paginate w…
-
### Version
4.7.0
### Feature
Currently, riot RDFS inference outputs “generalized” RDF which may not be parsable by other tools (including various Jena CLI tools). For example:
`data.ttl`
```…
-
The use of rdfs:isDefinedBy was proposed for two reasons, at least as I remember:
1. Before de-modularization, to indicate which ontology module defines a given term.
2. To version terms in the a…
-
When using some special characters in properties of type string and uploading the data to the knowledge graph, the literals will not reflect those characters correctly. For example, a species with rdf…
-
How is membership supposed to work?
Currently the domainIncludes and rangeincludes of P600514 Has Membership are both C200257 Membership
```
Has Membership
hasMembership
```
I…