http://rdf2h.github.io/generic-rdf2h-renderers/FullWebPage

http://rdf2h.github.io/2015/rdf2h#type http://schema.org/WebPage
http://rdf2h.github.io/2015/rdf2h#context http://rdf2h.github.io/2016/generic-rdf2h-renderers/FullPage
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#mustache {{{@prefix s: }}} {{{@prefix r2h: }}} {{{@prefix gt: }}} FactsMission - Linked Data for more facts and less noise {{#s:item<-}} {{#s:itemListElement<-}} {{{:render . r2h:Default}}} {{/s:itemListElement<-}} {{/s:item<-}}
{{{:render . gt:HtmlBody}}}

http://rdf2h.github.io/generic-rdf2h-renderers/Frame

http://rdf2h.github.io/2015/rdf2h#type http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#context http://rdf2h.github.io/2016/generic-rdf2h-renderers/HtmlBody
http://rdf2h.github.io/2015/rdf2h#mustache {{{@prefix s: }}} {{{@prefix r2h: }}} {{{:render . r2h:Default}}}


W3C-Member Logo +41 58 255 19 99
info@factsmission.com

© {{s:copyrightYear}} {{s:copyrightHolder}}
All rights reserved

http://rdf2h.github.io/generic-rdf2h-renderers/question

http://rdf2h.github.io/2015/rdf2h#type http://schema.org/Question
http://rdf2h.github.io/2015/rdf2h#context http://rdf2h.github.io/2015/rdf2h#Default
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#mustache {{{@prefix s: }}}

{{{s:text}}}

{{#s:acceptedAnswer}} {{{s:text}}} {{/s:acceptedAnswer}}

http://rdf2h.github.io/generic-rdf2h-renderers/article

http://rdf2h.github.io/2015/rdf2h#type http://schema.org/Article
http://rdf2h.github.io/2015/rdf2h#context http://rdf2h.github.io/2015/rdf2h#Default
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#mustache {{{@prefix s: }}} {{#+s:headline}}

{{{s:headline}}}

{{/+s:headline}}
{{#+s:articleBody}} {{#+s:image}} {{/+s:image}} {{{s:articleBody}}} {{/+s:articleBody}} {{^+s:articleBody}}

{{#+s:image}} {{/+s:image}} {{{s:text}}}

{{/+s:articleBody}} {{#+f:citation}}
{{#f:citation}} {{#+s:url}} {{{s:text}}} {{^+s:text}} {{{s:url}}} {{/+s:text}} {{/+s:url}} {{/f:citation}}
{{/+f:citation}} {{#+s:citation}}

Further Information: {{#s:citation}} {{#+s:url}}
{{{s:text}}} {{^+s:text}} {{{s:url}}} {{/+s:text}} {{/+s:url}} {{/s:citation}}

{{/+s:citation}}

http://rdf2h.github.io/generic-rdf2h-renderers/Page

http://rdf2h.github.io/2015/rdf2h#type http://schema.org/WebPage
http://rdf2h.github.io/2015/rdf2h#context http://rdf2h.github.io/2015/rdf2h#Default
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#mustache {{{@prefix r2h: }}} {{{@prefix f: }}}

{{{s:headline}}}

{{{:render s:mainContentOfPage r2h:Default}}}
{{#+f:hasSideBar}}
{{#s:item}}
{{{:render . r2h:Default}}}
{{/s:item}}
{{/+f:hasSideBar}} {{^+f:hasSideBar}}
{{#s:item}}
{{{:render . r2h:Default}}}
{{/s:item}}
{{/+f:hasSideBar}}

https://factsmission.com/renderers

http://purl.org/dc/terms/source https://github.com/factsmission/website/master

http://rdf2h.github.io/generic-rdf2h-renderers/SortList

http://rdf2h.github.io/2015/rdf2h#type http://schema.org/BreadcrumbList
http://rdf2h.github.io/2015/rdf2h#context https://schema.factsmission.com/Navigation
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#javaScript let schema = suffix => $rdf.sym('http://schema.org/'+suffix); let list = n.out(schema('itemListElement')).split(); list.sort((a,b) => { var pos = schema('position'); return a.out(pos).value - b.out(pos).value; }); list.forEach(k => print(render(k)));

http://rdf2h.github.io/generic-rdf2h-renderers/articleInList

http://rdf2h.github.io/2015/rdf2h#type http://schema.org/Article
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#context http://schema.org/itemList
http://rdf2h.github.io/2015/rdf2h#mustache {{{@prefix s: }}} {{#+s:headline}}

{{{s:headline}}}

{{/+s:headline}}
{{#+s:articleBody}} {{#+s:image}} {{/+s:image}} {{{s:articleBody}}} {{/+s:articleBody}} {{^+s:articleBody}}

{{#+s:image}} {{/+s:image}} {{{s:text}}}

{{/+s:articleBody}} {{#+f:citation}}
{{#f:citation}} {{#+s:url}} {{{s:text}}} {{^+s:text}} {{{s:url}}} {{/+s:text}} {{/+s:url}} {{/f:citation}}
{{/+f:citation}} {{#+s:citation}}

Further Information: {{#s:citation}} {{#+s:url}}
{{{s:text}}} {{^+s:text}} {{{s:url}}} {{/+s:text}} {{/+s:url}} {{/s:citation}}

{{/+s:citation}}

http://rdf2h.github.io/generic-rdf2h-renderers/Navigation

http://rdf2h.github.io/2015/rdf2h#type http://schema.org/BreadcrumbList
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#context http://rdf2h.github.io/2015/rdf2h#Default
http://rdf2h.github.io/2015/rdf2h#mustache {{{@prefix s: }}} {{{@prefix f: }}}

http://rdf2h.github.io/generic-rdf2h-renderers/itemList

http://rdf2h.github.io/2015/rdf2h#type http://schema.org/itemList
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#context http://rdf2h.github.io/2015/rdf2h#Default
http://rdf2h.github.io/2015/rdf2h#mustache {{{@prefix s: }}} {{{@prefix f: }}} {{#+s:headline}}

{{{s:headline}}}

{{/+s:headline}}
    {{#s:item}}
  • {{{:render . s:itemList}}}
  • {{/s:item}}
{{#+f:citation}}
{{#f:citation}} {{#+s:url}} {{{s:text}}} {{^+s:text}} {{{s:url}}} {{/+s:text}} {{/+s:url}} {{/f:citation}}
{{/+f:citation}} {{#+s:citation}}

Further Information: {{#s:citation}} {{#+s:url}}
{{{s:text}}} {{^+s:text}} {{{s:url}}} {{/+s:text}} {{/+s:url}} {{/s:citation}}

{{/+s:citation}}

http://rdf2h.github.io/generic-rdf2h-renderers/NavItem

http://rdf2h.github.io/2015/rdf2h#type http://schema.org/ListItem
http://rdf2h.github.io/2015/rdf2h#context https://schema.factsmission.com/Navigation
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rdf2h.github.io/2015/rdf2h#Renderer
http://rdf2h.github.io/2015/rdf2h#mustache {{{@prefix s: }}}
  • {{s:name}}