Skip to content

Commit

Permalink
feat: add few more curies
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed Sep 20, 2018
1 parent dbe6c0a commit 4b4682b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions storage/arangodb/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4b4682b

Please sign in to comment.