Skip to content

Commit

Permalink
ontoology generated
Browse files Browse the repository at this point in the history
  • Loading branch information
OnToologyUser committed Mar 1, 2024
1 parent ed7d188 commit 9817932
Show file tree
Hide file tree
Showing 42 changed files with 40,915 additions and 2,198 deletions.
2,176 changes: 0 additions & 2,176 deletions GTFS_base.ttl

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion README.md

This file was deleted.

102 changes: 102 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GTFS_Ontology</title>
<link rel="stylesheet" href="vocab/themes/blue/style.css" type="text/css" media="print, projection, screen" />
<script src="vocab/js/jquery-1.11.0.js"></script>
<script type="text/javascript" src="vocab/js/bootstrap.js"></script>
<script type="text/javascript" id="js">
$(document).ready(function()
{
$("#tablesorter-demo").tablesorter();
$("#tablesorter-demo").stickyTableHeaders();
$('[data-toggle="tooltip"]').tooltip();
}
);
</script>

<!-- Le styles -->
<link href="vocab/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="vocab/js/html5shiv.js"></script>
<![endif]-->

<!-- Fav and touch icons -->
</head>

<body>

<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Vocabularies</a></li>
<li><a href="report.html">Vocabulary report</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">

<!-- Jumbotron -->
<div class="jumbotron">
<h1>GTFS_Ontology landing page</h1>
<p class="lead">Here you can find the list of vocabularies that have been found on GTFS_Ontology.</p>
</div>
<hr>
<div class="row">
</div>
<br>
<table id="tablesorter-demo" class="tablesorter table table-hover table-responsive">
<thead>
<tr>
<th class="col-md-2">Ontology</th>
<th class="col-md-1">Serialization</th>
<th class="col-md-2">License</th>
<th class="col-md-1">Language</th>
<th class="col-md-6">Description</th>
</tr>
</thead>
<tbody>
<tr id="tr1">
<td><a href = "/home/ahmad/repos/prevclone-wF1H/GTFS_base.ttl" target="_blank">GTFS Ontology</a> </td><td>
</td>
<td><a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"> <span class="label label-success">https://creativecommons.org/l...</span> </a></td>
<td><a href="http://lexvo.org/id/iso639-3/eng" target="_blank"> <span class="label label-primary">en</span></a> </td>
<td>
This is the ontology created for General Transit Feed Specification(GTFS)</td>
</tr></tbody></table>
<hr>
<footer class="footer">
<footer class="footer">
<div class="row">
<div class="col-md-10">
Page created with <a href = "https://github.com/dgarijo/vocabLite" target="_blank">VocabLite</a> (<a href="http://oeg-upm.net/">Ontology Engineering Group</a>)
<br>
Built with <a target="_blank" href="http://getbootstrap.com/">Bootstrap</a>
<br>
Latest revision March, 2024
</div>
<div class="col-md-2">
<a href="https://github.com/dgarijo/vocabLite"><img width="140px"src="vocab/logoLite.png"></img></a>
</div>
</footer> </div>
</footer>
</div> <!-- /container -->
Loading

0 comments on commit 9817932

Please sign in to comment.