Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
telsaleh committed Jun 13, 2024
1 parent b2f19d1 commit 3e3174b
Show file tree
Hide file tree
Showing 8 changed files with 2,730 additions and 8,491 deletions.
48 changes: 0 additions & 48 deletions .htaccess

This file was deleted.

2 changes: 1 addition & 1 deletion 406.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<body>
<h1>Not Acceptable</h1>
<p>An appropriate representation of the requested resource could not be found on this server.</p>
Available variants:<ul><li><a href="index-en.html">html</a></li><li><a href="ontology.jsonld">JSON-LD</a></li><li><a href="ontology.owl">RDF/XML</a></li><li><a href="ontology.nt">N-Triples</a></li><li><a href="ontology.ttl">TTL</a></li></ul>
Available variants:<ul><li><a href="index-en.html">html</a></li><li><a href="ontology.json">JSON-LD</a></li><li><a href="ontology.xml">RDF/XML</a></li><li><a href="ontology.nt">N-Triples</a></li><li><a href="ontology.ttl">TTL</a></li></ul>

</body></html>
41 changes: 16 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,19 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="resources/primer.css" media="screen"/>
<link rel="stylesheet" href="resources/rec.css" media="screen"/>
<link rel="stylesheet" href="resources/extra.css" media="screen"/>
<link rel="stylesheet" href="resources/owl.css" media="screen"/>
<link rel="stylesheet" href="resources/dark.css" media="(prefers-color-scheme: dark)"/>
<link rel="stylesheet" href="resources/light.css" media="(prefers-color-scheme: light)"/>
<link rel="stylesheet" href="resources/slider.css" media="screen"/>
<meta name="color-scheme" content="dark light">
<script type="module" src="resources/dark-mode-toggle.mjs"></script><div class="darkmode">
<dark-mode-toggle class="slider"></dark-mode-toggle>
</div>
<link rel="icon" type="image/png" href="resources/rdf.icon"/> <title>SEDIMARK Marketplace Ontology</title>
<link rel="stylesheet" href="resources/primer.css" media="screen" /> <link rel="stylesheet" href="resources/rec.css" media="screen" /> <link rel="stylesheet" href="resources/extra.css" media="screen" /> <link rel="stylesheet" href="resources/owl.css" media="screen" /> <title>SEDIMARK Marketplace Information Model - Ontology</title>


<!-- SCHEMA.ORG METADATA -->
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://w3id.org/sedimark/ontology#","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/sedimark/ontology#","name":"SEDIMARK Marketplace Ontology", "headline":"Document describing the ontology https://w3id.org/sedimark/ontology#", "dateReleased":"Tue Apr 23 11:19:46 EEST 2024", "license":"https://creativecommons.org/licenses/by/4.0/"}</script>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"TechArticle","url":"https://w3id.org/sedimark/ontology","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/sedimark/ontology","name":"SEDIMARK Marketplace Information Model - Ontology", "headline":"The Marketplace Information Model is an RDFS/OWL-ontology covering the fundamental concepts of SEDIMARK needed for the registration of participants and the discovery and exchange of offerings and assets. This model establishes a common framework to ensure interoperability within a SEDIMARK-based Marketplace.

This model is supported by existing proposals by similar initiatives and is built upon well-known ontologies such as Data Catalog vocabulary (DCAT), Open Digital Rights Language (ODRL), Friend Of A Friend (FOAF) or the Dublin Core Terms (DCT). In particular, the model has its foundations in the proposal shared by the International Data Spaces Protocol, to try to be compatible as much compatible as possible with such an initiative.", "datePublished":"Thu Jun 13 10:00:02 BST 2024", "license":"https://creativecommons.org/licenses/by/4.0", "author":[{"@type":"Person","name":"Jorge Lanza (Universidad de Cantabria)"},{"@type":"Person","name":"Juan Ramon Santana (Universidad de Cantabria)"},{"@type":"Person","name":"Luis Sanchez (Universidad de Cantabria)"},{"@type":"Person","name":"Pablo Sotres (Universidad de Cantabria)"},{"@type":"Person","name":"Tarek Elsaleh (University of Surrey)"}]}</script>

