biointerchange 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -4
  3. data/Gemfile +2 -3
  4. data/README.md +36 -22
  5. data/VERSION +1 -1
  6. data/examples/Felis_catus.gvf.gz +0 -0
  7. data/examples/Felis_catus_incl_consequences.vcf.gz +0 -0
  8. data/generators/rdfxml.rb +1 -1
  9. data/generators/tsv2rubyclass.rb +31 -0
  10. data/lib/biointerchange/core.rb +17 -5
  11. data/lib/biointerchange/genomics/gff3_rdf_ntriples.rb +591 -137
  12. data/lib/biointerchange/genomics/gff3_reader.rb +16 -3
  13. data/lib/biointerchange/genomics/gvf_reader.rb +1 -1
  14. data/lib/biointerchange/genomics/vcf_feature.rb +46 -0
  15. data/lib/biointerchange/genomics/vcf_feature_set.rb +14 -0
  16. data/lib/biointerchange/genomics/vcf_reader.rb +238 -0
  17. data/lib/biointerchange/gfvo.rb +689 -553
  18. data/lib/biointerchange/life_science_registry.rb +3595 -0
  19. data/lib/biointerchange/textmining/text_mining_rdf_ntriples.rb +33 -35
  20. data/lib/biointerchange/writer.rb +11 -16
  21. data/make.sh +4 -0
  22. data/spec/exceptions_spec.rb +1 -7
  23. data/spec/gff3_rdfwriter_spec.rb +2 -16
  24. data/spec/gvf_rdfwriter_spec.rb +2 -19
  25. data/spec/phylogenetics_spec.rb +1 -13
  26. data/spec/text_mining_pdfx_xml_reader_spec.rb +1 -13
  27. data/spec/text_mining_pubannos_json_reader_spec.rb +1 -14
  28. data/spec/text_mining_rdfwriter_spec.rb +8 -19
  29. data/test.sh +4 -0
  30. data/web/about.html +10 -14
  31. data/web/api.html +11 -13
  32. data/web/bootstrap/css/bootstrap-theme.css +347 -0
  33. data/web/bootstrap/css/bootstrap-theme.css.map +1 -0
  34. data/web/bootstrap/css/bootstrap-theme.min.css +7 -0
  35. data/web/bootstrap/css/bootstrap.css +4764 -4603
  36. data/web/bootstrap/css/bootstrap.css.map +1 -0
  37. data/web/bootstrap/css/bootstrap.min.css +6 -8
  38. data/web/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  39. data/web/bootstrap/fonts/glyphicons-halflings-regular.svg +229 -0
  40. data/web/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  41. data/web/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  42. data/web/bootstrap/js/bootstrap.js +1372 -1448
  43. data/web/bootstrap/js/bootstrap.min.js +5 -5
  44. data/web/cli.html +14 -28
  45. data/web/index.html +15 -33
  46. data/web/ontologies.html +1089 -945
  47. data/web/webservices.html +12 -14
  48. metadata +24 -27
  49. data/lib/biointerchange/gff3o.rb +0 -525
  50. data/lib/biointerchange/gvf1o.rb +0 -1354
  51. data/web/bootstrap/css/bootstrap-responsive.css +0 -1040
  52. data/web/bootstrap/css/bootstrap-responsive.min.css +0 -9
  53. data/web/bootstrap/img/glyphicons-halflings-white.png +0 -0
  54. data/web/bootstrap/img/glyphicons-halflings.png +0 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap.js by @fat & @mdo
3
- * Copyright 2012 Twitter, Inc.
4
- * http://www.apache.org/licenses/LICENSE-2.0.txt
5
- */
6
- !function(e){e(function(){"use strict";e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()},e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e(function(){e("body").on("click.alert.data-api",t,n.prototype.close)})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.parent('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")},e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e(function(){e("body").on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=n,this.options.slide&&this.slide(this.options.slide),this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},to:function(t){var n=this.$element.find(".item.active"),r=n.parent().children(),i=r.index(n),s=this;if(t>r.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){s.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",e(r[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle()),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f=e.Event("slide",{relatedTarget:i[0]});this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u]();if(i.hasClass("active"))return;if(e.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join(" ")).addClass("active"),r.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return s&&this.cycle(),this}},e.fn.carousel=function(n){return this.each(function(){var r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof n=="object"&&n),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new t(this,s)),typeof n=="number"?i.to(n):o?i[o]():s.interval&&i.cycle()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e(function(){e("body").on("click.carousel.data-api","[data-slide]",function(t){var n=e(this),r,i=e(n.attr("data-target")||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,"")),s=!i.data("modal")&&e.extend({},i.data(),n.data());i.carousel(s),t.preventDefault()})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.collapse.defaults,n),this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.prototype={constructor:t,dimension:function(){var e=this.$element.hasClass("width");return e?"width":"height"},show:function(){var t,n,r,i;if(this.transitioning)return;t=this.dimension(),n=e.camelCase(["scroll",t].join("-")),r=this.$parent&&this.$parent.find("> .accordion-group > .in");if(r&&r.length){i=r.data("collapse");if(i&&i.transitioning)return;r.collapse("hide"),i||r.data("collapse",null)}this.$element[t](0),this.transition("addClass",e.Event("show"),"shown"),e.support.transition&&this.$element[t](this.$element[0][n])},hide:function(){var t;if(this.transitioning)return;t=this.dimension(),this.reset(this.$element[t]()),this.transition("removeClass",e.Event("hide"),"hidden"),this.$element[t](0)},reset:function(e){var t=this.dimension();return this.$element.removeClass("collapse")[t](e||"auto")[0].offsetWidth,this.$element[e!==null?"addClass":"removeClass"]("collapse"),this},transition:function(t,n,r){var i=this,s=function(){n.type=="show"&&i.reset(),i.transitioning=0,i.$element.trigger(r)};this.$element.trigger(n);if(n.isDefaultPrevented())return;this.transitioning=1,this.$element[t]("in"),e.support.transition&&this.$element.hasClass("collapse")?this.$element.one(e.support.transition.end,s):s()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}},e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("collapse"),s=typeof n=="object"&&n;i||r.data("collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.defaults={toggle:!0},e.fn.collapse.Constructor=t,e(function(){e("body").on("click.collapse.data-api","[data-toggle=collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i).data("collapse")?"toggle":n.data();n[e(i).hasClass("in")?"addClass":"removeClass"]("collapsed"),e(i).collapse(s)})})}(window.jQuery),!function(e){"use strict";function r(){i(e(t)).removeClass("open")}function i(t){var n=t.attr("data-target"),r;return n||(n=t.attr("href"),n=n&&n.replace(/.*(?=#[^\s]*$)/,"")),r=e(n),r.length||(r=t.parent()),r}var t="[data-toggle=dropdown]",n=function(t){var n=e(t).on("click.dropdown.data-api",this.toggle);e("html").on("click.dropdown.data-api",function(){n.parent().removeClass("open")})};n.prototype={constructor:n,toggle:function(t){var n=e(this),s,o;if(n.is(".disabled, :disabled"))return;return s=i(n),o=s.hasClass("open"),r(),o||(s.toggleClass("open"),n.focus()),!1},keydown:function(t){var n,r,s,o,u,a;if(!/(38|40|27)/.test(t.keyCode))return;n=e(this),t.preventDefault(),t.stopPropagation();if(n.is(".disabled, :disabled"))return;o=i(n),u=o.hasClass("open");if(!u||u&&t.keyCode==27)return n.click();r=e("[role=menu] li:not(.divider) a",o);if(!r.length)return;a=r.index(r.filter(":focus")),t.keyCode==38&&a>0&&a--,t.keyCode==40&&a<r.length-1&&a++,~a||(a=0),r.eq(a).focus()}},e.fn.dropdown=function(t){return this.each(function(){var r=e(this),i=r.data("dropdown");i||r.data("dropdown",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.dropdown.Constructor=n,e(function(){e("html").on("click.dropdown.data-api touchstart.dropdown.data-api",r),e("body").on("click.dropdown touchstart.dropdown.data-api",".dropdown",function(e){e.stopPropagation()}).on("click.dropdown.data-api touchstart.dropdown.data-api",t,n.prototype.toggle).on("keydown.dropdown.data-api touchstart.dropdown.data-api",t+", [role=menu]",n.prototype.keydown)})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.options=n,this.$element=e(t).delegate('[data-dismiss="modal"]',"click.dismiss.modal",e.proxy(this.hide,this)),this.options.remote&&this.$element.find(".modal-body").load(this.options.remote)};t.prototype={constructor:t,toggle:function(){return this[this.isShown?"hide":"show"]()},show:function(){var t=this,n=e.Event("show");this.$element.trigger(n);if(this.isShown||n.isDefaultPrevented())return;e("body").addClass("modal-open"),this.isShown=!0,this.escape(),this.backdrop(function(){var n=e.support.transition&&t.$element.hasClass("fade");t.$element.parent().length||t.$element.appendTo(document.body),t.$element.show(),n&&t.$element[0].offsetWidth,t.$element.addClass("in").attr("aria-hidden",!1).focus(),t.enforceFocus(),n?t.$element.one(e.support.transition.end,function(){t.$element.trigger("shown")}):t.$element.trigger("shown")})},hide:function(t){t&&t.preventDefault();var n=this;t=e.Event("hide"),this.$element.trigger(t);if(!this.isShown||t.isDefaultPrevented())return;this.isShown=!1,e("body").removeClass("modal-open"),this.escape(),e(document).off("focusin.modal"),this.$element.removeClass("in").attr("aria-hidden",!0),e.support.transition&&this.$element.hasClass("fade")?this.hideWithTransition():this.hideModal()},enforceFocus:function(){var t=this;e(document).on("focusin.modal",function(e){t.$element[0]!==e.target&&!t.$element.has(e.target).length&&t.$element.focus()})},escape:function(){var e=this;this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.modal",function(t){t.which==27&&e.hide()}):this.isShown||this.$element.off("keyup.dismiss.modal")},hideWithTransition:function(){var t=this,n=setTimeout(function(){t.$element.off(e.support.transition.end),t.hideModal()},500);this.$element.one(e.support.transition.end,function(){clearTimeout(n),t.hideModal()})},hideModal:function(e){this.$element.hide().trigger("hidden"),this.backdrop()},removeBackdrop:function(){this.$backdrop.remove(),this.$backdrop=null},backdrop:function(t){var n=this,r=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&r;this.$backdrop=e('<div class="modal-backdrop '+r+'" />').appendTo(document.body),this.options.backdrop!="static"&&this.$backdrop.click(e.proxy(this.hide,this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),i?this.$backdrop.one(e.support.transition.end,t):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),e.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(e.support.transition.end,e.proxy(this.removeBackdrop,this)):this.removeBackdrop()):t&&t()}},e.fn.modal=function(n){return this.each(function(){var r=e(this),i=r.data("modal"),s=e.extend({},e.fn.modal.defaults,r.data(),typeof n=="object"&&n);i||r.data("modal",i=new t(this,s)),typeof n=="string"?i[n]():s.show&&i.show()})},e.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},e.fn.modal.Constructor=t,e(function(){e("body").on("click.modal.data-api",'[data-toggle="modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s).one("hide",function(){n.focus()})})})}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("tooltip",e,t)};t.prototype={constructor:t,init:function(t,n,r){var i,s;this.type=t,this.$element=e(n),this.options=this.getOptions(r),this.enabled=!0,this.options.trigger=="click"?this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this)):this.options.trigger!="manual"&&(i=this.options.trigger=="hover"?"mouseenter":"focus",s=this.options.trigger=="hover"?"mouseleave":"blur",this.$element.on(i+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(s+"."+this.type,this.options.selector,e.proxy(this.leave,this))),this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(t){return t=e.extend({},e.fn[this.type].defaults,t,this.$element.data()),t.delay&&typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),t},enter:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);if(!n.options.delay||!n.options.delay.show)return n.show();clearTimeout(this.timeout),n.hoverState="in",this.timeout=setTimeout(function(){n.hoverState=="in"&&n.show()},n.options.delay.show)},leave:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);this.timeout&&clearTimeout(this.timeout);if(!n.options.delay||!n.options.delay.hide)return n.hide();n.hoverState="out",this.timeout=setTimeout(function(){n.hoverState=="out"&&n.hide()},n.options.delay.hide)},show:function(){var e,t,n,r,i,s,o;if(this.hasContent()&&this.enabled){e=this.tip(),this.setContent(),this.options.animation&&e.addClass("fade"),s=typeof this.options.placement=="function"?this.options.placement.call(this,e[0],this.$element[0]):this.options.placement,t=/in/.test(s),e.remove().css({top:0,left:0,display:"block"}).appendTo(t?this.$element:document.body),n=this.getPosition(t),r=e[0].offsetWidth,i=e[0].offsetHeight;switch(t?s.split(" ")[1]:s){case"bottom":o={top:n.top+n.height,left:n.left+n.width/2-r/2};break;case"top":o={top:n.top-i,left:n.left+n.width/2-r/2};break;case"left":o={top:n.top+n.height/2-i/2,left:n.left-r};break;case"right":o={top:n.top+n.height/2-i/2,left:n.left+n.width}}e.css(o).addClass(s).addClass("in")}},setContent:function(){var e=this.tip(),t=this.getTitle();e.find(".tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("fade in top bottom left right")},hide:function(){function r(){var t=setTimeout(function(){n.off(e.support.transition.end).remove()},500);n.one(e.support.transition.end,function(){clearTimeout(t),n.remove()})}var t=this,n=this.tip();return n.removeClass("in"),e.support.transition&&this.$tip.hasClass("fade")?r():n.remove(),this},fixTitle:function(){var e=this.$element;(e.attr("title")||typeof e.attr("data-original-title")!="string")&&e.attr("data-original-title",e.attr("title")||"").removeAttr("title")},hasContent:function(){return this.getTitle()},getPosition:function(t){return e.extend({},t?{top:0,left:0}:this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight})},getTitle:function(){var e,t=this.$element,n=this.options;return e=t.attr("data-original-title")||(typeof n.title=="function"?n.title.call(t[0]):n.title),e},tip:function(){return this.$tip=this.$tip||e(this.options.template)},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(){this[this.tip().hasClass("in")?"hide":"show"]()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}},e.fn.tooltip=function(n){return this.each(function(){var r=e(this),i=r.data("tooltip"),s=typeof n=="object"&&n;i||r.data("tooltip",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.tooltip.Constructor=t,e.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover",title:"",delay:0,html:!0}}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("popover",e,t)};t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype,{constructor:t,setContent:function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](t),e.find(".popover-content > *")[this.options.html?"html":"text"](n),e.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var e,t=this.$element,n=this.options;return e=t.attr("data-content")||(typeof n.content=="function"?n.content.call(t[0]):n.content),e},tip:function(){return this.$tip||(this.$tip=e(this.options.template)),this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}}),e.fn.popover=function(n){return this.each(function(){var r=e(this),i=r.data("popover"),s=typeof n=="object"&&n;i||r.data("popover",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.popover.Constructor=t,e.fn.popover.defaults=e.extend({},e.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'})}(window.jQuery),!function(e){"use strict";function t(t,n){var r=e.proxy(this.process,this),i=e(t).is("body")?e(window):e(t),s;this.options=e.extend({},e.fn.scrollspy.defaults,n),this.$scrollElement=i.on("scroll.scroll-spy.data-api",r),this.selector=(this.options.target||(s=e(t).attr("href"))&&s.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=e("body"),this.refresh(),this.process()}t.prototype={constructor:t,refresh:function(){var t=this,n;this.offsets=e([]),this.targets=e([]),n=this.$body.find(this.selector).map(function(){var t=e(this),n=t.data("target")||t.attr("href"),r=/^#\w/.test(n)&&e(n);return r&&r.length&&[[r.position().top,n]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){t.offsets.push(this[0]),t.targets.push(this[1])})},process:function(){var e=this.$scrollElement.scrollTop()+this.options.offset,t=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,n=t-this.$scrollElement.height(),r=this.offsets,i=this.targets,s=this.activeTarget,o;if(e>=n)return s!=(o=i.last()[0])&&this.activate(o);for(o=r.length;o--;)s!=i[o]&&e>=r[o]&&(!r[o+1]||e<=r[o+1])&&this.activate(i[o])},activate:function(t){var n,r;this.activeTarget=t,e(this.selector).parent(".active").removeClass("active"),r=this.selector+'[data-target="'+t+'"],'+this.selector+'[href="'+t+'"]',n=e(r).parent("li").addClass("active"),n.parent(".dropdown-menu").length&&(n=n.closest("li.dropdown").addClass("active")),n.trigger("activate")}},e.fn.scrollspy=function(n){return this.each(function(){var r=e(this),i=r.data("scrollspy"),s=typeof n=="object"&&n;i||r.data("scrollspy",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.scrollspy.Constructor=t,e.fn.scrollspy.defaults={offset:10},e(window).on("load",function(){e('[data-spy="scroll"]').each(function(){var t=e(this);t.scrollspy(t.data())})})}(window.jQuery),!function(e){"use strict";var t=function(t){this.element=e(t)};t.prototype={constructor:t,show:function(){var t=this.element,n=t.closest("ul:not(.dropdown-menu)"),r=t.attr("data-target"),i,s,o;r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("active"))return;i=n.find(".active a").last()[0],o=e.Event("show",{relatedTarget:i}),t.trigger(o);if(o.isDefaultPrevented())return;s=e(r),this.activate(t.parent("li"),n),this.activate(s,s.parent(),function(){t.trigger({type:"shown",relatedTarget:i})})},activate:function(t,n,r){function o(){i.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),t.addClass("active"),s?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu")&&t.closest("li.dropdown").addClass("active"),r&&r()}var i=n.find("> .active"),s=r&&e.support.transition&&i.hasClass("fade");s?i.one(e.support.transition.end,o):o(),i.removeClass("in")}},e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("tab");i||r.data("tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e(function(){e("body").on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(t){t.preventDefault(),e(this).tab("show")})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.$menu=e(this.options.menu).appendTo("body"),this.source=this.options.source,this.shown=!1,this.listen()};t.prototype={constructor:t,select:function(){var e=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(e)).change(),this.hide()},updater:function(e){return e},show:function(){var t=e.extend({},this.$element.offset(),{height:this.$element[0].offsetHeight});return this.$menu.css({top:t.top+t.height,left:t.left}),this.$menu.show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(t){var n;return this.query=this.$element.val(),!this.query||this.query.length<this.options.minLength?this.shown?this.hide():this:(n=e.isFunction(this.source)?this.source(this.query,e.proxy(this.process,this)):this.source,n?this.process(n):this)},process:function(t){var n=this;return t=e.grep(t,function(e){return n.matcher(e)}),t=this.sorter(t),t.length?this.render(t.slice(0,this.options.items)).show():this.shown?this.hide():this},matcher:function(e){return~e.toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(e){var t=[],n=[],r=[],i;while(i=e.shift())i.toLowerCase().indexOf(this.query.toLowerCase())?~i.indexOf(this.query)?n.push(i):r.push(i):t.push(i);return t.concat(n,r)},highlighter:function(e){var t=this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&");return e.replace(new RegExp("("+t+")","ig"),function(e,t){return"<strong>"+t+"</strong>"})},render:function(t){var n=this;return t=e(t).map(function(t,r){return t=e(n.options.item).attr("data-value",r),t.find("a").html(n.highlighter(r)),t[0]}),t.first().addClass("active"),this.$menu.html(t),this},next:function(t){var n=this.$menu.find(".active").removeClass("active"),r=n.next();r.length||(r=e(this.$menu.find("li")[0])),r.addClass("active")},prev:function(e){var t=this.$menu.find(".active").removeClass("active"),n=t.prev();n.length||(n=this.$menu.find("li").last()),n.addClass("active")},listen:function(){this.$element.on("blur",e.proxy(this.blur,this)).on("keypress",e.proxy(this.keypress,this)).on("keyup",e.proxy(this.keyup,this)),(e.browser.webkit||e.browser.msie)&&this.$element.on("keydown",e.proxy(this.keydown,this)),this.$menu.on("click",e.proxy(this.click,this)).on("mouseenter","li",e.proxy(this.mouseenter,this))},move:function(e){if(!this.shown)return;switch(e.keyCode){case 9:case 13:case 27:e.preventDefault();break;case 38:e.preventDefault(),this.prev();break;case 40:e.preventDefault(),this.next()}e.stopPropagation()},keydown:function(t){this.suppressKeyPressRepeat=!~e.inArray(t.keyCode,[40,38,9,13,27]),this.move(t)},keypress:function(e){if(this.suppressKeyPressRepeat)return;this.move(e)},keyup:function(e){switch(e.keyCode){case 40:case 38:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}e.stopPropagation(),e.preventDefault()},blur:function(e){var t=this;setTimeout(function(){t.hide()},150)},click:function(e){e.stopPropagation(),e.preventDefault(),this.select()},mouseenter:function(t){this.$menu.find(".active").removeClass("active"),e(t.currentTarget).addClass("active")}},e.fn.typeahead=function(n){return this.each(function(){var r=e(this),i=r.data("typeahead"),s=typeof n=="object"&&n;i||r.data("typeahead",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.typeahead.defaults={source:[],items:8,menu:'<ul class="typeahead dropdown-menu"></ul>',item:'<li><a href="#"></a></li>',minLength:1},e.fn.typeahead.Constructor=t,e(function(){e("body").on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(t){var n=e(this);if(n.data("typeahead"))return;t.preventDefault(),n.typeahead(n.data())})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.options=e.extend({},e.fn.affix.defaults,n),this.$window=e(window).on("scroll.affix.data-api",e.proxy(this.checkPosition,this)),this.$element=e(t),this.checkPosition()};t.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var t=e(document).height(),n=this.$window.scrollTop(),r=this.$element.offset(),i=this.options.offset,s=i.bottom,o=i.top,u="affix affix-top affix-bottom",a;typeof i!="object"&&(s=o=i),typeof o=="function"&&(o=i.top()),typeof s=="function"&&(s=i.bottom()),a=this.unpin!=null&&n+this.unpin<=r.top?!1:s!=null&&r.top+this.$element.height()>=t-s?"bottom":o!=null&&n<=o?"top":!1;if(this.affixed===a)return;this.affixed=a,this.unpin=a=="bottom"?r.top-n:null,this.$element.removeClass(u).addClass("affix"+(a?"-"+a:""))},e.fn.affix=function(n){return this.each(function(){var r=e(this),i=r.data("affix"),s=typeof n=="object"&&n;i||r.data("affix",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.affix.Constructor=t,e.fn.affix.defaults={offset:0},e(window).on("load",function(){e('[data-spy="affix"]').each(function(){var t=e(this),n=t.data();n.offset=n.offset||{},n.offsetBottom&&(n.offset.bottom=n.offsetBottom),n.offsetTop&&(n.offset.top=n.offsetTop),t.affix(n)})})}(window.jQuery);
2
+ * Bootstrap v3.1.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+ if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.isLoading=!1};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",f.resetText||d.data("resetText",d[e]()),d[e](f[b]||this.options[b]),setTimeout(a.proxy(function(){"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},b.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}a&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}if(e.hasClass("active"))return this.sliding=!1;var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});return this.$element.trigger(j),j.isDefaultPrevented()?void 0:(this.sliding=!0,f&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")?(e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(1e3*d.css("transition-duration").slice(0,-1))):(d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")),f&&this.cycle(),this)};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("collapse in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?void this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);!e&&f.toggle&&"show"==c&&(c=!c),e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(b){a(d).remove(),a(e).each(function(){var d=c(a(this)),e={relatedTarget:this};d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown",e)),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown",e))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown",h),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=" li:not(.divider):visible a",i=f.find("[role=menu]"+h+", [role=listbox]"+h);if(i.length){var j=i.index(i.filter(":focus"));38==b.keyCode&&j>0&&j--,40==b.keyCode&&j<i.length-1&&j++,~j||(j=0),i.eq(j).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu], [role=listbox]",f.prototype.keydown)}(jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show().scrollTop(0),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());c.is("a")&&b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this,d=this.tip();this.setContent(),this.options.animation&&d.addClass("fade");var e="function"==typeof this.options.placement?this.options.placement.call(this,d[0],this.$element[0]):this.options.placement,f=/\s?auto?\s?/i,g=f.test(e);g&&(e=e.replace(f,"")||"top"),d.detach().css({top:0,left:0,display:"block"}).addClass(e),this.options.container?d.appendTo(this.options.container):d.insertAfter(this.$element);var h=this.getPosition(),i=d[0].offsetWidth,j=d[0].offsetHeight;if(g){var k=this.$element.parent(),l=e,m=document.documentElement.scrollTop||document.body.scrollTop,n="body"==this.options.container?window.innerWidth:k.outerWidth(),o="body"==this.options.container?window.innerHeight:k.outerHeight(),p="body"==this.options.container?0:k.offset().left;e="bottom"==e&&h.top+h.height+j-m>o?"top":"top"==e&&h.top-m-j<0?"bottom":"right"==e&&h.right+i>n?"left":"left"==e&&h.left-i<p?"right":e,d.removeClass(l).addClass(e)}var q=this.getCalculatedOffset(e,h,i,j);this.applyPlacement(q,e),this.hoverState=null;var r=function(){c.$element.trigger("shown.bs."+c.type)};a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,r).emulateTransitionEnd(150):r()}},b.prototype.applyPlacement=function(b,c){var d,e=this.tip(),f=e[0].offsetWidth,g=e[0].offsetHeight,h=parseInt(e.css("margin-top"),10),i=parseInt(e.css("margin-left"),10);isNaN(h)&&(h=0),isNaN(i)&&(i=0),b.top=b.top+h,b.left=b.left+i,a.offset.setOffset(e[0],a.extend({using:function(a){e.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),e.addClass("in");var j=e[0].offsetWidth,k=e[0].offsetHeight;if("top"==c&&k!=g&&(d=!0,b.top=b.top+g-k),/bottom|top/.test(c)){var l=0;b.left<0&&(l=-2*b.left,b.left=0,e.offset(b),j=e[0].offsetWidth,k=e[0].offsetHeight),this.replaceArrow(l-f+j,j,"left")}else this.replaceArrow(k-g,k,"top");d&&e.offset(b)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach(),c.$element.trigger("hidden.bs."+c.type)}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.hoverState=null,this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){clearTimeout(this.timeout),this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;(e||"destroy"!=c)&&(e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]())})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;(e||"destroy"!=c)&&(e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]())})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(a(c).is("body")?window:c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);{var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})}},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);if(g&&b<=e[0])return g!=(a=f[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(b.RESET).addClass("affix");var a=this.$window.scrollTop(),c=this.$element.offset();return this.pinnedOffset=c.top-a},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"top"==this.affixed&&(e.top+=d),"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top(this.$element)),"function"==typeof h&&(h=f.bottom(this.$element));var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;if(this.affixed!==i){this.unpin&&this.$element.css("top","");var j="affix"+(i?"-"+i:""),k=a.Event(j+".bs.affix");this.$element.trigger(k),k.isDefaultPrevented()||(this.affixed=i,this.unpin="bottom"==i?this.getPinnedOffset():null,this.$element.removeClass(b.RESET).addClass(j).trigger(a.Event(j.replace("affix","affixed"))),"bottom"==i&&this.$element.offset({top:c-h-this.$element.height()}))}}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(jQuery);
data/web/cli.html CHANGED
@@ -9,14 +9,13 @@
9
9
 
10
10
  <!-- Le styles -->
11
11
  <link href="bootstrap/css/bootstrap.css" rel="stylesheet">
12
+ <link href="bootstrap/css/bootstrapi-theme.min.css" rel="stylesheet">
12
13
  <style type="text/css">
13
14
  body {
14
15
  padding-top: 60px;
15
16
  padding-bottom: 40px;
16
17
  }
17
18
  </style>
18
- <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
19
- <script src="bootstrap/js/jquery-1.8.1.min.js"></script>
20
19
 
21
20
  <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
22
21
  <!--[if lt IE 9]>
@@ -29,26 +28,22 @@
29
28
 
30
29
  <body>
31
30
  <a href="https://github.com/BioInterchange/BioInterchange"><img style="z-index: 5000; position: fixed; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
31
+
32
32
  <div class="navbar navbar-inverse navbar-fixed-top">
33
- <div class="navbar-inner">
34
- <div class="container">
35
- <a class="brand" href="index.html">BioInterchange</a>
36
- <ul class="nav">
37
- <li class="active"><a href="cli.html">Shell Tool</a></li>
38
- <li><a href="webservices.html">Web-Services</a></li>
39
- <li><a href="api.html">API</a></li>
40
- <li><a href="ontologies.html">Ontologies</a></li>
41
- <li><a href="about.html">About</a></li>
42
- </ul>
43
- </div>
33
+ <div class="container-fluid">
34
+ <a class="navbar-brand" href="index.html">BioInterchange</a>
35
+ <ul class="nav navbar-nav">
36
+ <li class="active"><a href="cli.html">Shell Tool</a></li>
37
+ <li><a href="ontologies.html">Ontologies</a></li>
38
+ <li><a href="about.html">About</a></li>
39
+ </ul>
44
40
  </div>
