Sha256: 79ee12d250334ce5b5eb6a65cc5f9817cbe2730a1cfd057911ebfb38644fbfed

Contents?: true

Size: 1.58 KB

Versions: 21

Compression:

Stored size: 1.58 KB

Contents

- if show_sample_data?(dataset)
	%section
		= fullwidth do
			= section_title("Sample data")
			%p
				This dataset contains
				= pluralize dataset.types.length, 'type'
				of resource:
			- dataset.example_resources.each do |resource|
				%table
					%thead
						%tr
							%td(colspan="2")
								=label resource.read_predicate(RDF.type).many? ? 'Types' : 'Type'
								%h3= resource.read_predicate(RDF.type).map { |t| resource_uri_or_label(resource, t) }.join(", ").html_safe
								%h5
									Subject:
									= link_to (resource.label || resource.uri), resource_path_from_uri(resource.uri)
						%tr
							%th{style:"width:50%;"} Predicate
							%th{style:"width:50%;"} Object
					- resource.predicates.each do |pred|
						%tr
							%td{style:"width:50%;"}
								= resource_uri_or_label(resource, pred)
								= maybe_link_to_vocabulary(dataset,pred)
							%td{style:"width:50%;"}
								- resource.read_predicate(pred).each do |obj|
									%div
										= resource_uri_or_label(resource, obj)
										= maybe_link_to_vocabulary(dataset,obj)
					%tfoot
						%tr
							%th(colspan="2")
								%div
									= link_to show_resource_path(uri: resource.uri, format: 'ttl'), target: 'blank' do
										Raw data for this resource (.ttl)
										%i.icon-popup
								- types_for_example_resource(dataset, resource).each do |type|
									View 
									= link_to list_resources_path(dataset: dataset, type_uri: type) do
										all
										= dataset.type_count(type.uri)
										resources of type
										%strong
											= type.label.nil? ? type.uri : type.label
										%br

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
publish_my_data-1.3.16 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.15 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.14 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.13 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.12 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.11 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.10 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.9 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.8 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.7 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.6 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.5 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.4 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.3 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.2 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.1 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.3.0 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.2.4 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.2.3 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml
publish_my_data-1.2.2 app/views/publish_my_data/stripes/_dataset_sample_data.html.haml