openminds.core

Metadata about the general origin, location and content of research products.

Actors

class Person(activities=None, affiliations=None, alternate_names=None, associated_accounts=None, comments=None, contact_information=None, coordinated_projects=None, developed=None, digital_identifiers=None, family_name=None, funded=None, given_name=None, is_custodian_of=None, is_owner_of=None, is_provider_of=None, manufactured=None, published=None, started=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a person.

Parameters:
class ContactInformation(email=None, is_contact_information_of=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about how to contact a given person or consortium.

Parameters:
  • email (str) – Address to which or from which an electronic mail can be sent.

  • is_contact_information_of (Consortium, Person) – reverse of ‘contact_information’

class AccountInformation(belongs_to=None, service=None, user_name=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about a user account for a web service.

Parameters:
  • service (WebService) – no description available

  • user_name (str) – no description available

  • belongs_to (Person) – reverse of ‘associated_accounts’

class Organization(name=None, alias=None, affiliations=None, coordinated_projects=None, developed=None, digital_identifiers=None, full_name=None, funded=None, has_children=None, has_members=None, has_parents=None, homepage=None, hosts=None, is_custodian_of=None, is_owner_of=None, is_provider_of=None, manufactured=None, published=None, short_name=None, id=None, data=None, space=None, release_status=None)[source]

An entity comprised of one or more natural persons with a particular purpose. [adapted from Wikipedia](https://en.wikipedia.org/wiki/Organization)

Parameters:
class Consortium(name=None, alias=None, contact_information=None, coordinated_projects=None, developed=None, full_name=None, funded=None, has_members=None, homepage=None, is_custodian_of=None, is_owner_of=None, is_provider_of=None, manufactured=None, published=None, short_name=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about an association of two or more persons or organizations, with the objective of participating in a common activity.

Parameters:
class Affiliation(end_date=None, member_of=None, start_date=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about a relationship between two entities, such as a person and their employer.

Parameters:
  • end_date (date) – Date in the Gregorian calendar at which something terminates in time.

  • member_of (Consortium, Organization) – no description available

  • start_date (date) – Date in the Gregorian calendar at which something begins in time

class Contribution(contributor=None, types=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on the contribution made to a research product.

Parameters:
  • contributor (Consortium, Organization, Person) – Legal person that gave or supplied something as a part or share.

  • types (ContributionType) – Distinct class to which a group of entities or concepts with similar characteristics or attributes belong to.

Data

class ContentType(name=None, data_types=None, description=None, display_label=None, file_extensions=None, is_defined_by=None, is_format_of=None, is_output_format_of=None, is_specification_format_of=None, related_media_type=None, specification=None, synonyms=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on the content type of a file instance, bundle or repository.

Parameters:
  • data_types (DataType) – no description available

  • description (str) – Longer statement or account giving the characteristics of the content type.

  • display_label (str) – no description available

  • file_extensions (str) – String of characters attached as suffix to the names of files of a particular format.

  • name (str) – Word or phrase that constitutes the distinctive designation of the content type.

  • related_media_type (IRI) – Reference to an official two-part identifier for file formats and format contents.

  • specification (IRI) – Detailed and precise presentation of, or proposal for something.

  • synonyms (str) – Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.

  • is_defined_by (ContentTypePattern) – reverse of ‘content_type’

  • is_format_of (LocalFile, ValidationTestVersion, WorkflowRecipeVersion, Configuration, File, FileArchive, FileBundle, FileRepository, ModelVersion, WebResource) – reverse of ‘format’

  • is_output_format_of (SoftwareVersion, WebServiceVersion) – reverse of ‘output_formats’

  • is_specification_format_of (MetaDataModelVersion) – reverse of ‘specification_formats’

class ContentTypePattern(lookup_label=None, content_type=None, identifies_content_of=None, regex=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • content_type (ContentType) – no description available

  • lookup_label (str) – no description available

  • regex (str) – no description available

  • identifies_content_of (FileRepository) – reverse of ‘content_type_patterns’

class Copyright(holders=None, years=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on the copyright.

Parameters:
  • holders (Consortium, Organization, Person) – Legal person in possession of something.

  • years (str) – Cycle in the Gregorian calendar specified by a number and comprised of 365 or 366 days divided into 12 months beginning with January and ending with December.

class File(name=None, content_description=None, data_types=None, describes=None, file_repository=None, format=None, fully_documents=None, has_copies=None, hash=None, hashes=None, iri=None, is_also_part_of=None, is_configuration_of=None, is_default_image_for=None, is_input_to=None, is_location_of=None, is_output_of=None, is_part_of=None, is_preview_of=None, is_reference_for=None, is_source_data_of=None, is_used_to_group=None, special_usage_role=None, specifies=None, storage_size=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a file instance that is accessible via a URL.

Parameters:
class FileBundle(name=None, content_description=None, describes=None, format=None, grouped_by=None, grouping_types=None, has_parts=None, hash=None, is_also_part_of=None, is_input_to=None, is_location_of=None, is_output_of=None, is_part_of=None, is_reference_for=None, specifies=None, storage_size=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a bundle of file instances.

Parameters:
class FileRepository(name=None, contains_content_of=None, content_type_patterns=None, files=None, format=None, has_parts=None, hash=None, hosted_by=None, iri=None, storage_size=None, structure_pattern=None, type=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a file repository.

Parameters:
  • content_type_patterns (ContentTypePattern) – no description available

  • format (ContentType) – Method of digitally organizing and structuring data or information.

  • hash (Hash) – Term used for the process of converting any data into a single value. Often also directly refers to the resulting single value.

  • hosted_by (Organization) – Reference to an organization that provides facilities and services for something.

  • iri (IRI) – Stands for Internationalized Resource Identifier which is an internet protocol standard that builds on the URI protocol, extending the set of permitted characters to include Unicode/ISO 10646.

  • name (str) – Word or phrase that constitutes the distinctive designation of the file repository.

  • storage_size (QuantitativeValue) – Quantitative value defining how much disk space is used by an object on a computer system.

  • structure_pattern (FileRepositoryStructure) – no description available

  • type (FileRepositoryType) – Distinct class to which a group of entities or concepts with similar characteristics or attributes belong to.

  • contains_content_of (ValidationTestVersion, WorkflowRecipeVersion, DatasetVersion, MetaDataModelVersion, ModelVersion, SoftwareVersion, WebServiceVersion, LivePaperVersion, BrainAtlasVersion, CommonCoordinateSpaceVersion) – reverse of ‘repository’

  • files (File) – reverse of ‘file_repository’

  • has_parts (FileBundle) – reverse of ‘is_part_of’

class FileArchive(format=None, iri=None, is_location_of=None, is_output_of=None, source_data=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • format (ContentType) – Method of digitally organizing and structuring data or information.

  • iri (IRI) – Stands for Internationalized Resource Identifier which is an internet protocol standard that builds on the URI protocol, extending the set of permitted characters to include Unicode/ISO 10646.

  • source_data (File) – no description available

  • is_location_of (ServiceLink) – reverse of ‘data_location’

  • is_output_of (DataAnalysis, GenericComputation, Simulation, Visualization) – reverse of ‘outputs’

class FilePathPattern(grouping_types=None, regex=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • grouping_types (FileBundleGrouping) – no description available

  • regex (str) – no description available

class FileRepositoryStructure(lookup_label=None, file_path_patterns=None, structures=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • file_path_patterns (FilePathPattern) – no description available

  • lookup_label (str) – no description available

  • structures (FileRepository) – reverse of ‘structure_pattern’

class Hash(algorithm=None, digest=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a hash.

Parameters:
  • algorithm (str) – Procedure for solving a mathematical problem in a finite number of steps. Can involve repetition of an operation.

  • digest (str) – Summation or condensation of a body of information.

class License(name=None, alias=None, full_name=None, is_applied_to=None, legal_code=None, short_name=None, webpages=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a used license.

Parameters:

<description not available>

Parameters:
class Measurement(additional_remarks=None, measured_quantity=None, measured_with=None, timestamp=None, values=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about a measurement performed during a scientific experiment.

Parameters:
class QuantitativeValue(type_of_uncertainty=None, uncertainties=None, unit=None, value=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a quantitative value.

Parameters:
  • type_of_uncertainty (TypeOfUncertainty) – Distinct technique used to quantify the uncertainty of a measurement.

  • uncertainties (Real) – Quantitative value range defining the uncertainty of a measurement.

  • unit (UnitOfMeasurement) – Determinate quantity adopted as a standard of measurement.

  • value (Real) – Entry for a property.

class QuantitativeValueArray(negative_uncertainties=None, positive_uncertainties=None, type_of_uncertainty=None, unit=None, values=None, id=None, data=None, space=None, release_status=None)[source]

A representation of an array of quantitative values, optionally with uncertainties.

Parameters:
  • negative_uncertainties (Real) – no description available

  • positive_uncertainties (Real) – no description available

  • type_of_uncertainty (TypeOfUncertainty) – Distinct technique used to quantify the uncertainty of a measurement.

  • unit (UnitOfMeasurement) – Determinate quantity adopted as a standard of measurement.

  • values (Real) – no description available

class QuantitativeValueRange(max_value=None, max_value_unit=None, min_value=None, min_value_unit=None, id=None, data=None, space=None, release_status=None)[source]

A representation of a range of quantitative values.

Parameters:
  • max_value (Real) – Greatest quantity attained or allowed.

  • max_value_unit (UnitOfMeasurement) – no description available

  • min_value (Real) – Smallest quantity attained or allowed.

  • min_value_unit (UnitOfMeasurement) – no description available

Miscellaneous

class Comment(about=None, comment=None, commenter=None, timestamp=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about a short text expressing an opinion on, or giving information about some entity.

Parameters:
class Funding(acknowledgement=None, award_number=None, award_title=None, funded=None, funder=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on used funding.

Parameters:

Identifiers

class DOI(describes=None, identifier=None, identifies=None, related_to=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about a digital object identifier, as standardized by the International Organization for Standardization.

Parameters:
class GRIDID(identifier=None, identifies=None, id=None, data=None, space=None, release_status=None)[source]

A GRID (Global Research Identifier Database) identifier.

Parameters:
  • identifier (str) – Term or code used to identify the GRIDID.

  • identifies (Organization) – reverse of ‘digital_identifiers’

class HANDLE(identifier=None, related_to=None, id=None, data=None, space=None, release_status=None)[source]

A persistent identifier for an information resource provided by the Handle System of the Corporation for National Research Initiatives.

Parameters:
class ISBN(cited_in=None, identifier=None, identifies=None, related_to=None, id=None, data=None, space=None, release_status=None)[source]

An International Standard Book Number of the International ISBN Agency.

Parameters:
class ISSN(identifier=None, identifies=None, related_to=None, id=None, data=None, space=None, release_status=None)[source]

An International Standard Serial Number of the ISSN International Centre.

Parameters:
class ORCID(identifier=None, identifies=None, id=None, data=None, space=None, release_status=None)[source]

A persistent identifier for a researcher provided by Open Researcher and Contributor ID, Inc.

Parameters:
  • identifier (str) – Term or code used to identify the ORCID.

  • identifies (Person) – reverse of ‘digital_identifiers’

class RORID(identifier=None, identifies=None, id=None, data=None, space=None, release_status=None)[source]

A persistent identifier for a research organization, provided by the Research Organization Registry.

Parameters:
  • identifier (str) – Term or code used to identify the RORID.

  • identifies (Organization) – reverse of ‘digital_identifiers’

class RRID(identifier=None, identifies=None, id=None, data=None, space=None, release_status=None)[source]

A persistent identifier for a research resource provided by the Resource Identification Initiative.

Parameters:
class SWHID(identifier=None, identifies=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
class StockNumber(identifier=None, vendor=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • identifier (str) – Term or code used to identify the stock number.

  • vendor (Organization) – no description available

class WebResource(content_description=None, describes=None, format=None, fully_documents=None, iri=None, is_applied_to=None, is_output_of=None, is_reference_for=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:

Products

class Dataset(name=None, alias=None, authors=None, comments=None, custodians=None, description=None, digital_identifier=None, full_name=None, has_versions=None, homepage=None, how_to_cite=None, is_part_of=None, learning_resources=None, short_name=None, versions=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on data originating from human/animal studies or simulations (concept level).

Parameters:
  • authors (Consortium, Organization, Person) – Creator of a literary or creative work, as well as a dataset publication.

  • custodians (Consortium, Organization, Person) – The ‘custodian’ is a legal person who is responsible for the content and quality of the data, metadata, and/or code of a research product.

  • description (str) – Longer statement or account giving the characteristics of the dataset.

  • digital_identifier (DOI, IdentifiersDotOrgID) – Digital handle to identify objects or legal persons.

  • full_name (str) – Whole, non-abbreviated name of the dataset.

  • has_versions (DatasetVersion) – Reference to variants of an original.

  • homepage (IRI) – Main website of the dataset.

  • how_to_cite (str) – Preferred format for citing a particular object or legal person.

  • short_name (str) – Shortened or fully abbreviated name of the dataset.

  • comments (Comment) – reverse of ‘about’

  • is_part_of (Project, ResearchProductGroup) – reverse of ‘has_parts’

  • learning_resources (LearningResource) – reverse of ‘about’

class DatasetVersion(name=None, alias=None, accessibility=None, authors=None, behavioral_protocols=None, comments=None, copyright=None, custodians=None, data_types=None, description=None, digital_identifier=None, ethics_assessment=None, experimental_approaches=None, full_documentation=None, full_name=None, funding=None, has_parts=None, homepage=None, how_to_cite=None, input_data=None, is_alternative_version_of=None, is_input_to=None, is_new_version_of=None, is_old_version_of=None, is_part_of=None, is_version_of=None, keywords=None, learning_resources=None, license=None, other_contributions=None, preparation_designs=None, protocols=None, publication=None, related_publications=None, release_date=None, repository=None, short_name=None, studied_specimens=None, study_targets=None, support_channels=None, techniques=None, version_identifier=None, version_innovation=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on data originating from human/animal studies or simulations (version level).

Parameters:
class Model(name=None, alias=None, abstraction_level=None, comments=None, custodians=None, description=None, developers=None, digital_identifier=None, full_name=None, has_versions=None, homepage=None, how_to_cite=None, is_part_of=None, learning_resources=None, model_scope=None, scope=None, short_name=None, study_targets=None, versions=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a computational model (concept level).

Parameters:
class ModelVersion(name=None, alias=None, accessibility=None, comments=None, copyright=None, custodians=None, description=None, developers=None, digital_identifier=None, formats=None, full_documentation=None, full_name=None, funding=None, homepage=None, how_to_cite=None, input_data=None, is_alternative_version_of=None, is_input_to=None, is_location_of=None, is_new_version_of=None, is_old_version_of=None, is_output_of=None, is_part_of=None, is_version_of=None, keywords=None, learning_resources=None, licenses=None, other_contributions=None, output_data=None, publication=None, related_publications=None, release_date=None, repository=None, short_name=None, support_channels=None, version_identifier=None, version_innovation=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a computational model (version level).

Parameters:
class Project(name=None, alias=None, coordinators=None, description=None, full_name=None, has_parts=None, homepage=None, short_name=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a research project.

Parameters:
class Software(name=None, alias=None, comments=None, custodians=None, description=None, developers=None, digital_identifier=None, full_name=None, has_versions=None, homepage=None, how_to_cite=None, is_part_of=None, learning_resources=None, short_name=None, versions=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a software tool (concept level).

Parameters:
  • custodians (Consortium, Organization, Person) – The ‘custodian’ is a legal person who is responsible for the content and quality of the data, metadata, and/or code of a research product.

  • description (str) – Longer statement or account giving the characteristics of the software.

  • developers (Consortium, Organization, Person) – Legal person that creates or improves products or services (e.g., software, applications, etc.).

  • digital_identifier (DOI, RRID, SWHID) – Digital handle to identify objects or legal persons.

  • full_name (str) – Whole, non-abbreviated name of the software.

  • has_versions (SoftwareVersion) – Reference to variants of an original.

  • homepage (IRI) – Main website of the software.

  • how_to_cite (str) – Preferred format for citing a particular object or legal person.

  • short_name (str) – Shortened or fully abbreviated name of the software.

  • comments (Comment) – reverse of ‘about’

  • is_part_of (Project, ResearchProductGroup) – reverse of ‘has_parts’

  • learning_resources (LearningResource) – reverse of ‘about’

class SoftwareVersion(name=None, alias=None, accessibility=None, application_categories=None, comments=None, copyright=None, custodians=None, description=None, developers=None, devices=None, digital_identifier=None, features=None, full_documentation=None, full_name=None, funding=None, has_parts=None, homepage=None, how_to_cite=None, input_formats=None, is_alternative_version_of=None, is_input_to=None, is_new_version_of=None, is_old_version_of=None, is_part_of=None, is_version_of=None, keywords=None, languages=None, learning_resources=None, licenses=None, operating_systems=None, other_contributions=None, output_formats=None, programming_languages=None, publication=None, related_publications=None, release_date=None, repository=None, requirements=None, short_name=None, support_channels=None, used_in=None, version_identifier=None, version_innovation=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
class MetaDataModel(name=None, alias=None, comments=None, custodians=None, description=None, developers=None, digital_identifier=None, full_name=None, has_versions=None, homepage=None, how_to_cite=None, is_part_of=None, learning_resources=None, short_name=None, versions=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • custodians (Consortium, Organization, Person) – The ‘custodian’ is a legal person who is responsible for the content and quality of the data, metadata, and/or code of a research product.

  • description (str) – Longer statement or account giving the characteristics of the meta data model.

  • developers (Consortium, Organization, Person) – Legal person that creates or improves products or services (e.g., software, applications, etc.).

  • digital_identifier (DOI, SWHID) – Digital handle to identify objects or legal persons.

  • full_name (str) – Whole, non-abbreviated name of the meta data model.

  • has_versions (MetaDataModelVersion) – Reference to variants of an original.

  • homepage (IRI) – Main website of the meta data model.

  • how_to_cite (str) – Preferred format for citing a particular object or legal person.

  • short_name (str) – Shortened or fully abbreviated name of the meta data model.

  • comments (Comment) – reverse of ‘about’

  • is_part_of (Project, ResearchProductGroup) – reverse of ‘has_parts’

  • learning_resources (LearningResource) – reverse of ‘about’

class MetaDataModelVersion(name=None, alias=None, accessibility=None, comments=None, copyright=None, custodians=None, description=None, developers=None, digital_identifier=None, full_documentation=None, full_name=None, funding=None, homepage=None, how_to_cite=None, is_alternative_version_of=None, is_new_version_of=None, is_old_version_of=None, is_part_of=None, is_version_of=None, keywords=None, learning_resources=None, license=None, other_contributions=None, related_publications=None, release_date=None, repository=None, serialization_formats=None, short_name=None, specification_formats=None, support_channels=None, type=None, version_identifier=None, version_innovation=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
class WebService(name=None, alias=None, comments=None, custodians=None, description=None, developers=None, full_name=None, has_accounts=None, has_versions=None, homepage=None, how_to_cite=None, is_part_of=None, learning_resources=None, short_name=None, versions=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • custodians (Consortium, Organization, Person) – The ‘custodian’ is a legal person who is responsible for the content and quality of the data, metadata, and/or code of a research product.

  • description (str) – Longer statement or account giving the characteristics of the web service.

  • developers (Consortium, Organization, Person) – Legal person that creates or improves products or services (e.g., software, applications, etc.).

  • full_name (str) – Whole, non-abbreviated name of the web service.

  • has_versions (WebServiceVersion) – Reference to variants of an original.

  • homepage (IRI) – Main website of the web service.

  • how_to_cite (str) – Preferred format for citing a particular object or legal person.

  • short_name (str) – Shortened or fully abbreviated name of the web service.

  • comments (Comment) – reverse of ‘about’

  • has_accounts (AccountInformation) – reverse of ‘service’

  • is_part_of (Project, ResearchProductGroup) – reverse of ‘has_parts’

  • learning_resources (LearningResource) – reverse of ‘about’

class WebServiceVersion(name=None, alias=None, accessibility=None, comments=None, copyright=None, custodians=None, description=None, developers=None, full_documentation=None, full_name=None, funding=None, has_parts=None, homepage=None, how_to_cite=None, input_formats=None, is_alternative_version_of=None, is_new_version_of=None, is_old_version_of=None, is_part_of=None, is_version_of=None, keywords=None, learning_resources=None, other_contributions=None, output_formats=None, related_publications=None, release_date=None, repository=None, short_name=None, support_channels=None, used_for=None, version_identifier=None, version_innovation=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
class ResearchProductGroup(context=None, has_parts=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:

Research

class BehavioralProtocol(name=None, described_in=None, description=None, internal_identifier=None, is_used_to_group=None, stimulations=None, stimulus_types=None, used_in=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about a protocol used in an experiment studying human or animal behavior.

Parameters:
class Protocol(name=None, described_in=None, description=None, stimulus_types=None, techniques=None, used_in=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a research project.

Parameters:
class ProtocolExecution(lookup_label=None, based_on_protocol_execution=None, behavioral_protocols=None, custom_property_sets=None, description=None, end_time=None, inputs=None, is_part_of=None, outputs=None, performed_by=None, preparation_design=None, protocols=None, start_time=None, study_targets=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a protocol execution.

Parameters:
class Setup(name=None, description=None, has_parts=None, is_part_of=None, location=None, manufacturers=None, types=None, used_in=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • description (str) – Longer statement or account giving the characteristics of the setup.

  • has_parts (Setup, SoftwareVersion, Electrode, ElectrodeArray, Pipette, SlicingDevice) – no description available

  • location (str) – no description available

  • manufacturers (Consortium, Organization, Person) – no description available

  • name (str) – Word or phrase that constitutes the distinctive designation of the setup.

  • types (SetupType) – Distinct class to which a group of entities or concepts with similar characteristics or attributes belong to.

  • is_part_of (Setup) – reverse of ‘has_parts’

  • used_in (StimulationActivity) – reverse of ‘setup’

class Strain(name=None, alternate_identifiers=None, background_strains=None, breeding_type=None, description=None, digital_identifier=None, disease_models=None, genetic_strain_type=None, is_background_strain_of=None, is_species_of=None, laboratory_code=None, ontology_identifiers=None, phenotype=None, species=None, stock_number=None, synonyms=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • alternate_identifiers (str) – no description available

  • background_strains (Strain) – no description available

  • breeding_type (BreedingType) – no description available

  • description (str) – Longer statement or account giving the characteristics of the strain.

  • digital_identifier (RRID) – Digital handle to identify objects or legal persons.

  • disease_models (Disease, DiseaseModel) – no description available

  • genetic_strain_type (GeneticStrainType) – no description available

  • laboratory_code (str) – no description available

  • name (str) – Word or phrase that constitutes the distinctive designation of the strain.

  • ontology_identifiers (str) – Term or code used to identify the strain registered within a particular ontology.

  • phenotype (str) – Physical expression of one or more genes of an organism.

  • species (Species) – Category of biological classification comprising related organisms or populations potentially capable of interbreeding, and being designated by a binomial that consists of the name of a genus followed by a Latin or latinized uncapitalized noun or adjective.

  • stock_number (StockNumber) – no description available

  • synonyms (str) – Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.

  • is_background_strain_of (Strain) – reverse of ‘background_strains’

  • is_species_of (Subject, SubjectGroup, TissueSample, TissueSampleCollection) – reverse of ‘species’

class Subject(lookup_label=None, biological_sex=None, has_study_results_in=None, internal_identifier=None, is_part_of=None, is_used_to_group=None, species=None, studied_states=None, used_in=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a subject.

Parameters:
  • biological_sex (BiologicalSex) – Differentiation of individuals of most species (animals and plants) based on the type of gametes they produce.

  • internal_identifier (str) – Term or code that identifies the subject within a particular product.

  • is_part_of (SubjectGroup) – Reference to the ensemble of multiple things or beings.

  • lookup_label (str) – no description available

  • species (Species, Strain) – Category of biological classification comprising related organisms or populations potentially capable of interbreeding, and being designated by a binomial that consists of the name of a genus followed by a Latin or latinized uncapitalized noun or adjective.

  • studied_states (SubjectState) – Reference to a point in time at which the subject was studied in a particular mode or condition.

  • has_study_results_in (DatasetVersion) – reverse of ‘studied_specimens’

  • is_used_to_group (FileBundle) – reverse of ‘grouped_by’

  • used_in (BrainAtlasVersion, CommonCoordinateSpaceVersion) – reverse of ‘used_specimens’

class SubjectGroup(lookup_label=None, additional_remarks=None, biological_sexes=None, has_parts=None, has_study_results_in=None, internal_identifier=None, is_used_to_group=None, number_of_subjects=None, species=None, studied_states=None, used_in=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • additional_remarks (str) – Mention of what deserves additional attention or notice.

  • biological_sexes (BiologicalSex) – Differentiation of individuals of most species (animals and plants) based on the type of gametes they produce.

  • internal_identifier (str) – Term or code that identifies the subject group within a particular product.

  • lookup_label (str) – no description available

  • number_of_subjects (int) – no description available

  • species (Species, Strain) – Category of biological classification comprising related organisms or populations potentially capable of interbreeding, and being designated by a binomial that consists of the name of a genus followed by a Latin or latinized uncapitalized noun or adjective.

  • studied_states (SubjectGroupState) – Reference to a point in time at which the subject group was studied in a particular mode or condition.

  • has_parts (Subject) – reverse of ‘is_part_of’

  • has_study_results_in (DatasetVersion) – reverse of ‘studied_specimens’

  • is_used_to_group (FileBundle) – reverse of ‘grouped_by’

  • used_in (BrainAtlasVersion, CommonCoordinateSpaceVersion) – reverse of ‘used_specimens’

class SubjectGroupState(lookup_label=None, additional_remarks=None, age=None, age_categories=None, attributes=None, descended_from=None, handedness=None, has_children=None, internal_identifier=None, is_input_to=None, is_output_of=None, is_state_of=None, is_used_to_group=None, pathologies=None, relative_time_indication=None, weight=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
class SubjectState(lookup_label=None, additional_remarks=None, age=None, age_category=None, attributes=None, descended_from=None, handedness=None, has_children=None, internal_identifier=None, is_input_to=None, is_output_of=None, is_state_of=None, is_used_to_group=None, pathologies=None, relative_time_indication=None, used_in=None, weight=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a temporary state of a subject.

Parameters:
class TissueSample(lookup_label=None, anatomical_locations=None, biological_sex=None, has_study_results_in=None, internal_identifier=None, is_part_of=None, is_used_to_group=None, lateralities=None, origin=None, species=None, studied_states=None, type=None, used_in=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a tissue sample.

Parameters:
  • anatomical_locations (CellType, Organ, OrganismSubstance, SubcellularEntity, UBERONParcellation, CustomAnatomicalEntity, ParcellationEntity, ParcellationEntityVersion) – no description available

  • biological_sex (BiologicalSex) – Differentiation of individuals of most species (animals and plants) based on the type of gametes they produce.

  • internal_identifier (str) – Term or code that identifies the tissue sample within a particular product.

  • is_part_of (TissueSampleCollection) – Reference to the ensemble of multiple things or beings.

  • lateralities (Laterality) – Differentiation between a pair of lateral homologous parts of the body.

  • lookup_label (str) – no description available

  • origin (CellType, Organ, OrganismSubstance) – Source at which something begins or rises, or from which something derives.

  • species (Species, Strain) – Category of biological classification comprising related organisms or populations potentially capable of interbreeding, and being designated by a binomial that consists of the name of a genus followed by a Latin or latinized uncapitalized noun or adjective.

  • studied_states (TissueSampleState) – Reference to a point in time at which the tissue sample was studied in a particular mode or condition.

  • type (TissueSampleType) – Distinct class to which a group of entities or concepts with similar characteristics or attributes belong to.

  • has_study_results_in (DatasetVersion) – reverse of ‘studied_specimens’

  • is_used_to_group (FileBundle) – reverse of ‘grouped_by’

  • used_in (BrainAtlasVersion, CommonCoordinateSpaceVersion) – reverse of ‘used_specimens’

class TissueSampleCollection(lookup_label=None, additional_remarks=None, anatomical_locations=None, biological_sexes=None, has_parts=None, has_study_results_in=None, internal_identifier=None, is_used_to_group=None, lateralities=None, number_of_tissue_samples=None, origins=None, species=None, studied_states=None, types=None, used_in=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • additional_remarks (str) – Mention of what deserves additional attention or notice.

  • anatomical_locations (CellType, Organ, OrganismSubstance, SubcellularEntity, UBERONParcellation, CustomAnatomicalEntity, ParcellationEntity, ParcellationEntityVersion) – no description available

  • biological_sexes (BiologicalSex) – Differentiation of individuals of most species (animals and plants) based on the type of gametes they produce.

  • internal_identifier (str) – Term or code that identifies the tissue sample collection within a particular product.

  • lateralities (Laterality) – Differentiation between a pair of lateral homologous parts of the body.

  • lookup_label (str) – no description available

  • number_of_tissue_samples (int) – no description available

  • origins (CellType, Organ, OrganismSubstance) – Source at which something begins or rises, or from which something derives.

  • species (Species, Strain) – Category of biological classification comprising related organisms or populations potentially capable of interbreeding, and being designated by a binomial that consists of the name of a genus followed by a Latin or latinized uncapitalized noun or adjective.

  • studied_states (TissueSampleCollectionState) – Reference to a point in time at which the tissue sample collection was studied in a particular mode or condition.

  • types (TissueSampleType) – Distinct class to which a group of entities or concepts with similar characteristics or attributes belong to.

  • has_parts (TissueSample) – reverse of ‘is_part_of’

  • has_study_results_in (DatasetVersion) – reverse of ‘studied_specimens’

  • is_used_to_group (FileBundle) – reverse of ‘grouped_by’

  • used_in (BrainAtlasVersion, CommonCoordinateSpaceVersion) – reverse of ‘used_specimens’

class TissueSampleCollectionState(lookup_label=None, additional_remarks=None, age=None, attributes=None, descended_from=None, has_children=None, internal_identifier=None, is_input_to=None, is_output_of=None, is_state_of=None, is_used_to_group=None, pathologies=None, relative_time_indication=None, weight=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
class TissueSampleState(lookup_label=None, additional_remarks=None, age=None, attributes=None, descended_from=None, has_children=None, internal_identifier=None, is_input_to=None, is_output_of=None, is_state_of=None, is_used_to_group=None, pathologies=None, relative_time_indication=None, used_in=None, weight=None, id=None, data=None, space=None, release_status=None)[source]

Structured information on a temporary state of a tissue sample.

Parameters:
class Configuration(lookup_label=None, configuration=None, format=None, is_configuration_of=None, specifies=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about the properties or parameters of an entity or process.

Parameters:
class CustomPropertySet(context=None, data_location=None, relevant_for=None, id=None, data=None, space=None, release_status=None)[source]

Bases: KGEmbedded, CustomPropertySet

Structured information about properties of an entity that are not represented in an openMINDS schema.

Parameters:
class PropertyValueList(lookup_label=None, defines_environment_of=None, is_configuration_of=None, property_value_pairs=None, specifies=None, id=None, data=None, space=None, release_status=None)[source]

An identifiable list of property-value pairs.

Parameters:
class StringProperty(name=None, value=None, id=None, data=None, space=None, release_status=None)[source]

<description not available>

Parameters:
  • name (str) – Word or phrase that constitutes the distinctive designation of the string property.

  • value (str) – Entry for a property.

class NumericalProperty(name=None, values=None, id=None, data=None, space=None, release_status=None)[source]

Structured information about a property of some entity or process whose value is a number.

Parameters: