-
Currently, there are a lot of variables composing the `User` data type:
```ts
export interface User {
// identity
title: string;
givenname: string;
sn: string;
displayname: string;
…
-
Providing clear transcription rules for the given and family name fields—such as guidelines on capitalization, character encoding, multivalue semantics, and language use—would significantly enhance th…
-
When you create a new DF for the object "Service" (so I'm not sure if this is in the right repository, as it concerns both) Reference to FAQ-Article, and you mark it as a MultiValue-Field, the field-l…
-
### Before you asking
- [X] I have searched the existing issues
- [X] I spend at least 5 minutes for thinking and preparing
- [X] I am using the latest version of SRC
### Describe the bug
This erro…
-
Hi @agazzarini,
the current schema in SolRDF is mostly focused on the use case as a SPARQL endpoint, i.e. its object literals are being indexed into unanalysed string fields. To accomodate a more comm…
-
**id**
- type: string;
- this key is UNIQUE;
- this define an unique document;
- this is computed by API as being MD5 of job_link;
**job_title**
- type: text_general;
- this key represent t…
-
```
What steps will reproduce the problem?
1. edit the resource type and create a new attribute
2. change attribute type to category and select multiselect
3. choose user-groups as parent category
4.…
-
Currently DataHarmonizer presents a custom editing modal for slots that are multivalued and the range is an enum:
Once the user finishes using the modal, the cell value becomes a `; `-delimited…
-
I'm new to linkml and I'm using it for a project and it solves a lot of issues for me. **Big thanks!!**
I had a question about the usage of the ```ifabsent``` slot. I'm trying to define a multivalu…
-
`FileNotFoundError: [Errno 2] No such file or directory: '1z6e_protein_temp_out.csv'`
Running the cell with `compute_inp_surface(target_filename, ligand_filename, dist_threshold=10)` in the Docking…