From: Diane Trout Date: Sat, 20 Jul 2013 05:50:06 +0000 (-0700) Subject: Add python namespace for encode3 RDF namespace X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=a267c9335622221fbb0c7e860f2434b5f5281b24 Add python namespace for encode3 RDF namespace --- diff --git a/htsworkflow/util/rdfns.py b/htsworkflow/util/rdfns.py index d2164ee..2ad3632 100644 --- a/htsworkflow/util/rdfns.py +++ b/htsworkflow/util/rdfns.py @@ -23,3 +23,4 @@ inventoryOntology = NS( "http://jumpgate.caltech.edu/wiki/InventoryOntology#") submissionLog = NS("http://jumpgate.caltech.edu/wiki/SubmissionsLog/") geoSoftNS = NS('http://www.ncbi.nlm.nih.gov/geo/info/soft2.html#') +encode3NS = NS("http://jumpgate.caltech.edu/wiki/Encode3#")