annotate rdfpy/af-EXEC.py @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents
children
rev   line source
nothing@18 1 import os
nothing@18 2
nothing@18 3 basedir = '/Users/alo/MusicOntology/features/'
nothing@18 4
nothing@18 5 files = ['ontology', 'vocabulary', 'mirtoolbox']
nothing@18 6 htfiles = ['v', 'o', 'mrtb']
nothing@18 7
nothing@18 8 for name in files:
nothing@18 9 execfile(basedir + 'rdfpy/af-' + name + '.py')
nothing@18 10
nothing@18 11 for htname in htfiles:
nothing@18 12 os.system("swipl -s " + basedir + "spec/"+htname+"-spec.sh")