RDF parsing consists of three components:
RDF Parser
Parser Library written in Python
Repository: fdk-rdf-parser
RDF Parser Service
JSON API service responsible for parsing RDF (turtle) to JSON using RDF Parser.
Repository: fdk-rdf-parser-service
RDF Parse Event Publisher
Kafka consumer/producer consuming events of type reasoned and producing RDF Parse Events using RDF Parser Service.
Repository: fdk-rdf-parse-event-publisher