Skip to content

Commit 33af565

Browse files
committed
ontology documentation updated
1 parent 28a2ff4 commit 33af565

File tree

3 files changed

+20
-22
lines changed

3 files changed

+20
-22
lines changed

ontology/documentation/index-en.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<!-- SCHEMA.ORG METADATA -->
99
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"http://w3id.org/rml/io/","image":"http://vowl.visualdataweb.org/webvowl/#iri=http://w3id.org/rml/io/","name":"RML-IO: Source and Target", "headline":"RML-IO enables the description of input data sources and target output data serialization", "datePublished":"Fri Apr 28 14:43:47 UTC 2023", "contributor":[{"@type":"Person","name":"Ana Iglesias Molina"},{"@type":"Person","name":"Anastasia Dimou"},{"@type":"Person","name":"Dylan Van Assche"},{"@type":"Person","name":"Pano Maria"}]}</script>
1010

11-
<script src="resources/jquery.js"></script>
12-
<script src="resources/marked.min.js"></script>
13-
<script>
11+
<script src="resources/jquery.js"></script>
12+
<script src="resources/marked.min.js"></script>
13+
<script>
1414
function loadHash() {
1515
jQuery(".markdown").each(function(el){jQuery(this).after(marked(jQuery(this).text())).remove()});
1616
var hash = location.hash;
@@ -40,20 +40,20 @@
4040
}
4141
});
4242
t+='</ul>';
43-
$("#toc").html(t);
43+
$("#toc").html(t);
4444
}
4545
$.fn.ignore = function(sel){
4646
return this.clone().find(sel||">*").remove().end();
4747
}; $(function(){
48-
$("#abstract").load("sections/abstract-en.html");
49-
$("#introduction").load("sections/introduction-en.html");
50-
$("#overview").load("sections/overview-en.html");
51-
$("#description").load("sections/description-en.html");
52-
$("#references").load("sections/references-en.html");
53-
$("#crossref").load("sections/crossref-en.html", null, loadHash);
48+
$("#abstract").load("sections/abstract-en.html");
49+
$("#introduction").load("sections/introduction-en.html");
50+
$("#overview").load("sections/overview-en.html");
51+
<!-- $("#description").load("sections/description-en.html"); -->
52+
$("#references").load("sections/references-en.html");
53+
$("#crossref").load("sections/crossref-en.html", null, loadHash);
5454
});
55-
</script>
56-
</head>
55+
</script>
56+
</head>
5757

5858
<body>
5959
<div class="container">
@@ -64,9 +64,9 @@ <h1>RML-IO: Source and Target</h1>
6464

6565
<dl>
6666
<dt>Contributors:</dt>
67-
<dd>Ana Iglesias Molina</dd><dd>Anastasia Dimou</dd><dd>Dylan Van Assche</dd><dd>Pano Maria</dd>
67+
<dd>Dylan Van Assche</dd><dd>Anastasia Dimou</dd><dd>Pano Maria</dd><dd>Ana Iglesias Molina</dd>
6868

69-
<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.rdf" 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="http://insertlicenseURIhere.org" target="_blank"><img src="https://img.shields.io/badge/License-license%20name%20goes%20here-blue.svg" alt="http://insertlicenseURIhere.org" /></a>
69+
<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.rdf" 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="http://purl.org/NET/rdflicense/cc-by4.0" target="_blank"><img src="https://img.shields.io/badge/License-http://purl.org/NET/rdflicense/cc_by4.0-blue.svg" alt="http://purl.org/NET/rdflicense/cc-by4.0" /></a>
7070
</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>
7171
<dd> RML-IO: Source and Target.</dd>
7272
</dl>
@@ -92,4 +92,4 @@ <h2 id="ack" class="list">Acknowledgments <span class="backlink"> back to <a hre
9292

9393
</div>
9494
</body>
95-
</html>
95+
</html>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
<h2>Abstract</h2><span class="markdown">
2-
RML-IO enables the description of input data sources and target output data serialization </span>
2+
This document defines the RML-IO module belonging to the [RML ontology network](https://w3id.org/rml/portal).
3+
A detailed description of the use of this module can be found in the [RML-IO specification](https://w3id.org/rml/io/spec).
4+
</span>

ontology/documentation/sections/introduction-en.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
<h2 id="intro" class="list">Introduction <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
2-
<span class="markdown">
3-
This is a place holder text for the introduction. The introduction should briefly describe the ontology, its motivation, state of the art and goals.</span>
41
<div id="namespacedeclarations">
5-
<h3 id="ns" class="list">Namespace declarations</h3>
2+
<h3 id="ns">Namespace declarations</h3>
63
<div id="ns" align="center">
74
<table>
85
<caption> <a href="#ns"> Table 1</a>: Namespaces used in the document </caption>
96
<tbody>
10-
<tr><td><b>[Ontology NS Prefix]</b></td><td>&lt;http://w3id.org/rml/io/&gt;</td></tr>
7+
<tr><td><b>[Ontology NS Prefix]</b></td><td>&lt;http://w3id.org/rml&gt;</td></tr>
118
<tr><td></td><td></td></tr>
129
<tr><td><b>cc</b></td><td>&lt;http://creativecommons.org/ns&gt;</td></tr>
1310
<tr><td><b>comp</b></td><td>&lt;http://w3id.org/rml/comp&gt;</td></tr>
@@ -16,7 +13,6 @@ <h3 id="ns" class="list">Namespace declarations</h3>
1613
<tr><td><b>owl</b></td><td>&lt;http://www.w3.org/2002/07/owl&gt;</td></tr>
1714
<tr><td><b>xsd</b></td><td>&lt;http://www.w3.org/2001/XMLSchema&gt;</td></tr>
1815
<tr><td><b>rdfs</b></td><td>&lt;http://www.w3.org/2000/01/rdf-schema&gt;</td></tr>
19-
<tr><td><b>[Ontology NS Prefix]</b></td><td>&lt;http://w3id.org/rml&gt;</td></tr>
2016
<tr><td><b>rdf</b></td><td>&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns&gt;</td></tr>
2117
<tr><td><b>xml</b></td><td>&lt;http://www.w3.org/XML/1998/namespace&gt;</td></tr>
2218
<tr><td><b>ql</b></td><td>&lt;http://w3id.org/rml/ql&gt;</td></tr>

0 commit comments

Comments
 (0)