Skip to content

Commit

Permalink
document use of NCIT namespace (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai authored Sep 20, 2023
1 parent 1838378 commit d3d73aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
5 changes: 3 additions & 2 deletions docs/dictionaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ syntax for [json-ld](https://w3c.github.io/json-ld-syntax/#the-context):
{
"@context": {
"nb": "http://neurobagel.org/vocab/",
"purl": "http://purl.obolibrary.org/obo/",
"ncit": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#",
"nidm": "http://purl.org/nidash/nidm#",
"snomed": "http://purl.bioontology.org/ontology/SNOMEDCT/",
"cogatlas": "https://www.cognitiveatlas.org/task/id/"
}
Expand Down Expand Up @@ -208,7 +209,7 @@ Terms from the National Cancer Institute Thesaurus for healthy control status.
"Label": "Parkinson's disease"
},
"CTRL": {
"TermURL": "purl:NCIT_C94342",
"TermURL": "ncit:C94342",
"Label": "Healthy Control"
}
}
Expand Down
15 changes: 8 additions & 7 deletions docs/term_naming_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ What this might look like in semantic triples:
In cases where we reuse a term for a class that comes from an existing controlled vocabulary, and that vocabulary follows a different naming convention (e.g., all lowercase), we should follow the existing naming convention.

## Currently used namespaces
| Prefix | IRI | Types of terms |
| ---------- | ---------------------------------------------- | ----------------------------------------- |
| `nb` | http://neurobagel.org/vocab/ | Neurobagel-"owned" properties and classes |
| `nbg` | http://neurobagel.org/graph/ | Neurobagel graph databases |
| `snomed` | http://purl.bioontology.org/ontology/SNOMEDCT/ | diagnosis and sex values |
| `nidm` | http://purl.org/nidash/nidm# | imaging modalities |
| `cogatlas` | https://www.cognitiveatlas.org/task/id/ | cognitive assessments and tasks |
| Prefix | IRI | Types of terms |
| ---------- | --------------------------------------------------- | ----------------------------------------- |
| `nb` | http://neurobagel.org/vocab/ | Neurobagel-"owned" properties and classes |
| `nbg` | http://neurobagel.org/graph/ | Neurobagel graph databases |
| `snomed` | http://purl.bioontology.org/ontology/SNOMEDCT/ | diagnosis and sex values |
| `ncit` | http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl# | group designation (e.g., healthy control) |
| `nidm` | http://purl.org/nidash/nidm# | imaging modalities |
| `cogatlas` | https://www.cognitiveatlas.org/task/id/ | cognitive assessments and tasks |


## What if an `nb` term already exists in another controlled vocabulary?
Expand Down

0 comments on commit d3d73aa

Please sign in to comment.