-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-en.html
More file actions
132 lines (118 loc) · 5.66 KB
/
index-en.html
File metadata and controls
132 lines (118 loc) · 5.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!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="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>Application Guide. Version 3.1.0</title>
<!-- SCHEMA.ORG METADATA -->
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"http://data.europa.eu/949/","image":"http://vowl.visualdataweb.org/webvowl/#iri=http://data.europa.eu/949/","name":"Application Guide. Version 3.1.0", "headline":"Document describing the ontology http://data.europa.eu/949/", "dateReleased":"2024-12-06", "dateModified":"2024-12-11", "version":"v3.1.0", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Operational Data Unit","url":"http://publications.europa.eu/resource/authority/corporate-body/ERA"}], "contributor":[{"@type":"Person","name":"Designated RINF Topical Working Groups"}]}</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");
$("#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");
$("#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>Application Guide. Version 3.1.0</h1>
<img src="https://data-interop.era.europa.eu/era-vocabulary/resources/images/era-logo.png" width="50/">
<h2>Release: 2024-12-06</h2>
<dl>
<dt>Modified on: 2024-12-11</dt>
<dt>This version:</dt>
<dd><a href="https://github.com/Interoperable-data/ERA-Ontology-3.1.0/tree/dev">https://github.com/Interoperable-data/ERA-Ontology-3.1.0/tree/dev</a></dd>
<dt>Latest version:</dt>
<dd><a href="http://era.europa.eu/">http://era.europa.eu/</a></dd>
<dt>Revision:</dt>
<dd>v3.1.0</dd>
<dt>Issued on:</dt>
<dd>2024-12-11</dd>
<dt>Authors:</dt>
<dd> <a href="http://publications.europa.eu/resource/authority/corporate-body/ERA">European Union Agency for Railways</a></dd>
<dt>Contributors:</dt>
<dd>Designated RINF Topical Working Groups</dd>
<dt>Publisher:</dt>
<dd> <a href="http://publications.europa.eu/resource/authority/corporate-body/ERA">European Union Agency for Railways</a></dd>
<dt>See also:</dt>
<dd><a href="https://www.era.europa.eu/sites/default/files/registers/docs/rinf_application_guide_for_register_en.pdf">https://www.era.europa.eu/sites/default/files/registers/docs/rinf_application_guide_for_register_en.pdf</a></dd>
<dt>Funder:</dt>
<dd><a href="https://era.europa.eu">ERA</a></dd>
<dt>Cite as:</dt>
<dd>European Union Agency for Railways, Application Guide. Revision: v3.1.0.</dd>
</dl>
</div>
<div class="status">
<div>
<span>Application Guide v3.1.0 (Work in progress)</span>
</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>
<p>
ERA would like to thank all the members involved in the different designated topical working groups for their valuable contributions to this document.
</p>
<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>