@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/enablers/exa> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Exa Search API"@en ;
  schema:headline "Neural search engine & structured content extractor for AI agents"@en ;
  schema:description "Exa is an embedding-powered web search engine designed for LLMs, delivering clean semantic snippets and structured page extraction."@en ;
  dcterms:description "Exa replaces traditional keyword search engines with semantic vector retrieval across the live web. AI agents can search using natural language or target URL embeddings, retrieving concise highlights and structured markdown formatted for context windows."@en ;
  schema:url <https://exa.ai> ;
  schema:documentation <https://docs.exa.ai> ;
  schema:codeRepository <https://github.com/exa-labs/exa-py> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "neural-search" ;
  dcat:keyword "embeddings" ;
  dcat:keyword "agent-search" ;
  dcat:keyword "rag" ;
  dcat:keyword "extraction" ;
  dcat:keyword "api" ;
  schema:featureList "Neural semantic search tuned for LLM context windows"@en ;
  schema:featureList "Domain filtering (e.g. restrict to .dk domains and Danish government sites)"@en ;
  schema:featureList "Sub-second highlight extraction with zero boilerplate"@en ;
  schema:featureList "Official Python and TypeScript SDKs + MCP server integration"@en ;
  schema:isAccessibleForFree false .
