@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#> .

<http://dig.csail.mit.edu/issues/tabulator/issue258>
      dc:title "Demande 258: Patch for improved IE support - Tabulator Issue Tracker" ;
      sl:creationDate "2008-04-01" ;
      sl:tag  tag:richard_cyganiak , tag:javascript_rdf_parser_in_ie .

tag:richard_cyganiak
      a       sl:Tag ;
      skos:prefLabel "Richard Cyganiak" .

tag:tabulator
      a       sl:Tag ;
      skos:prefLabel "Tabulator" .

tag:javascript_rdf_parser
      a       sl:Tag ;
      skos:prefLabel "Javascript RDF Parser" .

<http://www.semanlink.net/files/2007/12/js-rdf-parser-ie-modifs2tabulator.zip>
      dc:title "Javascript RDF Parser in ie" ;
      sl:comment """Modifications made to code of tabulator-0.8-2007-02-01T16-43Z to have the javascript RDF Parser working with internet explorer 6 and 7. This is not a complete port of Tabulator: it only concerns the RDF parser (and the way to invoke Ajax). It has not been fully tested (only with simple RDF, without lists, anonymous resources, etc.)
""" ;
      sl:creationDate "2007-12-17" ;
      sl:tag  tag:javascript_rdf_parser_in_ie .

tag:javascript_rdf_parser_in_ie
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/javascript_rdf_parser_in_ie.n3> ;
      skos:broader tag:tabulator , tag:javascript_rdf_parser , tag:compatibilite_javascript , tag:internet_explorer ;
      skos:prefLabel "Javascript RDF Parser in IE" ;
      foaf:page <http://www.semanlink.net/tag/javascript_rdf_parser_in_ie.html> .

tag:compatibilite_javascript
      a       sl:Tag ;
      skos:prefLabel "Compatibilité Javascript" .

tag:internet_explorer
      a       sl:Tag ;
      skos:prefLabel "Internet Explorer" .
