@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:cosmian  a          sl:Tag ;
        skos:prefLabel  "Cosmian" .

tag:etat_policier  a    sl:Tag ;
        skos:prefLabel  "Etat policier" .

<http://porterhead.blogspot.fr/2013/01/writing-rest-services-in-java-part-6.html>
        dc:title         "Code and tech stuff: Writing REST Services in Java: Part 6 Security & Authorization" ;
        sl:creationDate  "2014-09-26" ;
        sl:tag           tag:security_and_rest , tag:security , tag:jersey .

tag:henry_story  a      sl:Tag ;
        skos:prefLabel  "Henry Story" .

<http://lifehacker.com/5643460/how-to-track-and-potentially-recover-your-stolen-laptop-or-android-with-prey>
        dc:title         "How to Track and (Potentially) Recover Your Stolen Laptop or Android with Prey" ;
        sl:creationDate  "2013-05-07" ;
        sl:tag           tag:security .

tag:security  a           sl:Tag ;
        rdfs:isDefinedBy  tag:security.n3 ;
        skos:prefLabel    "Security" ;
        skos:related      tag:etat_policier ;
        foaf:page         tag:security.html .

<http://www.semanlink.net/doc/2025/03/cosmian_%7C_we_bring_security_to_>
        dc:title         "Cosmian | We bring security to the public cloud" ;
        sl:creationDate  "2025-03-13" ;
        sl:tag           tag:security , tag:public_cloud , tag:cosmian .

tag:passwords  a        sl:Tag ;
        skos:prefLabel  "Passwords" .

tag:security_and_rest
        a               sl:Tag ;
        skos:prefLabel  "Security and REST" .

<http://blog.elliottkember.com/chromes-insane-password-security-strategy>
        dc:title         "Chrome’s insane password security strategy • Elliott Kember" ;
        sl:creationDate  "2013-08-07" ;
        sl:tag           tag:security , tag:passwords , tag:chrome .

tag:apache_shiro  a     sl:Tag ;
        skos:broader    tag:security ;
        skos:prefLabel  "Apache Shiro" .

<http://blogs.sun.com/bblfish/entry/building_secure_and_distributed_social>
        dc:title         "Building Secure, Open and Distributed Social Network Applications" ;
        sl:creationDate  "2008-09-05" ;
        sl:tag           tag:security , tag:rdf_and_social_networks , tag:henry_story , tag:securite_informatique .

tag:public_cloud  a     sl:Tag ;
        skos:prefLabel  "Public cloud" .

tag:access_token  a     sl:Tag ;
        skos:broader    tag:security ;
        skos:prefLabel  "Access Token" .

tag:rdf_and_social_networks
        a               sl:Tag ;
        skos:prefLabel  "RDF and social networks" .

<https://jersey.java.net/documentation/latest/security.html>
        dc:title         "Jersey user guide. Chapter 15. Security" ;
        sl:creationDate  "2014-09-26" ;
        sl:tag           tag:security , tag:jersey .

tag:ai_security  a      sl:Tag ;
        skos:broader    tag:security ;
        skos:prefLabel  "AI security" .

tag:chrome  a           sl:Tag ;
        skos:prefLabel  "Chrome" .

tag:jersey  a           sl:Tag ;
        skos:prefLabel  "jersey" .

tag:securite_informatique
        a               sl:Tag ;
        skos:broader    tag:security ;
        skos:prefLabel  "Cybersecurity" .
