-
Eigenschap rechtsobject heeft uri https://data.vlaanderen.be/ns/omgevingsvergunning#voorwerp.
Gevolg is een dubbele definitie van domain en range.
```turtle
a owl:ObjectProperty;
rdfs:label "re…
-
This has missing link Connection Points for the Source
```ttl
@prefix blueprint: .
@prefix sh: .
@prefix rdf: .
@prefix rdfs: .
sh:targetClass ;
rdfs:label "Publisher" ;
sh:property _:…
-
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
```
…
-
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…
-
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…
-
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`
```…
-
PROPOSALS
- `dct:title rdfs:subPropertyOf rdfs:label`
- `dct:description rdfs:subPropertyOf rdfs:comment`
-
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…