@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:survey  a           sl:Tag ;
        skos:prefLabel  "Survey / Review" .

tag:deloitte  a         sl:Tag ;
        skos:prefLabel  "Deloitte" .

tag:economie  a         sl:Tag ;
        skos:prefLabel  "Economie" .

<https://www2.deloitte.com/content/dam/Deloitte/us/Documents/deloitte-analytics/us-da-2017-deloitte-state-of-cognitive-survey.pdf>
        dc:title         "2017 Deloitte State of Cognitive Survey" ;
        sl:creationDate  "2018-06-07" ;
        sl:tag           tag:survey , tag:deloitte , tag:ai_business_perspectives .

tag:artificial_intelligence
        a               sl:Tag ;
        skos:prefLabel  "Artificial Intelligence" .

<http://www.semanlink.net/doc/2022/10/will_manidis_sur_twitter_bil>
        dc:title         "Will Manidis sur Twitter : \"Billions of hours of human potential every year are wasted on menial tasks. Data entry, form filling, basic knowledge work kind of stuff...\"" ;
        sl:comment       "> Large language models are uniquely good at these tasks. These range in scope and impact from fiverr gig work to hours of doctor's days." ;
        sl:creationDate  "2022-10-26" ;
        sl:tag           tag:tweet , tag:language_model , tag:ai_business_perspectives .

<http://www.semanlink.net/doc/2025/10/ia_derriere_les_milliards_de_>
        dc:title         "IA : derrière les milliards de dollars du secteur, une curieuse économie circulaire" ;
        sl:creationDate  "2025-10-26" ;
        sl:tag           tag:economie , tag:artificial_intelligence , tag:ai_business_perspectives .

tag:language_model  a   sl:Tag ;
        skos:prefLabel  "Language Model" .

tag:ai_business_perspectives
        a                 sl:Tag ;
        rdfs:isDefinedBy  tag:ai_business_perspectives.n3 ;
        skos:broader      tag:artificial_intelligence ;
        skos:prefLabel    "AI: business perspectives" ;
        foaf:page         tag:ai_business_perspectives.html .

tag:tweet  a            sl:Tag ;
        skos:prefLabel  "Tweet" .
