@prefix dc:      <http://purl.org/dc/elements/1.1/> .
@prefix sl:      <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix tag:     <http://www.semanlink.net/tag/> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:    <http://www.w3.org/2004/02/skos/core#> .

tag:rdfa
      a       sl:Tag ;
      skos:prefLabel "RDFa" .

tag:semantic_markup_in_html
      a       sl:Tag ;
      skos:prefLabel "Semantic markup in HTML" .

<http://fgiasson.com/blog/index.php/2007/06/20/zitgists-rdf-browser-browse-the-semantic-web/>
      dc:title "Zitgist’s RDF Browser: Browse the Semantic Web at  Frederick Giasson’s Weblog" ;
      sl:creationDate "2007-06-22" ;
      sl:tag  tag:rdf_templating , tag:frederick_giasson , tag:zitgist .

tag:rdf_templating
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/rdf_templating.n3> ;
      skos:prefLabel "RDF Templating" ;
      foaf:page <http://www.semanlink.net/tag/rdf_templating.html> .

tag:lee_feigenbaum
      a       sl:Tag ;
      skos:prefLabel "Lee Feigenbaum" .

<http://www.thefigtrees.net/lee/blog/2007/01/using_rdf_on_the_web_a_vision.html>
      dc:title "TechnicaLee Speaking: Using RDF on the Web: A Vision" ;
      sl:creationDate "2007-07-04" ;
      sl:tag  tag:rdfa , tag:semantic_markup_in_html , tag:rdf_templating , tag:lee_feigenbaum .

tag:frederick_giasson
      a       sl:Tag ;
      skos:prefLabel "Frederick Giasson" .

<http://semwebdev.keithalexander.co.uk/blog/posts/abductive-template>
      dc:title "Abductive reasoning, template generation, and RDF-in-HTML" ;
      sl:comment """Suppose you are developing an RDF-based web application that has these requirements:
<ul>
<li>The application has to display certain known types of resources in a particular way.</li>
<li>The application has to accept and store types of resources that may be unknown to you, the developer.</li>
<li>The application has to be smart enough to display those unknown types in a reasonable way.</li></ul>
""" ;
      sl:creationDate "2007-07-04" ;
      sl:tag  tag:semantic_markup_in_html , tag:rdf_templating .

tag:zitgist
      a       sl:Tag ;
      skos:prefLabel "Zitgist" .
