@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:dechiffrement_d_ecritures_antiques
        a               sl:Tag ;
        skos:prefLabel  "Déchiffrement d'écritures antiques" .

tag:ecritures_indechiffrees
        a                 sl:Tag ;
        rdfs:isDefinedBy  tag:ecritures_indechiffrees.n3 ;
        skos:broader      tag:dechiffrement_d_ecritures_antiques ;
        skos:prefLabel    "Ecritures indéchiffrées" ;
        skos:related      tag:langues_anciennes ;
        foaf:page         tag:ecritures_indechiffrees.html .

tag:ecriture_chinoise
        a               sl:Tag ;
        skos:prefLabel  "Ecriture chinoise" .

<http://www.semanlink.net/doc/2023/01/microsoft_university_researche>
        dc:title         "Microsoft, university researchers use AI to aid in study of ancient script on China’s “oracle bones” - Microsoft Stories Asia" ;
        sl:creationDate  "2023-01-30" ;
        sl:tag           tag:histoire_de_la_chine , tag:histoire_ai , tag:ecritures_indechiffrees , tag:ecriture_chinoise , tag:ai_microsoft .

tag:langues_anciennes
        a               sl:Tag ;
        skos:prefLabel  "Langues anciennes" .

tag:ai_microsoft  a     sl:Tag ;
        skos:prefLabel  "AI@Microsoft" .

tag:histoire_ai  a      sl:Tag ;
        skos:prefLabel  "Histoire + AI" .

tag:histoire_de_la_chine
        a               sl:Tag ;
        skos:prefLabel  "Histoire de la Chine" .
