

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 將現有圖形從 RDF 三元組存放區遷移到 Amazon Neptune
<a name="migrating-from-rdf"></a>

如果您在 RDF/SPARQL 中具有要遷移至 Amazon Neptune 的圖形資料，則將會採取以下步驟：

1. 從您的 RDF 三元組存放區匯出資料。

1. 將匯出的資料轉換為 [Neptune 大量載入器可以匯入的格式](bulk-load-tutorial-format-rdf.md)。

1. 將要匯入的資料儲存在 Amazon Simple Storage Service (Amazon S3) 中。

1. 使用 [Neptune 大量載入器](bulk-load.md)，將資料從 Amazon S3 匯入至您已準備好的 Neptune 資料庫叢集。

1. 修改現有的應用程式以連線到 Neptune 的 SPARQL 端點。

如果您想要嘗試將屬性圖 CSV 資料遷移至 RDF，則可以使用 [Amazon Neptune CSV 至 RDF 轉換器](https://github.com/aws/amazon-neptune-csv-to-rdf-converter)。