@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:japon  a            sl:Tag ;
        skos:prefLabel  "Japon" .

<http://www.jaxa.jp/press/2007/11/20071107_kaguya_movie_e.html>
        dc:title         "JAXA | Moving image of the Moon shot by the HDTV camera of the KAGUYA (SELENE)" ;
        sl:creationDate  "2007-11-09" ;
        sl:tag           tag:kaguya .

tag:exploration_spatiale
        a               sl:Tag ;
        skos:prefLabel  "Exploration spatiale" .

tag:kaguya  a             sl:Tag ;
        rdfs:isDefinedBy  tag:kaguya.n3 ;
        sl:comment        "The Kaguya mission consists of a main orbiter and two smaller satellites in a 100-km-high, polar orbit." ;
        skos:broader      tag:lune , tag:japon , tag:exploration_spatiale ;
        skos:prefLabel    "Kaguya" ;
        foaf:page         tag:kaguya.html .

tag:lune  a             sl:Tag ;
        skos:prefLabel  "Lune" .
