@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:llms_with_your_data
        a               sl:Tag ;
        skos:prefLabel  "LLMs over your data" .

tag:microsoft_azure  a  sl:Tag ;
        skos:prefLabel  "Microsoft Azure" .

<http://www.semanlink.net/doc/2023/06/introducing_azure_openai_servic>
        dc:title         "Introducing Azure OpenAI Service On Your Data in Public Preview - Microsoft Community Hub" ;
        sl:creationDate  "2023-06-21" ;
        sl:tag           tag:llms_with_your_data , tag:chatgpt_over_your_data , tag:azure_openai .

tag:redis  a            sl:Tag ;
        skos:prefLabel  "Redis" .

tag:chatgpt_over_your_data
        a               sl:Tag ;
        skos:prefLabel  "ChatGPT Over Your Data" .

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

<http://www.semanlink.net/doc/2023/05/azure_samples_openai_python_ent>
        dc:title         "Azure-Samples/openai-python-enterprise-logging" ;
        sl:creationDate  "2023-05-09" ;
        sl:tag           tag:github_project , tag:azure_openai .

<http://www.semanlink.net/doc/2023/05/vector_similarity_search_with_a>
        dc:title         "Vector Similarity Search with Azure Cache for Redis Enterprise - Microsoft Community Hub" ;
        sl:creationDate  "2023-05-21" ;
        sl:tag           tag:similarity_queries , tag:redis , tag:microsoft_azure , tag:azure_openai .

tag:sample_code  a      sl:Tag ;
        skos:prefLabel  "Sample code" .

<http://www.semanlink.net/doc/2023/05/microsoft_azure_openai_in_a_day>
        dc:title         "microsoft/azure-openai-in-a-day-workshop" ;
        sl:creationDate  "2023-05-21" ;
        sl:tag           tag:sample_code , tag:azure_openai .

tag:similarity_queries
        a               sl:Tag ;
        skos:prefLabel  "Similarity queries / Vector search" .

tag:azure_openai  a       sl:Tag ;
        rdfs:isDefinedBy  tag:azure_openai.n3 ;
        skos:broader      tag:openai , tag:microsoft_azure ;
        skos:prefLabel    "Azure OpenAI" ;
        foaf:page         tag:azure_openai.html .

tag:demo  a             sl:Tag ;
        skos:prefLabel  "Demo" .

<http://www.semanlink.net/doc/2023/04/azure_samples_azure_search_open>
        dc:title         "Azure-Samples/azure-search-openai-demo: A sample app for the Retrieval-Augmented Generation pattern running in Azure" ;
        sl:comment       "> using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences." ;
        sl:creationDate  "2023-04-14" ;
        sl:tag           tag:demo , tag:chatgpt , tag:azure_openai .

tag:openai  a           sl:Tag ;
        skos:prefLabel  "OpenAI" .

tag:github_project  a   sl:Tag ;
        skos:prefLabel  "GitHub project" .
