tools/data/demo_pheno.jsonld

125 lines
No EOL
3.4 KiB
Text

{
"@context": {
"nb": "http://neurobagel.org/vocab/",
"snomed": "http://purl.bioontology.org/ontology/SNOMEDCT/",
"nidm": "http://purl.org/nidash/nidm#",
"cogatlas": "https://www.cognitiveatlas.org/task/id/",
"ncit": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#",
"Acquisition": "nb:Acquisition",
"identifier": "@id",
"hasContrastType": {
"@id": "nb:hasContrastType"
},
"schemaKey": "@type",
"Assessment": "nb:Assessment",
"Bagel": "nb:Bagel",
"BaseModel": "nb:BaseModel",
"ControlledTerm": "nb:ControlledTerm",
"Dataset": "nb:Dataset",
"hasLabel": {
"@id": "nb:hasLabel"
},
"hasPortalURI": {
"@id": "nb:hasPortalURI"
},
"hasSamples": {
"@id": "nb:hasSamples"
},
"Diagnosis": "nb:Diagnosis",
"Image": "nb:Image",
"ImagingSession": "nb:ImagingSession",
"hasFilePath": {
"@id": "nb:hasFilePath"
},
"hasAcquisition": {
"@id": "nb:hasAcquisition"
},
"PhenotypicSession": "nb:PhenotypicSession",
"hasAge": {
"@id": "nb:hasAge"
},
"hasSex": {
"@id": "nb:hasSex"
},
"isSubjectGroup": {
"@id": "nb:isSubjectGroup"
},
"hasDiagnosis": {
"@id": "nb:hasDiagnosis"
},
"hasAssessment": {
"@id": "nb:hasAssessment"
},
"Session": "nb:Session",
"Sex": "nb:Sex",
"Subject": "nb:Subject",
"hasSession": {
"@id": "nb:hasSession"
},
"SubjectGroup": "nb:SubjectGroup"
},
"identifier": "nb:677dfa93-8ba8-433a-a4ef-fffed6cbefcc",
"hasLabel": "Weird demo 1",
"hasSamples": [
{
"identifier": "nb:8c281a18-9e4c-49cf-8b11-b173f49d93db",
"hasLabel": "https://concepts.datalad.org/s/sddnb/unreleased/sub01",
"hasSession": [
{
"identifier": "nb:040aaf7b-1bb1-496f-98d3-205edde63834",
"hasLabel": "https://concepts.datalad.org/s/sddnb/unreleased/ses01",
"hasAge": 5.0,
"hasSex": {
"identifier": "snomed:248153007",
"schemaKey": "Sex"
},
"hasDiagnosis": [
{
"identifier": "snomed:406506008",
"schemaKey": "Diagnosis"
}
],
"hasAssessment": [
{
"identifier": "cogatlas:trm_57964b8a66aed",
"schemaKey": "Assessment"
},
{
"identifier": "cogatlas:tsk_4a57abb949ece",
"schemaKey": "Assessment"
}
],
"schemaKey": "PhenotypicSession"
},
{
"identifier": "nb:94956e56-c6ae-4e80-86fa-5d7b72a147ed",
"hasLabel": "https://concepts.datalad.org/s/sddnb/unreleased/ses02",
"hasAge": 5.5,
"hasSex": {
"identifier": "snomed:248153007",
"schemaKey": "Sex"
},
"hasDiagnosis": [
{
"identifier": "snomed:406506008",
"schemaKey": "Diagnosis"
}
],
"hasAssessment": [
{
"identifier": "cogatlas:trm_57964b8a66aed",
"schemaKey": "Assessment"
},
{
"identifier": "cogatlas:tsk_4a57abb949ece",
"schemaKey": "Assessment"
}
],
"schemaKey": "PhenotypicSession"
}
],
"schemaKey": "Subject"
}
],
"schemaKey": "Dataset"
}