openminds.computation¶
Provenance of computational workflows in neuroscience, including simulations, data analysis and visualizations.
- class Environment(name=None, configuration=None, description=None, hardware=None, software=None, used_for=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,EnvironmentStructured information on the computer system or set of systems in which a computation is deployed and executed.
- Parameters:
configuration (Configuration) – no description available
description (str) – Longer statement or account giving the characteristics of the environment.
hardware (HardwareSystem) – no description available
name (str) – Word or phrase that constitutes the distinctive designation of the environment.
software (SoftwareVersion) – no description available
used_for (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, SoftwareAgent, Visualization) – reverse of ‘environment’
- class HardwareSystem(name=None, description=None, used_by=None, version_identifier=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,HardwareSystemStructured information about computing hardware.
- Parameters:
description (str) – Longer statement or account giving the characteristics of the hardware system.
name (str) – Word or phrase that constitutes the distinctive designation of the hardware system.
version_identifier (str) – Term or code used to identify the version of something.
used_by (Environment) – reverse of ‘hardware’
- class LaunchConfiguration(name=None, arguments=None, description=None, environment_variable=None, environment_variables=None, executable=None, is_launch_configuration_of=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,LaunchConfigurationStructured information about the launch of a computational process.
- Parameters:
arguments (str) – no description available
description (str) – Longer statement or account giving the characteristics of the launch configuration.
environment_variable (PropertyValueList) – no description available
executable (str) – no description available
name (str) – Word or phrase that constitutes the distinctive designation of the launch configuration.
is_launch_configuration_of (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – reverse of ‘launch_configuration’
- class DataAnalysis(lookup_label=None, custom_property_sets=None, description=None, end_time=None, environment=None, informed=None, inputs=None, is_part_of=None, launch_configuration=None, outputs=None, performed_by=None, recipe=None, resource_usages=None, start_time=None, started_by=None, status=None, study_targets=None, tags=None, techniques=None, was_informed_by=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,DataAnalysisStructured information on inspecting, cleansing, transforming, and modelling data.
- Parameters:
custom_property_sets (CustomPropertySet) – no description available
description (str) – Longer statement or account giving the characteristics of the data analysis.
end_time (datetime, time) – no description available
environment (Environment, WebServiceVersion) – no description available
inputs (LocalFile, File, FileBundle, SoftwareVersion, BrainAtlasVersion, CommonCoordinateSpaceVersion) – Something or someone that is put into or participates in a process or machine.
launch_configuration (LaunchConfiguration) – no description available
lookup_label (str) – no description available
outputs (LocalFile, File, FileArchive, FileBundle) – Something or someone that comes out of, is delivered or produced by a process or machine.
performed_by (SoftwareAgent, Person) – no description available
recipe (WorkflowRecipeVersion) – no description available
resource_usages (QuantitativeValue, QuantitativeValueRange) – no description available
start_time (datetime, time) – no description available
started_by (SoftwareAgent, Person) – no description available
status (ActionStatusType) – no description available
study_targets (AuditoryStimulusType, BiologicalOrder, BiologicalSex, BreedingType, CellCultureType, CellType, Disease, DiseaseModel, ElectricalStimulusType, GeneticStrainType, GustatoryStimulusType, Handedness, MolecularEntity, OlfactoryStimulusType, OpticalStimulusType, Organ, OrganismSubstance, OrganismSystem, Species, SubcellularEntity, TactileStimulusType, TermSuggestion, TissueSampleType, UBERONParcellation, VisualStimulusType, CustomAnatomicalEntity, ParcellationEntity, ParcellationEntityVersion) – Structure or function that was targeted within a study.
tags (str) – no description available
techniques (AnalysisTechnique) – Method of accomplishing a desired aim.
was_informed_by (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – no description available
informed (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – reverse of ‘was_informed_by’
is_part_of (WorkflowExecution) – reverse of ‘stages’
- class Simulation(lookup_label=None, custom_property_sets=None, description=None, end_time=None, environment=None, informed=None, inputs=None, is_part_of=None, launch_configuration=None, outputs=None, performed_by=None, recipe=None, resource_usages=None, start_time=None, started_by=None, status=None, study_targets=None, tags=None, techniques=None, was_informed_by=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,SimulationStructured information about a process of running simulations of a computational model.
- Parameters:
custom_property_sets (CustomPropertySet) – no description available
description (str) – Longer statement or account giving the characteristics of the simulation.
end_time (datetime, time) – no description available
environment (Environment, WebServiceVersion) – no description available
inputs (LocalFile, File, FileBundle, ModelVersion, SoftwareVersion) – Something or someone that is put into or participates in a process or machine.
launch_configuration (LaunchConfiguration) – no description available
lookup_label (str) – no description available
outputs (LocalFile, File, FileArchive, FileBundle) – Something or someone that comes out of, is delivered or produced by a process or machine.
performed_by (SoftwareAgent, Person) – no description available
recipe (WorkflowRecipeVersion) – no description available
resource_usages (QuantitativeValue, QuantitativeValueRange) – no description available
start_time (datetime, time) – no description available
started_by (SoftwareAgent, Person) – no description available
status (ActionStatusType) – no description available
study_targets (AuditoryStimulusType, BiologicalOrder, BiologicalSex, BreedingType, CellCultureType, CellType, Disease, DiseaseModel, ElectricalStimulusType, GeneticStrainType, GustatoryStimulusType, Handedness, MolecularEntity, OlfactoryStimulusType, OpticalStimulusType, Organ, OrganismSubstance, OrganismSystem, Species, SubcellularEntity, TactileStimulusType, TermSuggestion, TissueSampleType, UBERONParcellation, VisualStimulusType, CustomAnatomicalEntity, ParcellationEntity, ParcellationEntityVersion) – Structure or function that was targeted within a study.
tags (str) – no description available
techniques (AnalysisTechnique) – Method of accomplishing a desired aim.
was_informed_by (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – no description available
informed (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – reverse of ‘was_informed_by’
is_part_of (WorkflowExecution) – reverse of ‘stages’
- class ModelValidation(lookup_label=None, custom_property_sets=None, description=None, end_time=None, environment=None, informed=None, inputs=None, is_part_of=None, launch_configuration=None, outputs=None, performed_by=None, recipe=None, resource_usages=None, score=None, start_time=None, started_by=None, status=None, study_targets=None, tags=None, techniques=None, was_informed_by=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,ModelValidationStructured information about a process of validating a computational model.
- Parameters:
custom_property_sets (CustomPropertySet) – no description available
description (str) – Longer statement or account giving the characteristics of the model validation.
end_time (datetime, time) – no description available
environment (Environment, WebServiceVersion) – no description available
inputs (LocalFile, ValidationTestVersion, File, FileBundle, ModelVersion, SoftwareVersion) – Something or someone that is put into or participates in a process or machine.
launch_configuration (LaunchConfiguration) – no description available
lookup_label (str) – no description available
outputs (LocalFile, File, FileBundle) – Something or someone that comes out of, is delivered or produced by a process or machine.
performed_by (SoftwareAgent, Person) – no description available
recipe (WorkflowRecipeVersion) – no description available
resource_usages (QuantitativeValue, QuantitativeValueRange) – no description available
score (Real) – no description available
start_time (datetime, time) – no description available
started_by (SoftwareAgent, Person) – no description available
status (ActionStatusType) – no description available
study_targets (AuditoryStimulusType, BiologicalOrder, BiologicalSex, BreedingType, CellCultureType, CellType, Disease, DiseaseModel, ElectricalStimulusType, GeneticStrainType, GustatoryStimulusType, Handedness, MolecularEntity, OlfactoryStimulusType, OpticalStimulusType, Organ, OrganismSubstance, OrganismSystem, Species, SubcellularEntity, TactileStimulusType, TermSuggestion, TissueSampleType, UBERONParcellation, VisualStimulusType, CustomAnatomicalEntity, ParcellationEntity, ParcellationEntityVersion) – Structure or function that was targeted within a study.
tags (str) – no description available
techniques (AnalysisTechnique) – Method of accomplishing a desired aim.
was_informed_by (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – no description available
informed (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – reverse of ‘was_informed_by’
is_part_of (WorkflowExecution) – reverse of ‘stages’
- class ValidationTest(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, model_scope=None, reference_data_acquisitions=None, scope=None, score_type=None, short_name=None, study_targets=None, versions=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,ValidationTestStructured information about the definition of a process for validating a computational model.
- 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 validation test.
developers (Consortium, Organization, Person) – Legal person that creates or improves products or services (e.g., software, applications, etc.).
digital_identifier (DOI) – Digital handle to identify objects or legal persons.
full_name (str) – Whole, non-abbreviated name of the validation test.
has_versions (ValidationTestVersion) – Reference to variants of an original.
homepage (IRI) – Main website of the validation test.
how_to_cite (str) – Preferred format for citing a particular object or legal person.
reference_data_acquisitions (Technique) – no description available
scope (ModelScope) – Extent of something.
score_type (DifferenceMeasure) – no description available
short_name (str) – Shortened or fully abbreviated name of the validation test.
study_targets (AuditoryStimulusType, BiologicalOrder, BiologicalSex, BreedingType, CellCultureType, CellType, Disease, DiseaseModel, ElectricalStimulusType, GeneticStrainType, GustatoryStimulusType, Handedness, MolecularEntity, OlfactoryStimulusType, OpticalStimulusType, Organ, OrganismSubstance, OrganismSystem, Species, SubcellularEntity, TactileStimulusType, TermSuggestion, TissueSampleType, UBERONParcellation, VisualStimulusType, CustomAnatomicalEntity, ParcellationEntity, ParcellationEntityVersion) – Structure or function that was targeted within a study.
comments (Comment) – reverse of ‘about’
is_part_of (Project, ResearchProductGroup) – reverse of ‘has_parts’
learning_resources (LearningResource) – reverse of ‘about’
- class ValidationTestVersion(name=None, alias=None, accessibility=None, comments=None, configuration=None, copyright=None, custodians=None, description=None, developers=None, digital_identifier=None, entry_point=None, format=None, full_documentation=None, full_name=None, funding=None, homepage=None, how_to_cite=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, licenses=None, other_contributions=None, reference_data=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]¶
Bases:
KGObject,ValidationTestVersionStructured information about a specific implementation of a validation test.
- Parameters:
accessibility (ProductAccessibility) – Level to which something is accessible to the validation test version.
configuration (Configuration, File, PropertyValueList, WebResource) – no description available
copyright (Copyright) – Exclusive and assignable legal right of an originator to reproduce, publish, sell, or distribute the matter and form of a creative work for a defined time period.
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 validation test version.
developers (Consortium, Organization, Person) – Legal person that creates or improves products or services (e.g., software, applications, etc.).
digital_identifier (DOI) – Digital handle to identify objects or legal persons.
entry_point (str) – no description available
format (ContentType) – Method of digitally organizing and structuring data or information.
full_documentation (DOI, File, ISBN, WebResource) – Non-abridged instructions, comments, and information for using a particular product.
full_name (str) – Whole, non-abbreviated name of the validation test version.
funding (Funding) – Money provided by a legal person for a particular purpose.
homepage (IRI) – Main website of the validation test version.
how_to_cite (str) – Preferred format for citing a particular object or legal person.
is_alternative_version_of (ValidationTestVersion) – Reference to an original form where the essence was preserved, but presented in an alternative form.
is_new_version_of (ValidationTestVersion) – Reference to a previous (potentially outdated) particular form of something.
keywords (ActionStatusType, AgeCategory, AnalysisTechnique, AnatomicalAxesOrientation, AnatomicalIdentificationType, AnatomicalPlane, AnnotationCriteriaType, AnnotationType, AtlasType, AuditoryStimulusType, BiologicalOrder, BiologicalProcess, BiologicalSex, BreedingType, CellCultureType, CellType, ChemicalMixtureType, Colormap, ContributionType, CranialWindowConstructionType, CranialWindowReinforcementType, CriteriaQualityType, DataType, DeviceType, DifferenceMeasure, Disease, DiseaseModel, EducationalLevel, ElectricalStimulusType, EthicsAssessment, ExperimentalApproach, FileBundleGrouping, FileRepositoryType, FileUsageRole, GeneticStrainType, GustatoryStimulusType, Handedness, Language, Laterality, LearningResourceType, MRIPulseSequence, MRIWeighting, MeasuredQuantity, MeasuredSignalType, MetaDataModelType, ModelAbstractionLevel, ModelScope, MolecularEntity, OlfactoryStimulusType, OperatingDevice, OperatingSystem, OpticalStimulusType, Organ, OrganismSubstance, OrganismSystem, PatchClampVariation, PreparationType, ProductAccessibility, ProgrammingLanguage, QualitativeOverlap, SemanticDataType, Service, SetupType, SoftwareApplicationCategory, SoftwareFeature, Species, StimulationApproach, StimulationTechnique, SubcellularEntity, SubjectAttribute, TactileStimulusType, Technique, TermSuggestion, Terminology, TissueSampleAttribute, TissueSampleType, TypeOfUncertainty, UBERONParcellation, UnitOfMeasurement, VisualStimulusType) – Significant word or concept that are representative of the validation test version.
licenses (License) – Grant by a party to another party as an element of an agreement between those parties that permits to do, use, or own something.
other_contributions (Contribution) – Giving or supplying of something (such as money or time) as a part or share other than what is covered elsewhere.
reference_data (DOI, File, FileBundle, WebResource) – no description available
related_publications (DOI, HANDLE, ISBN, ISSN, Book, Chapter, ScholarlyArticle) – Reference to something that was made available for the general public to see or buy.
release_date (date) – Fixed date on which a product is due to become or was made available for the general public to see or buy
repository (FileRepository) – Place, room, or container where something is deposited or stored.
short_name (str) – Shortened or fully abbreviated name of the validation test version.
support_channels (str) – Way of communication used to interact with users or customers.
version_identifier (str) – Term or code used to identify the version of something.
version_innovation (str) – Documentation on what changed in comparison to a previously published form of something.
comments (Comment) – reverse of ‘about’
is_input_to (DataCopy, ModelValidation) – reverse of ‘inputs’
is_old_version_of (ValidationTestVersion) – reverse of ‘is_new_version_of’
is_part_of (Project, ResearchProductGroup) – reverse of ‘has_parts’
is_version_of (ValidationTest) – reverse of ‘has_versions’
learning_resources (LearningResource) – reverse of ‘about’
- class Visualization(lookup_label=None, custom_property_sets=None, description=None, end_time=None, environment=None, informed=None, inputs=None, is_part_of=None, launch_configuration=None, outputs=None, performed_by=None, recipe=None, resource_usages=None, start_time=None, started_by=None, status=None, study_targets=None, tags=None, techniques=None, was_informed_by=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,VisualizationStructured information about a process of visualizing a computational model, a computational process, or a dataset.
- Parameters:
custom_property_sets (CustomPropertySet) – no description available
description (str) – Longer statement or account giving the characteristics of the visualization.
end_time (datetime, time) – no description available
environment (Environment, WebServiceVersion) – no description available
inputs (LocalFile, File, FileBundle, SoftwareVersion) – Something or someone that is put into or participates in a process or machine.
launch_configuration (LaunchConfiguration) – no description available
lookup_label (str) – no description available
outputs (LocalFile, File, FileArchive, FileBundle) – Something or someone that comes out of, is delivered or produced by a process or machine.
performed_by (SoftwareAgent, Person) – no description available
recipe (WorkflowRecipeVersion) – no description available
resource_usages (QuantitativeValue, QuantitativeValueRange) – no description available
start_time (datetime, time) – no description available
started_by (SoftwareAgent, Person) – no description available
status (ActionStatusType) – no description available
study_targets (AuditoryStimulusType, BiologicalOrder, BiologicalSex, BreedingType, CellCultureType, CellType, Disease, DiseaseModel, ElectricalStimulusType, GeneticStrainType, GustatoryStimulusType, Handedness, MolecularEntity, OlfactoryStimulusType, OpticalStimulusType, Organ, OrganismSubstance, OrganismSystem, Species, SubcellularEntity, TactileStimulusType, TermSuggestion, TissueSampleType, UBERONParcellation, VisualStimulusType, CustomAnatomicalEntity, ParcellationEntity, ParcellationEntityVersion) – Structure or function that was targeted within a study.
tags (str) – no description available
techniques (AnalysisTechnique) – Method of accomplishing a desired aim.
was_informed_by (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – no description available
informed (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – reverse of ‘was_informed_by’
is_part_of (WorkflowExecution) – reverse of ‘stages’
- class Optimization(lookup_label=None, custom_property_sets=None, description=None, end_time=None, environment=None, informed=None, inputs=None, is_part_of=None, launch_configuration=None, outputs=None, performed_by=None, recipe=None, resource_usages=None, start_time=None, started_by=None, status=None, study_targets=None, tags=None, techniques=None, was_informed_by=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,OptimizationStructured information about a process of optimizing a model or a piece of code.
- Parameters:
custom_property_sets (CustomPropertySet) – no description available
description (str) – Longer statement or account giving the characteristics of the optimization.
end_time (datetime, time) – no description available
environment (Environment, WebServiceVersion) – no description available
inputs (LocalFile, File, FileBundle, ModelVersion, SoftwareVersion) – Something or someone that is put into or participates in a process or machine.
launch_configuration (LaunchConfiguration) – no description available
lookup_label (str) – no description available
outputs (LocalFile, File, FileBundle, ModelVersion) – Something or someone that comes out of, is delivered or produced by a process or machine.
performed_by (SoftwareAgent, Person) – no description available
recipe (WorkflowRecipeVersion) – no description available
resource_usages (QuantitativeValue, QuantitativeValueRange) – no description available
start_time (datetime, time) – no description available
started_by (SoftwareAgent, Person) – no description available
status (ActionStatusType) – no description available
study_targets (AuditoryStimulusType, BiologicalOrder, BiologicalSex, BreedingType, CellCultureType, CellType, Disease, DiseaseModel, ElectricalStimulusType, GeneticStrainType, GustatoryStimulusType, Handedness, MolecularEntity, OlfactoryStimulusType, OpticalStimulusType, Organ, OrganismSubstance, OrganismSystem, Species, SubcellularEntity, TactileStimulusType, TermSuggestion, TissueSampleType, UBERONParcellation, VisualStimulusType, CustomAnatomicalEntity, ParcellationEntity, ParcellationEntityVersion) – Structure or function that was targeted within a study.
tags (str) – no description available
techniques (AnalysisTechnique) – Method of accomplishing a desired aim.
was_informed_by (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – no description available
informed (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – reverse of ‘was_informed_by’
is_part_of (WorkflowExecution) – reverse of ‘stages’
- class SoftwareAgent(name=None, activities=None, environment=None, software=None, started=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,SoftwareAgentStructured information about a piece of software or web service that can perform a task autonomously.
- Parameters:
environment (Environment) – no description available
name (str) – Word or phrase that constitutes the distinctive designation of the software agent.
software (SoftwareVersion) – no description available
activities (ProtocolExecution, CellPatching, ElectrodePlacement, RecordingActivity, CranialWindowPreparation, TissueCulturePreparation, TissueSampleSlicing, StimulationActivity) – reverse of ‘performed_by’
started (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization, WorkflowExecution) – reverse of ‘started_by’
- class WorkflowExecution(configuration=None, recipe=None, stages=None, started_by=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,WorkflowExecutionStructured information about an execution of a computational workflow.
- Parameters:
configuration (Configuration, File) – no description available
recipe (WorkflowRecipeVersion) – no description available
stages (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – no description available
started_by (SoftwareAgent, Person) – no description available
- class WorkflowRecipe(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]¶
Bases:
KGObject,WorkflowRecipeStructured information about the description of a prospective workflow.
- 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 workflow recipe.
developers (Consortium, Organization, Person) – Legal person that creates or improves products or services (e.g., software, applications, etc.).
digital_identifier (DOI) – Digital handle to identify objects or legal persons.
full_name (str) – Whole, non-abbreviated name of the workflow recipe.
has_versions (WorkflowRecipeVersion) – Reference to variants of an original.
homepage (IRI) – Main website of the workflow recipe.
how_to_cite (str) – Preferred format for citing a particular object or legal person.
short_name (str) – Shortened or fully abbreviated name of the workflow recipe.
comments (Comment) – reverse of ‘about’
is_part_of (Project, ResearchProductGroup) – reverse of ‘has_parts’
learning_resources (LearningResource) – reverse of ‘about’
- class WorkflowRecipeVersion(name=None, alias=None, accessibility=None, comments=None, copyright=None, custodians=None, defined=None, description=None, developers=None, digital_identifier=None, format=None, full_documentation=None, full_name=None, funding=None, has_parts=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, licenses=None, other_contributions=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]¶
Bases:
KGObject,WorkflowRecipeVersionStructured information about a specific implemented version of a workflow recipe.
- Parameters:
accessibility (ProductAccessibility) – Level to which something is accessible to the workflow recipe version.
copyright (Copyright) – Exclusive and assignable legal right of an originator to reproduce, publish, sell, or distribute the matter and form of a creative work for a defined time period.
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 workflow recipe version.
developers (Consortium, Organization, Person) – Legal person that creates or improves products or services (e.g., software, applications, etc.).
digital_identifier (DOI) – Digital handle to identify objects or legal persons.
format (ContentType) – Method of digitally organizing and structuring data or information.
full_documentation (DOI, File, ISBN, WebResource) – Non-abridged instructions, comments, and information for using a particular product.
full_name (str) – Whole, non-abbreviated name of the workflow recipe version.
funding (Funding) – Money provided by a legal person for a particular purpose.
has_parts (WorkflowRecipeVersion, File, FileBundle, SoftwareVersion) – no description available
homepage (IRI) – Main website of the workflow recipe version.
how_to_cite (str) – Preferred format for citing a particular object or legal person.
is_alternative_version_of (WorkflowRecipeVersion) – Reference to an original form where the essence was preserved, but presented in an alternative form.
is_new_version_of (WorkflowRecipeVersion) – Reference to a previous (potentially outdated) particular form of something.
keywords (ActionStatusType, AgeCategory, AnalysisTechnique, AnatomicalAxesOrientation, AnatomicalIdentificationType, AnatomicalPlane, AnnotationCriteriaType, AnnotationType, AtlasType, AuditoryStimulusType, BiologicalOrder, BiologicalProcess, BiologicalSex, BreedingType, CellCultureType, CellType, ChemicalMixtureType, Colormap, ContributionType, CranialWindowConstructionType, CranialWindowReinforcementType, CriteriaQualityType, DataType, DeviceType, DifferenceMeasure, Disease, DiseaseModel, EducationalLevel, ElectricalStimulusType, EthicsAssessment, ExperimentalApproach, FileBundleGrouping, FileRepositoryType, FileUsageRole, GeneticStrainType, GustatoryStimulusType, Handedness, Language, Laterality, LearningResourceType, MRIPulseSequence, MRIWeighting, MeasuredQuantity, MeasuredSignalType, MetaDataModelType, ModelAbstractionLevel, ModelScope, MolecularEntity, OlfactoryStimulusType, OperatingDevice, OperatingSystem, OpticalStimulusType, Organ, OrganismSubstance, OrganismSystem, PatchClampVariation, PreparationType, ProductAccessibility, ProgrammingLanguage, QualitativeOverlap, SemanticDataType, Service, SetupType, SoftwareApplicationCategory, SoftwareFeature, Species, StimulationApproach, StimulationTechnique, SubcellularEntity, SubjectAttribute, TactileStimulusType, Technique, TermSuggestion, Terminology, TissueSampleAttribute, TissueSampleType, TypeOfUncertainty, UBERONParcellation, UnitOfMeasurement, VisualStimulusType) – Significant word or concept that are representative of the workflow recipe version.
licenses (License) – Grant by a party to another party as an element of an agreement between those parties that permits to do, use, or own something.
other_contributions (Contribution) – Giving or supplying of something (such as money or time) as a part or share other than what is covered elsewhere.
related_publications (DOI, HANDLE, ISBN, ISSN, Book, Chapter, ScholarlyArticle) – Reference to something that was made available for the general public to see or buy.
release_date (date) – Fixed date on which a product is due to become or was made available for the general public to see or buy
repository (FileRepository) – Place, room, or container where something is deposited or stored.
short_name (str) – Shortened or fully abbreviated name of the workflow recipe version.
support_channels (str) – Way of communication used to interact with users or customers.
version_identifier (str) – Term or code used to identify the version of something.
version_innovation (str) – Documentation on what changed in comparison to a previously published form of something.
comments (Comment) – reverse of ‘about’
defined (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization, WorkflowExecution) – reverse of ‘recipe’
is_old_version_of (WorkflowRecipeVersion) – reverse of ‘is_new_version_of’
is_part_of (Project, ResearchProductGroup) – reverse of ‘has_parts’
is_version_of (WorkflowRecipe) – reverse of ‘has_versions’
learning_resources (LearningResource) – reverse of ‘about’
- class LocalFile(name=None, content_description=None, copy_of=None, data_types=None, format=None, hash=None, is_output_of=None, is_used_to_group=None, path=None, special_usage_role=None, storage_size=None, id=None, data=None, space=None, release_status=None)[source]¶
Bases:
KGObject,LocalFileStructured information about a file that is not accessible via a URL.
- Parameters:
content_description (str) – no description available
copy_of (File) – no description available
data_types (DataType) – 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.
name (str) – Word or phrase that constitutes the distinctive designation of the local file.
path (str) – no description available
special_usage_role (FileUsageRole) – Particular function of something when it is used.
storage_size (QuantitativeValue) – Quantitative value defining how much disk space is used by an object on a computer system.
is_output_of (DataAnalysis, DataCopy, GenericComputation, ModelValidation, Optimization, Simulation, Visualization) – reverse of ‘outputs’
is_used_to_group (FileBundle) – reverse of ‘grouped_by’