<script src="resources/jquery.js"></script>
<script src="resources/marked.min.js"></script>
<script>
function loadHash() {
jQuery(".markdown").each(function(el){jQuery(this).after(marked.parse(jQuery(this).text())).remove()});
jQuery(".markdown").each(function(el){jQuery(this).after(marked(jQuery(this).text())).remove()});
var hash = location.hash;
if($(hash).offset()!=null){
$('html, body').animate({scrollTop: $(hash).offset().top}, 0);
Expand Down Expand Up @@ -58,7 +49,6 @@
}; $(function(){
$("#abstract").load("sections/abstract-en.html");
$("#introduction").load("sections/introduction-en.html");
$("#nstable").load("sections/ns-en.html");
$("#overview").load("sections/overview-en.html");
$("#description").load("sections/description-en.html");
$("#references").load("sections/references-en.html");
Expand All @@ -71,19 +61,19 @@
<div class="container">
<div class="head">
<div style="float:right">language <a href="index-en.html"><b>en</b></a> </div>
<h1>SEDIMARK Marketplace Ontology</h1>
<img src="https://sedimark.eu/wp-content/uploads/2023/11/sedimark_logo_512x512.png" width="50/">
<h1>SEDIMARK Marketplace Information Model - Ontology</h1>


<dl>
<dt>Latest version:</dt>
<dd><a href="https://w3id.org/sedimark/ontology#">https://w3id.org/sedimark/ontology#</a></dd>
<dt>Authors:</dt>
<dd>Jorge Lanza (Universidad de Cantabria)</dd><dd>Juan Ramon Santana (Universidad de Cantabria)</dd><dd>Luis Sanchez (Universidad de Cantabria)</dd><dd>Pablo Sotres (Universidad de Cantabria)</dd><dd>Tarek Elsaleh (University of Surrey)</dd>

<dt>Publisher:</dt>
<dd>SEDIMARK - SEcure Decentralised Intelligent Data MARKetplace</dd>
<dt>Download serialization:</dt><dd><span><a href="ontology.jsonld" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="ontology.owl" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><dt>License:</dt><dd><a href="https://creativecommons.org/licenses/by/4.0/" target="_blank"><img src="https://img.shields.io/badge/License-https://creativecommons.org/licenses/by/4.0/-blue.svg" alt="https://creativecommons.org/licenses/by/4.0/" /></a>
<dt>Download serialization:</dt><dd><span><a href="ontology.json" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="ontology.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><dt>License: </dt><dd><a href="https://creativecommons.org/licenses/by/4.0" target="_blank"><img src="https://img.shields.io/badge/License-https://creativecommons.org/licenses/by/4.0-blue.svg" alt="https://creativecommons.org/licenses/by/4.0" /></a>
</dd><dt>Visualization:</dt><dd><a href="webvowl/index.html#" target="_blank"><img src="https://img.shields.io/badge/Visualize_with-WebVowl-blue.svg" alt="Visualize with WebVowl" /></a></dd>
<!-- <dt>Evaluation:</dt><dd><a href="OOPSevaluation/oopsEval.html#" target="_blank"><img src="https://img.shields.io/badge/Evaluate_with-OOPS! (OntOlogy Pitfall Scanner!)-blue.svg" alt="Evaluate with OOPS!" /></a></dd> --><dt>Cite as:</dt>
<dd> SEDIMARK Marketplace Ontology.</dd>
<dt>Cite as:</dt>
<dd>Jorge Lanza (Universidad de Cantabria),Juan Ramon Santana (Universidad de Cantabria),Luis Sanchez (Universidad de Cantabria),Pablo Sotres (Universidad de Cantabria),Tarek Elsaleh (University of Surrey). SEDIMARK Marketplace Information Model - Ontology.</dd>
</dl>

<hr/>
Expand All @@ -94,17 +84,18 @@ <h1>SEDIMARK Marketplace Ontology</h1>
</div>
</div> <div id="abstract"></div>
<div id="toc"></div> <div id="introduction"></div>
<div id="nstable"></div>
<div id="overview"></div>
<div id="description"></div>
<div id="crossref"></div>
<div id="references"></div>
<div id="acknowledgments">
<h2 id="ack" class="list">Acknowledgments <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<html>
<div id="acknowledgements">
<h2 id="ack" class="list">Acknowledgements <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<p>
The authors would like to thank <a href="http://www.essepuntato.it/">Silvio Peroni</a> for developing <a href="http://www.essepuntato.it/lode">LODE</a>, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and <a href="https://w3id.org/people/dgarijo">Daniel Garijo</a> for developing <a href="https://github.com/dgarijo/Widoco">Widoco</a>, the program used to create the template used in this documentation.</p>
</div>

</html>

</div>
</body>
Expand Down
Loading

0 comments on commit 3e3174b

Please sign in to comment.