ASIMOV Apify Module
ASIMOV module for data import powered by the Apify web automation platform.
✨ Features
- Imports structured data from Apify actors.
- Collects the raw JSON data via the Apify API (requires an API token).
- Constructs a semantic knowledge graph based on the KNOW ontology.
- Supports plain JSON output as well as RDF output formats such as JSON-LD, Turtle, and N-Triples.
🛠️ Prerequisites
- Rust 1.85+ (2024 edition)
⬇️ Installation
Installation from Source Code
👉 Examples
Fetching LinkedIn Profiles
⚙ Configuration
Environment Variables
APIFY_TOKEN: (required) the Apify API token to use
📚 Reference
Installed Binaries
asimov-apify-fetcher: collects JSON data from the Apify API (not implemented yet)
Supported Actors
| Actor | URL Prefix | JSON | RDF |
|---|---|---|---|
👨💻 Development