class Jekyll::Geolexica::ConceptPage::Turtle
Public Instance Methods
collection_name()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 110 def collection_name "concepts_ttl" end
layout()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 114 def layout "concept.ttl" end
page_name()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 106 def page_name "#{termid}.ttl" end
permalink()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 122 def permalink "/api/concepts/#{termid}.ttl" end
uses_liquid()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 118 def uses_liquid true end