From 4b4682bca826df14adc1e06de08b73de92f9d213 Mon Sep 17 00:00:00 2001 From: Siddhartha Basu Date: Thu, 20 Sep 2018 18:53:57 +0000 Subject: [PATCH] feat: add few more curies --- storage/arangodb/schema.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/storage/arangodb/schema.go b/storage/arangodb/schema.go index cc69c09..9a909d9 100644 --- a/storage/arangodb/schema.go +++ b/storage/arangodb/schema.go @@ -14,6 +14,9 @@ var curieMap = map[string]string{ "http://www.geneontology.org/formats/oboInOwl#created_by": "created_by", "http://www.w3.org/2002/07/owl#deprecated": "deprecated", "http://purl.obolibrary.org/obo/IAO_0100001": "replaced_by", + "http://purl.org/dc/elements/1.1/description": "description", + "http://purl.org/dc/terms/license": "license", + "http://purl.org/dc/elements/1.1/title": "title", } type dbGraphInfo struct {