-
Any language will sooner or later need an abstraction mechanism where one can declare some common parts with some parameters that can be reused.
As an example, this [ShEx file](https://github.com/…
labra updated
6 years ago
-
Hello -- just learning and may not know sytack -- but the example
```python
up:Disease_Annotation {
a [ up:Disease_Annotation ] ;
up:sequence [ up:Chain_Annotation up:Modified_Sequence ] ;
…
-
It's necessary to make a slightly odd schema to replicate this:
```yaml
id: http://example.org
classes:
a:
slots:
- a
slot_usage:
a:
range: a
slots:
a:…
-
LinkML now has first-class NDArrays
These have a natural serialization in json, yaml, ... but not RDF
Options include
* serialize as string or string encoding
* serialize offline
* seria…
-
the following command
```sh
shex-to-json https://www.wikidata.org/wiki/Special:EntitySchemaText/E233
```
fails with this error:
```
aborting: Error: error parsing JSON https://www.wikidata.org…
-
-
Houcemeddin Turki might be able to work on this.
-
If we don't always provide a SPARQL endpoint to SemApps instances, it would be important to at least be able to filter LDP containers (and AS collections !), which is where SPARQL is the most relevant…
-
If we look at the output of `gen-shex` on the [kitchen sink schema](https://github.com/linkml/linkml/blob/main/tests/test_generators/input/kitchen_sink.yaml) in our testing framework by running the fo…
-
### Motivation
Create a form by writing JSON Schema: https://github.com/mozilla-services/react-jsonschema-form
So how about creating a form by writing RDFS or ShEx?
### Proposal
```js
…