@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/jina-reader> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Jina Reader"@en ;
  schema:headline "Zero-setup URL-to-Markdown proxy for any web page"@en ;
  schema:description "Prepend `r.jina.ai/` to any URL to instantly convert the page into clean, LLM-ready markdown with zero authentication or setup."@en ;
  dcterms:description "Jina Reader provides the simplest possible interface for AI agents to read the web. By simply prefixing any target URL with `https://r.jina.ai/`, it fetches the page, strips boilerplate scripts and styling, executes JavaScript, and streams pristine Markdown back to your agent."@en ;
  schema:url <https://jina.ai/reader> ;
  schema:documentation <https://jina.ai/reader/#api> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "markdown-proxy" ;
  dcat:keyword "scraping" ;
  dcat:keyword "simple" ;
  dcat:keyword "fast" ;
  dcat:keyword "api" ;
  schema:featureList "Zero installation: just prepend https://r.jina.ai/ to any URL"@en ;
  schema:featureList "High-speed streaming markdown output"@en ;
  schema:featureList "Handles dynamic single-page applications"@en ;
  schema:featureList "Built-in image description and search integration (s.jina.ai)"@en ;
  schema:featureList "Free tier available without API key requirements"@en ;
  schema:isAccessibleForFree false .
