├── README.md ├── doc ├── 1-intro.htm ├── 2-timeline.htm ├── 3-glance.htm ├── 4-spec.htm ├── 99-footer.htm ├── style.css ├── timeline.html └── timeline.png ├── ontospec ├── onto_spec.pl └── spec.sh └── rdf ├── gen_xml.sh ├── timeline.n3 └── timeline.rdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/README.md -------------------------------------------------------------------------------- /doc/1-intro.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/doc/1-intro.htm -------------------------------------------------------------------------------- /doc/2-timeline.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/doc/2-timeline.htm -------------------------------------------------------------------------------- /doc/3-glance.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/doc/3-glance.htm -------------------------------------------------------------------------------- /doc/4-spec.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/doc/4-spec.htm -------------------------------------------------------------------------------- /doc/99-footer.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/doc/99-footer.htm -------------------------------------------------------------------------------- /doc/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/doc/style.css -------------------------------------------------------------------------------- /doc/timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/doc/timeline.html -------------------------------------------------------------------------------- /doc/timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/doc/timeline.png -------------------------------------------------------------------------------- /ontospec/onto_spec.pl: -------------------------------------------------------------------------------- 1 | ../../mo/ontospec/onto_spec.pl -------------------------------------------------------------------------------- /ontospec/spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/ontospec/spec.sh -------------------------------------------------------------------------------- /rdf/gen_xml.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/rdf/gen_xml.sh -------------------------------------------------------------------------------- /rdf/timeline.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/rdf/timeline.n3 -------------------------------------------------------------------------------- /rdf/timeline.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motools/timelineontology/HEAD/rdf/timeline.rdf --------------------------------------------------------------------------------