@@ -89,7 +89,7 @@ The reference space associated with datasets are queried with the following quer
}
```
The dataset is considered relevant (returns true for this conditional) if the stripped `fullId` attribute[^1] of any of the reference spaces matches to:
The dataset is considered relevant if the stripped `fullId` attribute[^1] of any of the reference spaces matches to:
[^1]:`fullId` is a URI, which in the case of Human Brain Project Knowledge Graph, always starts with `https://nexus.humanbrainproject.org/v0/data/`. Stripping the domain allows for easier comparison.
...
...
@@ -99,9 +99,6 @@ The dataset is considered relevant (returns true for this conditional) if the st
| MNI Colin 27 | minds/core/dataset/v1.0.0/7f39f7be-445b-47c0-9791-e971c0b6d992 |
!!! important
If the dataset does not have any reference spaces defined, it is considered NOT relevant for any template space, and will return `false` for this conditional.
### Parcellation atlas
The parcellation atlas associated with the dataset are quried with the following querying links:
...
...
@@ -145,7 +142,7 @@ The parcellation region associated with the dataset are queried with the followi
"relative_path":"http://schema.org/name"
},
{
"fieldname":"query:@id",
"fieldname":"query:fullId",
"relative_path":"@id"
},
{
...
...
@@ -164,7 +161,7 @@ The parcellation region associated with the dataset are queried with the followi
}
```
A dataset is considered relevant (returns true for this conditional) if **both** of the following conditionals are true:
A dataset is considered relevant if **both** of the following conditionals are true:
#### Parcellation name
...
...
@@ -180,17 +177,21 @@ If the name of the selected parcellation in interactive atlas viewer matches exa
#### Parcellation region
If the name of any of the `parcellationRegion` matches either the name or any of the `relatedAreas` attribute of any of the regions of the selected parcellation.
To determine if the dataset is relevant based on the parcellation region, **either one** of the following conditions needs to be met:
- If the fullId of any of the `parcellationRegion` matches any of the fullId of a region described under the selected parcellation
- If the fullId of any of the `parcellationRegion` matches the fullId of any `relatedAreas` of a region described under the selected parcellation.