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

tag:republique_tcheque
        a               sl:Tag ;
        skos:prefLabel  "République Tchèque" .

tag:hoax  a               sl:Tag ;
        rdfs:isDefinedBy  tag:hoax.n3 ;
        skos:prefLabel    "Hoax" ;
        foaf:page         tag:hoax.html .

tag:documentaire  a     sl:Tag ;
        skos:prefLabel  "Documentaire" .

tag:rigolo  a           sl:Tag ;
        skos:prefLabel  "Rigolo" .

tag:film  a             sl:Tag ;
        skos:prefLabel  "Movie" .

tag:publicite  a        sl:Tag ;
        skos:prefLabel  "Publicité" .

<http://en.wikipedia.org/wiki/Czech_Dream>
        dc:title         "Czech Dream" ;
        sl:comment       "Documentary film about a large-scale hoax on the advertising industries and the Czech public, culminating in the \"opening event\" of a fake \"hypermarket\". The advertising campaign slogans were \"don't come\" and \"don't spend\", etc.\n" ;
        sl:creationDate  "2007-05-09" ;
        sl:tag           tag:rigolo , tag:republique_tcheque , tag:publicite , tag:film , tag:hoax , tag:documentaire .
