@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/2023/03/anton_sur_twitter_since_chat>
        dc:title         "anton sur Twitter : \"Since ChatGPT has recently lost the ability to maintain conversations I moved over to self-hosted chatbot-ui... Everything is saved locally.\"" ;
        sl:creationDate  "2023-03-22" ;
        sl:tag           tag:tweet , tag:chatgpt_tools .

tag:chatgpt  a          sl:Tag ;
        skos:prefLabel  "ChatGPT" .

tag:chatgpt_plugins  a  sl:Tag ;
        skos:broader    tag:chatgpt_tools ;
        skos:prefLabel  "ChatGPT plugins" .

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

tag:chatgpt_tools  a      sl:Tag ;
        rdfs:isDefinedBy  tag:chatgpt_tools.n3 ;
        skos:broader      tag:chatgpt ;
        skos:prefLabel    "ChatGPT: Tools" ;
        foaf:page         tag:chatgpt_tools.html .
