@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/agentql> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "AgentQL"@en ;
  schema:headline "AI-powered semantic query language for web scraping and automation"@en ;
  schema:description "AgentQL uses natural language queries to locate web elements and extract structured data without brittle CSS selectors or XPath."@en ;
  dcterms:description "AgentQL eliminates the main failure point of web scrapers: fragile CSS and XPath selectors that break when sites change. By querying elements with semantic descriptions (e.g. `{ company_name, cvr_number, vat_status }`), AgentQL automatically resolves the correct DOM nodes even across UI redesigns."@en ;
  schema:url <https://agentql.com> ;
  schema:documentation <https://docs.agentql.com> ;
  schema:codeRepository <https://github.com/tinyfish-io/agentql> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "semantic-scraping" ;
  dcat:keyword "playwright" ;
  dcat:keyword "query-language" ;
  dcat:keyword "ai-selectors" ;
  dcat:keyword "resilient" ;
  schema:featureList "Natural language element targeting (no CSS/XPath needed)"@en ;
  schema:featureList "Self-healing against website UI and DOM updates"@en ;
  schema:featureList "Drop-in Playwright extension with Python and TypeScript SDKs"@en ;
  schema:featureList "AgentQL MCP server for interactive agent browser control"@en ;
  schema:isAccessibleForFree false .
