@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:chirac_ami_des_africains
      a       sl:Tag ;
      skos:prefLabel "Chirac ami des Africains" .

tag:france
      a       sl:Tag ;
      skos:prefLabel "France" .

tag:france_afrique
      a       sl:Tag ;
      skos:prefLabel "France / Afrique" .

<http://www.iht.com/articles/2007/06/07/africa/letter.1-70823.php>
      dc:title "Tattered French African empire looks toward China - International Herald Tribune" ;
      sl:comment """Virtually wherever one looks in French-speaking Africa today, one finds evidence of a postcolonial policy in tatters, and more startling still, given the tenacity of French claims over the decades, an open sense of failure, of exhaustion and of frank resignation.
""" ;
      sl:creationDate "2007-06-09" ;
      sl:tag  tag:chirac_ami_des_africains , tag:francafrique , tag:chine_afrique , tag:afrique_francophone .

tag:afrique
      a       sl:Tag ;
      skos:prefLabel "Afrique" .

tag:francafrique
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/francafrique.n3> ;
      skos:broader tag:france , tag:france_afrique , tag:afrique ;
      skos:prefLabel "Françafrique" ;
      foaf:page <http://www.semanlink.net/tag/francafrique.html> .

tag:chine_afrique
      a       sl:Tag ;
      skos:prefLabel "Chine / Afrique" .

tag:afrique_francophone
      a       sl:Tag ;
      skos:prefLabel "Afrique francophone" .
