Mercurial > hg > audio-features-catalogue
comparison 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 |
comparison
equal
deleted
inserted
replaced
17:2b5c292ad12f | 18:d5012016bf64 |
---|---|
1 import os | |
2 | |
3 basedir = '/Users/alo/MusicOntology/features/' | |
4 | |
5 files = ['ontology', 'vocabulary', 'mirtoolbox'] | |
6 htfiles = ['v', 'o', 'mrtb'] | |
7 | |
8 for name in files: | |
9 execfile(basedir + 'rdfpy/af-' + name + '.py') | |
10 | |
11 for htname in htfiles: | |
12 os.system("swipl -s " + basedir + "spec/"+htname+"-spec.sh") |