-
The design of Sophia emphasizes genericity. The goal was, from the start, to allow multiple implementations of the provided traits to coexist, not even necessarily inside the `sophia` crate itself.
…
-
Otherwise it runs (as part of `make-rdf`) but complains:
>Warning: 'date-created-blank-node' is an entry point defined in pyproject.toml, but it's not installed as a script. You may get improper `s…
-
It might be time to think about instating logical definitions so that reasoning can be implemented to improve ontology maintenance.
@jseager7 @CuzickA Maybe we can work together to get logical …
-
# Archipelago 2020 Roadmap
See also #5
This is our working enumeration of concrete tasks for this year, per Component and Service, for public evaluation (critics and comments welcome).
All …
-
Issue 823 "Precision and Scale for Decimal Values" illustrates a fundamental question - which kinds of constraints are general enough to warrant inclusion in the standard vocabulary? In cases of doubt…
-
We'd like something like [Cypher's variable-length paths](https://neo4j.com/docs/cypher-manual/current/syntax/patterns/#cypher-pattern-varlength). On a query graph edge, we could encode this with a pr…
-
Even limiting to the RDFS2020 style only, there are some discrepancies between CGMES and NC:
```
PREFIX cims:
PREFIX cim:
select * {
?prop cims:dataType ?qk1,?qk2
filter(str(?qk1)
-
https://schema.org/docs/developers.html offers http and https variants of the ontology (though in #2852 I question whether that's a great idea):
- https://schema.org/version/latest/schemaorg-current-…
-
### Version
5.2.0-SNAPSHOT
### What happened?
I was trying to send SPARQL queries with vendor extensions via `RDFConnection.query(queryString)` and it turned out in certain places in Jena's i…
-
Hello,
I'm trying to implement a query using the `st_distance` function, trying to find the distance between a `point` and a `polyline`, but I can't understand the cause of the error message I'm gett…