Skip to content

Commit

Permalink
Versie 1.0.0 gepubliceerd
Browse files Browse the repository at this point in the history
  • Loading branch information
melsk-r committed May 16, 2024
1 parent f0234e9 commit c1ddf79
Show file tree
Hide file tree
Showing 15 changed files with 6,742 additions and 468 deletions.
Binary file added cim/mbg/1.0.0/MBG.pdf
Binary file not shown.
25 changes: 25 additions & 0 deletions cim/mbg/1.0.0/css/blockqoute.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*-- Definite van BlockQuotes (uitgelichte tekstblokken) ----------------------------*/
blockquote
{
font-style: italic;
font-size: 95%;
background-color: whitesmoke !important;
}

blockquote::before {
content: open-quote;
margin-right: -0.2em;
}

blockquote::after {
content: close-quote;
margin-left: -0.3em;
}

blockquote {
quotes: "“" "”" ;
}

blockquote p {
display: inline;
}
46 changes: 46 additions & 0 deletions cim/mbg/1.0.0/css/dfn-box.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
/*This css code defines the styling of a dfn block*/
/*It is based on the styling of an example block */
/*from the w3c code*/
/*It uses a css counter to number the elements*/

/*Set the scope of the counter to body of ReSpec Doc*/
body.h-entry {
counter-reset: dfn-counter 0;
}

:is(aside,div).definition,
div.illegal-example {
padding: 0.5em;
margin: 1em 0;
position: relative;
clear: both;
}

:is(aside,div).definition {
border-left-width: 0.5em;
border-left-style: solid;
border-color: #0F80CC;
background: #e8f3fa;
/*set the counter interval value*/
counter-increment: dfn-counter 1;
}

/*Add string "DEFINITIE" and counter to dfn block*/
dfn:before {
/*call the counter*/
/*content:"DEFINITIE " counter(dfn-counter) ": ";*/
content:"DEFINITIE : ";
/*overide w3c font-weight*/
font-weight: normal;
}

dfn {
/*overide w3c font-weight*/
font-style: normal;
}

/*Put the explanation on the next line*/
dfn:after {
content: "\A";
white-space: pre-wrap;
}
17 changes: 17 additions & 0 deletions cim/mbg/1.0.0/css/inline-code.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*-- Definite van code---------- -------------------------------------------------------*/
code
{
font-weight: bold;
color:#205886;
background-color:#F7FAFD;
border-radius:4px;
padding: 3px;
/* font-family: lucida console;
font-size: 90%;*/
}
span.new
{
font-weight: bold;
color:#e00;
background-color: #feffff;
}
18 changes: 18 additions & 0 deletions cim/mbg/1.0.0/css/table.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*-- Definite van tabellen ---------------------------------------------------------*/
table
{
empty-cells: show;
min-width: 90%;
}

/* geef table head minder gewicht*/
th
{
font-weight: normal;
}

/* lege kolommen hebben deze minimale breedte */
td
{
min-width: 100px;
}
100 changes: 100 additions & 0 deletions cim/mbg/1.0.0/css/transformatie-rdf.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
/*-- Definite turtle example -------------------------------------------------------*/
pre.ex-turtle {
margin-left: 0;
padding: 0 2em;
margin-top: 1.5em;
padding: 1em 1em 0 1em;
}
pre.ex-turtle:before
{
background: white;
display: block;
font-family: sans-serif;
font-size: 90%;
margin: -1em 0 0.4em -1em;
padding: 0.2em 1em;
}
pre.ex-turtle
{
background: #eeb;
}
pre.ex-turtle, pre.ex-turtle:before
{
border: 1px solid #cc9;
}
pre.ex-turtle:before
{
color: #996;
content: "voorbeeld RDF representatie";
width: 13em;
}

/*-- Definite SPARQL uitwerken -------------------------------------------------------*/
pre.ex-sparql {
margin-left: 0;
padding: 0 2em;
margin-top: 1.5em;
padding: 1em 1em 0 1em;
}
pre.ex-sparql:before
{
background: white;
display: block;
font-family: sans-serif;
font-size: 90%;
margin: -1em 0 0.4em -1em;
padding: 0.2em 1em;
}
pre.ex-sparql
{
background: #eeb;
}
pre.ex-sparql, pre.ex-sparql:before
{
border: 1px solid #cc9;
}
pre.ex-sparql:before
{
color: #996;
content: "SPARQL";
width: 13em;
}

/*-- Definite Generiek Example ---------------------------------------------------*/
pre.ex-generic {
margin-left: 0;
padding: 0 2em;
margin-top: 1.5em;
padding: 1em 1em 0 1em;
}
pre.ex-generic:before
{
background: white;
display: block;
font-family: sans-serif;
font-size: 90%;
margin: -1em 0 0.4em -1em;
padding: 0.2em 1em;
}
pre.ex-generic
{
background: lightblue;
}
pre.ex-generic, pre.ex-generic:before
{
border: 1px solid darkslateblue;
}
pre.ex-generic:before
{
color:darkslategray;
content: "voorbeeld";
width: 5em;
}

.ldex
{
border-color: darkkhaki;
border-style: solid;
background-color: khaki;
color: darkred;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cim/mbg/1.0.0/media/MBG Kern zonder details.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cim/mbg/1.0.0/media/MBG Packages met details.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c1ddf79

Please sign in to comment.