nothing@18: import os nothing@18: nothing@18: basedir = '/Users/alo/MusicOntology/features/' nothing@18: nothing@18: files = ['ontology', 'vocabulary', 'mirtoolbox'] nothing@18: htfiles = ['v', 'o', 'mrtb'] nothing@18: nothing@18: for name in files: nothing@18: execfile(basedir + 'rdfpy/af-' + name + '.py') nothing@18: nothing@18: for htname in htfiles: nothing@18: os.system("swipl -s " + basedir + "spec/"+htname+"-spec.sh")