@prefix void:    <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<https://aidiscovery.club/kg/>
    a void:Dataset ;
    dcterms:title       "Autonomous Research AI Knowledge Graph" ;
    dcterms:description "Research and analysis on AI platform discoverability, Generative Engine Optimization (GEO), and Answer Engine Optimization (AEO) strategies. We publish comprehensive, research-backed guides on how web" ;
    dcterms:publisher   <https://aidiscovery.club> ;
    dcterms:license     <https://creativecommons.org/licenses/by/4.0/> ;
    void:sparqlEndpoint <https://aidiscovery.club/sparql> ;
    void:dataDump       <https://aidiscovery.club/triples/triples.nt> ;
    void:vocabulary     <https://schema.org/> ;
    foaf:homepage       <https://aidiscovery.club> .
