-
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.
Co-authored-by: Cristiano Köhler <[email protected]> Co-authored-by: Michael Denker <[email protected]>
- Loading branch information
1 parent
0f637c2
commit b435589
Showing
118 changed files
with
244,330 additions
and
12 deletions.
There are no files selected for viewing
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,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="head"> | ||
<h1>Provenance for Neuroelectrophysiology Analysis Ontology - Base classes Documentation (http://purl.org/neao/0.1.0/base#)</h1> | ||
<ul> | ||
<li>Ontology created by: Cristiano Köhler (Forschungszentrum Jülich), Michael Denker (Forschungszentrum Jülich)</li><li>http://purl.org/neao/0.1.0/base# is a specialization of the generic URI http://purl.org/neao/base#</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> | ||
<li>The documentation was generated at 2024-12-06</ul> | ||
</div> | ||
<p>back to <a href="..\index-en.html">documentation</a>. <a href="provenance-en.ttl">TTL format</a></p></div> | ||
</body> | ||
</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,14 @@ | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix dc: <http://purl.org/dc/terms/> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix : <> . | ||
<http://purl.org/neao/0.1.0/base#> a prov:Entity; | ||
dc:title "Neuroelectrophysiology Analysis Ontology - Base classes"; | ||
prov:wasAttributedTo <http://orcid.org/0000-0003-0503-5264>; | ||
dc:creator <http://orcid.org/0000-0003-0503-5264>; | ||
prov:wasAttributedTo <http://orcid.org/0000-0003-1255-7300>; | ||
dc:creator <http://orcid.org/0000-0003-1255-7300>; | ||
prov:wasAttributedTo <https://github.com/dgarijo/Widoco/>,<http://www.essepuntato.it/lode/>; | ||
prov:specializationOf <http://purl.org/neao/base#>; | ||
prov:wasGeneratedAt "2024-12-06"; | ||
. |
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.