forked from cefriel/controlled-vocabulary-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cefriel:main' into main
- Loading branch information
Showing
29 changed files
with
4,168 additions
and
671 deletions.
There are no files selected for viewing
519 changes: 519 additions & 0 deletions
519
controlled-vocabulary-template/1.1.0/controlled-vocabulary-template.jsonld
Large diffs are not rendered by default.
Oops, something went wrong.
275 changes: 275 additions & 0 deletions
275
controlled-vocabulary-template/1.1.0/controlled-vocabulary-template.nt
Large diffs are not rendered by default.
Oops, something went wrong.
479 changes: 479 additions & 0 deletions
479
controlled-vocabulary-template/1.1.0/controlled-vocabulary-template.owl
Large diffs are not rendered by default.
Oops, something went wrong.
479 changes: 479 additions & 0 deletions
479
controlled-vocabulary-template/1.1.0/controlled-vocabulary-template.rdf
Large diffs are not rendered by default.
Oops, something went wrong.
307 changes: 307 additions & 0 deletions
307
controlled-vocabulary-template/1.1.0/controlled-vocabulary-template.ttl
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<!DOCTYPE html> | ||
<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="icon" type="image/png" href="resources/rdf.icon"/> <title>Template Controlled Vocabulary</title> | ||
|
||
|
||
<!-- SCHEMA.ORG METADATA --> | ||
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://w3id.org/my-namespace/controlled-vocabulary-template","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/my-namespace/controlled-vocabulary-template","name":"Template Controlled Vocabulary", "headline":"Template for generating a controlled vocabulary defined under a certain my-namespace.", "datePublished":"Mon Mar 18 17:37:37 CET 2024", "version":"1.0.0", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Name Surname (Affiliation)"},{"@type":"Person","name":"OtherName OtherSurname (OtherAffiliation)"}], "contributor":[{"@type":"Person","name":"Name Surname (Affiliation)"},{"@type":"Person","name":"OtherName OtherSurname (OtherAffiliation)"}]}</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()}); | ||
var hash = location.hash; | ||
if($(hash).offset()!=null){ | ||
$('html, body').animate({scrollTop: $(hash).offset().top}, 0); | ||
} | ||
loadTOC(); | ||
} | ||
function loadTOC(){ | ||
//process toc dynamically | ||
var t='<h2>Table of contents</h2><ul>';i = 1;j=0; | ||
jQuery(".list").each(function(){ | ||
if(jQuery(this).is('h2')){ | ||
if(j>0){ | ||
t+='</ul>'; | ||
j=0; | ||
} | ||
t+= '<li>'+i+'. <a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).ignore("span").text()+'</a></li>'; | ||
i++; | ||
} | ||
if(jQuery(this).is('h3')){ | ||
if(j==0){ | ||
t+='<ul>'; | ||
} | ||
j++; | ||
t+= '<li>'+(i-1)+'.'+j+'. '+'<a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).ignore("span").text()+'</a></li>'; | ||
} | ||
}); | ||
t+='</ul>'; | ||
$("#toc").html(t); | ||
} | ||
$.fn.ignore = function(sel){ | ||
return this.clone().find(sel||">*").remove().end(); | ||
}; $(function(){ | ||
$("#abstract").load("sections/abstract-en.html"); | ||
$("#overview").load("sections/overview-en.html"); | ||
$("#crossref").load("sections/crossref-en.html", null, loadHash); | ||
}); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="head"> | ||
<div style="float:right">language <a href="index-en.html"><b>en</b></a> </div> | ||
<h1>Template Controlled Vocabulary</h1> | ||
|
||
|
||
<dl> | ||
<dt>This version:</dt> | ||
<dd><a href="https://w3id.org/my-namespace/controlled-vocabulary-template/1.0.0">https://w3id.org/my-namespace/controlled-vocabulary-template/1.0.0</a></dd> | ||
<dt>Revision:</dt> | ||
<dd>1.0.0</dd> | ||
<dt>Authors:</dt> | ||
<dd>Name Surname (Affiliation)</dd><dd>OtherName OtherSurname (OtherAffiliation)</dd> | ||
|
||
<dt>Contributors:</dt> | ||
<dd>Name Surname (Affiliation)</dd><dd>OtherName OtherSurname (OtherAffiliation)</dd> | ||
|
||
<dt>Publisher:</dt> | ||
<dd>Publisher</dd> | ||
<dt>Download serialization:</dt><dd><span><a href="controlled-vocabulary-template.jsonld" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="controlled-vocabulary-template.owl" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="controlled-vocabulary-template.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="controlled-vocabulary-template.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>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>Name Surname (Affiliation), OtherName OtherSurname (OtherAffiliation). Template Controlled Vocabulary. Revision: 1.0.0. Retrieved from: https://w3id.org/my-namespace/controlled-vocabulary-template/1.0.0</dd> | ||
</dl> | ||
|
||
<a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a><hr/> | ||
</div> | ||
<div class="status"> | ||
<div> | ||
<span>Draft Controlled Vocabulary</span> | ||
</div> | ||
</div> <div id="abstract"></div> | ||
<div id="toc"></div> <div id="overview"></div> | ||
<div id="crossref"></div> | ||
<div id="acknowledgments"> | ||
<h2 id="ack" class="list">Acknowledgments <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> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
18 changes: 18 additions & 0 deletions
18
controlled-vocabulary-template/1.1.0/provenance/provenance-en.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="head"> | ||
<h1>Provenance for Template Controlled Vocabulary Documentation (https://w3id.org/my-namespace/controlled-vocabulary-template/1.0.0)</h1> | ||
<ul> | ||
<li>Ontology created by: Name Surname (Affiliation), OtherName OtherSurname (OtherAffiliation)</li> <li>Ontology contributed to by: Name Surname (Affiliation), OtherName OtherSurname (OtherAffiliation)</li> | ||
<li>The ontology documentation was the result of using the <a href="https://github.com/dgarijo/Widoco">Widoco tool</a> (which itself uses <a href="http://www.essepuntato.it/lode/">LODE</a> for generating the crossreference section).</li> | ||
</ul> | ||
</div> | ||
<p>back to <a href="..\index-en.html">documentation</a>. <a href="provenance-en.ttl">TTL format</a></p></div> | ||
</body> | ||
</html> |
16 changes: 16 additions & 0 deletions
16
controlled-vocabulary-template/1.1.0/provenance/provenance-en.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix dc: <http://purl.org/dc/terms/> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix : <> . | ||
<https://w3id.org/my-namespace/controlled-vocabulary-template/1.0.0> a prov:Entity; | ||
dc:title "Template Controlled Vocabulary"; | ||
prov:wasAttributedTo :agent0; | ||
prov:wasAttributedTo :agent1; | ||
prov:wasAttributedTo :agent2; | ||
prov:wasAttributedTo :agent3; | ||
prov:wasAttributedTo <https://github.com/dgarijo/Widoco/>,<http://www.essepuntato.it/lode/>; | ||
. | ||
:agent0 a prov:Agent; foaf:name "Name Surname (Affiliation)". | ||
:agent1 a prov:Agent; foaf:name "OtherName OtherSurname (OtherAffiliation)". | ||
:agent2 a prov:Agent; foaf:name "Name Surname (Affiliation)". | ||
:agent3 a prov:Agent; foaf:name "OtherName OtherSurname (OtherAffiliation)". |
124 changes: 124 additions & 0 deletions
124
controlled-vocabulary-template/1.1.0/resources/extra.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
body { | ||
text-align: justify; | ||
} | ||
|
||
h1 { | ||
line-height: 110%; | ||
} | ||
|
||
.hlist { | ||
border: 1px solid navy; | ||
padding:5px; | ||
background-color: #F4FFFF; | ||
} | ||
|
||
.hlist li { | ||
display: inline; | ||
display: inline-table; | ||
list-style-type: none; | ||
padding-right: 20px; | ||
|
||
} | ||
|
||
.entity { | ||
border: 1px solid navy; | ||
margin:5px 0px 5px 0px; | ||
padding: 5px; | ||
} | ||
|
||
.type-c { | ||
cursor:help; | ||
color:orange; | ||
} | ||
|
||
.type-op { | ||
cursor:help; | ||
color:navy; | ||
} | ||
|
||
.type-dp { | ||
cursor:help; | ||
color:green; | ||
} | ||
|
||
.type-ap { | ||
cursor:help; | ||
color:maroon; | ||
} | ||
|
||
.type-ni { | ||
cursor:help; | ||
color:brown; | ||
} | ||
|
||
.logic { | ||
color:purple; | ||
font-weight:bold; | ||
} | ||
|
||
h3 { | ||
margin-top: 3px; | ||
padding-bottom: 5px; | ||
border-bottom: 1px solid navy; | ||
} | ||
|
||
h2 { | ||
margin-top:40px; | ||
} | ||
|
||
.dotted { | ||
border-bottom: 1px dotted gray; | ||
} | ||
|
||
dt { | ||
margin-top:5px; | ||
} | ||
|
||
.description { | ||
border-top: 1px dashed gray; | ||
border-bottom: 1px dashed gray; | ||
background-color: rgb(242, 243, 244); | ||
margin-top:5px; | ||
padding-bottom:5px; | ||
} | ||
|
||
.description dl { | ||
background-color: rgb(242, 243, 244); | ||
} | ||
|
||
.description ul { | ||
padding-left: 12px; | ||
margin-top: 0px; | ||
} | ||
|
||
.backlink { | ||
font-size:10pt; | ||
text-align:right; | ||
float:right; | ||
color:black; | ||
padding: 2px; | ||
border: 1px dotted navy; | ||
background-color: #F4FFFF; | ||
} | ||
|
||
.imageblock { | ||
text-align: center; | ||
} | ||
|
||
.imageblock img { | ||
border:1px solid gray; | ||
} | ||
|
||
.endnote { | ||
margin-top: 40px; | ||
border-top: 1px solid gray; | ||
padding-top: 10px; | ||
text-align: center; | ||
color:gray; | ||
font-size:70%; | ||
} | ||
|
||
.literal { | ||
color:green; | ||
font-style:italic; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.