@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:nous_vivons_une_epoque_moderne
        a               sl:Tag ;
        skos:prefLabel  "Nous vivons une époque moderne" .

tag:cyborg  a             sl:Tag ;
        rdfs:isDefinedBy  tag:cyborg.n3 ;
        skos:broader      tag:robotique ;
        skos:prefLabel    "Cyborg" ;
        foaf:page         tag:cyborg.html .

<http://www.newscientist.com/article/dn17895-freeflying-cyborg-insects-steered-from-a-distance.html>
        dc:title         "Free-flying cyborg insects steered from a distance - tech - 01 October 2009 - New Scientist" ;
        sl:creationDate  "2009-11-13" ;
        sl:tag           tag:nous_vivons_une_epoque_moderne , tag:cyborg , tag:cafard .

tag:cafard  a           sl:Tag ;
        skos:prefLabel  "Cafard" .

tag:robotique  a        sl:Tag ;
        skos:prefLabel  "Robotique" .
