Explicit insertion of data in dbpedia

I am new to dbpedia and want to know how can i add new triples in dbpedia.
I want to use nlp on wikipedia pages and then add new triples to dbpedia resources based on nlp.
Please tell me all the possible ways to introduce new data in the gragh.
Thanks

@mubashar0612

to get the text of Wikipedia, you can use the text group on the bus: https://databus.dbpedia.org/dbpedia/text/
it has abstracts and full text

Integration can be done several ways:

  1. you read from the Databus and have a dockered tool writing output on the bus again. We can include it in the collection: https://databus.dbpedia.org/dbpedia/collections/latest-core
  2. you could write an extractor here: https://github.com/dbpedia/extraction-framework/tree/master/core/src/main/scala/org/dbpedia/extraction/mappings
    check out the nif extractor, this one handles the text.

I am also new.
Here you can find the information of data

My aim is to download the dbpedia data dump, then perform some experiments on that downloaded data and then made changes in the dbpedia live based on findings of those experiments. Changings would be adding missing data on instances.
What would be the best way to download the data, perform experiments locally and submit changes in the dbpedia live?