@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:ai_meta  a          sl:Tag ;
        skos:prefLabel  "AI@Meta" .

tag:molecular_biology
        a               sl:Tag ;
        skos:prefLabel  "Molecular Biology" .

tag:ai_for_science  a   sl:Tag ;
        skos:prefLabel  "AI for science" .

<http://www.semanlink.net/doc/2023/01/alphafold%E2%80%99s_new_rival_meta_ai_>
        dc:title         "AlphaFold’s new rival? Meta AI predicts shape of 600 million proteins" ;
        sl:creationDate  "2023-01-11" ;
        sl:tag           tag:alphafold , tag:ai_meta .

<http://www.semanlink.net/doc/2021/10/l%E2%80%99intelligence_artificielle_ge>
        dc:title         "L’intelligence artificielle, génie de la biologie moléculaire" ;
        sl:creationDate  "2021-10-20" ;
        sl:tag           tag:molecular_biology , tag:google_deepmind , tag:alphafold .

<http://www.semanlink.net/doc/2022/11/one_of_the_biggest_problems_in_>
        dc:title         "One of the Biggest Problems in Biology Has Finally Been Solved - Scientific American" ;
        sl:comment       "Google DeepMind CEO Demis Hassabis explains how its AlphaFold AI program predicted the 3-D structure of every known protein" ;
        sl:creationDate  "2022-11-01" ;
        sl:tag           tag:demis_hassabis , tag:alphafold .

tag:prix_nobel_de_chimie
        a               sl:Tag ;
        skos:prefLabel  "Prix Nobel de Chimie" .

<http://www.semanlink.net/doc/2024/10/le_prix_nobel_de_chimie_2024_es>
        dc:title         "Le prix Nobel de chimie 2024 est attribué à David Baker, Demis Hassabis et John Jumper pour leurs travaux sur les protéines" ;
        sl:creationDate  "2024-10-09" ;
        sl:tag           tag:prix_nobel_de_chimie , tag:demis_hassabis , tag:alphafold .

tag:alphafold  a          sl:Tag ;
        rdfs:isDefinedBy  tag:alphafold.n3 ;
        skos:broader      tag:molecular_biology , tag:google_deepmind , tag:ai_for_science ;
        skos:prefLabel    "AlphaFold" ;
        foaf:page         tag:alphafold.html .

<http://www.semanlink.net/doc/2021/10/alphafold_2_is_here_what%E2%80%99s_beh>
        dc:title         "AlphaFold 2 is here: what’s behind the structure prediction miracle | Oxford Protein Informatics Group" ;
        sl:comment       "> to recap: AlphaFold 2 finds similar sequences to the input, extracts the information using an especial neural network architecture (a transformer), and then passes that information to another neural network that produces a structure." ;
        sl:creationDate  "2021-10-20" ;
        sl:tag           tag:alphafold .

tag:google_deepmind  a  sl:Tag ;
        skos:prefLabel  "DeepMind" .

tag:demis_hassabis  a   sl:Tag ;
        skos:prefLabel  "Demis Hassabis" .

<http://www.semanlink.net/doc/2024/10/alphafold_3_le_logiciel_phare_>
        dc:title         "AlphaFold 3, le logiciel phare de DeepMind pour modéliser les protéines, frustre les chercheurs" ;
        sl:creationDate  "2024-10-09" ;
        sl:tag           tag:google_deepmind , tag:alphafold .
