Sha256: 67f59a96e4476f953a22be510f44ec09015a09fd13f1d238633056ffe6e1ef0d

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 Bytes

Contents

<h1>Ontology <%= ontology.label || ontology.uri %></h1>

<%= ontology.description %>

<h2>Overview</h2>
<%= render 'publish_my_data/resources/predicates_table', resource: ontology %>

<h3>Classes</h3>
<%= render 'publish_my_data/resources/summaries', :resources => ontology.classes %>

<h3>Properties</h3>
<%= render 'publish_my_data/resources/summaries', :resources => ontology.properties %>

<br/><br/>

Get this ontology as:
<%= render 'publish_my_data/resources/resource_formats', :resource => ontology, :resource_descriptor => "ontology" %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
publish_my_data-0.0.32 app/views/publish_my_data/ontologies/show.html.erb
publish_my_data-0.0.31 app/views/publish_my_data/ontologies/show.html.erb
publish_my_data-0.0.30 app/views/publish_my_data/ontologies/show.html.erb