45
41
  </div>
46
-
47
42
  <div class="container">
48
43
 
49
44
  <!-- Example row of columns -->
50
45
  <div class="row">
51
- <div class="span12">
46
+ <div class="col-md-12">
52
47
  <h1>Shell Tool</h1>
53
48
  <p>
54
49
  BioInterchange's command-line tool <code>biointerchange</code> can be installed as a command line tools as follows:
@@ -60,7 +55,7 @@ gem install biointerchange
60
55
  <p>
61
56
  Examples:
62
57
  <pre>
63
- biointerchange --input biointerchange.gvf --rdf rdf.biointerchange.gvf --batchsize 100 --file examples/estd176_Banerjee_et_al_2011.2012-11-29.NCBI36.gvf
58
+ biointerchange --input biointerchange.gvf --rdf rdf.biointerchange.gfvo --batchsize 100 --file examples/estd176_Banerjee_et_al_2011.2012-11-29.NCBI36.gvf
64
59
  biointerchange --input dbcls.catanns.json --rdf rdf.bh12.sio --file examples/pubannotation.10096561.json --annotate_name 'Peter Smith' --annotate_name_id 'peter.smith@example.com'
65
60
  biointerchange --input uk.ac.man.pdfx --rdf rdf.bh12.sio --file examples/gb-2007-8-3-R40.xml --annotate_name 'Peter Smith' --annotate_name_id 'peter.smith@example.com'
66
61
  biointerchange --input phylotastic.newick --rdf rdf.phylotastic.newick --file examples/tree2.new --annotate_date '1 June 2006'
@@ -75,8 +70,8 @@ biointerchange --input phylotastic.newick --rdf rdf.phylotastic.newick --file ex
75
70
  </ul>
76
71
  Output formats:
77
72
  <ul>
78
- <li><code>rdf.biointerchange.gff3</code>: RDFization of <code>biointerchange.gff3</code></li>
79
- <li><code>rdf.biointerchange.gvf</code>: RDFization of <code>biointerchange.gvf</code></li>
73
+ <li><code>rdf.biointerchange.gfvo</code>: RDFization of <code>biointerchange.gff3</code></li>
74
+ <li><code>rdf.biointerchange.gfvo</code>: RDFization of <code>biointerchange.gvf</code></li>
80
75
  <li><code>rdf.bh12.sio</code>: RDFization of <code>dbcls.catanns.json</code> or <code>uk.ac.man.pdfx</code></li>
81
76
  <li><code>rdf.phylotastic.newick</code>: RDFization of <code>phylotastic.newick</code></li>
82
77
  </ul>
