openMetadataInitiative / openMINDS_instances

Well defined metadata instances for selected schemas of the openMINDS metadata models.
MIT License
0 stars 8 forks source link

add monkey coordinate spaces #127

Open lzehl opened 1 year ago

lzehl commented 1 year ago

There are the following atlas templates for monkeys:

lzehl commented 1 year ago

Template for JSONLD for Common Coordinate Spaces:

{
    "@context": {
        "@vocab": "https://openminds.ebrains.eu/vocab/"
    },
    "@id": "https://openminds.ebrains.eu/instances/commonCoordinateSpace/humanReadableID",
    "@type": "https://openminds.ebrains.eu/sands/CommonCoordinateSpace",
    "anatomicalAxesOrientation": null,
    "axesOrigin": null,
    "defaultImage": null,
    "description": "ENTER A SHORT DESCRIPTION OF THE CCS"
    "digitalIdentifier": null,
    "homepage": "ENTER THE HOMEPAGE OF THE CCS",
    "howToCite": "ENTER A HOW TO CITE (markdown)",
    "fullName": "ENTER FULL NAME OF CCS", 
    "nativeUnit": null,
    "ontologyIdentifier": null,
    "releaseDate": "ENTER THE RELEASE DATE (YYYY-MM-DD)",
    "shortName": "ENTER SHORT NAME OF CCS",
    "usedSpecimen": null,
    "versionIdentifier": "ENTER VERSION ID"
}

Note: all 'null' entries are more complex; meaning they refer to another openMINDS instance. For "usedSpecimen" it would be nice (when available) to get the classical info for the specimen (number of subjects; species, age, biological sex, etc.)

lzehl commented 1 year ago

@SairaJHu based on our meeting I wanted to pin you to this issue