@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/crawl4ai> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Crawl4AI"@en ;
  schema:headline "Open-source, blazing fast asynchronous LLM web crawler"@en ;
  schema:description "Crawl4AI is an open-source, speed-optimized asynchronous web crawler that generates structured Markdown and JSON graphs for AI models."@en ;
  dcterms:description "Crawl4AI is engineered specifically for AI engineers who want zero subscription fees and extreme throughput. It runs asynchronous crawls with smart caching, CSS-selector stripping, heuristic content scoring, and multi-URL batching, producing clean LLM markdown with metadata at zero cost."@en ;
  schema:url <https://github.com/unclecode/crawl4ai> ;
  schema:documentation <https://crawl4ai.com> ;
  schema:codeRepository <https://github.com/unclecode/crawl4ai> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "crawler" ;
  dcat:keyword "scraping" ;
  dcat:keyword "open-source" ;
  dcat:keyword "python" ;
  dcat:keyword "async" ;
  dcat:keyword "llm-ready" ;
  schema:featureList "100% open source and local execution"@en ;
  schema:featureList "Asynchronous batch crawling with asyncio"@en ;
  schema:featureList "Heuristic content extraction (removes headers, footers, and noise)"@en ;
  schema:featureList "Extracts structured JSON using local models (Ollama) or cloud APIs"@en ;
  schema:featureList "Screenshots and PDF extraction capabilities"@en ;
  schema:isAccessibleForFree true .
