Sha256: 79544301b57fde7af1b2bc010846db91e41d505a691fe965781fcd69959e7c26

Contents?: true

Size: 1.4 KB

Versions: 9

Compression:

Stored size: 1.4 KB

Contents

%section
	= fullwidth do
		= section_title("Using this linked data")
		= label "What is this?"
		%p
			= raw "This is a linked data <strong><em>#{resource_class_name}</em></strong>."
		- if resource_class_name == "dataset"
			:markdown
				Data in this site is organised into datasets, which contain RDF triples about a particular topic. RDF triples in datasets are updated atomically, and share some metadata.

		- if resource_class_name == "ontology"
			:markdown
				An <strong><em>ontology</em></strong> is a set of <strong><em>classes</em></strong> and <strong><em>properties</em></strong> about a certain topic area. These can be used for resources' types and properties (predicates) respectively.</p>

		- if resource_class_name == "concept scheme"
			:markdown
				A <strong><em>concept scheme</em></strong> is a collection of <strong><em>concepts</em></strong> about a topic. A Concept scheme can act as a list of possible values for a certain property of a resource (i.e. possible objects for RDF triples).</p>

		-if resource.data_graph_uri
			= label "Named Graph"
			= content_tag :kbd, resource.data_graph_uri, class:'click_to_select', style:"font-size:1em; margin-bottom:12px; display:block;"
			%p
				= "Resources in this #{resource_class_name} are stored a named graph. Use this in SPARQL queries to restrict results to this #{resource_class_name}."
				= link_to_sparql_tool_with_graph(resource.data_graph_uri)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publish_my_data-1.3.3 app/views/publish_my_data/stripes/_linked_data.html.haml
publish_my_data-1.3.2 app/views/publish_my_data/stripes/_linked_data.html.haml
publish_my_data-1.3.1 app/views/publish_my_data/stripes/_linked_data.html.haml
publish_my_data-1.3.0 app/views/publish_my_data/stripes/_linked_data.html.haml
publish_my_data-1.2.4 app/views/publish_my_data/stripes/_linked_data.html.haml
publish_my_data-1.2.3 app/views/publish_my_data/stripes/_linked_data.html.haml
publish_my_data-1.2.2 app/views/publish_my_data/stripes/_linked_data.html.haml
publish_my_data-1.2.1 app/views/publish_my_data/stripes/_linked_data.html.haml
publish_my_data-1.2.0 app/views/publish_my_data/stripes/_linked_data.html.haml