Clarification on using RDF with a Dgraph GraphQL Schema

I’m relatively new to graph databases, GraphQL, and .rdf. My team is currently testing with using a GraphQL schema in Dgraph so that we can use GraphQL to query other data sources as well.

Are there any concerns or compatibility considerations that we should be taking into account with using .rdf to load data into Dgraph with a GraphQL schema?

Thanks in advance!

Dgraph metadata

dgraph version

Dgraph version : v21.03.1
Dgraph codename : rocket-1
Dgraph SHA-256 : a00b73d583a720aa787171e43b4cb4dbbf75b38e522f66c9943ab2f0263007fe
Commit SHA-1 : ea1cb5f35
Commit timestamp : 2021-06-17 20:38:11 +0530
Branch : HEAD
Go version : go1.16.2
jemalloc enabled : true

  1. Map the data to the correct predicates. See:
  1. Manually create inverse edges. See:
  1. Depending on how you load your data, blank nodes may not refer to the same node between loads. See: