Skip to main content

catalog

Version: v26.0610
Namespace: https://behaverse.org/schemas/catalog

A metadata schema for thematic catalogs of cognitive science and neuroscience datasets

Properties

This schema defines 14 properties for describing catalog metadata.

Core Metadata

Essential fields for catalog identification

PropertyTypeRequirementDescription
@typeschema:DataCatalogoptionalJSON-LD node type (rdf:type) for schema.org / Google Dataset Search discoverabil...
namestringrequiredShort URL-friendly identifier
pretty_namestringrequiredHuman-readable display title
descriptionstringrequiredComprehensive description of the catalog's purpose and scope
keywordsarrayrecommendedKeywords describing the catalog's focus areas
date_createdstringrecommendedDate this catalog was created (ISO 8601)
date_modifiedstringoptionalDate this catalog definition was last modified (ISO 8601)
curatorarrayrecommendedPeople or organizations that curate this catalog

Curator Object

Each curator in the curator array is an object with the following properties:

PropertyTypeRequirementDescription
namestringrequiredCurator full name
emailstringoptionalCurator email address (format: email)
orcidstringoptionalORCID identifier (format: 0000-0000-0000-0000)
affiliationstringoptionalInstitutional affiliation

Example:

{
"curator": [
{
"name": "Curator Name",
"email": "[email protected]",
"orcid": "0000-0001-2345-6789"
}
]
}

Catalog Definition

Criteria and scope of the catalog

PropertyTypeRequirementDescription
inclusion_criteriaarrayrequiredSpecific rules a dataset must meet to be included in this catalog (all criteria ...
exclusion_criteriaarrayoptionalCriteria that would exclude a dataset from this catalog

Catalog Membership

Datasets and child catalogs that belong to this catalog

PropertyTypeRequirementDescription
datasetsarrayoptionalList of dataset URLs or DOIs that belong to this catalog (use stable identifiers...
catalogsarrayoptionalList of child catalog URLs that belong to this catalog (for hierarchical organiz...
dataset_countintegeroptionalNumber of datasets currently in this catalog

Relationships

Related catalogs and cross-references

PropertyTypeRequirementDescription
related_catalogsarrayoptionalNames of other catalogs that frequently overlap with this one

Usage

See the examples for practical usage patterns.

Version History

The current version of catalog is v26.0610.

Older versions are available in the catalog/versions/ directory.