GithubHelp home page GithubHelp logo

bluebrain / nexus-bbp-domains Goto Github PK

View Code? Open in Web Editor NEW
9.0 22.0 9.0 16.19 MB

BBP domains specification (schemas, vocabularies)

License: Creative Commons Attribution 4.0 International

Scala 100.00%
morphology electrophysiology schemas vocabulary brain-atlas schema

nexus-bbp-domains's Introduction

Join the chat at https://gitter.im/BlueBrain/nexus-schemas Build Status

nexus-bbp-domains

License

The license for all codes in this repository is [Apache 2] (http://www.apache.org/licenses/LICENSE-2.0) while the license for all schemas and data is CC-BY-4.0

Funding & Acknowledgements

The development of this project was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

COPYRIGHT (c) 2017–2021 Blue Brain Project/EPFL

nexus-bbp-domains's People

Contributors

annakristinkaufmann avatar bbpadministrator avatar bogdanromanx avatar hygt avatar mfsy avatar srjimenez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nexus-bbp-domains's Issues

Initialize electrophysiology module

  • Create a sbt module named bbp-electrophysiology
  • Update the build.sbt file to take into account the created module
  • Initialize the module with license information

new relation QualifiedGeneration

There is a QualifiedAssociation, a QualifiedUsage but no QualifiedGeneration.
For instance a software execution returns multiple artefacts of the same kind. I want to be able to distinguish them. (That is a simular concept to the name of an output parameter in a function).

new QualifiedIsPartOf relationship

We need a relation between activities describing that an activity is a subactivity of another activity.
There is a IsPartOf Relationship:
We want a qualified relationship so that we can distinguish the multiple subactivity. The qualification applies to the relationship not on the activity itself.

example: project "nexus 2017" is an activity that has a "specification" activity, "development" activity, "test" activity and finally "maintenance" activity.

Create a model for storing a provenance template

We need a way to represent a provenance template so that it can be stored in nexus-kg and accessible through search. The chosen model should enable:

  • the retrieval of a template that can be used to describe the provenance of an entity of a given type
  • the comparison between a provenance template and the actual provenance description of a given entity.

Initialized nexus-kg schemas

The BBP domain schemas depends on nexus-kg schemas through schema imports (for person, organization and software agent). So those schemas need to be available in the class path in order to be resolved by the workbench when they are imported.

Create a brain location shacl schema

A shape for describing location of cell in a brain atlas or in a given slice.
The location can be qualitative like brain region, layer and/or spatial like coordinates.
In case of coordinates a spatialReferenceSystem should be present.

Update bbp/core/activity schema to normalize role value across bbp domains

Currently the nexus/prov/activity schema requires any hadRole value to be a valid IRI. In addition, we need to enforce that all hadRole values across bbp domains need to conform to bbp/core/typedlabeledontologyterm/RoleOntologyTermShape (with a mandatory label).

The following node shape needs to be added in bbp/core/activity:

{
"@id": "this:HadRoleValueShape",
"@type": "sh:NodeShape",
"targetObjectsOf": "prov:hadRole",
"label": "The value of prov:hadRole should conform to bbp/core/typedlabeledontologyterm/RoleOntologyTermShape",
"node": "{{base}}/data/bbp/core/typedlabeledontologyterm/RoleOntologyTermShape"
}

Initialize morphology module

  • Create a sbt module named bbp-morphology
  • Update the build.sbt file to take into account the created module
  • Initialize the module with license information

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.