diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 00000000..e69de29b
diff --git a/assets/contexts/nexus/core/shacl20170720/context.json b/assets/contexts/nexus/core/shacl20170720/context.json
deleted file mode 100644
index 74e465b0..00000000
--- a/assets/contexts/nexus/core/shacl20170720/context.json
+++ /dev/null
@@ -1,229 +0,0 @@
-{
- "@context": {
- "owl": "http://www.w3.org/2002/07/owl#",
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
- "xsd": "http://www.w3.org/2001/XMLSchema#",
- "skos": "http://www.w3.org/2004/02/skos/core#",
- "prov": "http://www.w3.org/ns/prov#",
- "sh": "http://www.w3.org/ns/shacl#",
- "shsh": "http://www.w3.org/ns/shacl-shacl#",
- "dcterms": "http://purl.org/dc/terms/",
- "schema": "http://schema.org/",
- "nxv": "https://bbp-nexus.epfl.ch/vocabs/nexus/core/terms/v0.1.0/",
- "shext": "http://www.w3.org/ns/shacl/ext#",
- "class": {
- "@id": "sh:class",
- "@type": "@id"
- },
- "rootClass": {
- "@id": "shext:rootClass",
- "@type": "@id"
- },
- "path": {
- "@id": "sh:path",
- "@type": "@id"
- },
- "qualifiedValueShape": {
- "@id": "sh:qualifiedValueShape",
- "@type": "@id"
- },
- "qualifiedValueShapesDisjoint": {
- "@id": "sh:qualifiedValueShapesDisjoint",
- "@type": "xsd:boolean"
- },
- "qualifiedMinCount": {
- "@id": "sh:qualifiedMinCount",
- "@type": "xsd:integer"
- },
- "qualifiedMaxCount": {
- "@id": "sh:qualifiedMaxCount",
- "@type": "xsd:integer"
- },
- "maxCount": {
- "@id": "sh:maxCount",
- "@type": "xsd:integer"
- },
- "minCount": {
- "@id": "sh:minCount",
- "@type": "xsd:integer"
- },
- "minInclusive": {
- "@id": "sh:minInclusive"
- },
- "maxInclusive": {
- "@id": "sh:maxInclusive"
- },
- "maxExclusive": {
- "@id": "sh:maxExclusive"
- },
- "minExclusive": {
- "@id": "sh:minExclusive"
- },
- "in": {
- "@id": "sh:in",
- "@container": "@list"
- },
- "imports": {
- "@id": "owl:imports",
- "@type": "@id",
- "@container": "@set"
- },
- "datatype": {
- "@id": "sh:datatype",
- "@type": "@id"
- },
- "description": {
- "@id": "sh:description"
- },
- "name": {
- "@id": "sh:name"
- },
- "severity": {
- "@id": "sh:severity"
- },
- "nodeKind": {
- "@id": "sh:nodeKind",
- "@type": "@id"
- },
- "BlankNode": {
- "@id": "sh:BlankNode"
- },
- "BlankNodeOrIRI": {
- "@id": "sh:BlankNodeOrIRI"
- },
- "BlankNodeOrLiteral": {
- "@id": "sh:BlankNodeOrLiteral"
- },
- "IRI": {
- "@id": "sh:IRI"
- },
- "IRIOrLiteral": {
- "@id": "sh:IRIOrLiteral"
- },
- "Literal": {
- "@id": "sh:Literal"
- },
- "prefix": {
- "@id": "sh:prefix",
- "@type": "xsd:string"
- },
- "declare": {
- "@id": "sh:declare"
- },
- "namespace": {
- "@id": "sh:namespace",
- "@type": "xsd:anyURI"
- },
- "Violation": {
- "@id": "sh:Violation"
- },
- "suggestedShapesGraph": {
- "@id": "sh:suggestedShapesGraph",
- "@type": "@id"
- },
- "shapesGraph": {
- "@id": "sh:shapesGraph",
- "@type": "@id"
- },
- "node": {
- "@id": "sh:node",
- "@type": "@id"
- },
- "property": {
- "@id": "sh:property",
- "@type": "@id",
- "@container": "@set"
- },
- "targetClass": {
- "@id": "sh:targetClass",
- "@type": "@id"
- },
- "targetObjectsOf": {
- "@id": "sh:targetObjectsOf",
- "@type": "@id"
- },
- "targetSubjectsOf": {
- "@id": "sh:targetSubjectsOf",
- "@type": "@id"
- },
- "targetNode": {
- "@id": "sh:targetNode",
- "@type": "@id"
- },
- "target": {
- "@id": "sh:target",
- "@type": "@id"
- },
- "isDefinedBy": {
- "@id": "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
- "@type": "@id"
- },
- "shapes": {
- "@reverse": "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
- "@type": "@id",
- "@container": "@set"
- },
- "Shape": {
- "@id": "sh:Shape"
- },
- "NodeShape": {
- "@id": "sh:NodeShape"
- },
- "PropertyShape": {
- "@id": "sh:PropertyShape"
- },
- "or": {
- "@id": "sh:or",
- "@type": "@id",
- "@container": "@list"
- },
- "and": {
- "@id": "sh:and",
- "@type": "@id",
- "@container": "@list"
- },
- "xone": {
- "@id": "sh:xone",
- "@type": "@id",
- "@container": "@list"
- },
- "not": {
- "@id": "sh:not",
- "@type": "@id",
- "@container": "@list"
- },
- "lessThan": {
- "@id": "sh:lessThan",
- "@type": "@id"
- },
- "hasValue": {
- "@id": "sh:hasValue"
- },
- "resultMessage": {
- "@id": "sh:message"
- },
- "deactivated": {
- "@id": "sh:deactivated"
- },
- "pattern": {
- "@id": "sh:pattern"
- },
- "label": {
- "@id": "rdfs:label",
- "@type": "xsd:string"
- },
- "comment": {
- "@id": "rdfs:comment",
- "@type": "xsd:string"
- },
- "editorialNote": {
- "@id": "skos:editorialNote",
- "@type": "xsd:string"
- },
- "seeAlso": {
- "@id": "rdfs:seeAlso",
- "@type": "@id"
- }
- }
-}
\ No newline at end of file
diff --git a/assets/contexts/nexus/core/shacl20170720/prefixmapings.html b/assets/contexts/nexus/core/shacl20170720/prefixmapings.html
deleted file mode 100644
index 39e198ed..00000000
--- a/assets/contexts/nexus/core/shacl20170720/prefixmapings.html
+++ /dev/null
@@ -1,247 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-0.1.0+46-ae0d5827+20180821-1224
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/contexts/nexus/core/shacl20170720/v0.1.0.json b/assets/contexts/nexus/core/shacl20170720/v0.1.0.json
deleted file mode 100644
index 2aef7ec8..00000000
--- a/assets/contexts/nexus/core/shacl20170720/v0.1.0.json
+++ /dev/null
@@ -1,227 +0,0 @@
-{
- "@context": [
- {
- "owl": "http://www.w3.org/2002/07/owl#",
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
- "xsd": "http://www.w3.org/2001/XMLSchema#",
- "skos": "http://www.w3.org/2004/02/skos/core#",
- "prov": "http://www.w3.org/ns/prov#",
- "sh": "http://www.w3.org/ns/shacl#",
- "shsh": "http://www.w3.org/ns/shacl-shacl#",
- "dcterms": "http://purl.org/dc/terms/",
- "schema": "http://schema.org/",
- "nxv": "https://bbp-nexus.epfl.ch/vocabs/nexus/core/terms/v0.1.0/",
- "nsg": "https://bbp-nexus.epfl.ch/vocabs/bbp/neurosciencegraph/core/v0.1.0/",
- "class": {
- "@id": "sh:class",
- "@type": "@id"
- },
- "path": {
- "@id": "sh:path",
- "@type": "@id"
- },
- "qualifiedValueShape": {
- "@id": "sh:qualifiedValueShape",
- "@type": "@id"
- },
- "qualifiedValueShapesDisjoint": {
- "@id": "sh:qualifiedValueShapesDisjoint",
- "@type": "xsd:boolean"
- },
- "qualifiedMinCount": {
- "@id": "sh:qualifiedMinCount",
- "@type": "xsd:integer"
- },
- "qualifiedMaxCount": {
- "@id": "sh:qualifiedMaxCount",
- "@type": "xsd:integer"
- },
- "maxCount": {
- "@id": "sh:maxCount",
- "@type": "xsd:integer"
- },
- "minCount": {
- "@id": "sh:minCount",
- "@type": "xsd:integer"
- },
- "minInclusive": {
- "@id": "sh:minInclusive"
- },
- "maxInclusive": {
- "@id": "sh:maxInclusive"
- },
- "maxExclusive": {
- "@id": "sh:maxExclusive"
- },
- "minExclusive": {
- "@id": "sh:minExclusive"
- },
- "in": {
- "@id": "sh:in",
- "@container": "@list"
- },
- "imports": {
- "@id": "owl:imports",
- "@type": "@id",
- "@container": "@set"
- },
- "datatype": {
- "@id": "sh:datatype",
- "@type": "@id"
- },
- "description": {
- "@id": "sh:description"
- },
- "name": {
- "@id": "sh:name"
- },
- "severity": {
- "@id": "sh:severity"
- },
- "nodeKind": {
- "@id": "sh:nodeKind",
- "@type": "@id"
- },
- "BlankNode": {
- "@id": "sh:BlankNode"
- },
- "BlankNodeOrIRI": {
- "@id": "sh:BlankNodeOrIRI"
- },
- "BlankNodeOrLiteral": {
- "@id": "sh:BlankNodeOrLiteral"
- },
- "IRI": {
- "@id": "sh:IRI"
- },
- "IRIOrLiteral": {
- "@id": "sh:IRIOrLiteral"
- },
- "Literal": {
- "@id": "sh:Literal"
- },
- "prefix": {
- "@id": "sh:prefix",
- "@type": "xsd:string"
- },
- "declare": {
- "@id": "sh:declare"
- },
- "namespace": {
- "@id": "sh:namespace",
- "@type": "xsd:anyURI"
- },
- "Violation": {
- "@id": "sh:Violation"
- },
- "suggestedShapesGraph": {
- "@id": "sh:suggestedShapesGraph",
- "@type": "@id"
- },
- "shapesGraph": {
- "@id": "sh:shapesGraph",
- "@type": "@id"
- },
- "node": {
- "@id": "sh:node",
- "@type": "@id"
- },
- "property": {
- "@id": "sh:property",
- "@type": "@id",
- "@container": "@set"
- },
- "targetClass": {
- "@id": "sh:targetClass",
- "@type": "@id"
- },
- "targetObjectsOf": {
- "@id": "sh:targetObjectsOf",
- "@type": "@id"
- },
- "targetSubjectsOf": {
- "@id": "sh:targetSubjectsOf",
- "@type": "@id"
- },
- "targetNode": {
- "@id": "sh:targetNode",
- "@type": "@id"
- },
- "target": {
- "@id": "sh:target",
- "@type": "@id"
- },
- "isDefinedBy": {
- "@id": "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
- "@type": "@id"
- },
- "shapes": {
- "@reverse": "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
- "@type": "@id",
- "@container": "@set"
- },
- "Shape": {
- "@id": "sh:Shape"
- },
- "NodeShape": {
- "@id": "sh:NodeShape"
- },
- "PropertyShape": {
- "@id": "sh:PropertyShape"
- },
- "or": {
- "@id": "sh:or",
- "@type": "@id",
- "@container": "@list"
- },
- "and": {
- "@id": "sh:and",
- "@type": "@id",
- "@container": "@list"
- },
- "xone": {
- "@id": "sh:xone",
- "@type": "@id",
- "@container": "@list"
- },
- "not": {
- "@id": "sh:not",
- "@type": "@id",
- "@container": "@list"
- },
- "lessThan": {
- "@id": "sh:lessThan",
- "@type": "@id"
- },
- "hasValue": {
- "@id": "sh:hasValue"
- },
- "resultMessage": {
- "@id": "sh:message"
- },
- "deactivated": {
- "@id": "sh:deactivated"
- },
- "pattern": {
- "@id": "sh:pattern"
- },
- "label": {
- "@id": "rdfs:label",
- "@type": "xsd:string"
- },
- "comment": {
- "@id": "rdfs:comment",
- "@type": "xsd:string"
- },
- "editorialNote": {
- "@id": "skos:editorialNote",
- "@type": "xsd:string"
- },
- "seeAlso": {
- "@id": "rdfs:seeAlso",
- "@type": "@id"
- }
- }
- ]
-}
\ No newline at end of file
diff --git a/assets/datamodelling/modelling.svg b/assets/datamodelling/modelling.svg
deleted file mode 100644
index 824d6f23..00000000
--- a/assets/datamodelling/modelling.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/assets/images/circuit_1instance_target.svg b/assets/images/circuit_1instance_target.svg
deleted file mode 100644
index 2b4130a1..00000000
--- a/assets/images/circuit_1instance_target.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/assets/images/favicon.png b/assets/images/favicon.png
deleted file mode 100644
index 23ccc2ba..00000000
Binary files a/assets/images/favicon.png and /dev/null differ
diff --git a/assets/images/spo.svg b/assets/images/spo.svg
deleted file mode 100644
index b2da7cb8..00000000
--- a/assets/images/spo.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/assets/interactive.html b/assets/interactive.html
deleted file mode 100644
index 4e4a138d..00000000
--- a/assets/interactive.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
- Title
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/javascripts/application-268d62d82d.js b/assets/javascripts/application-268d62d82d.js
deleted file mode 100644
index fde3b02b..00000000
--- a/assets/javascripts/application-268d62d82d.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/*!
- Material for MkDocs
- Copyright (c) 2016-2017 Martin Donath
- License: MIT
-*/
-window.app=function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=35)}([function(e,t,n){"use strict";var r=n(23)("wks"),i=n(14),o=n(1).Symbol,a="function"==typeof o;(e.exports=function(e){return r[e]||(r[e]=a&&o[e]||(a?o:i)("Symbol."+e))}).store=r},function(e,t,n){"use strict";var r=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=r)},function(e,t,n){"use strict";var r=n(10),i=n(25);e.exports=n(5)?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){"use strict";var r=n(11);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){"use strict";var r=n(1),i=n(2),o=n(6),a=n(14)("src"),s=Function.toString,c=(""+s).split("toString");n(7).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var u="function"==typeof n;u&&(o(n,"name")||i(n,"name",t)),e[t]!==n&&(u&&(o(n,a)||i(n,a,e[t]?""+e[t]:c.join(String(t)))),e===r?e[t]=n:s?e[t]?e[t]=n:i(e,t,n):(delete e[t],i(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||s.call(this)})},function(e,t,n){"use strict";e.exports=!n(24)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t,n){"use strict";var r={}.hasOwnProperty;e.exports=function(e,t){return r.call(e,t)}},function(e,t,n){"use strict";var r=e.exports={version:"2.4.0"};"number"==typeof __e&&(__e=r)},function(e,t,n){"use strict";e.exports={}},function(e,t,n){"use strict";var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},function(e,t,n){"use strict";var r=n(3),i=n(38),o=n(39),a=Object.defineProperty;t.f=n(5)?Object.defineProperty:function(e,t,n){if(r(e),t=o(t,!0),r(n),i)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};e.exports=function(e){return"object"===(void 0===e?"undefined":r(e))?null!==e:"function"==typeof e}},function(e,t,n){"use strict";var r=n(18);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){"use strict";var r=n(9),i=n(0)("toStringTag"),o="Arguments"==r(function(){return arguments}()),a=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,s;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=a(t=Object(e),i))?n:o?r(t):"Object"==(s=r(t))&&"function"==typeof t.callee?"Arguments":s}},function(e,t,n){"use strict";var r=0,i=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++r+i).toString(36))}},function(e,t,n){"use strict";var r=n(11),i=n(1).document,o=r(i)&&r(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},function(e,t,n){"use strict";var r=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:r)(e)}},function(e,t,n){"use strict";e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){"use strict";var r=n(47),i=n(17);e.exports=function(e){return r(i(e))}},function(e,t,n){"use strict";var r=n(23)("keys"),i=n(14);e.exports=function(e){return r[e]||(r[e]=i(e))}},function(e,t,n){"use strict";var r=n(10).f,i=n(6),o=n(0)("toStringTag");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,o)&&r(e,o,{configurable:!0,value:t})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={createElement:function(e,t){var n=document.createElement(e);t&&Array.prototype.forEach.call(Object.keys(t),function(e){n.setAttribute(e,t[e])});for(var r=arguments.length,i=Array(r>2?r-2:0),o=2;o0?i(r(e),9007199254740991):0}},function(e,t,n){"use strict";e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,n){"use strict";e.exports=n(1).document&&document.documentElement},function(e,t,n){"use strict";var r,i,o,a=n(12),s=n(63),c=n(31),u=n(15),l=n(1),f=l.process,h=l.setImmediate,d=l.clearImmediate,p=l.MessageChannel,m=0,y={},v=function(){var e=+this;if(y.hasOwnProperty(e)){var t=y[e];delete y[e],t()}},g=function(e){v.call(e.data)};h&&d||(h=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return y[++m]=function(){s("function"==typeof e?e:Function(e),t)},r(m),m},d=function(e){delete y[e]},"process"==n(9)(f)?r=function(e){f.nextTick(a(v,e,1))}:p?(i=new p,o=i.port2,i.port1.onmessage=g,r=a(o.postMessage,o,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(r=function(e){l.postMessage(e+"","*")},l.addEventListener("message",g,!1)):r="onreadystatechange"in u("script")?function(e){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),v.call(e)}}:function(e){setTimeout(a(v,e,1),0)}),e.exports={set:h,clear:d}},function(e,t){(function(t){e.exports=t}).call(t,{})},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var i=function(){function e(e,t){for(var n=0;n=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t,n){"use strict";var r=n(16),i=n(17);e.exports=function(e){return function(t,n){var o,a,s=String(i(t)),c=r(n),u=s.length;return c<0||c>=u?e?"":void 0:(o=s.charCodeAt(c),o<55296||o>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?e?s.charAt(c):o:e?s.slice(c,c+2):a-56320+(o-55296<<10)+65536)}}},function(e,t,n){"use strict";var r=n(43),i=n(25),o=n(21),a={};n(2)(a,n(0)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(a,{next:i(1,n)}),o(e,t+" Iterator")}},function(e,t,n){"use strict";var r=n(3),i=n(44),o=n(30),a=n(20)("IE_PROTO"),s=function(){},c=function(){var e,t=n(15)("iframe"),r=o.length;for(t.style.display="none",n(31).appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write("
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-0.1.0+46-ae0d5827+20180821-1224
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-