jtanderson / BIOME-z-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code cleanup/testing in converter.py

jtanderson opened this issue · comments

The parser function in converter.py has some magic strings:

TITLE = "http://purl.org/dc/elements/1.1/title"
ABSTRACT = "http://purl.org/dc/terms/abstract"
SUBJECT = "http://purl.org/dc/elements/1.1/subject"

These should probably be tested/verified to be the correct choice for general .rdf import.