@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:sme_subject_matter_experts
        a                 sl:Tag ;
        rdfs:isDefinedBy  <http://semanlink.net/tag/sme_subject_matter_experts.n3> ;
        skos:prefLabel    "SME (Subject Matter Experts)" ;
        foaf:page         tag:sme_subject_matter_experts.html .

<http://www.semanlink.net/doc/2025/10/beyond_basic_rag_building_virt>
        dc:title         "Beyond Basic RAG: Building Virtual Subject Matter Experts with Advanced AI | by Rick Hightower | Spillwave Solutions" ;
        sl:creationDate  "2025-10-17" ;
        sl:tag           tag:sme_subject_matter_experts , tag:rag_kg , tag:graphrag .

tag:graphrag  a         sl:Tag ;
        skos:prefLabel  "GraphRAG" .

tag:nlp_companies  a    sl:Tag ;
        skos:prefLabel  "NLP: companies" .

tag:clarifeye  a        sl:Tag ;
        skos:prefLabel  "Clarifeye" .

tag:rag_kg  a           sl:Tag ;
        skos:prefLabel  "RAG + KG" .

<http://www.semanlink.net/doc/2025/10/clarifeye_your_genai_ready_kn_1>
        dc:title         "Clarifeye - Your GenAI-Ready Knowledge Server" ;
        sl:creationDate  "2025-10-17" ;
        sl:tag           tag:sme_subject_matter_experts , tag:rag_kg , tag:nlp_companies , tag:clarifeye .
