@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?p=634>
  a sioc:Post ;
  dc:title "What are the login terms?" ;
  dcterms:identifier 634 ;
  dc:modified "2022-07-11T15:36:28Z"^^xsd:dateTime ;
  dc:created "2016-06-26T01:10:02Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/what-login-terms/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """<ul class="lh_portfolio-meta"><li><strong>Type:</strong> Plugin</li></ul><p>The login terms are the HTML associated with the checkbox on your login page. EG I am a member of <a title="Learn more about membership of Lhero" href="https://lhero.org/membership/">Localhero.</a></p>
<p>You can use HTML so in most cases it is best to link to a specific terms and conditions page.</p>
"""^^rdf:XMLLiteral ;
  sioc:content """Type: PluginThe login terms are the HTML associated with the checkbox on your login page. EG I am a member of Localhero.
You can use HTML so in most cases it is best to link to a specific terms and conditions page.
""" ;
  sioc:topic <https://lhero.org/lh_portfolio-type/plugin/> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/lh_portfolio-type/plugin/> rdfs:seeAlso <https://lhero.org/lh_portfolio-type/plugin/?feed=lhrdf&format=turtle> .