@@ -101,15 +96,6 @@ testrepo&gt; sparql select * where { ?s ?p ?o } .
101
96
  testrepo&gt; sparql select * where { ?s &lt;http://www.biointerchange.org/gvf1o#GVF1_0004&gt; ?o } .
102
97
  </pre>
103
98
  </p>
104
- <h4>Data Consistency Verification</h4>
105
- <p>
106
- Data consistency is verifyable for the output formats <code>rdf.biointerchange.gff3</code> and <code>rdf.biointerchange.gvf</code> using the BioInterchange <a href="ontologies.html">ontologies</a> GFF3O and GVF1O. The following is an example of how <a href="http://jena.apache.org">Jena</a>'s command line tools and the <a href="http://hermit-reasoner.com">HermiT reasoner</a> can be used for conistency verification:
107
- <pre>
108
- rdfcat &lt;path-to-gff3o/gvf1o&gt; &lt;yourdata.n3&gt; &gt; merged.xml
109
- java -d64 -Xmx4G -jar HermiT.jar -k -v merged.xml
110
- </pre>
111
- Another approach is to load the data and its related GFF3O/GVF1O ontology into <a href="http://protege.stanford.edu">Protege</a>, merge them, and then use the "Explain inconsistent ontology" menu item to inspect possible data inconsistencies.
112
- </p>
113
99
  <h4>Example Data Provenance</h4>
114
100
  <p>
115
101
  The following list provides information on the origin of the example-data files in the <code>examples</code> directory:
@@ -128,7 +114,7 @@ java -d64 -Xmx4G -jar HermiT.jar -k -v merged.xml
128
114
  <hr>
129
115
 
130
116
  <footer>
131
- <p>&copy; <a href="about.html">The BioInterchange Contributors</a> 2012&ndash;2013</p>
117
+ <p>&copy; <a href="about.html">The BioInterchange Contributors</a> 2012&ndash;2014</p>
132
118
  </footer>
133
119
 
134
120
  </div> <!-- /container -->
data/web/index.html CHANGED
@@ -9,13 +9,13 @@
9
9
 
10
10
  <!-- Le styles -->
11
11
  <link href="bootstrap/css/bootstrap.css" rel="stylesheet">
12
+ <link href="bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
12
13
  <style type="text/css">
13
14
  body {
14
15
  padding-top: 60px;
15
16
  padding-bottom: 40px;
16
17
  }
17
18
  </style>
18
- <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
19
19
 
20
20
  <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
21
21
  <!--[if lt IE 9]>
@@ -28,27 +28,24 @@
28
28
 
29
29
  <body>
30
30
  <a href="https://github.com/BioInterchange/BioInterchange"><img style="z-index: 5000; position: fixed; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
31
+
31
32
  <div class="navbar navbar-inverse navbar-fixed-top">
32
- <div class="navbar-inner">
33
- <div class="container">
34
- <a class="brand" href="index.html">BioInterchange</a>
35
- <ul class="nav">
36
- <li><a href="cli.html">Shell Tool</a></li>
37
- <li><a href="webservices.html">Web-Services</a></li>
38
- <li><a href="api.html">API</a></li>
39
- <li><a href="ontologies.html">Ontologies</a></li>
40
- <li><a href="about.html">About</a></li>
41
- </ul>
42
- </div>
33
+ <div class="container-fluid">
34
+ <a class="navbar-brand" href="index.html">BioInterchange</a>
35
+ <ul class="nav navbar-nav">
36
+ <li><a href="cli.html">Shell Tool</a></li>
37
+ <li><a href="ontologies.html">Ontologies</a></li>
38
+ <li><a href="about.html">About</a></li>
39
+ </ul>
43
40
  </div>
44
41
  </div>
45
42
 
46
43
  <div class="container">
47
44
 
48
- <div class="hero-unit">
49
- <div style="float: left; margin-right: 24px;"><a href="http://www.biointerchange.org"><img width=150 height=150 src="images/BioInterchange300.png" /></a></div>
45
+ <div style="margin-top: 32px;" class="jumbotron">
46
+ <div style="float: left; margin-right: 24px; margin-top: 48px;"><a href="http://www.biointerchange.org"><img width=150 height=150 src="images/BioInterchange300.png" /></a></div>
50
47
  <h1>BioInterchange</h1>
51
- <p>Interchange data using the Resource Description Framework (RDF) and let BioInterchange automagically create RDF triples from your TSV, XML, GFF3, GVF, Newick and other files. BioInterchange helps you transform your data sets into linked data for sharing and data integration via command line, web-service, or API.<div class="alert alert-info" style="text-align: center;"><a class="icon-warning-sign"></a><i>&nbsp;We are currently moving over to <a href="ontologies.html" style="font-weight: bold;">GFVO</a> for converting GFF3, GTF, GVF and VCF files to RDF.</i></div></p>
48
+ <p>Interchange data using the Resource Description Framework (RDF) and let BioInterchange automagically create RDF triples from your TSV, XML, GFF3, GVF, VCF, Newick and other files. BioInterchange helps you transform your data sets into linked data for sharing and data integration via command line, web-service, or API.</p>
52
49
  <!-- <p><a class="btn btn-primary btn-large">Learn more &raquo;</a></p> -->
53
50
  <div style="float: right;">
54
51
  <a href="https://twitter.com/BioInterchange" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @BioInterchange</a>
@@ -57,28 +54,13 @@
57
54
  </div>
58
55
 
59
56
  <div class="row">
60
- <div class="span6" style="text-align: justify;">
57
+ <div class="col-md-6" style="text-align: justify;">
61
58
  <h2>Shell Tool</h2>
62
59
  <p>Create RDF files from large data sets using the BioInterchange shell tool. It is installed as a Ruby gem that works with Mac OS X, Linux and Windows.</p>
63
60
  <p>Check out how the shell tool turns data into RDF using a single command line call, how the data can be loaded into a triple store, and how to use a semantic reasoner to verify your data consistency!</p>
64
61
  <p><a class="btn" href="cli.html">View details &raquo;</a></p>
65
62
  </div>
66
- <div class="span6" style="text-align: justify;">
67
- <h2>Web-Services</h2>
68
- <p>Quickly RDFize small data snippets with BioInterchange's web-service. Either copy/paste your data into an interactive web-site, or use the RESTful web-service.</p>
69
- <p>Example data is provided for every input format that BioInterchange can turn into RDF. Turn it into RDF with a click of a button!</p>
70
- <p><a class="btn" href="webservices.html">View details &raquo;</a></em></p>
71
- </div>
72
- </div>
73
- <div class="row">
74
- <div class="span6" style="text-align: justify;">
75
- <h2>API</h2>
76
- <p>Integrate BioInterchange into your Ruby programs as a gem. The small footprint API makes it possible to create RDF from simple data structures in a few lines.</p>
77
- <p>See how the BioInterchange API framework can be used with Ruby, Python and Java; learn how to implement your own RDF transformation algorithms!</p>
78
- <p><a class="btn" href="api.html">View details &raquo;</a></p>
79
- <p><a class="btn" href="../doc/BioInterchange.html">View Ruby docs &raquo;</a></p>
80
- </div>
81
- <div class="span6" style="text-align: justify;">
63
+ <div class="col-md-6" style="text-align: justify;">
82
64
  <h2>Ontologies</h2>
83
65
  <p>Reuse ontologies that we specifically developed to tackle some RDFizations. External ontologies that are used by BioInterchange are listed here too.</p>
84
66
  <p>Incorporate the ontologies into your own projects and get easy programmatic access to them using the BioInterchange vocabulary wrappers!</p>
@@ -89,7 +71,7 @@
89
71
  <hr>
90
72
 
91
73
  <footer>
92
- <p>&copy; <a href="about.html">The BioInterchange Contributors</a> 2012&ndash;2013</p>
74
+ <p>&copy; <a href="about.html">The BioInterchange Contributors</a> 2012&ndash;2014</p>
93
75
  </footer>
94
76
 
95
77
  </div> <!-- /container -->
data/web/ontologies.html CHANGED
@@ -8,21 +8,15 @@
8
8
  <meta name="author" content="Joachim Baran">
9
9
 
10
10
  <!-- Le styles -->
11
- <link href="bootstrap/css/bootstrap.css" rel="stylesheet">
11
+ <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
12
+ <link href="bootstrap/css/bootstrapi-theme.min.css" rel="stylesheet">
12
13
  <style type="text/css">
13
14
  body {
14
15
  padding-top: 60px;
15
16
  padding-bottom: 40px;
16
17
  }
17
18
  </style>
18
- <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
19
-
20
- <script type="text/javascript">
21
- // Magic Sauce. See https://github.com/twitter/bootstrap/issues/1768
22
- var shiftWindow = function() { scrollBy(0, -50) };
23
- if (location.hash) shiftWindow();
24
- window.addEventListener("hashchange", shiftWindow);
25
- </script>
19
+
26
20
  <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
27
21
  <!--[if lt IE 9]>
28
22
  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
@@ -35,17 +29,13 @@
35
29
  <body>
36
30
 
37
31
  <div class="navbar navbar-inverse navbar-fixed-top">
38
- <div class="navbar-inner">
39
- <div class="container">
40
- <a class="brand" href="index.html">BioInterchange</a>
41
- <ul class="nav">
42
- <li><a href="cli.html">Shell Tool</a></li>
43
- <li><a href="webservices.html">Web-Services</a></li>
44
- <li><a href="api.html">API</a></li>
45
- <li class="active"><a href="ontologies.html">Ontologies</a></li>
46
- <li><a href="about.html">About</a></li>
47
- </ul>
48
- </div>
32
+ <div class="container-fluid">
33
+ <a class="navbar-brand" href="index.html">BioInterchange</a>
34
+ <ul class="nav navbar-nav">
35
+ <li><a href="cli.html">Shell Tool</a></li>
36
+ <li class="active"><a href="ontologies.html">Ontologies</a></li>
37
+ <li><a href="about.html">About</a></li>
38
+ </ul>
49
39
  </div>
50
40
  </div>
51
41
 
@@ -53,7 +43,7 @@
53
43
 
54
44
  <!-- Example row of columns -->
55
45
  <div class="row">
56
- <div class="span12">
46
+ <div class="col-md-12">
57
47
  <h2>Overview</h2>
58
48
  <p>BioInterchange makes use of several external ontologies, i.e. ontologies that were developed outside the scope of the BioInterchange project. We are always happy to hear about ontologies that we should consider incorporating into BioInterchange and we welcome contributions of ontologies that permit including more file formats for RDF conversion.</p>
59
49
  <p>External ontologies used in BioInterchange:
@@ -73,30 +63,82 @@
73
63
  <li><a href="#external">External Ontologies and Linked Data</a></li>
74
64
  <li><a href="#examples">Examples</a></li>
75
65
  <ol style="list-style-type: lower-alpha;">
76
- <li><a href="#example1">Example 1: Loci and Basic Genomic Feature Annotations</a></li>
77
- <li><a href="#example1">Example 2: Encoding of a Sequence Alignment</a></li>
66
+ <li><a href="#example1">Example 1: Loci and Basic Genomic Feature Annotation of a Gene and its Transcription Factor Binding Site</a></li>
67
+ <li><a href="#example2">Example 2: Encoding of a Sequence Alignment</a></li>
68
+ <li><a href="#example3">Example 3: Phased and Unphased Genotype and its Sequence Variants</a></li>
69
+ <li><a href="#example4">Example 4: Encoding of a Phred Score</a></li>
78
70
  </ol>
79
71
  </ol>
80
- <div class="alert alert-info"><p><b>Note: </b> <span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span>and <span style="margin-right: 4px;" class="badge badge-warning">VCF</span> badges indicate a particular class or property definition's origin. The application of the class or property is not restricted to those file formats though.</p></div>
81
- <p>GFVO is being developed as the joint work of <a href="http://joachimbaran.wordpress.com">Joachim Baran</a> (<i>corresponding author</i>, <i>joachim.baran</i><b>&#64;</b><i>gmail.com</i>), <a href="http://utah.academia.edu/BDurgahee">Begum Durgahee</a>, <a href="http://medicine.utah.edu/faculty/mddetail.php?facultyID=u0514925">Karen Eilbeck</a>, <a href="http://ntnu-no.academia.edu/ErickAntezana">Erick Antezana</a>, <a href="http://leechuck.de">Robert Hoehndorf</a>, and <a href="http://dumontierlab.com">Michel Dumontier</a>.</p>
82
- <p>Feedback on the ontology has been provided by <a href="http://www.linkedin.com/in/raoulbonnal">Raoul Bonnal</a>, <a href="http://www.linkedin.com/in/francescostrozzi">Francesco Strozzi</a>, and <a href="http://www.linkedin.com/in/toshiakikatayama">Toshiaki Katayama</a>.</p>
72
+ <div class="alert"><p><b>Note: </b> <span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span>and <span style="margin-right: 4px;" class="badge alert-warning">VCF</span> badges indicate a particular class or property definition's origin. The application of the ontology is not restricted to those file formats though.</p></div>
73
+ <p>GFVO is being developed as the joint work of <a href="http://joachimbaran.wordpress.com">Joachim Baran</a> (<i>corresponding author</i>, <i>joachim.baran</i><b>&#64;</b><i>gmail.com</i>), <a href="http://ntnu-no.academia.edu/ErickAntezana">Erick Antezana</a>, <a href="http://www.linkedin.com/in/raoulbonnal">Raoul Bonnal</a>, <a href="http://utah.academia.edu/BDurgahee">Begum Durgahee</a>, <a href="http://medicine.utah.edu/faculty/mddetail.php?facultyID=u0514925">Karen Eilbeck</a>, <a href="http://leechuck.de">Robert Hoehndorf</a>, <a href="http://www.linkedin.com/in/toshiakikatayama">Toshiaki Katayama</a>, <a href="http://www.linkedin.com/in/francescostrozzi">Francesco Strozzi</a>, <a href="https://www.linkedin.com/in/takatomofujisawa">Takatomo Fujisawa</a>, and <a href="http://dumontierlab.com">Michel Dumontier</a>.</p>
74
+ <p>Feedback on the ontology has been provided by <a href="http://berkeleybop.org/person/chris-mungall">Chris Mungall</a>.</p>
75
+ <h3 id="bioportal">Overview</h3>
76
+ <p>An overview of GFVO is available through its <a href="http://bioportal.bioontology.org/ontologies/GFVO/?p=classes&amp;conceptid=root">BioPortal web-page</a>.
77
+ <div class="alert alert-info" style="text-align: center;"><a class="icon-warning-sign"></a><i>&nbsp;Due to technical limitations of BioPortal, GFVO in BioPortal does not import other ontologies nor does it contain SIO class- or property-equivalences.</i><br><br><i>It is necessary to use <a href="http://protege.stanford.edu/">Protege</a> or <a href="http://www.topquadrant.com/tools/ide-topbraid-composer-maestro-edition/">TopBraid Composer</a> for viewing the ontology properly (e.g., to see GFF3/GTF/GVF/VCF specification annotations, Wikipedia linkouts, class-/property-equivalences, etc.).</i><br><br><i>The BioPortal GFVO version is available at: <a href="http://www.biointerchange.org/gfvo_bioportal">http://www.biointerchange.org/gfvo_bioportal</a></i></div>
78
+ </p>
79
+ <object type="text/html" data="http://bioportal.bioontology.org/ontologies/GFVO/?p=classes&amp;conceptid=root" width="1200px" height="900px" style="overflow:auto;border:1px solid #333333"></object>
80
+ <h3 id="bestpractices">Best Practices</h3>
81
+ <p>The ontology design adheres to the following best practices:
82
+ <ol>
83
+ <li>The class hierarchy, object- and datatype-property hierarchies are modeled to match <a href="http://code.google.com/p/semanticscience/wiki/SIO">Semanticscience Integrated Ontology</a> (SIO) hierarchies.</li>
84
+ <li>Every class and property has a label (rdfs:label) as well as a description (rdfs:comment). The description may contain an example of how a class/property is being applied.</li>
85
+ <li>Classes that are directly related to either GFF3, GTF, GVF or VCF specification have a link-out to the specification&apos;s document as provenance indicator (via rdfs:isDefinedBy).</li>
86
+ <li>Link-outs to Wikipedia are provided for classes whereever possible.</li>
87
+ <li>Ontology terms are encoded in the URIs using camel case, i.e. letters following a white space in an ontology term are capitalized followed by the removal of the white space.</li>
88
+ </ol>
89
+ </p>
83
90
  <h3 id="external">External Ontologies and Linked Data</h3>
84
- <p>GFVO makes use of the <a href="https://github.com/JervenBolleman/FALDO">Feature Annotation Location Description Ontology</a> (<a href="https://github.com/JervenBolleman/FALDO">FALDO</a>) for describing genomic locations such as genomic features, breakpoints, and coordinate ranges for fuzzy/probabilistic coordinate ranges. We also integrate the <a href="http://variationontology.org">Variation Ontology</a> (<a href="http://variationontology.org">VariO</a>) for describing variants, their effects and conseuences.</p>
91
+ <p>GFVO makes use of the <a href="http://www.sequenceontology.org">Sequence Ontology</a> for annotating genomic features and variants as well as the <a href="https://github.com/JervenBolleman/FALDO">Feature Annotation Location Description Ontology</a> (<a href="https://github.com/JervenBolleman/FALDO">FALDO</a>) for describing genomic locations such as genomic features, breakpoints, and coordinate ranges for fuzzy/probabilistic coordinate ranges. We also integrate the <a href="http://variationontology.org">Variation Ontology</a> (<a href="http://variationontology.org">VariO</a>) for describing variants, their effects and consequences.</p>
85
92
  <p>Species are represented as linked data by URIs to NCBI's <a href="http://www.ncbi.nlm.nih.gov/taxonomy">species taxonomy</a>. We encourage the use of <a href="http://identifiers.org">identifiers.org</a> URIs for other entities, which will be automatically be supported in the BioInterchange's RDF output with its next release.</p>
93
+ <p>The design patterns of GFVO follow the <a href="http://code.google.com/p/semanticscience/wiki/SIO">SIO</a> and equivalence mappings are provided for GFVO's classes, object- and datatype-properties where applicable.</p>
94
+ <h3>Statistics</h3>
95
+ <p>Summary statistics about the number of classes and properties of GFVO are provided in the following table. The breakdown of the classes based on their modeling origin does not sum up to the total number of classes, because some modeled classes appear in multiple specifications (e.g., "DNA Sequence" appears in all four specifications).</p>
96
+ <table class="table table-striped table-bordered" style="margin-left: 15px; margin-right: 15px;">
97
+ <thead>
98
+ <tr>
99
+ <th></th>
100
+ <th>Total Number</th>
101
+ <th>Number of Equivalences to SIO</th>
102
+ </tr>
103
+ </thead>
104
+ <tbody>
105
+ <!-- Imported via :r!~/src/Ontologies/scripts/stats.rb < ~/src/Ontologies/gfvo.xml -->
106
+ <tr><td>Classes</td><td>92</td><td>41</td></tr>
107
+ <tr><td>&hellip;modeled from GFF3</td><td>27</td><td>15</td></tr>
108
+ <tr><td>&hellip;modeled from GTF</td><td>17</td><td>13</td></tr>
109
+ <tr><td>&hellip;modeled from GVF</td><td>56</td><td>24</td></tr>
110
+ <tr><td>&hellip;modeled from VCF</td><td>25</td><td>16</td></tr>
111
+ <tr><td>&hellip;with Wikipedia reference</td><td>48</td><td></td></tr>
112
+ <tr><td>Datatype properties</td><td>1</td><td>1</td></tr>
113
+ <tr><td>Object properties</td><td>32</td><td>31</td></tr>
114
+ </tbody>
115
+ </table>
116
+ <!--
117
+ <h3 id="hierarchy">Hierarchy Overview</h3>
118
+ <div class="row">
119
+ <div class="col-md-4 text-center">
120
+ <img src="gfvo_classes.png" />
121
+ <p>Class hierarchy of GFVO (SIO equivalences omitted)</p>
122
+ </div>
123
+ <div class="col-md-4 text-center">
124
+ <p>TODO</p>
125
+ <p>Object property hierarchy of GFVO (SIO equivalences omitted)</p>
126
+ </div>
127
+ <div class="col-md-4 text-center">
128
+ <p>TODO</p>
129
+ <p>Datatype property hierarchy of GFVO (SIO equivalences omitted)</p>
130
+ </div>
131
+ </div>
132
+ -->
86
133
  <h3 id="examples">Examples</h3>
87
- <h4 id="example1">Example 1: Loci and Basic Genomic Feature Annotations</h4>
134
+ <p>Examples are provided in Turtle syntax. All examples are archived and downloadable as the file &quot;<a href="https://github.com/BioInterchange/Ontologies">gfvo_examples.ttl</a>&quot; of the ontologies' GitHub repository.</p>
135
+ <h4 id="example1">Example 1: Loci and Basic Genomic Feature Annotation of a Gene and its Transcription Factor Binding Site</h4>
88
136
  <p>Encoding loci and basic genomic feature annotations. The example covers lines 0-3 of the example gene description given in the <a href="http://www.sequenceontology.org/resources/gff3.html">GFF3 specification</a>.</p>
89
137
  <pre style="font-size: 10px; line-height: 13px;">
90
138
  @prefix : &lt;http://www.biointerchange.org/gfvo#&gt; .
91
- @prefix dc: &lt;http://purl.org/dc/terms/&gt; .
92
- @prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .
93
139
  @prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
94
- @prefix xml: &lt;http://www.w3.org/XML/1998/namespace&gt; .
95
- @prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
96
- @prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
97
140
  @prefix faldo: &lt;http://biohackathon.org/resource/faldo#&gt; .
98
- @prefix vario: &lt;http://purl.obolibrary.org/obo/&gt; .
99
- @base &lt;http://www.biointerchange.org/gfvo#&gt; .
141
+ @prefix so: &lt;http://purl.bioontology.org/ontology/SO/SO&gt; .
100
142
 
101
143
  #################################################################
102
144
  #
@@ -112,81 +154,125 @@
112
154
  # binary RDF encodings such as RDF/HDT permits a more concise
113
155
  # representation of the same data.
114
156
  #
157
+ # This example also avoids blank nodes, so that this file can
158
+ # be conveniently viewed using the Protege ontology editor.
159
+ # Using blank nodes, the line
160
+ #
161
+ # :hasIdentifier :ExampleSet1Feature1Identifier ;
162
+ #
163
+ # can be substituted with
164
+ #
165
+ # :hasIdentifier [
166
+ # a :Identifier ;
167
+ # :hasValue &quot;gene00001&quot; ;
168
+ # ]
169
+ #
115
170
  #################################################################
116
171
 
117
- :ExampleSet1 rdf:type :File ,
118
- owl:NamedIndividual ;
119
- :gffVersion "3" ;
120
- rdfs:comment "A simple example of a hierarchical genomic feature dependency. This example is an excerpt of another example given in the GFF3 specification (http://sequenceontology.org/resources/gff3.html)."@en .
121
-
122
- :ExampleSet1ChromEnd rdf:type faldo:ExactPosition ,
123
- owl:NamedIndividual ;
124
- faldo:position "1497228" .
125
-
126
- :ExampleSet1ChromStart rdf:type faldo:ExactPosition ,
127
- owl:NamedIndividual ;
128
- faldo:position "1" .
129
-
130
- :ExampleSet1Feature1 rdf:type :Feature ,
131
- owl:NamedIndividual ;
132
- :id "gene00001" ;
133
- :name "EDEN" ;
134
- :type "http://www.sequenceontology.org/browser/current_release/term/SO:0000704" ;
135
- :seqid :ExampleSet1Landmark1 .
136
-
137
- :ExampleSet1Feature1_2Start rdf:type faldo:ExactPosition ,
138
- owl:NamedIndividual ;
139
- faldo:position "1000" .
140
-
141
- :ExampleSet1Feature2 rdf:type :Feature ,
142
- owl:NamedIndividual ;
143
- :id "tfbs00001" ;
144
- :type "http://www.sequenceontology.org/browser/current_release/term/SO:0000235" ;
145
- :parent :ExampleSet1Feature1 ;
146
- :locus :ExampleSet1Region3 .
147
-
148
- :ExampleSet1Feature2End rdf:type faldo:ExactPosition ,
149
- owl:NamedIndividual ;
150
- faldo:position "1012" .
151
-
152
- :ExampleSet1Landmark1 rdf:type :Landmark ,
153
- owl:NamedIndividual ;
154
- :id "ctg123" ;
155
- :locus :ExampleSet1Region1 .
156
-
157
- :ExampleSet1Region1 rdf:type faldo:Region ,
158
- owl:NamedIndividual ;
159
- faldo:begin :ExampleSet1ChromEnd ,
160
- :ExampleSet1ChromStart .
161
-
162
- :ExampleSet1Region2 rdf:type faldo:ForwardStrandPosition ,
163
- owl:NamedIndividual ;
164
- faldo:begin :ExampleSet1Feature1_2Start ;
165
- faldo:end :ExampleSet1Feature1End .
166
-
167
- :ExampleSet1Region3 rdf:type faldo:Region ,
168
- owl:NamedIndividual ;
169
- faldo:begin :ExampleSet1Feature1_2Start ;
170
- faldo:end :ExampleSet1Feature2End .
171
-
172
- :ExampleSet1Feature1End rdf:type faldo:ExactPosition ,
173
- owl:NamedIndividual ;
174
- faldo:position "9000" .
175
- </pre>
172
+ # This example is representing the contents of a GFF3 file, version 3.
173
+ :Example1Version a :Version ;
174
+ :hasValue &quot;gff-version 3&quot; .
175
+
176
+ # Two genomic features are described in the file, where an extra comment
177
+ # was added to clarify the provenance of this example representation.
178
+ :ExampleSet1 a :File ;
179
+ :hasIdentifier :Example1Version ;
180
+ :hasMember :ExampleSet1Feature1 ,
181
+ :ExampleSet1Feature2 ;
182
+ rdfs:comment &quot;A simple example of a hierarchical genomic feature dependency. This example is an excerpt of another example given in the GFF3 specification (http://sequenceontology.org/resources/gff3.html).&quot;@en .
183
+
184
+ # Features in this example are placed on a single langmark, which has
185
+ # an identifier associated with it (it cannot be anonymous in GFF3, even
186
+ # though GFVO permits landmarks without explicit identifier), and it
187
+ # has a range of sequence positions it covers (expressed by a separate
188
+ # pragma statement in GFF3).
189
+ :ExampleSet1Landmark a :Landmark ;
190
+ :hasIdentifier :ExampleSet1LandmarkIdentifier ;
191
+ :hasAttribute :ExampleSet1LandmarkRegion .
192
+
193
+ :ExampleSet1LandmarkIdentifier a :Identifier ;
194
+ :hasValue &quot;ctg123&quot; .
195
+
196
+ :ExampleSet1LandmarkRegion a faldo:Region ;
197
+ faldo:begin :ExampleSet1LandmarkStartPosition ;
198
+ faldo:end :ExampleSet1LandmarkEndPosition .
199
+
200
+ :ExampleSet1LandmarkStartPosition a faldo:ExactPosition ;
201
+ faldo:position &quot;1&quot; .
202
+
203
+ :ExampleSet1LandmarkEndPosition a faldo:ExactPosition ;
204
+ faldo:position &quot;1497228&quot; .
205
+
206
+ # GFF3, GTF and GVF make use of named attributes. There are predefined (reserved)
207
+ # names, but users can also freely contribute their own attributes. In this example,
208
+ # only one labeled attribute is used, whose name we define upfront.
209
+ #
210
+ # Note: It might be a bit confusing that the label "Name" is applied to an attribute
211
+ # of type "Name". This is just an artifact of the chosen example and it is of
212
+ # course possible to label a "Name" attribute arbitrarily.
213
+ :ExampleSet1AttributeName a :Label ;
214
+ :hasValue &quot;Name&quot; .
215
+
216
+ # First feature of the GFF3 file (line 2): a gene.
217
+ :ExampleSet1Feature1 a :Feature ,
218
+ so:0000704 ;
219
+ :isLocatedOn :ExampleSet1Landmark ;
220
+ :hasPart :ExampleSet1Feature1Locus ;
221
+ :hasIdentifier :ExampleSet1Feature1Identifier ;
222
+ :hasAttribute :ExampleSet1Feature1Name .
223
+
224
+ :ExampleSet1Feature1Locus a :Locus ;
225
+ :hasAttribute :ExampleSet1Feature1Region .
226
+
227
+ :ExampleSet1Feature1Region a faldo:Region ;
228
+ faldo:begin :ExampleSet1FeatureStartPosition ;
229
+ faldo:end :ExampleSet1Feature1EndPosition .
230
+
231
+ # The start coordinate of both features is the same in this example. So this
232
+ # entity is used by both :ExampleSet1Feature1 and :ExampleSet1Feature2.
233
+ :ExampleSet1FeatureStartPosition a faldo:ExactPosition ;
234
+ faldo:position &quot;1000&quot; .
235
+
236
+ :ExampleSet1Feature1EndPosition a faldo:ExactPosition ;
237
+ faldo:position &quot;9000&quot; .
238
+
239
+ :ExampleSet1Feature1Identifier a :Identifier ;
240
+ :hasValue &quot;gene00001&quot; .
241
+
242
+ :ExampleSet1Feature1Name a :Name ;
243
+ :hasAttribute :ExampleSet1AttributeName ;
244
+ :hasValue &quot;EDEN&quot; .
245
+
246
+ # Second feature of the GFF3 file (line 3): a transcription factor
247
+ # binding site.
248
+ # It references the first feature via a &quot;Parent&quot; attribute.
249
+ :ExampleSet1Feature2 a :Feature ,
250
+ so:0000235 ;
251
+ :isLocatedOn :ExampleSet1Landmark ;
252
+ :hasPart :ExampleSet1Feature2Locus ;
253
+ :hasIdentifier :ExampleSet1Feature2Identifier ;
254
+ :hasSource :ExampleSet1Feature1 .
255
+
256
+ :ExampleSet1Feature2Locus a :Locus ;
257
+ :hasAttribute :ExampleSet1Feature1Region .
258
+
259
+ :ExampleSet1Feature2Region a faldo:Region ;
260
+ faldo:begin :ExampleSet1FeatureStartPosition ;
261
+ faldo:end :ExampleSet1Feature2EndPosition .
262
+
263
+ :ExampleSet1Feature2EndPosition a faldo:ExactPosition ;
264
+ faldo:position &quot;1012&quot; .
176
265
 
266
+ :ExampleSet1Feature2Identifier a :Identifier ;
267
+ :hasValue &quot;tfbs00001&quot; .
268
+ </pre>
177
269
  <h4 id="example2">Example 2: Encoding of a Sequence Alignment</h4>
178
- <p>Encoding of a sequence alignment. This is part of the <a href="http://www.sequenceontology.org/resources/gff3.html">GFF3 specification</a>, denoting the alignment between the reference sequence "chr3" and the target sequence "EST23".</p>
270
+ <p>Encoding of a sequence alignment. This is part of the <a href="http://www.sequenceontology.org/resources/gff3.html">GFF3 specification</a>, denoting the alignment between the reference sequence &quot;chr3&quot; and the target sequence &quot;EST23&quot;.</p>
179
271
  <pre style="font-size: 10px; line-height: 13px;">
180
272
  @prefix : &lt;http://www.biointerchange.org/gfvo#&gt; .
181
- @prefix dc: &lt;http://purl.org/dc/terms/&gt; .
182
- @prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .
183
273
  @prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
184
- @prefix xml: &lt;http://www.w3.org/XML/1998/namespace&gt; .
185
- @prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
186
- @prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
187
274
  @prefix faldo: &lt;http://biohackathon.org/resource/faldo#&gt; .
188
- @prefix vario: &lt;http://purl.obolibrary.org/obo/&gt; .
189
- @base &lt;http://www.biointerchange.org/gfvo#&gt; .
275
+ @prefix so: &lt;http://purl.bioontology.org/ontology/SO/SO&gt; .
190
276
 
191
277
  #################################################################
192
278
  #
@@ -194,1395 +280,1453 @@
194
280
  #
195
281
  # Encoding of a sequence alignment. This is part of the GFF3
196
282
  # specification, denoting the alignment between the reference
197
- # sequence "chr3" and the target sequence "EST23".
283
+ # sequence &quot;chr3&quot; and the target sequence &quot;EST23&quot;.
198
284
  # (http://www.sequenceontology.org/resources/gff3.html)
199
285
  #
200
286
  #################################################################
201
287
 
202
- :ExampleSet2 rdf:type :Set ,
203
- owl:NamedIndividual ;
204
- rdfs:comment "An example of a sequence alignment. This example is an excerpt of another example given in the GFF3 specification (http://sequenceontology.org/resources/gff3.html)."@en .
205
-
206
- :ExampleSet2Feature1 rdf:type :Feature ,
207
- owl:NamedIndividual ;
208
- :id "Match1" ;
209
- :type "http://www.sequenceontology.org/browser/current_release/term/SO:0000343" ;
210
- :seqid :ExampleSet2Landmark1 .
211
-
212
- :ExampleSet2Feature2 rdf:type :Feature ,
213
- owl:NamedIndividual ;
214
- :id "EST23" ;
215
- :type "http://www.sequenceontology.org/browser/current_release/term/SO:0000345" ;
216
- :target :ExampleSet2Target1 .
217
-
218
- :ExampleSet2Landmark1 rdf:type :Landmark ,
219
- owl:NamedIndividual ;
220
- :id "chr3" .
221
-
222
- :ExampleSet2Target1 rdf:type :Target ,
223
- owl:NamedIndividual ;
224
- :alignment :ExampleSet2AlignmentOperation1 .
225
-
226
- :ExampleSet2AlignmentOperation1 rdf:type :AlignmentOperation ,
227
- owl:NamedIndividual ;
228
- :operation :Match ;
229
- :span "8" ;
230
- :first :ExampleSet2AlignmentOperation1 ;
231
- :rest :ExampleSet2AlignmentOperation2 .
232
-
233
- :ExampleSet2AlignmentOperation2 rdf:type :AlignmentOperation ,
234
- owl:NamedIndividual ;
235
- :operation :TargetSequenceGap ;
236
- :span "3" ;
237
- :first :ExampleSet2AlignmentOperation2 ;
238
- :rest :ExampleSet2AlignmentOperation3 .
239
-
240
- :ExampleSet2AlignmentOperation3 rdf:type :AlignmentOperation ,
241
- owl:NamedIndividual ;
242
- :operation :Match ;
243
- :span "6" ;
244
- :first :ExampleSet2AlignmentOperation3 ;
245
- :rest :ExampleSet2AlignmentOperation4 .
246
-
247
- :ExampleSet2AlignmentOperation4 rdf:type :AlignmentOperation ,
248
- owl:NamedIndividual ;
249
- :operation :ReferenceSequenceGap ;
250
- :span "1" ;
251
- :first :ExampleSet2AlignmentOperation4 ;
252
- :rest :ExampleSet2AlignmentOperation5 .
253
-
254
- :ExampleSet2AlignmentOperation5 rdf:type :AlignmentOperation ,
255
- owl:NamedIndividual ;
256
- :operation :Match ;
257
- :span "6" ;
258
- :first :ExampleSet2AlignmentOperation5 .
288
+ :ExampleSet2 a :Collection ;
289
+ :hasMember :ExampleSet2Feature1 ,
290
+ :ExampleSet2Feature2 ;
291
+ rdfs:comment &quot;An example of a sequence alignment. This example is an excerpt of another example given in the GFF3 specification (http://sequenceontology.org/resources/gff3.html).&quot;@en .
292
+
293
+ :ExampleSet2Landmark a :Landmark ;
294
+ :hasIdentifier :ExampleSet2LandmarkIdentifier .
295
+
296
+ :ExampleSet2LandmarkIdentifier a :Identifier ;
297
+ :hasValue &quot;chr3&quot; .
298
+
299
+ # Reference sequence feature:
300
+ :ExampleSet2Feature1 a :Feature ;
301
+ :isLocatedOn :ExampleSet2Landmark ;
302
+ :hasIdentifier :ExampleSet2Feature1Identifier .
303
+
304
+ :ExampleSet1Feature1Identifier a :Identifier ;
305
+ :hasValue &quot;Match1&quot; .
306
+
307
+ # Target sequence feature:
308
+ :ExampleSet2Feature2 a :Feature ;
309
+ so:0000343 ;
310
+ :isLocatedOn :ExampleSet2Landmark ;
311
+ :hasIdentifier :ExampleSet2Feature2Identifier .
312
+
313
+ :ExampleSet1Feature2Identifier a :Identifier ;
314
+ :hasValue &quot;EST23&quot; .
315
+
316
+ # Description of the sequence alignment between :ExampleSet2Feature1
317
+ # and :ExampleSet2Feature2 (features &quot;Match1&quot; and &quot;EST23&quot;).
318
+ :ExampleSet2SequenceAlignment a :SequenceAlignment ;
319
+ :hasAttribute :ExampleSet2AlignmentLocus ;
320
+ :hasSource :ExampleSet2Feature1 ;
321
+ :hasInput :ExampleSet2Feature2 ;
322
+ :hasFirstPart :ExampleSet2AlignmentOperation1 ;
323
+ :hasOrderedPart :ExampleSet2AlignmentOperation2 ,
324
+ :ExampleSet2AlignmentOperation3 ,
325
+ :ExampleSet2AlignmentOperation4 ;
326
+ :hasLastPart :ExampleSet2AlignmentOperation5 .
327
+
328
+ # The locus describes the region over which the alignment operation
329
+ # is being carried out.
330
+ :ExampleSet2AlignmentLocus a :Locus ;
331
+ :hasAttribute :ExampleSet2AlignmentRegion .
332
+
333
+ :ExampleSet2AlignmentRegion a faldo:Region ;
334
+ faldo:begin :ExampleSet2AlignmentStartPosition ;
335
+ faldo:end :ExampleSet2AlignmentEndPosition .
336
+
337
+ :ExampleSet2AlignmentStartPosition a faldo:ExactPosition ;
338
+ faldo:position &quot;1&quot; .
339
+
340
+ :ExampleSet2AlignmentEndPosition a faldo:ExactPosition ;
341
+ faldo:position &quot;21&quot; .
342
+
343
+ # Description of an actual alignment operation.
344
+ :ExampleSet2AlignmentOperation1 rdf:type :Match ;
345
+ :hasAttribute ::ExampleSet2AlignmentOperation1Span ;
346
+ :isBefore :ExampleSet2AlignmentOperation2 .
347
+
348
+ :ExampleSet2AlignmentOperation1Span a :Span ;
349
+ :hasValue &quot;8&quot; .
350
+
351
+ :ExampleSet2AlignmentOperation2 rdf:type :TargetSequenceGap ;
352
+ :hasAttribute ::ExampleSet2AlignmentOperation2Span ;
353
+ :isAfter :ExampleSet2AlignmentOperation1 ;
354
+ :isBefore :ExampleSet2AlignmentOperation3 .
355
+
356
+ :ExampleSet2AlignmentOperation2Span a :Span ;
357
+ :hasValue &quot;3&quot; .
358
+
359
+ :ExampleSet2AlignmentOperation3 rdf:type :Match ;
360
+ :hasAttribute ::ExampleSet2AlignmentOperation3Span ;
361
+ :isAfter :ExampleSet2AlignmentOperation2 ;
362
+ :isBefore :ExampleSet2AlignmentOperation4 .
363
+
364
+ :ExampleSet2AlignmentOperation3Span a :Span ;
365
+ :hasValue &quot;6&quot; .
366
+
367
+ :ExampleSet2AlignmentOperation4 rdf:type :ReferenceSequenceGap ;
368
+ :hasAttribute ::ExampleSet2AlignmentOperation4Span ;
369
+ :isAfter :ExampleSet2AlignmentOperation3 ;
370
+ :isBefore :ExampleSet2AlignmentOperation5 .
371
+
372
+ :ExampleSet2AlignmentOperation4Span a :Span ;
373
+ :hasValue &quot;1&quot; .
374
+
375
+ :ExampleSet2AlignmentOperation5 rdf:type :Match ;
376
+ :hasAttribute ::ExampleSet2AlignmentOperation5Span ;
377
+ :isAfter :ExampleSet2AlignmentOperation4 .
378
+
379
+ :ExampleSet2AlignmentOperation5Span a :Span ;
380
+ :hasValue &quot;6&quot; .
381
+ </pre>
382
+ <h4 id="example3">Example 3: Phased and Unphased Genotype and its Sequence Variants</h4>
383
+ <p>Encoding of a phased/unphased genotype and its sequence variants. This is part of the GVF specification, denoting two variants for two separate sequenced individuals: &quot;Variant_seq=A,T;Genotype=0:1,1:1&quot;. See &quot;Genotype&quot; in the <a href="http://www.sequenceontology.org/resources/gvf.html">GVF specification</a>.</p>
384
+ <pre style="font-size: 10px; line-height: 13px;">
385
+ @prefix : &lt;http://www.biointerchange.org/gfvo#&gt; .
386
+ @prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
387
+
388
+ #################################################################
389
+ #
390
+ # Example 3
391
+ #
392
+ # Encoding of genotypes/sequence variants. This is part of the GVF
393
+ # specification, denoting two variants for two separate
394
+ # sequenced individuals: &quot;Variant_seq=A,T;Genotype=0:1,1:1&quot;.
395
+ # (See &quot;Genotype&quot; in the GVF specification at
396
+ # http://www.sequenceontology.org/resources/gvf.html)
397
+ #
398
+ #################################################################
399
+
400
+ :ExampleSet3 a :Collection ;
401
+ :hasMember :ExampleSet3Feature1 ;
402
+ rdfs:comment &quot;Encoding of genotypes/sequence variants. This example is part of the GVF specification, denoting two variants for two separate sequenced individuals (http://www.sequenceontology.org/resources/gvf.html).&quot;@en .
403
+
404
+ # The individuals that were sequenced are represented by named, but otherwise
405
+ # unspecified, instances. This provides sufficient information to distinguish
406
+ # between the individuals that were sequenced.
407
+ :ExampleSet3SequencedIndividual1 rdf:type :SequencedIndividual .
408
+ :ExampleSet3SequencedIndividual2 rdf:type :SequencedIndividual .
409
+
410
+ # Genomic feature that captures the two described genotypes.
411
+ :ExampleSet3Feature1 a :Feature ;
412
+ :hasAttribute :ExampleSet3Genotype1 ,
413
+ :ExampleSet3Genotype2 .
414
+
415
+ # Genotype for the first individual.
416
+ #
417
+ # The genotype's phased variants are linked via &quot;hasFirstPart&quot; and
418
+ # &quot;hasLastPart&quot; here, which are descendants of &qout;hasOrderedPart&quot;.
419
+ # The object properties &quot;isBefore&quot;/&quot;isAfter&quot; connect the phased variants.
420
+ #
421
+ # Note: for an unphased genotype, it is sufficient to use &quot;hasPart&quot; only.
422
+ :ExampleSet3Genotype1 a :Genotype ;
423
+ :hasParticipant :ExampleSet3SequencedIndividual1 ;
424
+ :hasQuality :Heterozygous ;
425
+ :hasAttribute :ExampleSet3Phase ;
426
+ :hasFirstPart :ExampleSet3ReferenceA_AT ;
427
+ :hasLastPart :ExampleSet3VariantT_AT .
428
+
429
+ # Ordering of the variants permits the expression of phased genotypes.
430
+ # It is recommended to use &quot;isBefore&quot;, but the use of &quot;isAfter&quot; is optional.
431
+ :ExampleSet3ReferenceA_AT :isBefore :ExampleSet3VariantT_AT .
432
+ :ExampleSet3VariantT_AT :isAfter :ExampleSet3ReferenceA_AT .
433
+
434
+ # Genotype of the second individual.
435
+ :ExampleSet3Genotype2 a :Genotype ;
436
+ :hasParticipant :ExampleSet3SequencedIndividual2 ;
437
+ :hasQuality :Homozygous ;
438
+ :hasAttribute :ExampleSet3Phase ;
439
+ :hasFirstPart :ExampleSet3VariantT_TT ;
440
+ :hasLastPart :ExampleSet3VariantT_TT .
441
+
442
+ # As above: variant ordering to phase the genotype.
443
+ :ExampleSet3VariantT_TT :isBefore :ExampleSet3VariantT_TT ;
444
+ :isAfter :ExampleSet3VariantT_TT .
445
+
446
+ # Having an instance to denote the presence of phase information
447
+ # might appear redundant across data sets. On the other hand, it
448
+ # permits data providers to enrich their own or other providers'
449
+ # data set with additional information (annotations) about used
450
+ # protocols/equipment/tools.
451
+ :ExampleSet3Phase a :GameticPhase .
452
+
453
+ # For VCF data, the type can also be &quot;ReferenceSequence&quot;, which
454
+ # denotes that the sequence is located on a reference genome. This
455
+ # would be indicated -- in a VCF file -- by a &quot;0&quot; in the GT field
456
+ # (e.g., &quot;0|1&quot; (phased) or &quot;0/1&quot; (unphased) to indicate a genotype
457
+ # whose first allele is on the reference genome and the second allele
458
+ # is an alternative allele).
459
+ :ExampleSet3ReferenceA_AT a :ReferenceSequence ;
460
+ :hasValue &quot;A&quot; .
461
+
462
+ :ExampleSet3VariantT_AT a :SequenceVariant ;
463
+ :hasValue &quot;T&quot; .
464
+
465
+ :ExampleSet3VariantT_TT a :SequenceVariant ;
466
+ :hasValue &quot;T&quot; .
467
+ </pre>
468
+ <h4 id="example4">Example 4: Encoding of a Phred Score</h4>
469
+ <p>Encoding of a Phred score, which is part of the GVF specification, but more widely utilized in the VCF specification.</p>
470
+ <pre style="font-size: 10px; line-height: 13px;">
471
+ @prefix : &lt;http://www.biointerchange.org/gfvo#&gt; .
472
+ @prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
473
+
474
+ #################################################################
475
+ #
476
+ # Example 4
477
+ #
478
+ # Encoding of a Phred score. GVF leaves it open how the
479
+ # &quot;score&quot; (column 6) should be interpreted, but recommends
480
+ # the use of Phred scores. If a data provider knows that
481
+ # a Phred score was utilized, then this can be represented
482
+ # via GFVO.
483
+ # (See &quot;Column Descriptions&quot; in the GVF specification at
484
+ # http://www.sequenceontology.org/resources/gvf.html)
485
+ #
486
+ #################################################################
487
+
488
+ :ExampleSet4 a :Collection ;
489
+ :hasMember :ExampleSet4Feature1 ;
490
+ rdfs:comment &quot;Encoding of a Phred score. This example is motivated by the GVF specification, which encourages -- but does not enforce -- the use of Phred scores (http://www.sequenceontology.org/resources/gvf.html).&quot;@en .
491
+
492
+ # Interpreting &quot;score&quot; (column 6) of a GVF file as Phred score.
493
+ :ExampleSet4Feature1 a :Feature ;
494
+ :hasAttribute :ExampleSet4Feature1Score .
495
+
496
+ # Use of &quot;PhredScore&quot; instead of &quot;Score&quot; to denote the specific
497
+ # type of score being used.
498
+ :ExampleSet4Feature1Score a :PhredScore ;
499
+ :hasValue 38 .
259
500
  </pre>
260
501
 
261
502
  <h3 id="ontologyReference">Ontology Reference</h3>
262
503
  <!-- Imported via :r!~/src/Ontologies/scripts/xml2htmldocs.rb < ~/src/Ontologies/gfvo.xml -->
263
-
504
+ <!-- lines 1227 -->
264
505
  <p>
265
506
  Ontology namespace "gfvo": http://www.biointerchange.org/gfvo#
266
507
  </p>
267
508
  <h4>Classes</h4>
268
509
  <p>
269
- <h5 id="classAlignmentOperation">Class gfvo:AlignmentOperation</h5>
510
+ <h5 id="classAlias">Class "Alias"</h5>
270
511
  <div style="margin-left: 16px; margin-bottom: 16px">
271
- <div><i>Subclass of:</i> <a href="#classLocusAnnotation">LocusAnnotation</a></div>
272
- <div><i>Label:</i> Alignment Operation</div>
273
- <div><i>Comment:</i> An alignment operation captures the type of alignment (see &quot;Alignment&quot; enumeration class) and alignment length between a reference sequence and target sequence. This relationship is typically expressed between a <a href="#classFeature">Feature</a> class instance and a <a href="#classTarget">Target</a> class instance. Note that an <a href="#classAlignmentOperation">Alignment Operation</a> is a list, where the order of the alignment operations is of significance.</div>
274
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
512
+ <div><i>Subclass of:</i> <a href="#className">Name</a></div>
513
+ <div><i>Label:</i> Alias</div>
514
+ <div><i>Comment:</i> An alias is an alternative name whose use is mostly non-primary.</div>
515
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Pseudonym">http://en.wikipedia.org/wiki/Pseudonym</a></div>
516
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
275
517
  </div>
276
518
  </p>
277
519
  <p>
278
- <h5 id="classArrayComparativeGenomicHybridization">Class gfvo:ArrayComparativeGenomicHybridization</h5>
520
+ <h5 id="classAlleleFrequency">Class "AlleleFrequency"</h5>
279
521
  <div style="margin-left: 16px; margin-bottom: 16px">
280
- <div><i>Subclass of:</i> <a href="#classDataSource">DataSource</a></div>
281
- <div><i>Label:</i> Array Comparative Genomic Hybridization</div>
282
- <div><i>Comment:</i> A <a href="#classDataSource">Data Source</a> based on array-comparative genomic hybridization.</div>
283
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
522
+ <div><i>Subclass of:</i> <a href="#classQuantity">Quantity</a></div>
523
+ <div><i>Label:</i> Allele Frequency</div>
524
+ <div><i>Comment:</i> Proportion of a particular gene allele in a gene pool.</div>
525
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Allele_frequency">http://en.wikipedia.org/wiki/Allele_frequency</a></div>
526
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
284
527
  </div>
285
528
  </p>
286
529
  <p>
287
- <h5 id="classAttribute">Class gfvo:Attribute</h5>
530
+ <h5 id="classAminoAcid">Class "AminoAcid"</h5>
288
531
  <div style="margin-left: 16px; margin-bottom: 16px">
289
- <div><i>Subclass of:</i> <a href="#classCustomAnnotation">CustomAnnotation</a></div>
290
- <div><i>Label:</i> Attribute</div>
291
- <div><i>Comment:</i> An attribute represents a tag/value pair that is not covered by either GFF3, GTF, GVF or VCF specification. For example, lowercase tags in GFF3 are permitted to allow data providers to provide additional information about a genomic feature, variant, or its meta-data. Tag/value pair attributes that are within the aforementioned specifications are expressed using classes such as <a href="#classVariant">Variant</a>, <a href="#classBreakpoint">Breakpoint</a> or <a href="#classTechnologyPlatform">Technology Platform</a>.</div>
292
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
532
+ <div><i>Subclass of:</i> <a href="#classChemicalEntity">ChemicalEntity</a></div>
533
+ <div><i>Label:</i> Amino Acid</div>
534
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Amino_acid">http://en.wikipedia.org/wiki/Amino_acid</a></div>
535
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_001224">SIO_001224</a></div>
536
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
293
537
  </div>
294
538
  </p>
295
539
  <p>
296
- <h5 id="classBreakpoint">Class gfvo:Breakpoint</h5>
540
+ <h5 id="classAncestralSequence">Class "AncestralSequence"</h5>
297
541
  <div style="margin-left: 16px; margin-bottom: 16px">
298
- <div><i>Subclass of:</i> <a href="#classLocusAnnotation">LocusAnnotation</a></div>
299
- <div><i>Label:</i> Breakpoint</div>
300
- <div><i>Comment:</i> A breakpoint describes the source or destination of a zero-length sequence alteration. These alterations are typically insertions, deletions or translocations according to the GVF specification (see &quot;Breakpoint_detail&quot; in http://sequenceontology.org/resources/gvf.html).</div>
301
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
542
+ <div><i>Subclass of:</i> <a href="#classReferenceSequence">ReferenceSequence</a></div>
543
+ <div><i>Label:</i> Ancestral Sequence</div>
544
+ <div><i>Comment:</i> Denotes an ancestral allele of a feature. May be used to denote the &apos;ancestral allele&apos; of VCF formatted files.</div>
545
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Ancestral_reconstruction">http://en.wikipedia.org/wiki/Ancestral_reconstruction</a></div>
546
+ <div><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
302
547
  </div>
303
548
  </p>
304
549
  <p>
305
- <h5 id="classChromosome">Class gfvo:Chromosome</h5>
550
+ <h5 id="classArrayComparativeGenomicHybridization">Class "ArrayComparativeGenomicHybridization"</h5>
306
551
  <div style="margin-left: 16px; margin-bottom: 16px">
307
- <div><i>Subclass of:</i> <a href="#classLocusAnnotation">LocusAnnotation</a></div>
308
- <div><i>Label:</i> Chromosome</div>
309
- <div><i>Comment:</i> A chromosome is an abstract representation of an unnamed chromosome to represent ploidy within a data set. A <a href="#classChromosome">Chromosome</a> is typically used in conjunction with <a href="#classSequencedIndividual">Sequenced Individual</a> instances. For placing genomic features (<a href="#classFeature">Feature</a> class instances) on a chromosome, contig, scaffold, etc., please see the <a href="#classLandmark">Landmark</a> class.</div>
310
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
552
+ <div><i>Subclass of:</i> <a href="#classGenomicAscertainingMethod">GenomicAscertainingMethod</a></div>
553
+ <div><i>Label:</i> Array Comparative Genomic Hybridization</div>
554
+ <div><i>Comment:</i> Feature provenance is based on array-comparative genomic hybridization.</div>
555
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
311
556
  </div>
312
557
  </p>
313
558
  <p>
314
- <h5 id="classCustomAnnotation">Class gfvo:CustomAnnotation</h5>
559
+ <h5 id="classAttribute">Class "Attribute"</h5>
315
560
  <div style="margin-left: 16px; margin-bottom: 16px">
316
- <div><i>Subclass of:</i> <a href="#classFeatureAnnotation">FeatureAnnotation</a></div>
317
- <div><i>Label:</i> Custom Annotation</div>
318
- <div><i>Comment:</i> A custom annotation is any additionally provided genomic annotation that is not covered by the GFF3, GTF, GVF or VCF specifications, and hence, not represented by any other class in the ontology. For example, in GFF3, this would typically cover the attributes with lowercase tags of column 9, which are permitted by the standard as user defined annotations.</div>
561
+ <div><i>Label:</i> Attribute</div>
562
+ <div><i>Comment:</i> An attribute denotes characteristics of an entity. At this stage, <a href="#classQuality">Quality</a> is the only direct subclass of <a href="#classAttribute">Attribute</a>, whose subclasses denote qualitative properties such as sex (<a href="#classFemale">Female</a>, <a href="#classMale">Male</a>, &quot;Mermaphrodite&quot;), zygosity (<a href="#classHemizygous">Hemizygous</a>, <a href="#classHeterozygous">Heterozygous</a>, <a href="#classHomozygous">Homozygous</a>), etc.</div>
563
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000614">SIO_000614</a></div>
319
564
  <div></div>
320
565
  </div>
321
566
  </p>
322
567
  <p>
323
- <h5 id="classDNAMicroarray">Class gfvo:DNAMicroarray</h5>
324
- <div style="margin-left: 16px; margin-bottom: 16px">
325
- <div><i>Subclass of:</i> <a href="#classDataSource">DataSource</a></div>
326
- <div><i>Label:</i> DNA Microarray</div>
327
- <div><i>Comment:</i> A <a href="#classDataSource">Data Source</a> based on DNA microarray probes.</div>
328
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
329
- </div>
330
- </p>
331
- <p>
332
- <h5 id="classDNASequence">Class gfvo:DNASequence</h5>
568
+ <h5 id="classAverageCoverage">Class "AverageCoverage"</h5>
333
569
  <div style="margin-left: 16px; margin-bottom: 16px">
334
- <div><i>Subclass of:</i> <a href="#classDataSource">DataSource</a></div>
335
- <div><i>Label:</i> DNA Sequence</div>
336
- <div><i>Comment:</i> A <a href="#classDataSource">Data Source</a> based on DNA sequences.</div>
337
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
570
+ <div><i>Subclass of:</i> <a href="#classCoverage">Coverage</a></div>
571
+ <div><i>Label:</i> Average Coverage</div>
572
+ <div><i>Comment:</i> Average coverage depth for a genomic locus (a region or single base pair), i.e. the average number of reads representing a given nucleotide in the reconstructed sequence.</div>
573
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Shotgun_sequencing#Coverage">http://en.wikipedia.org/wiki/Shotgun_sequencing#Coverage</a></div>
574
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
338
575
  </div>
339
576
  </p>
340
577
  <p>
341
- <h5 id="classDataSource">Class gfvo:DataSource</h5>
578
+ <h5 id="classBiologicalEntity">Class "BiologicalEntity"</h5>
342
579
  <div style="margin-left: 16px; margin-bottom: 16px">
343
- <div><i>Subclass of:</i> <a href="#classTechnologicalAnnotation">TechnologicalAnnotation</a></div>
344
- <div><i>Label:</i> Data Source</div>
345
- <div><i>Comment:</i> Provides information about the source of the data. For example, it can link out to actual sequences associated with <a href="#classFeature">Feature</a> individuals in a <a href="#classSet">Set</a>.</div>
346
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
580
+ <div><i>Subclass of:</i> <a href="#classMaterialEntity">MaterialEntity</a></div>
581
+ <div><i>Label:</i> Biological Entity</div>
582
+ <div><i>Comment:</i> A biological entity an entity that contains genomic material or utilizes genomic material during its existance. Genomic material itself is represented as sub-classes of Chemical Entity.</div>
583
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010046">SIO_010046</a></div>
584
+ <div></div>
347
585
  </div>
348
586
  </p>
349
587
  <p>
350
- <h5 id="classEffect">Class gfvo:Effect</h5>
588
+ <h5 id="classBiopolymerSequencing">Class "BiopolymerSequencing"</h5>
351
589
  <div style="margin-left: 16px; margin-bottom: 16px">
352
- <div><i>Subclass of:</i> <a href="#classVariationAnnotation">VariationAnnotation</a></div>
353
- <div><i>Label:</i> Effect</div>
354
- <div><i>Comment:</i> Describing the effect of a feature variant.</div>
355
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
590
+ <div><i>Subclass of:</i> <a href="#classGenomicAscertainingMethod">GenomicAscertainingMethod</a></div>
591
+ <div><i>Label:</i> Biopolymer Sequencing</div>
592
+ <div><i>Comment:</i> Information about features and variants is based on biopolymer sequencing.</div>
593
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Sequencing">http://en.wikipedia.org/wiki/Sequencing</a></div>
594
+ <div></div>
356
595
  </div>
357
596
  </p>
358
597
  <p>
359
- <h5 id="classFeature">Class gfvo:Feature</h5>
598
+ <h5 id="classBreakpoint">Class "Breakpoint"</h5>
360
599
  <div style="margin-left: 16px; margin-bottom: 16px">
361
- <div><i>Subclass of:</i> <a href="#classRecord">Record</a></div>
362
- <div><i>Label:</i> Feature</div>
363
- <div><i>Comment:</i> The feature class captures information about genomic sequence features. A genomic feature can be a large object, such as a chromosome or contig, down to single base-pair reference or variant alleles. A feature class instance is a composite of further information that is encoded using <a href="#classAttribute">Attribute</a>, <a href="#classReference">Reference</a>, &quot;Variation&quot; and other sub-classes of <a href="#classFeatureAnnotation">Feature Annotation</a>.</div>
364
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
600
+ <div><i>Subclass of:</i> <a href="#classLocus">Locus</a></div>
601
+ <div><i>Label:</i> Breakpoint</div>
602
+ <div><i>Comment:</i> A breakpoint describes the source or destination of a zero-length sequence alteration. These alterations are typically insertions, deletions or translocations according to the GVF specification (see &quot;Breakpoint_detail&quot; in http://sequenceontology.org/resources/gvf.html).</div>
603
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
365
604
  </div>
366
605
  </p>
367
606
  <p>
368
- <h5 id="classFeatureAnnotation">Class gfvo:FeatureAnnotation</h5>
607
+ <h5 id="classCatalog">Class "Catalog"</h5>
369
608
  <div style="margin-left: 16px; margin-bottom: 16px">
370
- <div><i>Subclass of:</i> <a href="#classRecord">Record</a></div>
371
- <div><i>Label:</i> Feature Annotation</div>
372
- <div><i>Comment:</i> A feature annotation is a class whose instances are used as composites in conjunction with <a href="#classFeature">Feature</a> class instances. The <a href="#classFeatureAnnotation">Feature Annotation</a> class is typically not used as type annotation. It rather denotes that its subclasses are to be used for extending genomic features with additional information.</div>
609
+ <div><i>Subclass of:</i> <a href="#classCollection">Collection</a></div>
610
+ <div><i>Label:</i> Catalog</div>
611
+ <div><i>Comment:</i> A catalog is a specialization of a <a href="#classCollection">Collection</a>, where all its contents are of the same type.</div>
612
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_001241">SIO_001241</a></div>
373
613
  <div></div>
374
614
  </div>
375
615
  </p>
376
616
  <p>
377
- <h5 id="classFile">Class gfvo:File</h5>
617
+ <h5 id="classCell">Class "Cell"</h5>
378
618
  <div style="margin-left: 16px; margin-bottom: 16px">
379
- <div><i>Subclass of:</i> <a href="#classSet">Set</a></div>
380
- <div><i>Label:</i> File</div>
381
- <div><i>Comment:</i> A file represents the contents of a GFF3, GTF, GVF or VCF file. It can capture genomic meta-data that is specific to any of these file formats. The result of unions, intersections or other operations between <a href="#classFile">File</a> class instances should be capture with the generic <a href="#classSet">Set</a> class, which is format independent.</div>
382
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
619
+ <div><i>Subclass of:</i> <a href="#classBiologicalEntity">BiologicalEntity</a></div>
620
+ <div><i>Label:</i> Cell</div>
621
+ <div><i>Comment:</i> A cell is a biological unit that in itself forms a living organism or is part of a larger organism that is composed of many other cells.</div>
622
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Cell_(biology)">http://en.wikipedia.org/wiki/Cell_(biology)</a></div>
623
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010001">SIO_010001</a></div>
624
+ <div></div>
383
625
  </div>
384
626
  </p>
385
627
  <p>
386
- <h5 id="classForwardReferenceSequenceFrameshift">Class gfvo:ForwardReferenceSequenceFrameshift</h5>
628
+ <h5 id="classChemicalEntity">Class "ChemicalEntity"</h5>
387
629
  <div style="margin-left: 16px; margin-bottom: 16px">
388
- <div><i>Subclass of:</i> <a href="#classAlignmentOperation">AlignmentOperation</a></div>
389
- <div><i>Label:</i> Forward Reference Sequence Frameshift</div>
390
- <div><i>Comment:</i> Denotes a frameshift forward in the reference sequence. The reference sequence is denoted by a <a href="#classLandmark">Landmark</a> whilst the aligned target sequence is an instance of the <a href="#classTarget">Target</a> class.</div>
391
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
630
+ <div><i>Subclass of:</i> <a href="#classMaterialEntity">MaterialEntity</a></div>
631
+ <div><i>Label:</i> Chemical Entity</div>
632
+ <div><i>Comment:</i> A chemical entity is an entity related to chemistry. This class is typically not instantiated, but instead, its subclasses <a href="#classAminoAcid">Amino Acid</a>, <a href="#classChromosome">Chromosome</a>, <a href="#classPeptideSequence">Peptide Sequence</a>, etc., are used to represent specific chemical entities.</div>
633
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010004">SIO_010004</a></div>
634
+ <div></div>
392
635
  </div>
393
636
  </p>
394
637
  <p>
395
- <h5 id="classFragmentReadPlatform">Class gfvo:FragmentReadPlatform</h5>
638
+ <h5 id="classChromosome">Class "Chromosome"</h5>
396
639
  <div style="margin-left: 16px; margin-bottom: 16px">
397
- <div><i>Subclass of:</i> <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
398
- <div><i>Label:</i> Fragment Read Platform</div>
399
- <div><i>Comment:</i> Details about the fragment-read sequencing technology used to gather the data in a set.</div>
400
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
640
+ <div><i>Subclass of:</i> <a href="#classChemicalEntity">ChemicalEntity</a></div>
641
+ <div><i>Label:</i> Chromosome</div>
642
+ <div><i>Comment:</i> A chromosome is an abstract representation of an unnamed chromosome to represent ploidy within a data set. A <a href="#classChromosome">Chromosome</a> instance is used for for denoting the locus of phased genotypes. For placing genomic features (<a href="#classFeature">Feature</a> class instances) on a chromosome, contig, scaffold, etc., please see the <a href="#classLandmark">Landmark</a> class.</div>
643
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Chromosome">http://en.wikipedia.org/wiki/Chromosome</a></div>
644
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000899">SIO_000899</a></div>
645
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
401
646
  </div>
402
647
  </p>
403
648
  <p>
404
- <h5 id="classGermlineFeature">Class gfvo:GermlineFeature</h5>
649
+ <h5 id="classCircularHelix">Class "CircularHelix"</h5>
405
650
  <div style="margin-left: 16px; margin-bottom: 16px">
406
- <div><i>Subclass of:</i> <a href="#classFeature">Feature</a></div>
407
- <div><i>Label:</i> Germline Feature</div>
408
- <div><i>Comment:</i> The germline feature class captures information about genomic sequence features arising from germline cells.</div>
409
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
651
+ <div><i>Subclass of:</i> <a href="#classHelixStructure">HelixStructure</a></div>
652
+ <div><i>Label:</i> Circular Helix</div>
653
+ <div><i>Comment:</i> A circular helix structure.</div>
654
+ <div></div>
410
655
  </div>
411
656
  </p>
412
657
  <p>
413
- <h5 id="classHemizygousVariant">Class gfvo:HemizygousVariant</h5>
658
+ <h5 id="classCodingFrameOffset">Class "CodingFrameOffset"</h5>
414
659
  <div style="margin-left: 16px; margin-bottom: 16px">
415
- <div><i>Subclass of:</i> <a href="#classVariant">Variant</a></div>
416
- <div><i>Label:</i> Hemizygous Variant</div>
417
- <div><i>Comment:</i> A sequence alteration with hemizygous alleles.</div>
418
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
660
+ <div><i>Subclass of:</i> <a href="#classQuality">Quality</a></div>
661
+ <div><i>Label:</i> Coding Frame Offset</div>
662
+ <div><i>Comment:</i> Coding frame offset of the feature, if it is a coding sequence or feature that contributes to transcription and translation. It is referred to as &quot;frame&quot; in GTF, but called &quot;phase&quot; in GFF3 and GVF. A feature&apos;s coding frame offset can be either 0, 1, or 2.</div>
663
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Reading_frame">http://en.wikipedia.org/wiki/Reading_frame</a></div>
664
+ <div><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
419
665
  </div>
420
666
  </p>
421
667
  <p>
422
- <h5 id="classHeterozygousVariant">Class gfvo:HeterozygousVariant</h5>
668
+ <h5 id="classCodonSequence">Class "CodonSequence"</h5>
423
669
  <div style="margin-left: 16px; margin-bottom: 16px">
424
- <div><i>Subclass of:</i> <a href="#classVariant">Variant</a></div>
425
- <div><i>Label:</i> Heterozygous Variant</div>
426
- <div><i>Comment:</i> A sequence alteration with heterozygous alleles.</div>
427
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
670
+ <div><i>Subclass of:</i> <a href="#classDNASequence">DNASequence</a></div>
671
+ <div><i>Label:</i> Codon Sequence</div>
672
+ <div><i>Comment:</i> A codon sequence is a nucleotide sequence underlying a potential amino acid sequence. Codon sequences are three bases of length or multiples thereof.</div>
673
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Codon">http://en.wikipedia.org/wiki/Codon</a></div>
674
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
428
675
  </div>
429
676
  </p>
430
677
  <p>
431
- <h5 id="classHomozygousVariant">Class gfvo:HomozygousVariant</h5>
678
+ <h5 id="classCollection">Class "Collection"</h5>
432
679
  <div style="margin-left: 16px; margin-bottom: 16px">
433
- <div><i>Subclass of:</i> <a href="#classVariant">Variant</a></div>
434
- <div><i>Label:</i> Homozygous Variant</div>
435
- <div><i>Comment:</i> A sequence alteration with homozygous alleles.</div>
436
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
680
+ <div><i>Subclass of:</i> <a href="#classInformationContentEntity">InformationContentEntity</a></div>
681
+ <div><i>Label:</i> Collection</div>
682
+ <div><i>Comment:</i> A collection is a container for genomic data. A collection may contain information about genomic data including -- but not limited to -- contents of GFF3, GTF, GVF and VCF files. The latter are better represented by <a href="#classFile">File</a> class instances, whereas the result of unions or intersections between different <a href="#classFile">File</a> class instances should be captured within this format-independent <a href="#classCollection">Collection</a> class. When importing data whose provenance is not a GFF3, GTF, GVF or VCF file, instances of <a href="#classCollection">Collection</a> should be utilized too, or the more restrictive <a href="#classCatalog">Catalog</a> class should be used.</div>
683
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000616">SIO_000616</a></div>
684
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
437
685
  </div>
438
686
  </p>
439
687
  <p>
440
- <h5 id="classLandmark">Class gfvo:Landmark</h5>
688
+ <h5 id="classComment">Class "Comment"</h5>
441
689
  <div style="margin-left: 16px; margin-bottom: 16px">
442
- <div><i>Subclass of:</i> <a href="#classLocusAnnotation">LocusAnnotation</a></div>
443
- <div><i>Label:</i> Landmark</div>
444
- <div><i>Comment:</i> A landmark establishes a coordinate system for features. Landmarks can be chromosomes, contigs, scaffolds or other constructs that can harbor <a href="#classFeature">Feature</a> class instances. For expressing ploidy within a data set, please refer to the <a href="#classChromosome">Chromosome</a> class.</div>
445
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
690
+ <div><i>Subclass of:</i> <a href="#classInformationContentEntity">InformationContentEntity</a></div>
691
+ <div><i>Label:</i> Comment</div>
692
+ <div><i>Comment:</i> A comment is a remark about a piece of information, an observation or statement. In the context of GFF3, GVF, etc., genomic feature and variation descriptions, &quot;isAfter&quot; and &quot;isBefore&quot; relationships should be used to indicate where a comment is situated between pragma or feature statements of GFF3, GTF, GVF or VCF files.</div>
693
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_001167">SIO_001167</a></div>
694
+ <div></div>
446
695
  </div>
447
696
  </p>
448
697
  <p>
449
- <h5 id="classLocusAnnotation">Class gfvo:LocusAnnotation</h5>
698
+ <h5 id="classContig">Class "Contig"</h5>
450
699
  <div style="margin-left: 16px; margin-bottom: 16px">
451
- <div><i>Subclass of:</i> <a href="#classFeatureAnnotation">FeatureAnnotation</a></div>
452
- <div><i>Label:</i> Locus Annotation</div>
453
- <div><i>Comment:</i> A locus annotation puts a genomic feature or variation in context or provides additional information about particular location related aspects that fall within a feature&apos;s range (expressed by the <a href="#objectPropertylocus">locus</a> object property of the <a href="#classFeature">Feature</a> class). The <a href="#classLocusAnnotation">Locus Annotation</a> class is not instantiated itself, but rather one of its subclasses. For example, <a href="#classLandmark">Landmark</a> is used to place a <a href="#classFeature">Feature</a> on a chromosome, scaffold, contig, or other genomic entity.</div>
700
+ <div><i>Subclass of:</i> <a href="#classCatalog">Catalog</a></div>
701
+ <div><i>Label:</i> Contig</div>
702
+ <div><i>Comment:</i> A contig is a contiguous DNA sequence that has been assembled from shorter overlapping DNA segments.</div>
703
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Contig">http://en.wikipedia.org/wiki/Contig</a></div>
454
704
  <div></div>
455
705
  </div>
456
706
  </p>
457
707
  <p>
458
- <h5 id="classMatch">Class gfvo:Match</h5>
708
+ <h5 id="classCoverage">Class "Coverage"</h5>
459
709
  <div style="margin-left: 16px; margin-bottom: 16px">
460
- <div><i>Subclass of:</i> <a href="#classAlignmentOperation">AlignmentOperation</a></div>
461
- <div><i>Label:</i> Match</div>
462
- <div><i>Comment:</i> Denotes a match between the reference sequence and target sequence. The reference sequence is denoted by a <a href="#classLandmark">Landmark</a> whilst the aligned target sequence is an instance of the <a href="#classTarget">Target</a> class.</div>
463
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
710
+ <div><i>Subclass of:</i> <a href="#classQuantity">Quantity</a></div>
711
+ <div><i>Label:</i> Coverage</div>
712
+ <div><i>Comment:</i> Number of nucleic acid sequence reads for a particular genomic locus (a region or single base pair).</div>
713
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
464
714
  </div>
465
715
  </p>
466
716
  <p>
467
- <h5 id="classMethod">Class gfvo:Method</h5>
717
+ <h5 id="classDNAMicroarray">Class "DNAMicroarray"</h5>
468
718
  <div style="margin-left: 16px; margin-bottom: 16px">
469
- <div><i>Subclass of:</i> <a href="#classTechnologicalAnnotation">TechnologicalAnnotation</a></div>
470
- <div><i>Label:</i> Method</div>
471
- <div><i>Comment:</i> Information about the used scoring algorithm or method.</div>
472
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
719
+ <div><i>Subclass of:</i> <a href="#classGenomicAscertainingMethod">GenomicAscertainingMethod</a></div>
720
+ <div><i>Label:</i> DNA Microarray</div>
721
+ <div><i>Comment:</i> Feature information is based on DNA microarray probes.</div>
722
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/DNA_microarray_experiment">http://en.wikipedia.org/wiki/DNA_microarray_experiment</a></div>
723
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_001076">SIO_001076</a></div>
724
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
473
725
  </div>
474
726
  </p>
475
727
  <p>
476
- <h5 id="classPairedReadPlatform">Class gfvo:PairedReadPlatform</h5>
728
+ <h5 id="classDNASequence">Class "DNASequence"</h5>
477
729
  <div style="margin-left: 16px; margin-bottom: 16px">
478
- <div><i>Subclass of:</i> <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
479
- <div><i>Label:</i> Paired Read Platform</div>
480
- <div><i>Comment:</i> Details about the paired-read sequencing technology used to gather the data in a set.</div>
481
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
730
+ <div><i>Subclass of:</i> <a href="#classSequence">Sequence</a></div>
731
+ <div><i>Label:</i> DNA Sequence</div>
732
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Dna_sequence">http://en.wikipedia.org/wiki/Dna_sequence</a></div>
733
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010016">SIO_010016</a></div>
734
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
482
735
  </div>
483
736
  </p>
484
737
  <p>
485
- <h5 id="classPhenotypeDescription">Class gfvo:PhenotypeDescription</h5>
738
+ <h5 id="classDNASequencing">Class "DNASequencing"</h5>
486
739
  <div style="margin-left: 16px; margin-bottom: 16px">
487
- <div><i>Subclass of:</i> <a href="#classSetAnnotation">SetAnnotation</a></div>
488
- <div><i>Label:</i> Phenotype Description</div>
489
- <div><i>Comment:</i> A phenotype description represents additional information about a sequenced individual&apos;s phenotype.</div>
490
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
740
+ <div><i>Subclass of:</i> <a href="#classBiopolymerSequencing">BiopolymerSequencing</a></div>
741
+ <div><i>Label:</i> DNA Sequencing</div>
742
+ <div><i>Comment:</i> Information about features and variants is based on DNA sequencing.</div>
743
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/DNA_sequencing">http://en.wikipedia.org/wiki/DNA_sequencing</a></div>
744
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
491
745
  </div>
492
746
  </p>
493
747
  <p>
494
- <h5 id="classPrenatalFeature">Class gfvo:PrenatalFeature</h5>
748
+ <h5 id="classExperimentalMethod">Class "ExperimentalMethod"</h5>
495
749
  <div style="margin-left: 16px; margin-bottom: 16px">
496
- <div><i>Subclass of:</i> <a href="#classFeature">Feature</a></div>
497
- <div><i>Label:</i> Prenatal Feature</div>
498
- <div><i>Comment:</i> A prenatal feature is purportedly associated with prenatal cells; the GVF specification declares this feature type under the prama directive &quot;##genomic-source&quot;, but does not describe its semantics and the referenced Logical Observation Identifiers Names and Codes (LOINC, http://loinc.org), do not define the meaning or intended usage of the term &quot;prenatal&quot; either.</div>
499
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
750
+ <div><i>Subclass of:</i> <a href="#classProcess">Process</a></div>
751
+ <div><i>Label:</i> Experimental Method</div>
752
+ <div><i>Comment:</i> An experimental method is a procedure that yields an experimental outcome (result). Experimental methods can be in vivo, in vitro or in silico procedures that are well described and can be referenced.</div>
753
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000999">SIO_000999</a></div>
754
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
500
755
  </div>
501
756
  </p>
502
757
  <p>
503
- <h5 id="classRNASequence">Class gfvo:RNASequence</h5>
758
+ <h5 id="classExternalReference">Class "ExternalReference"</h5>
504
759
  <div style="margin-left: 16px; margin-bottom: 16px">
505
- <div><i>Subclass of:</i> <a href="#classDataSource">DataSource</a></div>
506
- <div><i>Label:</i> RNA Sequence</div>
507
- <div><i>Comment:</i> A <a href="#classDataSource">Data Source</a> based on RNA sequences.</div>
508
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
760
+ <div><i>Subclass of:</i> <a href="#classInformationContentEntity">InformationContentEntity</a></div>
761
+ <div><i>Label:</i> External Reference</div>
762
+ <div><i>Comment:</i> A cross-reference to associate an entity to a representation in another database.</div>
763
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_001171">SIO_001171</a></div>
764
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
509
765
  </div>
510
766
  </p>
511
767
  <p>
512
- <h5 id="classRecord">Class gfvo:Record</h5>
768
+ <h5 id="classFeature">Class "Feature"</h5>
513
769
  <div style="margin-left: 16px; margin-bottom: 16px">
514
- <div><i>Label:</i> Record</div>
515
- <div><i>Comment:</i> A record is an abstract representation of a genomic feature, genomic variation, or its composite elements. A record is typically not instantiated in itself, but rather its child classes (s.a. <a href="#classFeature">Feature</a>, &quot;Variation&quot;, <a href="#classReference">Reference</a>, etc.) are types for OWL individuals.</div>
516
- <div></div>
770
+ <div><i>Subclass of:</i> <a href="#classInformationContentEntity">InformationContentEntity</a></div>
771
+ <div><i>Label:</i> Feature</div>
772
+ <div><i>Comment:</i> The feature class captures information about genomic sequence features and variations. A genomic feature can be a large object, such as a chromosome or contig, down to single base-pair reference or variant alleles.</div>
773
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010065">SIO_010065</a></div>
774
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
517
775
  </div>
518
776
  </p>
519
777
  <p>
520
- <h5 id="classReference">Class gfvo:Reference</h5>
778
+ <h5 id="classFemale">Class "Female"</h5>
521
779
  <div style="margin-left: 16px; margin-bottom: 16px">
522
- <div><i>Subclass of:</i> <a href="#classFeatureAnnotation">FeatureAnnotation</a></div>
523
- <div><i>Label:</i> Reference</div>
524
- <div><i>Comment:</i> Denotes the reference sequence of a feature. The reference sequence is of importance when dealing with genomic variation data, which is expressed by the <a href="#classVariant">Variant</a> class.</div>
525
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
780
+ <div><i>Subclass of:</i> <a href="#classSex">Sex</a></div>
781
+ <div><i>Label:</i> Female</div>
782
+ <div><i>Comment:</i> Denoting sex of a female individual. A female is defined as an individual producing ova.</div>
783
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Female">http://en.wikipedia.org/wiki/Female</a></div>
784
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010052">SIO_010052</a></div>
785
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
526
786
  </div>
527
787
  </p>
528
788
  <p>
529
- <h5 id="classReferenceSequenceGap">Class gfvo:ReferenceSequenceGap</h5>
789
+ <h5 id="classFile">Class "File"</h5>
530
790
  <div style="margin-left: 16px; margin-bottom: 16px">
531
- <div><i>Subclass of:</i> <a href="#classAlignmentOperation">AlignmentOperation</a></div>
532
- <div><i>Label:</i> Reference Sequence Gap</div>
533
- <div><i>Comment:</i> Denotes a gap in the reference sequence for an alignment. The reference sequence is denoted by a <a href="#classLandmark">Landmark</a> whilst the aligned target sequence is an instance of the <a href="#classTarget">Target</a> class.</div>
534
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
791
+ <div><i>Subclass of:</i> <a href="#classCollection">Collection</a></div>
792
+ <div><i>Label:</i> File</div>
793
+ <div><i>Comment:</i> A file represents the contents of a GFF3, GTF, GVF or VCF file. It can capture genomic meta-data that is specific to any of these file formats. The result of unions, intersections or other operations between <a href="#classFile">File</a> class instances should be capture with the generic <a href="#classCollection">Collection</a> class, which is format independent, or the more restrictive <a href="#classCatalog">Catalog</a> class should be used.</div>
794
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000396">SIO_000396</a></div>
795
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
535
796
  </div>
536
797
  </p>
537
798
  <p>
538
- <h5 id="classReverseReferenceSequenceFrameshift">Class gfvo:ReverseReferenceSequenceFrameshift</h5>
799
+ <h5 id="classForwardReferenceSequenceFrameshift">Class "ForwardReferenceSequenceFrameshift"</h5>
539
800
  <div style="margin-left: 16px; margin-bottom: 16px">
540
- <div><i>Subclass of:</i> <a href="#classAlignmentOperation">AlignmentOperation</a></div>
541
- <div><i>Label:</i> Reverse Reference Sequence Frameshift</div>
542
- <div><i>Comment:</i> Denotes a frameshift backwards (reverse) in the reference sequence. The reference sequence is denoted by a <a href="#classLandmark">Landmark</a> whilst the aligned target sequence is an instance of the <a href="#classTarget">Target</a> class.</div>
543
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
801
+ <div><i>Subclass of:</i> <a href="#classSequenceAlignmentOperation">SequenceAlignmentOperation</a></div>
802
+ <div><i>Label:</i> Forward Reference Sequence Frameshift</div>
803
+ <div><i>Comment:</i> Denotes a frameshift forward in the reference sequence.</div>
804
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
544
805
  </div>
545
806
  </p>
546
807
  <p>
547
- <h5 id="classSequencedFemale">Class gfvo:SequencedFemale</h5>
808
+ <h5 id="classFragmentReadPlatform">Class "FragmentReadPlatform"</h5>
548
809
  <div style="margin-left: 16px; margin-bottom: 16px">
549
- <div><i>Subclass of:</i> <a href="#classSequencedIndividual">SequencedIndividual</a></div>
550
- <div><i>Label:</i> Sequenced Female</div>
551
- <div><i>Comment:</i> Aggregated sequencing information for a particular female individual. A female is defined as an individual producing ova.</div>
552
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
810
+ <div><i>Subclass of:</i> <a href="#classSequencingTechnologyPlatform">SequencingTechnologyPlatform</a></div>
811
+ <div><i>Label:</i> Fragment Read Platform</div>
812
+ <div><i>Comment:</i> Details about the fragment-read (single-end read) sequencing technology used to gather the data in a set.</div>
813
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
553
814
  </div>
554
815
  </p>
555
816
  <p>
556
- <h5 id="classSequencedHermaphrodite">Class gfvo:SequencedHermaphrodite</h5>
817
+ <h5 id="classFunctionalSpecification">Class "FunctionalSpecification"</h5>
557
818
  <div style="margin-left: 16px; margin-bottom: 16px">
558
- <div><i>Subclass of:</i> <a href="#classSequencedIndividual">SequencedIndividual</a></div>
559
- <div><i>Label:</i> Sequenced Hermaphrodite</div>
560
- <div><i>Comment:</i> Aggregated sequencing information for a particular individual that contains both male and female gemetes.</div>
819
+ <div><i>Subclass of:</i> <a href="#classInformationContentEntity">InformationContentEntity</a></div>
820
+ <div><i>Label:</i> Functional Specification</div>
821
+ <div><i>Comment:</i> A functional specification of bioinformatics data, i.e. the specification of genomic material that potentially has biological function.</div>
822
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000315">SIO_000315</a></div>
561
823
  <div></div>
562
824
  </div>
563
825
  </p>
564
826
  <p>
565
- <h5 id="classSequencedIndividual">Class gfvo:SequencedIndividual</h5>
827
+ <h5 id="classGameticPhase">Class "GameticPhase"</h5>
566
828
  <div style="margin-left: 16px; margin-bottom: 16px">
567
- <div><i>Subclass of:</i> <a href="#classFeatureAnnotation">FeatureAnnotation</a></div>
568
- <div><i>Label:</i> Sequenced Individual</div>
569
- <div><i>Comment:</i> Aggregated sequencing information for a particular individual. Unless a sub-type of this class is used as instance type, s.a. <a href="#classSequencedFemale">Sequenced Female</a>, the sex of the individual is considered to be undetermined.</div>
570
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
829
+ <div><i>Subclass of:</i> <a href="#classQuality">Quality</a></div>
830
+ <div><i>Label:</i> Gametic Phase</div>
831
+ <div><i>Comment:</i> Denotes the presence of information that required capturing the gametic phase. For diploid organisms, that means that information is available about which chromosome of a chromosome pair contributed data.</div>
832
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Gametic_phase">http://en.wikipedia.org/wiki/Gametic_phase</a></div>
833
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
571
834
  </div>
572
835
  </p>
573
836
  <p>
574
- <h5 id="classSequencedMale">Class gfvo:SequencedMale</h5>
837
+ <h5 id="classGenome">Class "Genome"</h5>
575
838
  <div style="margin-left: 16px; margin-bottom: 16px">
576
- <div><i>Subclass of:</i> <a href="#classSequencedIndividual">SequencedIndividual</a></div>
577
- <div><i>Label:</i> Sequenced Male</div>
578
- <div><i>Comment:</i> Aggregated sequencing information for a particular male individual. A male is defined as an individual producing spermatozoa.</div>
579
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
839
+ <div><i>Subclass of:</i> <a href="#classMaterialEntity">MaterialEntity</a></div>
840
+ <div><i>Label:</i> Genome</div>
841
+ <div><i>Comment:</i> Representation of a genome. Genomic features that constitute the genome may be linked via one or more <a href="#classCollection">Collection</a>, <a href="#classCatalog">Catalog</a>, <a href="#classContig">Contig</a>, <a href="#classScaffold">Scaffold</a> or <a href="#classFile">File</a> instances.</div>
842
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Genome">http://en.wikipedia.org/wiki/Genome</a></div>
843
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000984">SIO_000984</a></div>
844
+ <div><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
580
845
  </div>
581
846
  </p>
582
847
  <p>
583
- <h5 id="classSet">Class gfvo:Set</h5>
848
+ <h5 id="classGenomeAnalysis">Class "GenomeAnalysis"</h5>
584
849
  <div style="margin-left: 16px; margin-bottom: 16px">
585
- <div><i>Label:</i> Set</div>
586
- <div><i>Comment:</i> A set is a container for genomic sequence features and related information that is independent of data provenance. A set may contain information about any genomic features including -- but not limited to -- contents of GFF3, GTF, GVF and VCF files. The latter are better represented by <a href="#classFile">File</a> class instances, whereas the result of unions or intersections between different <a href="#classFile">File</a> class instances should be captured within this format-independent <a href="#classSet">Set</a> class.</div>
587
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
588
- </div>
589
- </p>
590
- <p>
591
- <h5 id="classSetAnnotation">Class gfvo:SetAnnotation</h5>
592
- <div style="margin-left: 16px; margin-bottom: 16px">
593
- <div><i>Subclass of:</i> <a href="#classRecord">Record</a></div>
594
- <div><i>Label:</i> Set Annotation</div>
595
- <div><i>Comment:</i> A set annotation denotes that its subclasses can be used to extend a <a href="#classSet">Set</a> with additional information, s.a. a <a href="#classPhenotypeDescription">Phenotype Description</a>. Set annotations are file format independent and can be preserved when carrying out operations between <a href="#classFile">File</a>/<a href="#classSet">Set</a> instances. Depending on the annotation, it may or may not be able to carry it over in operations such as taking the union of two or more sets, since the scope of a <a href="#classSetAnnotation">Set Annotation</a> applies to all <a href="#classFeature">Feature</a> instances within the resulting <a href="#classSet">Set</a>.</div>
850
+ <div><i>Subclass of:</i> <a href="#classExperimentalMethod">ExperimentalMethod</a></div>
851
+ <div><i>Label:</i> Genome Analysis</div>
852
+ <div><i>Comment:</i> A genome analysis denotes the type of procedure that was carried out to derive information from a genome assembly.</div>
853
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Genomics#Genome_analysis">http://en.wikipedia.org/wiki/Genomics#Genome_analysis</a></div>
596
854
  <div></div>
597
855
  </div>
598
856
  </p>
599
857
  <p>
600
- <h5 id="classSomaticFeature">Class gfvo:SomaticFeature</h5>
858
+ <h5 id="classGenomicAscertainingMethod">Class "GenomicAscertainingMethod"</h5>
601
859
  <div style="margin-left: 16px; margin-bottom: 16px">
602
- <div><i>Subclass of:</i> <a href="#classFeature">Feature</a></div>
603
- <div><i>Label:</i> Somatic Feature</div>
604
- <div><i>Comment:</i> The somatic feature class captures information about genomic sequence features arising from somatic cells.</div>
605
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
860
+ <div><i>Subclass of:</i> <a href="#classExperimentalMethod">ExperimentalMethod</a></div>
861
+ <div><i>Label:</i> Genomic Ascertaining Method</div>
862
+ <div><i>Comment:</i> Provides information about the source of the data.</div>
863
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
606
864
  </div>
607
865
  </p>
608
866
  <p>
609
- <h5 id="classStructuredAttribute">Class gfvo:StructuredAttribute</h5>
867
+ <h5 id="classGenotype">Class "Genotype"</h5>
610
868
  <div style="margin-left: 16px; margin-bottom: 16px">
611
- <div><i>Subclass of:</i> <a href="#classCustomAnnotation">CustomAnnotation</a></div>
612
- <div><i>Label:</i> Structured Attribute</div>
613
- <div><i>Comment:</i> A structured attribute denotes a tag/value pair where the value is a composite, but which is not defined in the GVF specification. The GVF specification does not explicitly permit user-defined structured attributes (see &quot;Structured Pragmas&quot; in http://sequenceontology.org/resources/gvf.html), but it is conceivable that an RDFization tool might support this use case. For some loosly defined structured data in GVF, the <a href="#classStructuredAttribute">Structured Attribute</a> class is used as well to capture the non-exhaustive list of possible data assignments of the GVF specification.</div>
614
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
869
+ <div><i>Subclass of:</i> <a href="#classFunctionalSpecification">FunctionalSpecification</a></div>
870
+ <div><i>Label:</i> Genotype</div>
871
+ <div><i>Comment:</i> The genotype is the genetic information captured in a particular genome. It can also refer to one or more populations, if statistical distributions are provided that assign genetic codes to groups of individuals.</div>
872
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_001079">SIO_001079</a></div>
873
+ <div></div>
615
874
  </div>
616
875
  </p>
617
876
  <p>
618
- <h5 id="classTarget">Class gfvo:Target</h5>
877
+ <h5 id="classGenotyping">Class "Genotyping"</h5>
619
878
  <div style="margin-left: 16px; margin-bottom: 16px">
620
- <div><i>Subclass of:</i> <a href="#classLocusAnnotation">LocusAnnotation</a></div>
621
- <div><i>Label:</i> Target</div>
622
- <div><i>Comment:</i> A target expresses the relationship between a <a href="#classFeature">Feature</a> instance and an alignment. In GFF3, the alignment can be a nucleotide-to-nucleotide or protein-to-nucleotide (see &quot;The Gap Attribute&quot;, http://sequenceontology.org/resources/gff3.html), but this restriction is not enforced here. Note that the object property <a href="#objectPropertyalignment">alignment</a> links out to a list of <a href="#classAlignmentOperation">Alignment Operation</a> class instances, where only the first operation in that list is referenced via the <a href="#objectPropertyalignment">alignment</a> property. The remainder of operations can be accessed by stepping through the list.</div>
623
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
879
+ <div><i>Subclass of:</i> <a href="#classGenomeAnalysis">GenomeAnalysis</a></div>
880
+ <div><i>Label:</i> Genotyping</div>
881
+ <div><i>Comment:</i> Genotyping is the process of determining the genetics of an individual or sample. The genotype itself is expressed as the difference of genetic mark-up compared to a reference genome.</div>
882
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Genotyping">http://en.wikipedia.org/wiki/Genotyping</a></div>
883
+ <div></div>
624
884
  </div>
625
885
  </p>
626
886
  <p>
627
- <h5 id="classTargetSequenceGap">Class gfvo:TargetSequenceGap</h5>
887
+ <h5 id="classGermlineCell">Class "GermlineCell"</h5>
628
888
  <div style="margin-left: 16px; margin-bottom: 16px">
629
- <div><i>Subclass of:</i> <a href="#classAlignmentOperation">AlignmentOperation</a></div>
630
- <div><i>Label:</i> Target Sequence Gap</div>
631
- <div><i>Comment:</i> Denotes a gap in the target sequence for an alignment. The reference sequence is denoted by a <a href="#classLandmark">Landmark</a> whilst the aligned target sequence is an instance of the <a href="#classTarget">Target</a> class.</div>
632
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
889
+ <div><i>Subclass of:</i> <a href="#classCell">Cell</a></div>
890
+ <div><i>Label:</i> Germline Cell</div>
891
+ <div><i>Comment:</i> The germline feature class captures information about genomic sequence features arising from germline cells.</div>
892
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Germline">http://en.wikipedia.org/wiki/Germline</a></div>
893
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
633
894
  </div>
634
895
  </p>
635
896
  <p>
636
- <h5 id="classTechnologicalAnnotation">Class gfvo:TechnologicalAnnotation</h5>
897
+ <h5 id="classHelixStructure">Class "HelixStructure"</h5>
637
898
  <div style="margin-left: 16px; margin-bottom: 16px">
638
- <div><i>Subclass of:</i> <a href="#classFeatureAnnotation">FeatureAnnotation</a></div>
639
- <div><i>Label:</i> Technological Annotation</div>
640
- <div><i>Comment:</i> A technological annotation provides meta-data about the means that led to a genomic feature or variant discovery. This can be a provenance annotation, such as <a href="#classDataSource">Data Source</a>, it can be describing a <a href="#classMethod">Method</a>, or it can be information about the <a href="#classTechnologyPlatform">Technology Platform</a> used.</div>
899
+ <div><i>Subclass of:</i> <a href="#classQuality">Quality</a></div>
900
+ <div><i>Label:</i> Helix Structure</div>
901
+ <div><i>Comment:</i> Helix structure denotes the physical shape of biopolymers.</div>
902
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/DNA_helix">http://en.wikipedia.org/wiki/DNA_helix</a></div>
641
903
  <div></div>
642
904
  </div>
643
905
  </p>
644
906
  <p>
645
- <h5 id="classTechnologyPlatform">Class gfvo:TechnologyPlatform</h5>
646
- <div style="margin-left: 16px; margin-bottom: 16px">
647
- <div><i>Subclass of:</i> <a href="#classTechnologicalAnnotation">TechnologicalAnnotation</a></div>
648
- <div><i>Label:</i> Technology Platform</div>
649
- <div><i>Comment:</i> Details about the sequencing/microarray technology used to gather the data in a set.</div>
650
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
651
- </div>
652
- </p>
653
- <p>
654
- <h5 id="classVariant">Class gfvo:Variant</h5>
907
+ <h5 id="classHemizygous">Class "Hemizygous"</h5>
655
908
  <div style="margin-left: 16px; margin-bottom: 16px">
656
- <div><i>Subclass of:</i> <a href="#classVariationAnnotation">VariationAnnotation</a></div>
657
- <div><i>Label:</i> Variant</div>
658
- <div><i>Comment:</i> Describing specific sequence alterations of a genomic feature. A variant is related to <a href="#classReference">Reference</a> class instances, which denote the sequence that serves as a basis for sequence alteration comparisons.</div>
659
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
909
+ <div><i>Subclass of:</i> <a href="#classZygosity">Zygosity</a></div>
910
+ <div><i>Label:</i> Hemizygous</div>
911
+ <div><i>Comment:</i> A sequence alteration with hemizygous alleles.</div>
912
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Zygosity#Hemizygous">http://en.wikipedia.org/wiki/Zygosity#Hemizygous</a></div>
913
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
660
914
  </div>
661
915
  </p>
662
916
  <p>
663
- <h5 id="classVariationAnnotation">Class gfvo:VariationAnnotation</h5>
917
+ <h5 id="classHeritage">Class "Heritage"</h5>
664
918
  <div style="margin-left: 16px; margin-bottom: 16px">
665
- <div><i>Subclass of:</i> <a href="#classFeatureAnnotation">FeatureAnnotation</a></div>
666
- <div><i>Label:</i> Variation Annotation</div>
667
- <div><i>Comment:</i> A variant annotation captures information about a genomic <a href="#classVariant">Variant</a>. A possible effect of a variant is encoded using <a href="#classEffect">Effect</a> class instances.</div>
919
+ <div><i>Subclass of:</i> <a href="#classQuality">Quality</a></div>
920
+ <div><i>Label:</i> Heritage</div>
921
+ <div><i>Comment:</i> Heritage denotes the passing of traits from parents or ancestors. Passed traits may not be visible as a phenotype, but instead, might only manifest as genetic inheritance.</div>
922
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Heredity">http://en.wikipedia.org/wiki/Heredity</a></div>
668
923
  <div></div>
669
924
  </div>
670
925
  </p>
671
- <h4>Object Properties (Referencing other Class Instances)</h4>
672
926
  <p>
673
- <h5 id="objectPropertyalignment">Object Property gfvo:alignment</h5>
927
+ <h5 id="classHermaphrodite">Class "Hermaphrodite"</h5>
674
928
  <div style="margin-left: 16px; margin-bottom: 16px">
675
- <div><i>Domain:</i> <a href="#classTarget">Target</a></div>
676
- <div><i>Range:</i> <a href="#classAlignmentOperation">AlignmentOperation</a></div>
677
- <div><i>Label:</i> alignment</div>
678
- <div><i>Comment:</i> An alignment is a sequence alignment between a <a href="#classFeature">Feature</a> class instance and a <a href="#classTarget">Target</a> class instance. The alignment is a list of one or more <a href="#classAlignmentOperation">Alignment Operation</a> instances that capture alignment matches, gaps and frameshifts (see &quot;The Gap Attribute&quot;, http://sequenceontology.org/resources/gff3.html).</div>
679
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
929
+ <div><i>Subclass of:</i> <a href="#classSex">Sex</a></div>
930
+ <div><i>Label:</i> Hermaphrodite</div>
931
+ <div><i>Comment:</i> Denoting sex of an individual that contains both male and female gametes.</div>
932
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Hermaphrodite">http://en.wikipedia.org/wiki/Hermaphrodite</a></div>
933
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000784">SIO_000784</a></div>
934
+ <div></div>
680
935
  </div>
681
936
  </p>
682
937
  <p>
683
- <h5 id="objectPropertyattributeMethod">Object Property gfvo:attributeMethod</h5>
938
+ <h5 id="classHeterozygous">Class "Heterozygous"</h5>
684
939
  <div style="margin-left: 16px; margin-bottom: 16px">
685
- <div><i>Domain:</i> <a href="#classAttribute">Attribute</a>, <a href="#classBreakpoint">Breakpoint</a>, <a href="#classEffect">Effect</a>, <a href="#classVariant">Variant</a></div>
686
- <div><i>Range:</i> <a href="#classMethod">Method</a></div>
687
- <div><i>Label:</i> attribute method</div>
688
- <div><i>Comment:</i> Further information about the <a href="#classMethod">Method</a> that is related to an attribute.</div>
689
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
940
+ <div><i>Subclass of:</i> <a href="#classZygosity">Zygosity</a></div>
941
+ <div><i>Label:</i> Heterozygous</div>
942
+ <div><i>Comment:</i> A sequence alteration with heterozygous alleles.</div>
943
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Zygosity#Heterozygous">http://en.wikipedia.org/wiki/Zygosity#Heterozygous</a></div>
944
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
690
945
  </div>
691
946
  </p>
692
947
  <p>
693
- <h5 id="objectPropertyattributes">Object Property gfvo:attributes</h5>
948
+ <h5 id="classHomozygous">Class "Homozygous"</h5>
694
949
  <div style="margin-left: 16px; margin-bottom: 16px">
695
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
696
- <div><i>Range:</i> <a href="#classAttribute">Attribute</a></div>
697
- <div><i>Label:</i> attributes</div>
698
- <div><i>Comment:</i> Tag name/value pair attributes of a feature.</div>
699
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
950
+ <div><i>Subclass of:</i> <a href="#classZygosity">Zygosity</a></div>
951
+ <div><i>Label:</i> Homozygous</div>
952
+ <div><i>Comment:</i> A sequence alteration with homozygous alleles.</div>
953
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Zygosity#Homozygous">http://en.wikipedia.org/wiki/Zygosity#Homozygous</a></div>
954
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
700
955
  </div>
701
956
  </p>
702
957
  <p>
703
- <h5 id="objectPropertybreakpoint">Object Property gfvo:breakpoint</h5>
958
+ <h5 id="classIdentifier">Class "Identifier"</h5>
704
959
  <div style="margin-left: 16px; margin-bottom: 16px">
705
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
706
- <div><i>Range:</i> <a href="#classBreakpoint">Breakpoint</a></div>
707
- <div><i>Label:</i> breakpoint</div>
708
- <div><i>Comment:</i> Potential source or destination of zero-length sequence alterations.</div>
709
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
960
+ <div><i>Subclass of:</i> <a href="#classLabel">Label</a></div>
961
+ <div><i>Label:</i> Identifier</div>
962
+ <div><i>Comment:</i> An identifier labels an entity with a single term that is interpreted as an accession. An accession labels entities that are part of a collection of similar type.</div>
963
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Identifier">http://en.wikipedia.org/wiki/Identifier</a></div>
964
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000115">SIO_000115</a></div>
965
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
710
966
  </div>
711
967
  </p>
712
968
  <p>
713
- <h5 id="objectPropertybreakpointObjectProperty">Object Property gfvo:breakpointObjectProperty</h5>
969
+ <h5 id="classInformationContentEntity">Class "InformationContentEntity"</h5>
714
970
  <div style="margin-left: 16px; margin-bottom: 16px">
715
- <div><i>Label:</i> breakpoint object property</div>
716
- <div><i>Comment:</i> A properties that is directly associated with <a href="#classBreakpoint">Breakpoint</a> class instances.</div>
971
+ <div><i>Subclass of:</i> <a href="#classObject">Object</a></div>
972
+ <div><i>Label:</i> Information Content Entity</div>
973
+ <div><i>Comment:</i> An information content entity requires background information or specific domain knowledge to be interpreted correctly.</div>
974
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000015">SIO_000015</a></div>
717
975
  <div></div>
718
976
  </div>
719
977
  </p>
720
978
  <p>
721
- <h5 id="objectPropertychromosome">Object Property gfvo:chromosome</h5>
979
+ <h5 id="classInteraction">Class "Interaction"</h5>
722
980
  <div style="margin-left: 16px; margin-bottom: 16px">
723
- <div><i>Domain:</i> <a href="#classSequencedIndividual">SequencedIndividual</a></div>
724
- <div><i>Range:</i> <a href="#classChromosome">Chromosome</a></div>
725
- <div><i>Label:</i> chromosome</div>
726
- <div><i>Comment:</i> Denotes abstract chromosome representations for capturing variants that appear on the same chromosome of a polyploid organism.</div>
727
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
981
+ <div><i>Subclass of:</i> <a href="#classProcess">Process</a></div>
982
+ <div><i>Label:</i> Interaction</div>
983
+ <div><i>Comment:</i> Describing interaction between features, such as the effect of a feature variant on another feature.</div>
984
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000593">SIO_000593</a></div>
985
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
728
986
  </div>
729
987
  </p>
730
988
  <p>
731
- <h5 id="objectPropertycontains">Object Property gfvo:contains</h5>
989
+ <h5 id="classLabel">Class "Label"</h5>
732
990
  <div style="margin-left: 16px; margin-bottom: 16px">
733
- <div><i>Domain:</i> <a href="#classSet">Set</a></div>
734
- <div><i>Range:</i> <a href="#classFeature">Feature</a></div>
735
- <div><i>Label:</i> contains</div>
736
- <div><i>Comment:</i> Relationship that describes which features belong to a feature set.</div>
737
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
991
+ <div><i>Subclass of:</i> <a href="#classInformationContentEntity">InformationContentEntity</a></div>
992
+ <div><i>Label:</i> Label</div>
993
+ <div><i>Comment:</i> A label is a term or short list of terms that name an entity for the purpose of lexicographically distinguishing the entity from entities of similar type.</div>
994
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000179">SIO_000179</a></div>
995
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
738
996
  </div>
739
997
  </p>
740
998
  <p>
741
- <h5 id="objectPropertydataSource">Object Property gfvo:dataSource</h5>
999
+ <h5 id="classLandmark">Class "Landmark"</h5>
742
1000
  <div style="margin-left: 16px; margin-bottom: 16px">
743
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
744
- <div><i>Range:</i> <a href="#classDataSource">DataSource</a></div>
745
- <div><i>Label:</i> data source</div>
746
- <div><i>Comment:</i> Data source origin of the feature.</div>
747
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1001
+ <div><i>Subclass of:</i> <a href="#classIdentifier">Identifier</a></div>
1002
+ <div><i>Label:</i> Landmark</div>
1003
+ <div><i>Comment:</i> A landmark establishes a coordinate system for features. Landmarks can be chromosomes, contigs, scaffolds or other constructs that can harbor <a href="#classFeature">Feature</a> class instances. For expressing ploidy within a data set, please refer to the <a href="#classChromosome">Chromosome</a> class.</div>
1004
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
748
1005
  </div>
749
1006
  </p>
750
1007
  <p>
751
- <h5 id="objectPropertydbxref">Object Property gfvo:dbxref</h5>
1008
+ <h5 id="classLikelihood">Class "Likelihood"</h5>
752
1009
  <div style="margin-left: 16px; margin-bottom: 16px">
753
- <div><i>Domain:</i> <a href="#classDataSource">DataSource</a>, <a href="#classFeature">Feature</a>, <a href="#classMethod">Method</a>, <a href="#classPhenotypeDescription">PhenotypeDescription</a>, <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
754
- <div><i>Range:</i> <a href="http://www.w3.org/2002/07/owl#Thing">http://www.w3.org/2002/07/owl#Thing</a></div>
755
- <div><i>Label:</i> dbxref</div>
756
- <div><i>Comment:</i> A database cross-reference to associate a feature or its structured pragma metadata in GVF to a representation in another database.</div>
757
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1010
+ <div><i>Subclass of:</i> <a href="#classQuantity">Quantity</a></div>
1011
+ <div><i>Label:</i> Likelihood</div>
1012
+ <div><i>Comment:</i> Likelihood is the hypothetical probability of the occurrence of a certain event.</div>
1013
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_001243">SIO_001243</a></div>
1014
+ <div><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
758
1015
  </div>
759
1016
  </p>
760
1017
  <p>
761
- <h5 id="objectPropertyeffect">Object Property gfvo:effect</h5>
1018
+ <h5 id="classLocus">Class "Locus"</h5>
762
1019
  <div style="margin-left: 16px; margin-bottom: 16px">
763
- <div><i>Domain:</i> <a href="#classVariant">Variant</a></div>
764
- <div><i>Range:</i> <a href="#classEffect">Effect</a></div>
765
- <div><i>Label:</i> effect</div>
766
- <div><i>Comment:</i> An effect of a particular feature variant.</div>
767
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1020
+ <div><i>Subclass of:</i> <a href="#classInformationContentEntity">InformationContentEntity</a></div>
1021
+ <div><i>Label:</i> Locus</div>
1022
+ <div><i>Comment:</i> A locus refers to a position (possibly multi-dimensional) within a genome or proteome.</div>
1023
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Locus_(genetics)">http://en.wikipedia.org/wiki/Locus_(genetics)</a></div>
1024
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000056">SIO_000056</a></div>
1025
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
768
1026
  </div>
769
1027
  </p>
770
1028
  <p>
771
- <h5 id="objectPropertyeffectObjectProperty">Object Property gfvo:effectObjectProperty</h5>
1029
+ <h5 id="classMale">Class "Male"</h5>
772
1030
  <div style="margin-left: 16px; margin-bottom: 16px">
773
- <div><i>Label:</i> effect object property</div>
774
- <div><i>Comment:</i> Properties that are directly associated with <a href="#classEffect">Effect</a> class instances.</div>
775
- <div></div>
1031
+ <div><i>Subclass of:</i> <a href="#classSex">Sex</a></div>
1032
+ <div><i>Label:</i> Male</div>
1033
+ <div><i>Comment:</i> Denoting sex of a male individual. A male is defined as an individual producing spermatozoa.</div>
1034
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Male">http://en.wikipedia.org/wiki/Male</a></div>
1035
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010048">SIO_010048</a></div>
1036
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
776
1037
  </div>
777
1038
  </p>
778
1039
  <p>
779
- <h5 id="objectPropertyfeatureAnnotationObjectProperty">Object Property gfvo:featureAnnotationObjectProperty</h5>
1040
+ <h5 id="classMatch">Class "Match"</h5>
780
1041
  <div style="margin-left: 16px; margin-bottom: 16px">
781
- <div><i>Label:</i> feature annotation object property</div>
782
- <div><i>Comment:</i> Property of one of the genomic annotation classes, such as <a href="#classBreakpoint">Breakpoint</a>, <a href="#classReference">Reference</a>, <a href="#classVariant">Variant</a>. For properties related to the core genomic data class <a href="#classFeature">Feature</a>, see <a href="#datatypePropertyfeatureDatatypeProperty">feature datatype property</a> or <a href="#objectPropertyfeatureObjectProperty">feature object property</a>.</div>
783
- <div></div>
1042
+ <div><i>Subclass of:</i> <a href="#classSequenceAlignmentOperation">SequenceAlignmentOperation</a></div>
1043
+ <div><i>Label:</i> Match</div>
1044
+ <div><i>Comment:</i> Denotes a match between the reference sequence and target sequence.</div>
1045
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
784
1046
  </div>
785
1047
  </p>
786
1048
  <p>
787
- <h5 id="objectPropertyfeatureObjectProperty">Object Property gfvo:featureObjectProperty</h5>
1049
+ <h5 id="classMaterialEntity">Class "MaterialEntity"</h5>
788
1050
  <div style="margin-left: 16px; margin-bottom: 16px">
789
- <div><i>Label:</i> feature object property</div>
790
- <div><i>Comment:</i> Properties that are directly associated with <a href="#classFeature">Feature</a> class instances. For properties related to <a href="#classReference">Reference</a>, <a href="#classVariant">Variant</a>, or other genomic annotation classes, see <a href="#datatypePropertyfeatureAnnotationDatatypeProperty">feature annotation datatype property</a> or <a href="#objectPropertyfeatureAnnotationObjectProperty">feature annotation object property</a>.</div>
1051
+ <div><i>Subclass of:</i> <a href="#classObject">Object</a></div>
1052
+ <div><i>Label:</i> Material Entity</div>
1053
+ <div><i>Comment:</i> A material entity represents a physical object. In the context of genomic features and variations, material entities are cells, organisms, sequences, chromosomes, etc.</div>
1054
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000004">SIO_000004</a></div>
791
1055
  <div></div>
792
1056
  </div>
793
1057
  </p>
794
1058
  <p>
795
- <h5 id="objectPropertyfeatureOntology">Object Property gfvo:featureOntology</h5>
796
- <div style="margin-left: 16px; margin-bottom: 16px">
797
- <div><i>Domain:</i> <a href="#classSet">Set</a></div>
798
- <div><i>Range:</i> <a href="http://www.w3.org/2002/07/owl#Thing">http://www.w3.org/2002/07/owl#Thing</a></div>
799
- <div><i>Label:</i> feature ontology</div>
800
- <div><i>Comment:</i> Explicit link-out to one or more ontologies that have been used for describing features. This is a meta comment about the URIs that link out to SO/SOFA or other ontologies.</div>
801
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
802
- </div>
803
- </p>
804
- <p>
805
- <h5 id="objectPropertyfeatureType">Object Property gfvo:featureType</h5>
1059
+ <h5 id="classMaternalHeritage">Class "MaternalHeritage"</h5>
806
1060
  <div style="margin-left: 16px; margin-bottom: 16px">
807
- <div><i>Domain:</i> <a href="#classEffect">Effect</a></div>
808
- <div><i>Range:</i> <a href="http://www.w3.org/2002/07/owl#Thing">http://www.w3.org/2002/07/owl#Thing</a></div>
809
- <div><i>Label:</i> feature type</div>
810
- <div><i>Comment:</i> A term that is describing the sequence feature that is being affected.</div>
811
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1061
+ <div><i>Subclass of:</i> <a href="#classHeritage">Heritage</a></div>
1062
+ <div><i>Label:</i> Maternal Heritage</div>
1063
+ <div><i>Comment:</i> Maternal heritage is the passing of traits from a female to her ancestors.</div>
1064
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Maternal_effect">http://en.wikipedia.org/wiki/Maternal_effect</a></div>
1065
+ <div></div>
812
1066
  </div>
813
1067
  </p>
814
1068
  <p>
815
- <h5 id="objectPropertygenomicSource">Object Property gfvo:genomicSource</h5>
1069
+ <h5 id="classMobileElementSequenceVariant">Class "MobileElementSequenceVariant"</h5>
816
1070
  <div style="margin-left: 16px; margin-bottom: 16px">
817
- <div><i>Domain:</i> <a href="#classSet">Set</a></div>
818
- <div><i>Range:</i> <a href="http://www.w3.org/2002/07/owl#Thing">http://www.w3.org/2002/07/owl#Thing</a></div>
819
- <div><i>Label:</i> genomic source</div>
820
- <div><i>Comment:</i> Denotes the source of genomic data (on a cell-type level). Valid object assignments are individuals of the &quot;Genomic Source&quot; enumeration class.</div>
821
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1071
+ <div><i>Subclass of:</i> <a href="#classSequenceVariant">SequenceVariant</a></div>
1072
+ <div><i>Label:</i> Mobile Element Sequence Variant</div>
1073
+ <div><i>Comment:</i> Insertion or deletion of a mobile element. The exact modification is determined by a type of the Variation Ontology.</div>
1074
+ <div><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
822
1075
  </div>
823
1076
  </p>
824
1077
  <p>
825
- <h5 id="objectPropertygenotype">Object Property gfvo:genotype</h5>
1078
+ <h5 id="className">Class "Name"</h5>
826
1079
  <div style="margin-left: 16px; margin-bottom: 16px">
827
- <div><i>Domain:</i> <a href="#classVariant">Variant</a></div>
828
- <div><i>Range:</i> <a href="#classChromosome">Chromosome</a></div>
829
- <div><i>Label:</i> genotype</div>
830
- <div><i>Comment:</i> Determines the genotype as observed in an individual.</div>
831
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1080
+ <div><i>Subclass of:</i> <a href="#classLabel">Label</a></div>
1081
+ <div><i>Label:</i> Name</div>
1082
+ <div><i>Comment:</i> A name assigns an entity a non-formal term (or multiples thereof) that can provide information about the entities identity.</div>
1083
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000116">SIO_000116</a></div>
1084
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
832
1085
  </div>
833
1086
  </p>
834
1087
  <p>
835
- <h5 id="objectPropertyindividual">Object Property gfvo:individual</h5>
1088
+ <h5 id="classNote">Class "Note"</h5>
836
1089
  <div style="margin-left: 16px; margin-bottom: 16px">
837
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
838
- <div><i>Range:</i> <a href="#classSequencedIndividual">SequencedIndividual</a></div>
839
- <div><i>Label:</i> individual</div>
840
- <div><i>Comment:</i> Links to information about an individual.</div>
841
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1090
+ <div><i>Subclass of:</i> <a href="#classInformationContentEntity">InformationContentEntity</a></div>
1091
+ <div><i>Label:</i> </div>
1092
+ <div><i>Comment:</i> A note is a short textual description.</div>
1093
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000152">SIO_000152</a></div>
1094
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
842
1095
  </div>
843
1096
  </p>
844
1097
  <p>
845
- <h5 id="objectPropertylocus">Object Property gfvo:locus</h5>
1098
+ <h5 id="classNumberOfReads">Class "NumberOfReads"</h5>
846
1099
  <div style="margin-left: 16px; margin-bottom: 16px">
847
- <div><i>Domain:</i> <a href="#classBreakpoint">Breakpoint</a>, <a href="#classEffect">Effect</a>, <a href="#classFeature">Feature</a>, <a href="#classLandmark">Landmark</a>, <a href="#classTarget">Target</a></div>
848
- <div><i>Range:</i> <a href="http://biohackathon.org/resource/faldo#Region">http://biohackathon.org/resource/faldo#Region</a></div>
849
- <div><i>Label:</i> locus</div>
850
- <div><i>Comment:</i> The locus determines the genomic position of an genomic object. The FALDO &quot;Region&quot; class can denote genomic feature&apos;s start, stop, and strand properties, it can express fuzzy genomic ranges if exact genomic coordinates are unknown. For <a href="#classLandmark">Landmark</a> class instances, the locus provides the start and end coordinates of the landmark.</div>
851
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1100
+ <div><i>Subclass of:</i> <a href="#classQuantity">Quantity</a></div>
1101
+ <div><i>Label:</i> Number of Reads</div>
1102
+ <div><i>Comment:</i> Number of reads supporting a particular feature or variant.</div>
1103
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
852
1104
  </div>
853
1105
  </p>
854
1106
  <p>
855
- <h5 id="objectPropertylocusAnnotationObjectProperty">Object Property gfvo:locusAnnotationObjectProperty</h5>
1107
+ <h5 id="classObject">Class "Object"</h5>
856
1108
  <div style="margin-left: 16px; margin-bottom: 16px">
857
- <div><i>Label:</i> locus annotation object property</div>
858
- <div><i>Comment:</i> A property related to genomic coordinates. This can be a <a href="#objectPropertylocus">locus</a> description that uses FALDO to denote Regions (with exact or probabilistic/fuzzy boundaries; <a href="#classBreakpoint">Breakpoint</a> locations) or an &quot;operation&quot; of a list of <a href="#classAlignmentOperation">Alignment Operation</a> instances that encode a CIGAR line.</div>
1109
+ <div><i>Label:</i> Object</div>
1110
+ <div><i>Comment:</i> An object is a concrete entity that realizes a concept and encapsulates data associated with said concept. Objects are typically representing tangible entities, such as <a href="#classChromosome">Chromosome</a>, <a href="#classDNASequence">DNA Sequence</a>, but also objects such as <a href="#classIdentifier">Identifier</a>, <a href="#classAverageCoverage">Average Coverage</a> or other computational or mathematical entities.</div>
1111
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000776">SIO_000776</a></div>
859
1112
  <div></div>
860
1113
  </div>
861
1114
  </p>
862
1115
  <p>
863
- <h5 id="objectPropertyontologyTerm">Object Property gfvo:ontologyTerm</h5>
864
- <div style="margin-left: 16px; margin-bottom: 16px">
865
- <div><i>Domain:</i> <a href="#classFeature">Feature</a>, <a href="#classVariant">Variant</a></div>
866
- <div><i>Range:</i> <a href="http://www.w3.org/2002/07/owl#Thing">http://www.w3.org/2002/07/owl#Thing</a></div>
867
- <div><i>Label:</i> ontology term</div>
868
- <div><i>Comment:</i> A cross-reference to an ontology term that is associated with a feature. For instances of the <a href="#classVariant">Variant</a> class, the associated ontology term must be a Variant Ontology term (VariO; http://purl.obolibrary.org/obo/VariO_0001 or subclasses thereof).</div>
869
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
870
- </div>
871
- </p>
872
- <p>
873
- <h5 id="objectPropertyparent">Object Property gfvo:parent</h5>
874
- <div style="margin-left: 16px; margin-bottom: 16px">
875
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
876
- <div><i>Range:</i> <a href="#classFeature">Feature</a></div>
877
- <div><i>Label:</i> parent</div>
878
- <div><i>Comment:</i> Link out to a parent feature.</div>
879
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
880
- </div>
881
- </p>
882
- <p>
883
- <h5 id="objectPropertyphenotypeDescription">Object Property gfvo:phenotypeDescription</h5>
884
- <div style="margin-left: 16px; margin-bottom: 16px">
885
- <div><i>Domain:</i> <a href="#classSet">Set</a></div>
886
- <div><i>Range:</i> <a href="#classPhenotypeDescription">PhenotypeDescription</a></div>
887
- <div><i>Label:</i> phenotype description</div>
888
- <div><i>Comment:</i> Further information about an individual&apos;s phenotype. Applies only to single individual sets.</div>
889
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
890
- </div>
891
- </p>
892
- <p>
893
- <h5 id="objectPropertyphenotypeDescriptionObjectProperty">Object Property gfvo:phenotypeDescriptionObjectProperty</h5>
1116
+ <h5 id="classPairedEndReadPlatform">Class "PairedEndReadPlatform"</h5>
894
1117
  <div style="margin-left: 16px; margin-bottom: 16px">
895
- <div><i>Label:</i> phenotype description object property</div>
896
- <div><i>Comment:</i> An object property directly associated with <a href="#classPhenotypeDescription">Phenotype Description</a> class instances.</div>
897
- <div></div>
1118
+ <div><i>Subclass of:</i> <a href="#classSequencingTechnologyPlatform">SequencingTechnologyPlatform</a></div>
1119
+ <div><i>Label:</i> Paired End Read Platform</div>
1120
+ <div><i>Comment:</i> Details about the paired-end read sequencing technology used to gather the data in a set.</div>
1121
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
898
1122
  </div>
899
1123
  </p>
900
1124
  <p>
901
- <h5 id="objectPropertyrecordObjectProperty">Object Property gfvo:recordObjectProperty</h5>
1125
+ <h5 id="classPaternalHeritage">Class "PaternalHeritage"</h5>
902
1126
  <div style="margin-left: 16px; margin-bottom: 16px">
903
- <div><i>Label:</i> record object property</div>
904
- <div><i>Comment:</i> A record object property is directly related to describing genomic feature or variant data. Classes that make use of record object properties are <a href="#classFeature">Feature</a>, <a href="#classVariant">Variant</a>, and so on. For container classes, such as <a href="#classSet">Set</a> and <a href="#classFile">File</a>, see <a href="#objectPropertysetObjectProperty">set object property</a>.</div>
1127
+ <div><i>Subclass of:</i> <a href="#classHeritage">Heritage</a></div>
1128
+ <div><i>Label:</i> Paternal Heritage</div>
1129
+ <div><i>Comment:</i> Paternal heritage is the passing of traits from a male to his ancestors.</div>
1130
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Maternal_effect#Paternal_effect_genes">http://en.wikipedia.org/wiki/Maternal_effect#Paternal_effect_genes</a></div>
905
1131
  <div></div>
906
1132
  </div>
907
1133
  </p>
908
1134
  <p>
909
- <h5 id="objectPropertyreference">Object Property gfvo:reference</h5>
1135
+ <h5 id="classPeptideSequence">Class "PeptideSequence"</h5>
910
1136
  <div style="margin-left: 16px; margin-bottom: 16px">
911
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
912
- <div><i>Range:</i> <a href="#classReference">Reference</a></div>
913
- <div><i>Label:</i> reference</div>
914
- <div><i>Comment:</i> Specific information about the reference sequence of a feature.</div>
915
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1137
+ <div><i>Subclass of:</i> <a href="#classSequence">Sequence</a></div>
1138
+ <div><i>Label:</i> Peptide Sequence</div>
1139
+ <div><i>Comment:</i> A peptide sequence is an ordered sequence of amino acid residues, but which may not necessarily be a protein sequence. For encoding sequences of proteins, the subclass <a href="#classProteinSequence">Protein Sequence</a> should be used.</div>
1140
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Peptide_sequence">http://en.wikipedia.org/wiki/Peptide_sequence</a></div>
1141
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
916
1142
  </div>
917
1143
  </p>
918
1144
  <p>
919
- <h5 id="objectPropertyscoreMethod">Object Property gfvo:scoreMethod</h5>
1145
+ <h5 id="classPhenotype">Class "Phenotype"</h5>
920
1146
  <div style="margin-left: 16px; margin-bottom: 16px">
921
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
922
- <div><i>Range:</i> <a href="#classMethod">Method</a></div>
923
- <div><i>Label:</i> score method</div>
924
- <div><i>Comment:</i> Used scoring method, which is described in more detail by a <a href="#classMethod">Method</a> class instance.</div>
925
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1147
+ <div><i>Subclass of:</i> <a href="#classQuality">Quality</a></div>
1148
+ <div><i>Label:</i> Phenotype</div>
1149
+ <div><i>Comment:</i> A phenotype description represents additional information about a sequenced individual&apos;s phenotype. A sequenced individual is represented by instances of the <a href="#classSequencedIndividual">Sequenced Individual</a> class.</div>
1150
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Phenotype">http://en.wikipedia.org/wiki/Phenotype</a></div>
1151
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010056">SIO_010056</a></div>
1152
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
926
1153
  </div>
927
1154
  </p>
928
1155
  <p>
929
- <h5 id="objectPropertyseqid">Object Property gfvo:seqid</h5>
1156
+ <h5 id="classPhredScore">Class "PhredScore"</h5>
930
1157
  <div style="margin-left: 16px; margin-bottom: 16px">
931
- <div><i>Domain:</i> <a href="#classBreakpoint">Breakpoint</a>, <a href="#classFeature">Feature</a></div>
932
- <div><i>Range:</i> <a href="#classLandmark">Landmark</a></div>
933
- <div><i>Label:</i> seqid</div>
934
- <div><i>Comment:</i> Establishes the landmark on which the feature or breakpoint is located. A landmark is typically a chromosome, scaffold or contig, but can be any other genomic object (DNA, RNA, protein) in principle.</div>
935
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1158
+ <div><i>Subclass of:</i> <a href="#classScore">Score</a></div>
1159
+ <div><i>Label:</i> Phred Score</div>
1160
+ <div><i>Comment:</i> The Phred score can be used to assign quality scores to base calls of DNA sequences.</div>
1161
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Phred_score">http://en.wikipedia.org/wiki/Phred_score</a></div>
1162
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
936
1163
  </div>
937
1164
  </p>
938
1165
  <p>
939
- <h5 id="objectPropertysequenceVariant">Object Property gfvo:sequenceVariant</h5>
1166
+ <h5 id="classPrenatalCell">Class "PrenatalCell"</h5>
940
1167
  <div style="margin-left: 16px; margin-bottom: 16px">
941
- <div><i>Domain:</i> <a href="#classEffect">Effect</a></div>
942
- <div><i>Range:</i> <a href="http://www.w3.org/2002/07/owl#Thing">http://www.w3.org/2002/07/owl#Thing</a></div>
943
- <div><i>Label:</i> sequence variant</div>
944
- <div><i>Comment:</i> Effect of a sequence alteration on a sequence feature.</div>
945
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1168
+ <div><i>Subclass of:</i> <a href="#classCell">Cell</a></div>
1169
+ <div><i>Label:</i> Prenatal Cell</div>
1170
+ <div><i>Comment:</i> A prenatal feature is purportedly associated with prenatal cells; the GVF specification declares this feature type under the prama directive &quot;##genomic-source&quot;, but does not describe its semantics and the referenced Logical Observation Identifiers Names and Codes (LOINC, http://loinc.org), do not define the meaning or intended usage of the term &quot;prenatal&quot; either.</div>
1171
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Prenatal">http://en.wikipedia.org/wiki/Prenatal</a></div>
1172
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
946
1173
  </div>
947
1174
  </p>
948
1175
  <p>
949
- <h5 id="objectPropertysequencedIndividualObjectProperty">Object Property gfvo:sequencedIndividualObjectProperty</h5>
1176
+ <h5 id="classProcess">Class "Process"</h5>
950
1177
  <div style="margin-left: 16px; margin-bottom: 16px">
951
- <div><i>Label:</i> sequenced individual object property</div>
952
- <div><i>Comment:</i> A property that is directly associated with <a href="#classSequencedIndividual">Sequenced Individual</a> class instances.</div>
1178
+ <div><i>Label:</i> Process</div>
1179
+ <div><i>Comment:</i> A process denotes a temporally dependent entity. It can be thought of as a function, where input data is transformed by an algorithm to produce certain output data.</div>
1180
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000006">SIO_000006</a></div>
953
1181
  <div></div>
954
1182
  </div>
955
1183
  </p>
956
1184
  <p>
957
- <h5 id="objectPropertysetAnnotationObjectProperty">Object Property gfvo:setAnnotationObjectProperty</h5>
1185
+ <h5 id="classProteinSequence">Class "ProteinSequence"</h5>
958
1186
  <div style="margin-left: 16px; margin-bottom: 16px">
959
- <div><i>Label:</i> set annotation object property</div>
960
- <div><i>Comment:</i> A property related to the annotation of <a href="#classSet">Set</a> class instances or its sub-classes, s.a. <a href="#classPhenotypeDescription">Phenotype Description</a>.</div>
961
- <div></div>
1187
+ <div><i>Subclass of:</i> <a href="#classPeptideSequence">PeptideSequence</a></div>
1188
+ <div><i>Label:</i> Protein Sequence</div>
1189
+ <div><i>Comment:</i> A protein sequence is a peptide sequence which represents the primary structure of a protein.</div>
1190
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Peptide_sequence">http://en.wikipedia.org/wiki/Peptide_sequence</a></div>
1191
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010015">SIO_010015</a></div>
1192
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
962
1193
  </div>
963
1194
  </p>
964
1195
  <p>
965
- <h5 id="objectPropertysetObjectProperty">Object Property gfvo:setObjectProperty</h5>
1196
+ <h5 id="classQuality">Class "Quality"</h5>
966
1197
  <div style="margin-left: 16px; margin-bottom: 16px">
967
- <div><i>Label:</i> set object property</div>
968
- <div><i>Comment:</i> A property that is directly associated with the <a href="#classSet">Set</a> class. Immediate sub-properties of this property are independent to specific specifications such as GFF3, GTF, GVF or VCF. Not all sub-properties can be preserved when carrying out operations between multiple <a href="#classSet">Set</a> class instances. For example, the &quot;sex&quot; property applies to single individual sets and can only be kept in a set union between multiple <a href="#classSet">Set</a> class instances if all involved instances agree on this property. For genomic feature and variant related properties, see <a href="#objectPropertyrecordObjectProperty">record object property</a> and <a href="#datatypePropertyrecordDatatypeProperty">record datatype property</a>.</div>
1198
+ <div><i>Subclass of:</i> <a href="#classAttribute">Attribute</a></div>
1199
+ <div><i>Label:</i> Quality</div>
1200
+ <div><i>Comment:</i> Quality is a specific attribute that is strongly associated with an entity, but whose values are varying and disjunct. Qualities are finite enumerations, such as sex (<a href="#classFemale">Female</a>, <a href="#classMale">Male</a>, <a href="#classHermaphrodite">Hermaphrodite</a>), heritage (&quot;Maternal&quot;, &quot;Paternal&quot;), but they also make use of the &quot;hasValue&quot; datatype property such as <a href="#classCodingFrameOffset">Coding Frame Offset</a> (either &quot;0&quot;, &quot;1&quot; or &quot;2&quot;).</div>
1201
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000005">SIO_000005</a></div>
969
1202
  <div></div>
970
1203
  </div>
971
1204
  </p>
972
1205
  <p>
973
- <h5 id="objectPropertysourceMethod">Object Property gfvo:sourceMethod</h5>
1206
+ <h5 id="classQuantity">Class "Quantity"</h5>
974
1207
  <div style="margin-left: 16px; margin-bottom: 16px">
975
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
976
- <div><i>Range:</i> <a href="#classMethod">Method</a></div>
977
- <div><i>Label:</i> source method</div>
978
- <div><i>Comment:</i> Further information about the algorithm/methodologies used.</div>
979
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1208
+ <div><i>Subclass of:</i> <a href="#classObject">Object</a></div>
1209
+ <div><i>Label:</i> Quantity</div>
1210
+ <div><i>Comment:</i> A property of a phenomenon, body, or substance, where the property has a magnitude that can be expressed by means of a number and a reference. This class is typically not directly instantiated, but instead, its subclasses <a href="#classAlleleFrequency">Allele Frequency</a>, <a href="#classAverageCoverage">Average Coverage</a>, etc. are used.</div>
1211
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000052">SIO_000052</a></div>
1212
+ <div></div>
980
1213
  </div>
981
1214
  </p>
982
1215
  <p>
983
- <h5 id="objectPropertyspecies">Object Property gfvo:species</h5>
1216
+ <h5 id="classRNASequencing">Class "RNASequencing"</h5>
984
1217
  <div style="margin-left: 16px; margin-bottom: 16px">
985
- <div><i>Domain:</i> <a href="#classSet">Set</a></div>
986
- <div><i>Range:</i> <a href="http://purl.obolibrary.org/obo/NCBITaxon_1">http://purl.obolibrary.org/obo/NCBITaxon_1</a></div>
987
- <div><i>Label:</i> species</div>
988
- <div><i>Comment:</i> NCBI Taxonomy Ontology &quot;NCBITaxon_1&quot; (or sub-classes) instance that denotes the species for a feature set.</div>
989
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1218
+ <div><i>Subclass of:</i> <a href="#classBiopolymerSequencing">BiopolymerSequencing</a></div>
1219
+ <div><i>Label:</i> RNA Sequencing</div>
1220
+ <div><i>Comment:</i> Information about features and variants is based on RNA sequencing.</div>
1221
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/RNA-Seq">http://en.wikipedia.org/wiki/RNA-Seq</a></div>
1222
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
990
1223
  </div>
991
1224
  </p>
992
1225
  <p>
993
- <h5 id="objectPropertystructuredAttributes">Object Property gfvo:structuredAttributes</h5>
1226
+ <h5 id="classReferenceSequence">Class "ReferenceSequence"</h5>
994
1227
  <div style="margin-left: 16px; margin-bottom: 16px">
995
- <div><i>Domain:</i> <a href="#classStructuredAttribute">StructuredAttribute</a></div>
996
- <div><i>Label:</i> structured attributes</div>
997
- <div><i>Comment:</i> Tag name/value pair attributes that are not captured by the GVF specification.</div>
998
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1228
+ <div><i>Subclass of:</i> <a href="#classDNASequence">DNASequence</a></div>
1229
+ <div><i>Label:</i> Reference Sequence</div>
1230
+ <div><i>Comment:</i> Denotes the reference sequence of a feature. The reference sequence is of importance when dealing with genomic variation data, which is expressed by the &quot;Variant&quot; class.</div>
1231
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Reference_sequence">http://en.wikipedia.org/wiki/Reference_sequence</a></div>
1232
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
999
1233
  </div>
1000
1234
  </p>
1001
1235
  <p>
1002
- <h5 id="objectPropertytarget">Object Property gfvo:target</h5>
1236
+ <h5 id="classReferenceSequenceGap">Class "ReferenceSequenceGap"</h5>
1003
1237
  <div style="margin-left: 16px; margin-bottom: 16px">
1004
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1005
- <div><i>Range:</i> <a href="#classTarget">Target</a></div>
1006
- <div><i>Label:</i> target</div>
1007
- <div><i>Comment:</i> Identifies the target that the features aligns to.</div>
1008
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1238
+ <div><i>Subclass of:</i> <a href="#classSequenceAlignmentOperation">SequenceAlignmentOperation</a></div>
1239
+ <div><i>Label:</i> Reference Sequence Gap</div>
1240
+ <div><i>Comment:</i> Denotes a gap in the reference sequence for an alignment.</div>
1241
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
1009
1242
  </div>
1010
1243
  </p>
1011
1244
  <p>
1012
- <h5 id="objectPropertytargetAttributeMethod">Object Property gfvo:targetAttributeMethod</h5>
1245
+ <h5 id="classReverseReferenceSequenceFrameshift">Class "ReverseReferenceSequenceFrameshift"</h5>
1013
1246
  <div style="margin-left: 16px; margin-bottom: 16px">
1014
- <div><i>Domain:</i> <a href="#classTarget">Target</a></div>
1015
- <div><i>Range:</i> <a href="#classMethod">Method</a></div>
1016
- <div><i>Label:</i> target attribute method</div>
1017
- <div><i>Comment:</i> Further information about the associated attribute(s).</div>
1018
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1247
+ <div><i>Subclass of:</i> <a href="#classSequenceAlignmentOperation">SequenceAlignmentOperation</a></div>
1248
+ <div><i>Label:</i> Reverse Reference Sequence Frameshift</div>
1249
+ <div><i>Comment:</i> Denotes a frameshift backwards (reverse) in the reference sequence.</div>
1250
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
1019
1251
  </div>
1020
1252
  </p>
1021
1253
  <p>
1022
- <h5 id="objectPropertytargetProperty">Object Property gfvo:targetProperty</h5>
1254
+ <h5 id="classSample">Class "Sample"</h5>
1023
1255
  <div style="margin-left: 16px; margin-bottom: 16px">
1024
- <div><i>Label:</i> target property</div>
1025
- <div><i>Comment:</i> A properties that is directly associated with <a href="#classTarget">Target</a> class instances.</div>
1026
- <div></div>
1256
+ <div><i>Subclass of:</i> <a href="#classChemicalEntity">ChemicalEntity</a></div>
1257
+ <div><i>Label:</i> Sample</div>
1258
+ <div><i>Comment:</i> A sample is a limited quantity of a chemical entity of some sort, which is typically used (destructively/non-desctructively) in a scientific analysis or test.</div>
1259
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Sample_(material)">http://en.wikipedia.org/wiki/Sample_(material)</a></div>
1260
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_001050">SIO_001050</a></div>
1261
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
1027
1262
  </div>
1028
1263
  </p>
1029
1264
  <p>
1030
- <h5 id="objectPropertytechnologicalAnnotationObjectProperty">Object Property gfvo:technologicalAnnotationObjectProperty</h5>
1265
+ <h5 id="classScaffold">Class "Scaffold"</h5>
1031
1266
  <div style="margin-left: 16px; margin-bottom: 16px">
1032
- <div><i>Label:</i> technological annotation object property</div>
1033
- <div><i>Comment:</i> An object property associated with annotations that are related to technological aspects regarding a genomic feature or variant. For example, a property of a <a href="#classTechnologyPlatform">Technology Platform</a> or <a href="#classDataSource">Data Source</a>.</div>
1267
+ <div><i>Subclass of:</i> <a href="#classCatalog">Catalog</a></div>
1268
+ <div><i>Label:</i> Scaffold</div>
1269
+ <div><i>Comment:</i> A scaffold is the aggregation of multiple contigs to form a larger continuous sequencing region.</div>
1270
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Contig">http://en.wikipedia.org/wiki/Contig</a></div>
1034
1271
  <div></div>
1035
1272
  </div>
1036
1273
  </p>
1037
1274
  <p>
1038
- <h5 id="objectPropertytechnologyPlatform">Object Property gfvo:technologyPlatform</h5>
1039
- <div style="margin-left: 16px; margin-bottom: 16px">
1040
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1041
- <div><i>Range:</i> <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
1042
- <div><i>Label:</i> technology platform</div>
1043
- <div><i>Comment:</i> Technology platform that was used to derive the feature.</div>
1044
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1045
- </div>
1046
- </p>
1047
- <p>
1048
- <h5 id="objectPropertytype">Object Property gfvo:type</h5>
1275
+ <h5 id="classScore">Class "Score"</h5>
1049
1276
  <div style="margin-left: 16px; margin-bottom: 16px">
1050
- <div><i>Domain:</i> <a href="#classFile">File</a></div>
1051
- <div><i>Range:</i> <a href="http://www.sequenceontology.org/miso/current_release/term/SO:0000110">http://www.sequenceontology.org/miso/current_release/term/SO:0000110</a></div>
1052
- <div><i>Label:</i> type</div>
1053
- <div><i>Comment:</i> Type of the feature, which is a child entry of sequence_feature (SO:0000110) of the full Sequence Ontology (SO).</div>
1054
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1277
+ <div><i>Subclass of:</i> <a href="#classObject">Object</a></div>
1278
+ <div><i>Label:</i> Score</div>
1279
+ <div><i>Comment:</i> A measure that permits the ranking of entities.</div>
1280
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Score_(statistics)">http://en.wikipedia.org/wiki/Score_(statistics)</a></div>
1281
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
1055
1282
  </div>
1056
1283
  </p>
1057
1284
  <p>
1058
- <h5 id="objectPropertyvariant">Object Property gfvo:variant</h5>
1285
+ <h5 id="classSequence">Class "Sequence"</h5>
1059
1286
  <div style="margin-left: 16px; margin-bottom: 16px">
1060
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1061
- <div><i>Range:</i> <a href="#classVariant">Variant</a></div>
1062
- <div><i>Label:</i> variant</div>
1063
- <div><i>Comment:</i> Specific information about the variant(s) of a feature.</div>
1064
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1287
+ <div><i>Subclass of:</i> <a href="#classChemicalEntity">ChemicalEntity</a></div>
1288
+ <div><i>Label:</i> Sequence</div>
1289
+ <div><i>Comment:</i> A sequence provides information about any biopolymer sequences. Specialized subclasses are provided to denote specialized instances of sequences, such as <a href="#classCodonSequence">Codon Sequence</a>, <a href="#classReferenceSequence">Reference Sequence</a>, <a href="#classProteinSequence">Protein Sequence</a>, etc.</div>
1290
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000030">SIO_000030</a></div>
1291
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
1065
1292
  </div>
1066
1293
  </p>
1067
1294
  <p>
1068
- <h5 id="objectPropertyvariantObjectProperty">Object Property gfvo:variantObjectProperty</h5>
1295
+ <h5 id="classSequenceAlignment">Class "SequenceAlignment"</h5>
1069
1296
  <div style="margin-left: 16px; margin-bottom: 16px">
1070
- <div><i>Label:</i> variant object property</div>
1071
- <div><i>Comment:</i> Properties that are directly associated with <a href="#classVariant">Variant</a> class instances.</div>
1072
- <div></div>
1297
+ <div><i>Subclass of:</i> <a href="#classObject">Object</a></div>
1298
+ <div><i>Label:</i> Sequence Alignment</div>
1299
+ <div><i>Comment:</i> A sequence alignment denotes the congruence of two sequences.</div>
1300
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Sequence_alignment">http://en.wikipedia.org/wiki/Sequence_alignment</a></div>
1301
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span></div>
1073
1302
  </div>
1074
1303
  </p>
1075
1304
  <p>
1076
- <h5 id="objectPropertyvariationAnnotationObjectProperty">Object Property gfvo:variationAnnotationObjectProperty</h5>
1305
+ <h5 id="classSequenceAlignmentOperation">Class "SequenceAlignmentOperation"</h5>
1077
1306
  <div style="margin-left: 16px; margin-bottom: 16px">
1078
- <div><i>Label:</i> variation annotation object property</div>
1079
- <div><i>Comment:</i> A variation annotation object property is describing an object property of a <a href="#classVariant">Variant</a> or <a href="#classEffect">Effect</a> class instance.</div>
1080
- <div></div>
1307
+ <div><i>Subclass of:</i> <a href="#classExperimentalMethod">ExperimentalMethod</a></div>
1308
+ <div><i>Label:</i> Sequence Alignment Operation</div>
1309
+ <div><i>Comment:</i> A sequence alignment operation captures the type of alignment (see <a href="#classSequenceAlignment">Sequence Alignment</a>) between a reference sequence and target sequence. Note that an &quot;Alignment Operation&quot; is situated in a linked list, where the order of the alignment operations is of significance.</div>
1310
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Sequence_alignment">http://en.wikipedia.org/wiki/Sequence_alignment</a></div>
1311
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
1081
1312
  </div>
1082
1313
  </p>
1083
- <h4>Datatype Properties (Strings, Numbers, Dates, etc.)</h4>
1084
1314
  <p>
1085
- <h5 id="datatypeProperty3primeContext">Datatype Property gfvo:3primeContext</h5>
1315
+ <h5 id="classSequenceVariant">Class "SequenceVariant"</h5>
1086
1316
  <div style="margin-left: 16px; margin-bottom: 16px">
1087
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1088
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1089
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1090
- <div><i>Label:</i> 3&apos; context</div>
1091
- <div><i>Comment:</i> Sequence context of a feature on the positive strand (forward strand) on the 3&apos; end. A valid sequence context is denoted by a string of one or more concatenated letters A, C, G, or T.</div>
1092
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1317
+ <div><i>Subclass of:</i> <a href="#classDNASequence">DNASequence</a></div>
1318
+ <div><i>Label:</i> Sequence Variant</div>
1319
+ <div><i>Comment:</i> Describing specific sequence alterations of a genomic feature. A variant is related to &quot;Reference&quot; class instances, which denote the sequence that serves as a basis for sequence alteration comparisons.</div>
1320
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Mutation">http://en.wikipedia.org/wiki/Mutation</a></div>
1321
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
1093
1322
  </div>
1094
1323
  </p>
1095
1324
  <p>
1096
- <h5 id="datatypeProperty5primeContext">Datatype Property gfvo:5primeContext</h5>
1325
+ <h5 id="classSequencedIndividual">Class "SequencedIndividual"</h5>
1097
1326
  <div style="margin-left: 16px; margin-bottom: 16px">
1098
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1099
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1100
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1101
- <div><i>Label:</i> 5&apos; context</div>
1102
- <div><i>Comment:</i> Sequence context of a feature on the positive strand (forward strand) on the 5&apos; end. A valid sequence context is denoted by a string of one or more concatenated letters A, C, G, or T.</div>
1103
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1327
+ <div><i>Subclass of:</i> <a href="#classBiologicalEntity">BiologicalEntity</a></div>
1328
+ <div><i>Label:</i> Sequenced Individual</div>
1329
+ <div><i>Comment:</i> Aggregated sequencing information for a particular individual.</div>
1330
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010000">SIO_010000</a></div>
1331
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
1104
1332
  </div>
1105
1333
  </p>
1106
1334
  <p>
1107
- <h5 id="datatypePropertyalias">Datatype Property gfvo:alias</h5>
1335
+ <h5 id="classSequencingTechnologyPlatform">Class "SequencingTechnologyPlatform"</h5>
1108
1336
  <div style="margin-left: 16px; margin-bottom: 16px">
1109
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1110
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1111
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1112
- <div><i>Label:</i> alias</div>
1113
- <div><i>Comment:</i> Secondary name of a feature besides the primary feature ID. The secondary name can be a HGVS/ISCN nomenclature name, but not a cross-reference to a database (e.g. dbSNP, OMIM). Cross-references should be made using the <a href="#objectPropertydbxref">dbxref</a> property.</div>
1114
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1337
+ <div><i>Subclass of:</i> <a href="#classGenomicAscertainingMethod">GenomicAscertainingMethod</a></div>
1338
+ <div><i>Label:</i> Sequencing Technology Platform</div>
1339
+ <div><i>Comment:</i> Details about the sequencing/microarray technology used to gather the data in a set.</div>
1340
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Read_(Biology)">http://en.wikipedia.org/wiki/Read_(Biology)</a></div>
1341
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
1115
1342
  </div>
1116
1343
  </p>
1117
1344
  <p>
1118
- <h5 id="datatypePropertyalignmentOperationDatatypeProperty">Datatype Property gfvo:alignmentOperationDatatypeProperty</h5>
1345
+ <h5 id="classSex">Class "Sex"</h5>
1119
1346
  <div style="margin-left: 16px; margin-bottom: 16px">
1120
- <div><i>Label:</i> alignment operation datatype property</div>
1121
- <div><i>Comment:</i> Property that is directly associated with <a href="#classAlignmentOperation">Alignment Operation</a> instances.</div>
1347
+ <div><i>Subclass of:</i> <a href="#classQuality">Quality</a></div>
1348
+ <div><i>Label:</i> Sex</div>
1349
+ <div><i>Comment:</i> Biological sex of an individual.</div>
1350
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Sex">http://en.wikipedia.org/wiki/Sex</a></div>
1351
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_010029">SIO_010029</a></div>
1122
1352
  <div></div>
1123
1353
  </div>
1124
1354
  </p>
1125
1355
  <p>
1126
- <h5 id="datatypePropertyaminoAcid">Datatype Property gfvo:aminoAcid</h5>
1356
+ <h5 id="classSomaticCell">Class "SomaticCell"</h5>
1127
1357
  <div style="margin-left: 16px; margin-bottom: 16px">
1128
- <div><i>Domain:</i> <a href="#classReference">Reference</a>, <a href="#classVariant">Variant</a></div>
1129
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1130
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1131
- <div><i>Label:</i> amino acid</div>
1132
- <div><i>Comment:</i> Amino acid in the reference genome that overlaps with a variant&apos;s genome coordinates.</div>
1133
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1358
+ <div><i>Subclass of:</i> <a href="#classCell">Cell</a></div>
1359
+ <div><i>Label:</i> Somatic Cell</div>
1360
+ <div><i>Comment:</i> The somatic feature class captures information about genomic sequence features arising from somatic cells.</div>
1361
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Somatic">http://en.wikipedia.org/wiki/Somatic</a></div>
1362
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
1134
1363
  </div>
1135
1364
  </p>
1136
1365
  <p>
1137
- <h5 id="datatypePropertyaverageCoverage">Datatype Property gfvo:averageCoverage</h5>
1366
+ <h5 id="classSpan">Class "Span"</h5>
1138
1367
  <div style="margin-left: 16px; margin-bottom: 16px">
1139
- <div><i>Domain:</i> <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
1140
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#int">http://www.w3.org/2001/XMLSchema#int</a></div>
1141
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1142
- <div><i>Label:</i> average coverage</div>
1143
- <div><i>Comment:</i> Undocumented in GVF specification. Even though the property&apos;s semantics are undocumented, it is still included in the ontology in order to reflect the data values that might be encoded in GVF files.</div>
1144
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1368
+ <div><i>Subclass of:</i> <a href="#classQuantity">Quantity</a></div>
1369
+ <div><i>Label:</i> Span</div>
1370
+ <div><i>Comment:</i> A span is an attribute denoting the number of nucleotides or peptides that an entity covers. This is directly used in conjunction with <a href="#classSequenceAlignmentOperation">Sequence Alignment Operation</a> subclasses, e.g. to express the number of nucleotides a sequence alignment match ranges over.</div>
1371
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
1145
1372
  </div>
1146
1373
  </p>
1147
1374
  <p>
1148
- <h5 id="datatypePropertybuild">Datatype Property gfvo:build</h5>
1375
+ <h5 id="classTargetSequenceGap">Class "TargetSequenceGap"</h5>
1149
1376
  <div style="margin-left: 16px; margin-bottom: 16px">
1150
- <div><i>Domain:</i> <a href="#classSet">Set</a></div>
1151
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1152
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1153
- <div><i>Label:</i> build</div>
1154
- <div><i>Comment:</i> Name of a genome assembly build that denotes the provenance of genomic features and variants in a <a href="#classSet">Set</a>. For example, &apos;GRCh37&apos;, &apos;NCBI 36&apos;, &apos;FlyBase r4.1&apos;, or &apos;hg19&apos;. If possible, the patch level of the assembly build should be included, such as &apos;GRCh37.p7&apos;.</div>
1155
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1377
+ <div><i>Subclass of:</i> <a href="#classSequenceAlignmentOperation">SequenceAlignmentOperation</a></div>
1378
+ <div><i>Label:</i> Target Sequence Gap</div>
1379
+ <div><i>Comment:</i> Denotes a gap in the target sequence for an alignment.</div>
1380
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
1156
1381
  </div>
1157
1382
  </p>
1158
1383
  <p>
1159
- <h5 id="datatypePropertycodon">Datatype Property gfvo:codon</h5>
1384
+ <h5 id="classTotalNumberOfReads">Class "TotalNumberOfReads"</h5>
1160
1385
  <div style="margin-left: 16px; margin-bottom: 16px">
1161
- <div><i>Domain:</i> <a href="#classReference">Reference</a>, <a href="#classVariant">Variant</a></div>
1162
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1163
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1164
- <div><i>Label:</i> codon</div>
1165
- <div><i>Comment:</i> Describes the codon from the reference sequence whose coordinates overlap with this variant. A valid codon description is a string of three -- or multiples thereof -- concatenated letters A, C, G, or T.</div>
1166
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1386
+ <div><i>Subclass of:</i> <a href="#classNumberOfReads">NumberOfReads</a></div>
1387
+ <div><i>Label:</i> Total Number of Reads</div>
1388
+ <div><i>Comment:</i> Total number of reads covering a feature or variant.</div>
1389
+ <div><span style="margin-right: 4px;" class="badge alert-success">GVF</span></div>
1167
1390
  </div>
1168
1391
  </p>
1169
1392
  <p>
1170
- <h5 id="datatypePropertycomment">Datatype Property gfvo:comment</h5>
1393
+ <h5 id="classVariantCalling">Class "VariantCalling"</h5>
1171
1394
  <div style="margin-left: 16px; margin-bottom: 16px">
1172
- <div><i>Domain:</i> <a href="#classDataSource">DataSource</a>, <a href="#classMethod">Method</a>, <a href="#classPhenotypeDescription">PhenotypeDescription</a>, <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
1173
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1174
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1175
- <div><i>Label:</i> comment</div>
1176
- <div><i>Comment:</i> Comments should be made using &quot;http://www.w3.org/2000/01/rdf-schema#comment&quot;.This datatype property only exists to redirect the focus to RDF Schema for commenting, since it might be expected that comments are modeled similar to other datatype properties involving <a href="#classDataSource">Data Source</a>, <a href="#classMethod">Method</a>, <a href="#classPhenotypeDescription">Phenotype Description</a> or <a href="#classTechnologyPlatform">Technology Platform</a>.</div>
1395
+ <div><i>Subclass of:</i> <a href="#classGenomeAnalysis">GenomeAnalysis</a></div>
1396
+ <div><i>Label:</i> Variant Calling</div>
1397
+ <div><i>Comment:</i> Denotes the technique of calling genomic feature variants in a genome assembly.</div>
1398
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/SNV_calling_from_NGS_data">http://en.wikipedia.org/wiki/SNV_calling_from_NGS_data</a></div>
1177
1399
  <div></div>
1178
1400
  </div>
1179
1401
  </p>
1180
1402
  <p>
1181
- <h5 id="datatypePropertycustomAnnotationDatatypeProperty">Datatype Property gfvo:customAnnotationDatatypeProperty</h5>
1403
+ <h5 id="classVersion">Class "Version"</h5>
1182
1404
  <div style="margin-left: 16px; margin-bottom: 16px">
1183
- <div><i>Label:</i> custom annotation datatype property</div>
1184
- <div><i>Comment:</i> Datatype property of an <a href="#classAttribute">Attribute</a> or <a href="#classStructuredAttribute">Structured Attribute</a> class instance. <a href="#classAttribute">Attribute</a> and <a href="#classStructuredAttribute">Structured Attribute</a> class instances are used to capture genomic feature and variation data assignments that may appear in a GFF3, GTF, GVF or VCF file, but which are not covered by their respective specifications.</div>
1185
- <div></div>
1405
+ <div><i>Subclass of:</i> <a href="#classIdentifier">Identifier</a></div>
1406
+ <div><i>Label:</i> Version</div>
1407
+ <div><i>Comment:</i> A version names a release of a software, dataset, or other resource. A versioned resource is not necessarily public.</div>
1408
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Versioning">http://en.wikipedia.org/wiki/Versioning</a></div>
1409
+ <div><i>Semanticscience Integrated Ontology class equivalence:</i> <a href="http://bioportal.bioontology.org/ontologies/SIO/?p=classes&conceptid=http%3A%2F%2Fsemanticscience.org%2Fresource%2FSIO_000653">SIO_000653</a></div>
1410
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
1186
1411
  </div>
1187
1412
  </p>
1188
1413
  <p>
1189
- <h5 id="datatypePropertyeffectDatatypeProperty">Datatype Property gfvo:effectDatatypeProperty</h5>
1414
+ <h5 id="classWatsonCrickHelix">Class "WatsonCrickHelix"</h5>
1190
1415
  <div style="margin-left: 16px; margin-bottom: 16px">
1191
- <div><i>Label:</i> effect datatype property</div>
1192
- <div><i>Comment:</i> A datatype property that are directly associated with <a href="#classEffect">Effect</a> class instances.</div>
1416
+ <div><i>Subclass of:</i> <a href="#classHelixStructure">HelixStructure</a></div>
1417
+ <div><i>Label:</i> Watson-Crick Helix</div>
1418
+ <div><i>Comment:</i> Helical structure as first proposed by Watson and Crick.</div>
1419
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Non-helical_models_of_DNA_structure#Proposal_of_Watson.E2.80.93Crick_helical_structure">http://en.wikipedia.org/wiki/Non-helical_models_of_DNA_structure#Proposal_of_Watson.E2.80.93Crick_helical_structure</a></div>
1193
1420
  <div></div>
1194
1421
  </div>
1195
1422
  </p>
1196
1423
  <p>
1197
- <h5 id="datatypePropertyfeature">Datatype Property gfvo:feature</h5>
1424
+ <h5 id="classZygosity">Class "Zygosity"</h5>
1198
1425
  <div style="margin-left: 16px; margin-bottom: 16px">
1199
- <div><i>Domain:</i> <a href="#classEffect">Effect</a></div>
1200
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1201
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1202
- <div><i>Label:</i> feature</div>
1203
- <div><i>Comment:</i> Features that are affected by this sequence alteration effect. This can be an external feature identifier, such as an Ensembl gene/transcript identifier.</div>
1204
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1205
- </div>
1206
- </p>
1207
- <p>
1208
- <h5 id="datatypePropertyfeatureAnnotationDatatypeProperty">Datatype Property gfvo:featureAnnotationDatatypeProperty</h5>
1209
- <div style="margin-left: 16px; margin-bottom: 16px">
1210
- <div><i>Label:</i> feature annotation datatype property</div>
1211
- <div><i>Comment:</i> Property of one of the genomic annotation classes, such as <a href="#classBreakpoint">Breakpoint</a>, <a href="#classReference">Reference</a>, <a href="#classVariant">Variant</a>. For properties related to the core genomic data class <a href="#classFeature">Feature</a>, see <a href="#datatypePropertyfeatureDatatypeProperty">feature datatype property</a> or <a href="#objectPropertyfeatureObjectProperty">feature object property</a>.</div>
1426
+ <div><i>Subclass of:</i> <a href="#classQuality">Quality</a></div>
1427
+ <div><i>Label:</i> Zygosity</div>
1428
+ <div><i>Comment:</i> Zygosity denotes the similarities of a specific allele in the genome of an organism.</div>
1429
+ <div><i>Wikipedia reference:</i> <a href="http://en.wikipedia.org/wiki/Zygosity">http://en.wikipedia.org/wiki/Zygosity</a></div>
1212
1430
  <div></div>
1213
1431
  </div>
1214
1432
  </p>
1433
+ <h4>Object Properties</h4>
1215
1434
  <p>
1216
- <h5 id="datatypePropertyfeatureDatatypeProperty">Datatype Property gfvo:featureDatatypeProperty</h5>
1435
+ <h5 id="objectPropertydescribes">Object Property "describes"</h5>
1217
1436
  <div style="margin-left: 16px; margin-bottom: 16px">
1218
- <div><i>Label:</i> feature datatype property</div>
1219
- <div><i>Comment:</i> Property that is directly associated with a <a href="#classFeature">Feature</a> class instance. For properties related to <a href="#classReference">Reference</a>, <a href="#classVariant">Variant</a>, or other genomic annotation classes, see <a href="#datatypePropertyfeatureAnnotationDatatypeProperty">feature annotation datatype property</a> or <a href="#objectPropertyfeatureAnnotationObjectProperty">feature annotation object property</a>.</div>
1437
+ <div><i>Label:</i> describes</div>
1438
+ <div><i>Comment:</i> Links to an entity for which supportive information is being provided.</div>
1439
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000563</div>
1220
1440
  <div></div>
1221
1441
  </div>
1222
1442
  </p>
1223
1443
  <p>
1224
- <h5 id="datatypePropertyfileDatatypeProperty">Datatype Property gfvo:fileDatatypeProperty</h5>
1444
+ <h5 id="objectPropertyhasAnnotation">Object Property "hasAnnotation"</h5>
1225
1445
  <div style="margin-left: 16px; margin-bottom: 16px">
1226
- <div><i>Label:</i> file datatype property</div>
1227
- <div><i>Comment:</i> Datatype properties related to <a href="#classFile">File</a> class instances. Subclasses of this property are used for denoting data that is specific to files only and which is only preserved as a means to encode for all data items defined by the GFF3, GTF, GVF and VCF specifications. These properties cannot be carried over into the result of set operations (s.a. union) between <a href="#classFile">File</a>/<a href="#classSet">Set</a> class instances. Keeping these properties in the result set between set operations may result in wrong annotations or contradictions (e.g., mutliple assignment of different versions or dates).</div>
1446
+ <div><i>Label:</i> has annotation</div>
1447
+ <div><i>Comment:</i> Links to additional annotations about an entity.</div>
1448
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000255</div>
1228
1449
  <div></div>
1229
1450
  </div>
1230
1451
  </p>
1231
1452
  <p>
1232
- <h5 id="datatypePropertyfileDate">Datatype Property gfvo:fileDate</h5>
1233
- <div style="margin-left: 16px; margin-bottom: 16px">
1234
- <div><i>Domain:</i> <a href="#classFile">File</a></div>
1235
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#dateTime">http://www.w3.org/2001/XMLSchema#dateTime</a></div>
1236
- <div><i>Label:</i> file date</div>
1237
- <div><i>Comment:</i> Creation date of the data file whose genomic data is captured by the associated <a href="#classFile">File</a> instance.</div>
1238
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1239
- </div>
1240
- </p>
1241
- <p>
1242
- <h5 id="datatypePropertyfileVersion">Datatype Property gfvo:fileVersion</h5>
1243
- <div style="margin-left: 16px; margin-bottom: 16px">
1244
- <div><i>Domain:</i> <a href="#classFile">File</a></div>
1245
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1246
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1247
- <div><i>Label:</i> file version</div>
1248
- <div><i>Comment:</i> Proprietary version of the file or its contents whose genomic data is associated with a <a href="#classFile">File</a> instance.</div>
1249
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1250
- </div>
1251
- </p>
1252
- <p>
1253
- <h5 id="datatypePropertyfrequency">Datatype Property gfvo:frequency</h5>
1254
- <div style="margin-left: 16px; margin-bottom: 16px">
1255
- <div><i>Domain:</i> <a href="#classVariant">Variant</a></div>
1256
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#float">http://www.w3.org/2001/XMLSchema#float</a></div>
1257
- <div><i>Label:</i> frequency</div>
1258
- <div><i>Comment:</i> Frequency of a variant in a population. The population is determined by the <a href="#classSet">Set</a> in which the <a href="#classVariant">Variant</a> resides.</div>
1259
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1260
- </div>
1261
- </p>
1262
- <p>
1263
- <h5 id="datatypePropertygffVersion">Datatype Property gfvo:gffVersion</h5>
1264
- <div style="margin-left: 16px; margin-bottom: 16px">
1265
- <div><i>Domain:</i> <a href="#classFile">File</a></div>
1266
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#float">http://www.w3.org/2001/XMLSchema#float</a></div>
1267
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1268
- <div><i>Label:</i> gff version</div>
1269
- <div><i>Comment:</i> Version of the GFF3 specification that defines the contents captured by the <a href="#classFile">File</a> class instance. The version number should be greater or equal than 3.0, but less than 4.0. For GFF2/GTF version number assignment, see the <a href="#datatypePropertygtfVersion">gtf version</a> datatype property.</div>
1270
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1271
- </div>
1272
- </p>
1273
- <p>
1274
- <h5 id="datatypePropertygtfVersion">Datatype Property gfvo:gtfVersion</h5>
1275
- <div style="margin-left: 16px; margin-bottom: 16px">
1276
- <div><i>Domain:</i> <a href="#classFile">File</a></div>
1277
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#float">http://www.w3.org/2001/XMLSchema#float</a></div>
1278
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1279
- <div><i>Label:</i> gtf version</div>
1280
- <div><i>Comment:</i> Version of the GTF specification that defines the contents captured by the <a href="#classFile">File</a> class instance. The version number should be greater or equal than 2.0, but less than 3.0. This number derives from the fact that GTF files are equivalent to GFF2 files. GTF/GFF2 files are incompatible with the GFF3 specification. For GFF3 version number assignment, see the <a href="#datatypePropertygffVersion">gff version</a> datatype property.</div>
1281
- <div><span style="margin-right: 4px;" class="badge badge-info">GTF</span></div>
1282
- </div>
1283
- </p>
1284
- <p>
1285
- <h5 id="datatypePropertygvfVersion">Datatype Property gfvo:gvfVersion</h5>
1453
+ <h5 id="objectPropertyhasAttribute">Object Property "hasAttribute"</h5>
1286
1454
  <div style="margin-left: 16px; margin-bottom: 16px">
1287
- <div><i>Domain:</i> <a href="#classFile">File</a></div>
1288
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#float">http://www.w3.org/2001/XMLSchema#float</a></div>
1289
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1290
- <div><i>Label:</i> gvf version</div>
1291
- <div><i>Comment:</i> Version of the GVF specification that defines the contents captured by the <a href="#classFile">File</a> class instance. The version number should be greater or equal than 1.0, but less than 2.0. GVF files usually make a statement about their underlying GFF3 specification that they rely on too, which should be encoded using the <a href="#datatypePropertygffVersion">gff version</a> datatype property.</div>
1292
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1455
+ <div><i>Label:</i> has attribute</div>
1456
+ <div><i>Comment:</i> Links out to aggregate information for an entity.</div>
1457
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000008</div>
1458
+ <div></div>
1293
1459
  </div>
1294
1460
  </p>
1295
1461
  <p>
1296
- <h5 id="datatypePropertyid">Datatype Property gfvo:id</h5>
1462
+ <h5 id="objectPropertyhasEvidence">Object Property "hasEvidence"</h5>
1297
1463
  <div style="margin-left: 16px; margin-bottom: 16px">
1298
- <div><i>Domain:</i> <a href="#classFeature">Feature</a>, <a href="#classLandmark">Landmark</a>, <a href="#classTarget">Target</a></div>
1299
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1300
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1301
- <div><i>Label:</i> id</div>
1302
- <div><i>Comment:</i> A unique identifier for the feature within the feature set (a <a href="#classSet">Set</a>/<a href="#classFile">File</a> class instance). The unique identifier is important when dealing with GFF3, GTF, GVF or VCF files as a stand in object that makes the aggregation and separation of genomic feature and variant information possible. In RDF, the URI of subject should be used primarily, provided that its URI can be considered stable.</div>
1303
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1464
+ <div><i>Label:</i> has evidence</div>
1465
+ <div><i>Comment:</i> References an entity or resource that provides supporting/refuting evidence.</div>
1466
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000772</div>
1467
+ <div></div>
1304
1468
  </div>
1305
1469
  </p>
1306
1470
  <p>
1307
- <h5 id="datatypePropertyisCircular">Datatype Property gfvo:isCircular</h5>
1471
+ <h5 id="objectPropertyhasFirstPart">Object Property "hasFirstPart"</h5>
1308
1472
  <div style="margin-left: 16px; margin-bottom: 16px">
1309
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1310
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#boolean">http://www.w3.org/2001/XMLSchema#boolean</a></div>
1311
- <div><i>Label:</i> </div>
1312
- <div><i>Comment:</i> Truth value describing whether the feature is circular or not. This can be used to describe, for example, circular DNA as being found in bacteria or viruses. It can also be applied to mitochondrial DNA or plastid DNA, where applicable.</div>
1313
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1473
+ <div><i>Label:</i> has first part</div>
1474
+ <div><i>Comment:</i> Denotes the first entity of an ordered part relationship.</div>
1475
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000971</div>
1476
+ <div></div>
1314
1477
  </div>
1315
1478
  </p>
1316
1479
  <p>
1317
- <h5 id="datatypePropertyisPhased">Datatype Property gfvo:isPhased</h5>
1480
+ <h5 id="objectPropertyhasIdentifier">Object Property "hasIdentifier"</h5>
1318
1481
  <div style="margin-left: 16px; margin-bottom: 16px">
1319
- <div><i>Domain:</i> <a href="#classFeature">Feature</a>, <a href="#classVariant">Variant</a></div>
1320
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#boolean">http://www.w3.org/2001/XMLSchema#boolean</a></div>
1321
- <div><i>Label:</i> is phased</div>
1322
- <div><i>Comment:</i> Indicates whether this particular feature is phased. Used to encode &quot;##phased-genotypes&quot; statements in GFF3, but can be appropriated freely. It is also a property of GVF variants, even though the GVF specification is unclear on its exact usage details.</div>
1323
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1482
+ <div><i>Label:</i> has identifier</div>
1483
+ <div><i>Comment:</i> Links out to an identifier.</div>
1484
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000671</div>
1485
+ <div></div>
1324
1486
  </div>
1325
1487
  </p>
1326
1488
  <p>
1327
- <h5 id="datatypePropertylandmarkDatatypeProperty">Datatype Property gfvo:landmarkDatatypeProperty</h5>
1489
+ <h5 id="objectPropertyhasInput">Object Property "hasInput"</h5>
1328
1490
  <div style="margin-left: 16px; margin-bottom: 16px">
1329
- <div><i>Label:</i> landmark datatype property</div>
1330
- <div><i>Comment:</i> Property that is directly associated with <a href="#classLandmark">Landmark</a> class instances.</div>
1491
+ <div><i>Label:</i> has input</div>
1492
+ <div><i>Comment:</i> Links out to an entity that is the input of a <a href="#classProcess">Process</a> subclass.</div>
1493
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000230</div>
1331
1494
  <div></div>
1332
1495
  </div>
1333
1496
  </p>
1334
1497
  <p>
1335
- <h5 id="datatypePropertylocusAnnotationDatatypeProperty">Datatype Property gfvo:locusAnnotationDatatypeProperty</h5>
1498
+ <h5 id="objectPropertyhasLastPart">Object Property "hasLastPart"</h5>
1336
1499
  <div style="margin-left: 16px; margin-bottom: 16px">
1337
- <div><i>Label:</i> locus annotation datatype property</div>
1338
- <div><i>Comment:</i> A property related to, or associated with, genomic coordinates. This can be a genomic <a href="#datatypePropertysequence">sequence</a> description, the <a href="#datatypePropertyfrequency">frequency</a> of a <a href="#classVariant">Variant</a>, <a href="#datatypePropertyphredScore">phred score</a> of either <a href="#classVariant">Variant</a> or <a href="#classReference">Reference</a>, etc.</div>
1500
+ <div><i>Label:</i> has last part</div>
1501
+ <div><i>Comment:</i> Denotes the last entity of an ordered part relationship.</div>
1502
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000972</div>
1339
1503
  <div></div>
1340
1504
  </div>
1341
1505
  </p>
1342
1506
  <p>
1343
- <h5 id="datatypePropertyname">Datatype Property gfvo:name</h5>
1507
+ <h5 id="objectPropertyhasMember">Object Property "hasMember"</h5>
1344
1508
  <div style="margin-left: 16px; margin-bottom: 16px">
1345
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1346
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1347
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1348
- <div><i>Label:</i> name</div>
1349
- <div><i>Comment:</i> Name of a feature, which can be used for display purposes. The name is not a unique property among features in a <a href="#classSet">Set</a>.</div>
1350
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1509
+ <div><i>Label:</i> has member</div>
1510
+ <div><i>Comment:</i> Denotes membership for <a href="#classCollection">Collection</a>, <a href="#classCatalog">Catalog</a> and <a href="#classFile">File</a> instances.</div>
1511
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000059</div>
1512
+ <div></div>
1351
1513
  </div>
1352
1514
  </p>
1353
1515
  <p>
1354
- <h5 id="datatypePropertynote">Datatype Property gfvo:note</h5>
1516
+ <h5 id="objectPropertyhasOrderedPart">Object Property "hasOrderedPart"</h5>
1355
1517
  <div style="margin-left: 16px; margin-bottom: 16px">
1356
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1357
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1358
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1359
- <div><i>Label:</i> note</div>
1360
- <div><i>Comment:</i> Free text notes should be made using &quot;http://www.w3.org/2000/01/rdf-schema#comment&quot;.This datatype property only exists to redirect the focus to RDF Schema for annotating features with notes, since it might be expected that a note is similarly modeled to other datatype properties of the <a href="#classFeature">Feature</a> class.</div>
1518
+ <div><i>Label:</i> has ordered part</div>
1519
+ <div><i>Comment:</i> Denotes a compositional relationship to other entities, where the ordering of the composition of entities carries meaning.</div>
1520
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000974</div>
1361
1521
  <div></div>
1362
1522
  </div>
1363
1523
  </p>
1364
1524
  <p>
1365
- <h5 id="datatypePropertyphase">Datatype Property gfvo:phase</h5>
1525
+ <h5 id="objectPropertyhasOutput">Object Property "hasOutput"</h5>
1366
1526
  <div style="margin-left: 16px; margin-bottom: 16px">
1367
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1368
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#int">http://www.w3.org/2001/XMLSchema#int</a></div>
1369
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1370
- <div><i>Label:</i> phase</div>
1371
- <div><i>Comment:</i> Phase of the feature, if it is a CDS. Called &quot;frame&quot; in GTF. A feature&apos;s phase can be either 0, 1, or 2.</div>
1372
- <div><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1527
+ <div><i>Label:</i> has output</div>
1528
+ <div><i>Comment:</i> Links out to an entity that is the output of a <a href="#classProcess">Process</a> subclass.</div>
1529
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000229</div>
1530
+ <div></div>
1373
1531
  </div>
1374
1532
  </p>
1375
1533
  <p>
1376
- <h5 id="datatypePropertyphredScore">Datatype Property gfvo:phredScore</h5>
1534
+ <h5 id="objectPropertyhasPart">Object Property "hasPart"</h5>
1377
1535
  <div style="margin-left: 16px; margin-bottom: 16px">
1378
- <div><i>Domain:</i> <a href="#classReference">Reference</a>, <a href="#classVariant">Variant</a></div>
1379
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#double">http://www.w3.org/2001/XMLSchema#double</a></div>
1380
- <div><i>Label:</i> phred score</div>
1381
- <div><i>Comment:</i> A phred-scaled quality score for the reference seuence; -10log_10 prob(no variant). A phred-scaled quality score for a variant sequence; -10log_10 prob(variant call is wrong). High scores indicate high confidence calls. This is a property associated with VCF data. E-values and P-values of features should be expressed using the <a href="#datatypePropertyscore">score</a> datatype property.</div>
1382
- <div><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1536
+ <div><i>Label:</i> has part</div>
1537
+ <div><i>Comment:</i> Denotes a compositional relationship to other entities.</div>
1538
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000028</div>
1539
+ <div></div>
1383
1540
  </div>
1384
1541
  </p>
1385
1542
  <p>
1386
- <h5 id="datatypePropertyplatformClass">Datatype Property gfvo:platformClass</h5>
1543
+ <h5 id="objectPropertyhasParticipant">Object Property "hasParticipant"</h5>
1387
1544
  <div style="margin-left: 16px; margin-bottom: 16px">
1388
- <div><i>Domain:</i> <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
1389
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1390
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1391
- <div><i>Label:</i> platform class</div>
1392
- <div><i>Comment:</i> Type of technology used to gather the variant data. The GVF specification&apos;s list of available classes is naturally incomplete. The range of this property is therefore unrestricted due to its open specification.</div>
1393
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1545
+ <div><i>Label:</i> has participant</div>
1546
+ <div><i>Comment:</i> Denotes the participation of other entities in processes.</div>
1547
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000132</div>
1548
+ <div></div>
1394
1549
  </div>
1395
1550
  </p>
1396
1551
  <p>
1397
- <h5 id="datatypePropertyplatformName">Datatype Property gfvo:platformName</h5>
1552
+ <h5 id="objectPropertyhasQuality">Object Property "hasQuality"</h5>
1398
1553
  <div style="margin-left: 16px; margin-bottom: 16px">
1399
- <div><i>Domain:</i> <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
1400
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1401
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1402
- <div><i>Label:</i> platform name</div>
1403
- <div><i>Comment:</i> Sequencer or other machine used to collect the variant data. The GVF specification&apos;s list of available platforms is naturally incomplete. The range of this property is therefore unrestricted due to its open specification.</div>
1404
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1554
+ <div><i>Label:</i> has quality</div>
1555
+ <div><i>Comment:</i> Links out to an entity that provides qualitative information.</div>
1556
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000217</div>
1557
+ <div></div>
1405
1558
  </div>
1406
1559
  </p>
1407
1560
  <p>
1408
- <h5 id="datatypePropertyreadIPairSpan">Datatype Property gfvo:readIPairSpan</h5>
1561
+ <h5 id="objectPropertyhasSource">Object Property "hasSource"</h5>
1409
1562
  <div style="margin-left: 16px; margin-bottom: 16px">
1410
- <div><i>Domain:</i> <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
1411
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#int">http://www.w3.org/2001/XMLSchema#int</a></div>
1412
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1413
- <div><i>Label:</i> read pair span</div>
1414
- <div><i>Comment:</i> Undocumented in GVF specification. Even though the property&apos;s semantics are undocumented, it is still included in the ontology in order to reflect the data values that might be encoded in GVF files.</div>
1415
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1563
+ <div><i>Label:</i> has source</div>
1564
+ <div><i>Comment:</i> Denotes information origin.</div>
1565
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000253</div>
1566
+ <div></div>
1416
1567
  </div>
1417
1568
  </p>
1418
1569
  <p>
1419
- <h5 id="datatypePropertyreadLength">Datatype Property gfvo:readLength</h5>
1570
+ <h5 id="objectPropertyisAbout">Object Property "isAbout"</h5>
1420
1571
  <div style="margin-left: 16px; margin-bottom: 16px">
1421
- <div><i>Domain:</i> <a href="#classTechnologyPlatform">TechnologyPlatform</a></div>
1422
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#int">http://www.w3.org/2001/XMLSchema#int</a></div>
1423
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1424
- <div><i>Label:</i> read length</div>
1425
- <div><i>Comment:</i> Undocumented in GVF specification. Even though the property&apos;s semantics are undocumented, it is still included in the ontology in order to reflect the data values that might be encoded in GVF files.</div>
1426
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1572
+ <div><i>Label:</i> is about</div>
1573
+ <div><i>Comment:</i> References an entity about which information is provided for.</div>
1574
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000332</div>
1575
+ <div></div>
1427
1576
  </div>
1428
1577
  </p>
1429
1578
  <p>
1430
- <h5 id="datatypePropertyreads">Datatype Property gfvo:reads</h5>
1579
+ <h5 id="objectPropertyisAffectedBy">Object Property "isAffectedBy"</h5>
1431
1580
  <div style="margin-left: 16px; margin-bottom: 16px">
1432
- <div><i>Domain:</i> <a href="#classVariant">Variant</a></div>
1433
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#int">http://www.w3.org/2001/XMLSchema#int</a></div>
1434
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1435
- <div><i>Label:</i> reads</div>
1436
- <div><i>Comment:</i> Number of reads that are supporting a variant. Valid values are integers greater or equal than zero.</div>
1437
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1581
+ <div><i>Label:</i> is affected by</div>
1582
+ <div><i>Comment:</i> Denotes that an entity is affected by another entity.</div>
1583
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_001159</div>
1584
+ <div></div>
1438
1585
  </div>
1439
1586
  </p>
1440
1587
  <p>
1441
- <h5 id="datatypePropertyrecordDatatypeProperty">Datatype Property gfvo:recordDatatypeProperty</h5>
1588
+ <h5 id="objectPropertyisAfter">Object Property "isAfter"</h5>
1442
1589
  <div style="margin-left: 16px; margin-bottom: 16px">
1443
- <div><i>Label:</i> record datatype property</div>
1444
- <div><i>Comment:</i> A record datatype property is directly related to describing genomic feature or variant data. Classes that make use of record datatype properties are <a href="#classFeature">Feature</a>, <a href="#classVariant">Variant</a>, and so on. For container classes, such as <a href="#classSet">Set</a> and <a href="#classFile">File</a>, see <a href="#datatypePropertysetDatatypeProperty">set datatype property</a>.</div>
1590
+ <div><i>Label:</i> is after</div>
1591
+ <div><i>Comment:</i> Denotes the trailing occurrence or succession of the subject in regards to the object.</div>
1592
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000211</div>
1445
1593
  <div></div>
1446
1594
  </div>
1447
1595
  </p>
1448
1596
  <p>
1449
- <h5 id="datatypePropertyreferenceAnnotationDatatypeProperty">Datatype Property gfvo:referenceAnnotationDatatypeProperty</h5>
1597
+ <h5 id="objectPropertyisAttributeOf">Object Property "isAttributeOf"</h5>
1450
1598
  <div style="margin-left: 16px; margin-bottom: 16px">
1451
- <div><i>Label:</i> reference annotation datatype property</div>
1452
- <div><i>Comment:</i> Property that is related to a <a href="#classReference">Reference</a> class instance. This property can also be applied to <a href="#classVariant">Variant</a> class instances, which share the same datatype description, but differ in their semantic interpretation of a genomic feature.</div>
1599
+ <div><i>Label:</i> is attribute of</div>
1600
+ <div><i>Comment:</i> Denotes that an entity is an attribute of the entity that this property links out to.</div>
1601
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000011</div>
1453
1602
  <div></div>
1454
1603
  </div>
1455
1604
  </p>
1456
1605
  <p>
1457
- <h5 id="datatypePropertyscore">Datatype Property gfvo:score</h5>
1606
+ <h5 id="objectPropertyisBefore">Object Property "isBefore"</h5>
1458
1607
  <div style="margin-left: 16px; margin-bottom: 16px">
1459
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1460
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#float">http://www.w3.org/2001/XMLSchema#float</a></div>
1461
- <div><i>Label:</i> score</div>
1462
- <div><i>Comment:</i> Score of the feature. For example, an E-value for sequence similarity features or a P-value for ab initio gene prediction features. Phred scores that are associated with reference- or variant-sequences should be encoded using the <a href="#datatypePropertyphredScore">phred score</a> datatype property.</div>
1463
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1608
+ <div><i>Label:</i> is before</div>
1609
+ <div><i>Comment:</i> Denotes the leading occurrence or precedence of the subject in regards to the object.</div>
1610
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000240</div>
1611
+ <div></div>
1464
1612
  </div>
1465
1613
  </p>
1466
1614
  <p>
1467
- <h5 id="datatypePropertysequence">Datatype Property gfvo:sequence</h5>
1615
+ <h5 id="objectPropertyisCreatedBy">Object Property "isCreatedBy"</h5>
1468
1616
  <div style="margin-left: 16px; margin-bottom: 16px">
1469
- <div><i>Domain:</i> <a href="#classFeature">Feature</a>, <a href="#classLandmark">Landmark</a>, <a href="#classReference">Reference</a>, <a href="#classVariant">Variant</a></div>
1470
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1471
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1472
- <div><i>Label:</i> sequence</div>
1473
- <div><i>Comment:</i> All sequence variations at a locus -- including the reference sequence when appropriate (for example, when the locus is heterozygous). If the feature is on the minus strand, then the sequence is the reverse-compliment of the reference genome for these coordinates.</div>
1474
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1617
+ <div><i>Label:</i> is created by</div>
1618
+ <div><i>Comment:</i> Denotes the process or method that created an entity.</div>
1619
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000365</div>
1620
+ <div></div>
1475
1621
  </div>
1476
1622
  </p>
1477
1623
  <p>
1478
- <h5 id="datatypePropertysequencedIndividualDatatypeProperty">Datatype Property gfvo:sequencedIndividualDatatypeProperty</h5>
1624
+ <h5 id="objectPropertyisDescribedBy">Object Property "isDescribedBy"</h5>
1479
1625
  <div style="margin-left: 16px; margin-bottom: 16px">
1480
- <div><i>Label:</i> sequenced individual datatype property</div>
1481
- <div><i>Comment:</i> Property that is directly associated with <a href="#classSequencedIndividual">Sequenced Individual</a> class instances.</div>
1626
+ <div><i>Label:</i> is described by</div>
1627
+ <div><i>Comment:</i> Provides a description of the subject via reference to an object that provides further information on the subject.</div>
1628
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000557</div>
1482
1629
  <div></div>
1483
1630
  </div>
1484
1631
  </p>
1485
1632
  <p>
1486
- <h5 id="datatypePropertysetDatatypeProperty">Datatype Property gfvo:setDatatypeProperty</h5>
1633
+ <h5 id="objectPropertyisLocatedOn">Object Property "isLocatedOn"</h5>
1487
1634
  <div style="margin-left: 16px; margin-bottom: 16px">
1488
- <div><i>Label:</i> set datatype property</div>
1489
- <div><i>Comment:</i> A property that is directly associated with the <a href="#classSet">Set</a> class. Immediate sub-properties of this property are independent to specific specifications such as GFF3, GTF, GVF or VCF. Not all sub-properties can be preserved when carrying out operations between multiple <a href="#classSet">Set</a> class instances. For example, the <a href="#datatypePropertybuild">build</a> property can only be kept in a set union between multiple <a href="#classSet">Set</a> class instances if all involved instances agree on this property. For genomic feature and variant related properties, see <a href="#objectPropertyrecordObjectProperty">record object property</a> and <a href="#datatypePropertyrecordDatatypeProperty">record datatype property</a>.</div>
1635
+ <div><i>Label:</i> is located on</div>
1636
+ <div><i>Comment:</i> Denotes the location of genomic feature on a landmark.</div>
1637
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000061</div>
1490
1638
  <div></div>
1491
1639
  </div>
1492
1640
  </p>
1493
1641
  <p>
1494
- <h5 id="datatypePropertysource">Datatype Property gfvo:source</h5>
1642
+ <h5 id="objectPropertyisPartOf">Object Property "isPartOf"</h5>
1495
1643
  <div style="margin-left: 16px; margin-bottom: 16px">
1496
- <div><i>Domain:</i> <a href="#classFeature">Feature</a></div>
1497
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1498
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1499
- <div><i>Label:</i> source</div>
1500
- <div><i>Comment:</i> A free text qualifier that describes the algorithm or operating procedure that generated this feature. For example, the name of the software that generated this feature or a database name.</div>
1501
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1644
+ <div><i>Label:</i> is part of</div>
1645
+ <div><i>Comment:</i> Denotes that an entity is an intrinsic component of an encapsulating entity.</div>
1646
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000068</div>
1647
+ <div></div>
1502
1648
  </div>
1503
1649
  </p>
1504
1650
  <p>
1505
- <h5 id="datatypePropertyspan">Datatype Property gfvo:span</h5>
1651
+ <h5 id="objectPropertyisParticipantIn">Object Property "isParticipantIn"</h5>
1506
1652
  <div style="margin-left: 16px; margin-bottom: 16px">
1507
- <div><i>Domain:</i> <a href="#classAlignmentOperation">AlignmentOperation</a></div>
1508
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#int">http://www.w3.org/2001/XMLSchema#int</a></div>
1509
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1510
- <div><i>Label:</i> span</div>
1511
- <div><i>Comment:</i> A span denotes the number of continuous nucleotides or amino acids an <a href="#classAlignmentOperation">Alignment Operation</a> is annotating. A span can be of length zero or greater.</div>
1653
+ <div><i>Label:</i> is participant in</div>
1654
+ <div><i>Comment:</i> Denotes participation with another entity.</div>
1655
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000062</div>
1512
1656
  <div></div>
1513
1657
  </div>
1514
1658
  </p>
1515
1659
  <p>
1516
- <h5 id="datatypePropertytag">Datatype Property gfvo:tag</h5>
1660
+ <h5 id="objectPropertyisRefutedBy">Object Property "isRefutedBy"</h5>
1517
1661
  <div style="margin-left: 16px; margin-bottom: 16px">
1518
- <div><i>Domain:</i> <a href="#classAttribute">Attribute</a>, <a href="#classStructuredAttribute">StructuredAttribute</a></div>
1519
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></div>
1520
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1521
- <div><i>Label:</i> tag</div>
1522
- <div><i>Comment:</i> Tag name of a feature attribute. <a href="#classAttribute">Attribute</a> and <a href="#classStructuredAttribute">Structured Attribute</a> instances are key/value(s) pairs, The key in that assignment is referred to as the <a href="#datatypePropertytag">tag</a>. Custom annotations, i.e. attributes that are not defined by the file format specifications, should use lowercase tags. Future extensions of the specifications might introduce new attributes though, which can be encoded using custom annotations by RDFization tools. The tag should therefore not be treated as strictly lowercase when dealing with custom annotations.</div>
1523
- <div><span style="margin-right: 4px;" class="badge badge-important">GFF3</span><span style="margin-right: 4px;" class="badge badge-info">GTF</span><span style="margin-right: 4px;" class="badge badge-success">GVF</span><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1662
+ <div><i>Label:</i> is refuted by</div>
1663
+ <div><i>Comment:</i> References an entity or resource that provides refuting evidence.</div>
1664
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000774</div>
1665
+ <div></div>
1524
1666
  </div>
1525
1667
  </p>
1526
1668
  <p>
1527
- <h5 id="datatypePropertytargetDatatypeProperty">Datatype Property gfvo:targetDatatypeProperty</h5>
1669
+ <h5 id="objectPropertyisSourceOf">Object Property "isSourceOf"</h5>
1528
1670
  <div style="margin-left: 16px; margin-bottom: 16px">
1529
- <div><i>Label:</i> target datatype property</div>
1530
- <div><i>Comment:</i> Property that is directly associated with <a href="#classTarget">Target</a> class instances.</div>
1671
+ <div><i>Label:</i> is source of</div>
1672
+ <div><i>Comment:</i> Denotes that an entity is the source of the entity that this property links out to.</div>
1673
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000219</div>
1531
1674
  <div></div>
1532
1675
  </div>
1533
1676
  </p>
1534
1677
  <p>
1535
- <h5 id="datatypePropertytechnologicalAnnotationDatatypeProperty">Datatype Property gfvo:technologicalAnnotationDatatypeProperty</h5>
1678
+ <h5 id="objectPropertyisSpatiotemporallyRelatedTo">Object Property "isSpatiotemporallyRelatedTo"</h5>
1536
1679
  <div style="margin-left: 16px; margin-bottom: 16px">
1537
- <div><i>Label:</i> technological annotation datatype property</div>
1538
- <div><i>Comment:</i> A datatype property associated with annotations that are related to technological aspects regarding a genomic feature or variant. For example, a property of a <a href="#classTechnologyPlatform">Technology Platform</a> class instance.</div>
1680
+ <div><i>Label:</i> is spatiotemporally related to</div>
1681
+ <div><i>Comment:</i> Denotes spatio-temporal relations to other entities.</div>
1682
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000322</div>
1539
1683
  <div></div>
1540
1684
  </div>
1541
1685
  </p>
1542
1686
  <p>
1543
- <h5 id="datatypePropertytechnologyPlatformDatatypeProperty">Datatype Property gfvo:technologyPlatformDatatypeProperty</h5>
1687
+ <h5 id="objectPropertyisSupportedBy">Object Property "isSupportedBy"</h5>
1544
1688
  <div style="margin-left: 16px; margin-bottom: 16px">
1545
- <div><i>Label:</i> technology platform datatype property</div>
1546
- <div><i>Comment:</i> Property that is directly associated with <a href="#classTechnologyPlatform">Technology Platform</a> class instances.</div>
1689
+ <div><i>Label:</i> is supported by</div>
1690
+ <div><i>Comment:</i> References an entity or resource that provides supporting evidence.</div>
1691
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000206</div>
1547
1692
  <div></div>
1548
1693
  </div>
1549
1694
  </p>
1550
1695
  <p>
1551
- <h5 id="datatypePropertytotalReads">Datatype Property gfvo:totalReads</h5>
1696
+ <h5 id="objectPropertyisTemporarilyPartOf">Object Property "isTemporarilyPartOf"</h5>
1552
1697
  <div style="margin-left: 16px; margin-bottom: 16px">
1553
- <div><i>Domain:</i> <a href="#classSequencedIndividual">SequencedIndividual</a></div>
1554
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#int">http://www.w3.org/2001/XMLSchema#int</a></div>
1555
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1556
- <div><i>Label:</i> total reads</div>
1557
- <div><i>Comment:</i> Total number of reads for a <a href="#classSequencedIndividual">Sequenced Individual</a>. When merging <a href="#classSet">Set</a>/<a href="#classFile">File</a> class instances, it should be noted whether the total number of reads needs to be updated based on the identity of sequenced individuals in the involved sets.</div>
1558
- <div><span style="margin-right: 4px;" class="badge badge-success">GVF</span></div>
1698
+ <div><i>Label:</i> is temporarily part of</div>
1699
+ <div><i>Comment:</i> Denotes a temporarily constraint &quot;isPartOf&quot; relationship. The temporal restriction expresses that the relationship is not universally true.</div>
1700
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> </div>
1701
+ <div></div>
1559
1702
  </div>
1560
1703
  </p>
1561
1704
  <p>
1562
- <h5 id="datatypePropertyvariant_datatype_property">Datatype Property gfvo:variant_datatype_property</h5>
1705
+ <h5 id="objectPropertyreferences">Object Property "references"</h5>
1563
1706
  <div style="margin-left: 16px; margin-bottom: 16px">
1564
- <div><i>Label:</i> variant datatype property</div>
1565
- <div><i>Comment:</i> A datatype property that is directly associated with <a href="#classVariant">Variant</a> class instances.</div>
1707
+ <div><i>Label:</i> references</div>
1708
+ <div><i>Comment:</i> References another entity or resource.</div>
1709
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000631</div>
1566
1710
  <div></div>
1567
1711
  </div>
1568
1712
  </p>
1569
1713
  <p>
1570
- <h5 id="datatypePropertyvariationAnnotationDatatypeProperty">Datatype Property gfvo:variationAnnotationDatatypeProperty</h5>
1714
+ <h5 id="objectPropertyrefersTo">Object Property "refersTo"</h5>
1571
1715
  <div style="margin-left: 16px; margin-bottom: 16px">
1572
- <div><i>Label:</i> variation annotation datatype property</div>
1573
- <div><i>Comment:</i> A variation annotation datatype property is describing a datatype property of a <a href="#classVariant">Variant</a> or <a href="#classEffect">Effect</a> class instance.</div>
1716
+ <div><i>Label:</i> refers to</div>
1717
+ <div><i>Comment:</i> References an entity, where additional information is provided to augment the reference.</div>
1718
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000628</div>
1574
1719
  <div></div>
1575
1720
  </div>
1576
1721
  </p>
1722
+ <h4>Datatype Properties</h4>
1577
1723
  <p>
1578
- <h5 id="datatypePropertyvcfVersion">Datatype Property gfvo:vcfVersion</h5>
1724
+ <h5 id="datatypePropertyhasValue">Datatype Property "hasValue"</h5>
1579
1725
  <div style="margin-left: 16px; margin-bottom: 16px">
1580
- <div><i>Domain:</i> <a href="#classFile">File</a></div>
1581
- <div><i>Range:</i> <a href="http://www.w3.org/2001/XMLSchema#float">http://www.w3.org/2001/XMLSchema#float</a></div>
1582
- <div>The data range has restrictions imposed on it. Please refer to the <a href="http://www.biointerchange.org/gfvo">OWL file</a> for further details.</div>
1583
- <div><i>Label:</i> vcf version</div>
1584
- <div><i>Comment:</i> Version of the VCF specification that defines the contents captured by the <a href="#classFile">File</a> class instance. The version number should be greater or equal than 4.0, but less than 5.0.</div>
1585
- <div><span style="margin-right: 4px;" class="badge badge-warning">VCF</span></div>
1726
+ <div><i>Label:</i> has value</div>
1727
+ <div><i>Comment:</i> Representation of any literal that is associated with a GFVO class instance. Domain restrictions might apply. For example, <a href="#classCodonSequence">Codon Sequence</a> entities restrict <a href="#datatypePropertyhasValue">has value</a> to be a non-empty string consisting of A, C, G, or T letters, and whose length is a multiple of 3.</div>
1728
+ <div><i>Semanticscience Integrated Ontology property equivalence:</i> SIO_000300</div>
1729
+ <div><span style="margin-right: 4px;" class="badge alert-danger">GFF3</span><span style="margin-right: 4px;" class="badge alert-info">GTF</span><span style="margin-right: 4px;" class="badge alert-success">GVF</span><span style="margin-right: 4px;" class="badge alert-warning">VCF</span></div>
1586
1730
  </div>
1587
1731
  </p>
1588
1732
  <!-- SNIP -->
@@ -1593,7 +1737,7 @@
1593
1737
  <hr>
1594
1738
 
1595
1739
  <footer>
1596
- <p>&copy; <a href="about.html">The BioInterchange Contributors</a> 2012&ndash;2013</p>
1740
+ <p>&copy; <a href="about.html">The BioInterchange Contributors</a> 2012&ndash;2014</p>
1597
1741
  </footer>
1598
1742
 
1599
1743
  </div> <!-- /container -->