Skip to content

Commit

Permalink
deploy: d151b0a
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Jul 5, 2024
0 parents commit ca3e378
Show file tree
Hide file tree
Showing 22 changed files with 6,961 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,927 changes: 1,927 additions & 0 deletions release/2024-06-11/index-en.html

Large diffs are not rendered by default.

1,413 changes: 1,413 additions & 0 deletions release/2024-06-11/ontology.jsonld

Large diffs are not rendered by default.

643 changes: 643 additions & 0 deletions release/2024-06-11/ontology.nt

Large diffs are not rendered by default.

1,089 changes: 1,089 additions & 0 deletions release/2024-06-11/ontology.owl

Large diffs are not rendered by default.

700 changes: 700 additions & 0 deletions release/2024-06-11/ontology.ttl

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions release/2024-06-11/provenance/provenance-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

</head>

<body>
<div class="head">
<h1>Provenance for Core Ontology of Phenotyping (COP) Documentation (https://w3id.org/cop/release/2024-06-11)</h1>
<ul>
<li>Ontology created by: Alexandr Uciteli, Christoph Beger, Franz Matthies, Konrad Höffner, Ralph Schäfermeier</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>
18 changes: 18 additions & 0 deletions release/2024-06-11/provenance/provenance-en.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@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/cop/release/2024-06-11> a prov:Entity;
dc:title "Core Ontology of Phenotyping (COP)";
prov:wasAttributedTo :agent0;
prov:wasAttributedTo :agent1;
prov:wasAttributedTo :agent2;
prov:wasAttributedTo :agent3;
prov:wasAttributedTo :agent4;
prov:wasAttributedTo <https://github.com/dgarijo/Widoco/>,<http://www.essepuntato.it/lode/>;
.
:agent0 a prov:Agent; foaf:name "Alexandr Uciteli".
:agent1 a prov:Agent; foaf:name "Christoph Beger".
:agent2 a prov:Agent; foaf:name "Franz Matthies".
:agent3 a prov:Agent; foaf:name "Konrad Höffner".
:agent4 a prov:Agent; foaf:name "Ralph Schäfermeier".
34 changes: 34 additions & 0 deletions release/2024-06-11/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
About Widoco output
===================
The purpose of Widoco is to reuse and integrate existing tools for documentation, plus the set of features listed below:
* Separation of the sections of your html page so you can write them independently and replace only those needed.
* Automatic annotation in RDF-a of the html produced.
* Association of a provenance page which includes the history of your vocabulary (W3C PROV-O compliant).
* Metadata extraction from the ontology plus the means to complete it on the fly when generating your ontology.
* Guidelines on the main sections that your document should have and how to complete them.

Widoco will create 3 different folders:
|
|-provenance (a folder including an html and RDF serialization of how the documentation page was created)
|-resources (folder with the different resources)
|-sections (folder with the different sections of the documentation, separated for easy editing. Just edit one and the main page will be updated)

Completing ontology metadata.
===================
Widoco uses the ontology metadata to update a configuration file. If you complete that configuration file (ended up widoco.conf), the tool will enhance your html with additional details, such as how to cite the document, previous revisions, icons with the licence, etc.

Browser issues
==========
The result of executing Widoco is an html file. We have tested it in Mozilla, IE and Chrome, and when the page is stored in a server all the browsers work correctly. If you view the file locally, we recommend you to use Mozilla Firefox (or Internet Explorer, if you must). Google Chrome will not show the contents correctly, as it doesn't allow XMLHttpRequest without HTTP. If you want to view the page locally with Google Chrome you have two possibilities:

a) Place the file in a server and access it via its URL (for example, put it in dropbox and access through its public url).

b) Execute Chrome with the following commands :

(WIN) chrome.exe --allow-file-access-from-files,

(OSX) open /Applications/Google\ Chrome.app/ --args --allow-file-access-from-files

(UNX) /usr/bin/google-chrome --allow-file-access-from-files

Do you have a problem? open an issue at https://github.com/dgarijo/Widoco
Loading

0 comments on commit ca3e378

Please sign in to comment.