@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/2022/11/les_univers_paralleles_a_facebo>
        dc:title         "Les univers parallèles à Facebook, Twitter, Instragram… ou pourquoi et comment rejoindre la fediverse – Blog-notes" ;
        sl:creationDate  "2022-11-01" ;
        sl:tag           tag:fediverse , tag:activitypub .

tag:social_networks  a  sl:Tag ;
        skos:prefLabel  "Social Networks" .

tag:activitypub  a        sl:Tag ;
        rdfs:isDefinedBy  tag:activitypub.n3 ;
        skos:broader      tag:social_networks ;
        skos:prefLabel    "ActivityPub" ;
        foaf:page         tag:activitypub.html .

tag:fediverse  a        sl:Tag ;
        skos:prefLabel  "Fediverse" .
