@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://www.semanlink.net/doc/2025/03/au_bresil_le_soja_source_de_p>
        dc:title         "Au Brésil, le soja, source de puissance mondiale et de déstabilisation régionale" ;
        sl:creationDate  "2025-03-24" ;
        sl:tag           tag:soja , tag:mato_grosso , tag:bresil .

tag:bresil  a           sl:Tag ;
        skos:prefLabel  "Brésil" .

tag:mato_grosso  a        sl:Tag ;
        rdfs:isDefinedBy  tag:mato_grosso.n3 ;
        skos:broader      tag:bresil ;
        skos:prefLabel    "Mato Grosso" ;
        foaf:page         tag:mato_grosso.html .

tag:soja  a             sl:Tag ;
        skos:prefLabel  "Soja" .
