-
I'm just finishing up implementing SHACL-JS support in PySHACL.
I've been writing my own basic tests as I go, based on the examples in the Spec Documentation.
However I just noticed in the JSRule …
-
What's the relation of this working group to the [W3C Profiles Vocabulary](https://www.w3.org/TR/dx-prof/) edited by the [W3C Dataset Exchange Working Group (DXWG)](https://github.com/w3c/dxwg)?
-
I miss an introductory definition of "application profile". In my understanding it's a "schema that restricts an existing schema or model" but this is based on my terminology of "schema" and "model".
-
I have made a contract negotiation between connector A and connector B. Both have the following Clearing House url defined in their application.properties file
>clearing.house.url=http://testidsa12:9…
-
Can we use the schema:identifier property?
URN schema to indicate checksum?
**Proposal:**
1. Use schema:PropertyValue
2. use schema:identifier to specify the urn of the checksum (e.g. `md5:9e…
-
According to https://w3c.github.io/did-core/#verification-material, the "DID Working Group is seeking implementer feedback on the preference of the ecosystem with respect to using `publicKeyBase58` or…
-
## Documenting forbidden de-referencability
In some cases there is a need to disallow client from de-referencing a resource. Currently there is no way of doing that and `hydra:Resource` implies a r…
-
- [Typing](https://github.com/VirtualFlyBrain/neo4j2owl/issues/31) during importing now works with an option: `relation_type_threshold: 0.66` in the config (see [here](https://github.com/VirtualFlyBra…
-
I tried to run the SPARQLRule example:
```
@prefix ex: .
@prefix owl: .
@prefix person: .
@prefix rdf: .
@prefix rdfs: .
@prefix xsd: .
@prefix sh: .
ex:InvalidRectangle
a ex:Recta…
-
When you discover a shape tree, then it may have a `st:validatedBy` property to a shex or shacl resource. As it is defined now, this data can be embedded in the page itself, or you may want to derefer…