diff options
-rwxr-xr-x | dump.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -951,7 +951,9 @@ is a <table> object." (prefix "rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>") (prefix "foaf:" "<http://xmlns.com/foaf/0.1/>") (prefix "gn:" "<http://genenetwork.org/>") + (prefix "dct:" "<http://purl.org/dc/terms/>") (prefix "pubmed:" "<http://rdf.ncbi.nlm.nih.gov/pubmed/>") + (prefix "up:" "<http://purl.uniprot.org/core/>") (prefix "taxon:" "<http://purl.uniprot.org/taxonomy/>") (prefix "generif:" "<https://www.ncbi.nlm.nih.gov/gene?Db=gene&Cmd=DetailsSearch&Term=>") (prefix "xsd:" "<http://www.w3.org/2001/XMLSchema#>") |