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

<http://news.bbc.co.uk/2/hi/science/nature/4467676.stm>
        dc:title         "BBC NEWS - Probe 'gathers asteroid material'" ;
        sl:comment       "Scientists believe it collected the debris, but will only be sure when Hayabusa returns to Earth in 2007." ;
        sl:creationDate  "2005-11-27" ;
        sl:tag           tag:hayabusa .

<http://news.bbc.co.uk/2/hi/science_and_environment/10196807.stm>
        dc:title         "BBC News - Asteroid probe 'on home straight'" ;
        sl:creationDate  "2010-06-04" ;
        sl:tag           tag:hayabusa .

tag:missions_spatiales
        a               sl:Tag ;
        skos:prefLabel  "Missions spatiales" .

tag:hayabusa  a           sl:Tag ;
        rdfs:isDefinedBy  tag:hayabusa.n3 ;
        skos:broader      tag:missions_spatiales , tag:japon , tag:asteroide ;
        skos:prefLabel    "Hayabusa" ;
        skos:related      tag:osiris_rex , tag:hayabusa2 ;
        foaf:page         tag:hayabusa.html .

tag:hayabusa2  a        sl:Tag ;
        skos:prefLabel  "Hayabusa-2" .

tag:japon  a            sl:Tag ;
        skos:prefLabel  "Japon" .

tag:osiris_rex  a       sl:Tag ;
        skos:prefLabel  "OSIRIS-REx" .

tag:asteroide  a        sl:Tag ;
        skos:prefLabel  "Astéroïde" .
