summaryrefslogtreecommitdiff
path: root/features/fminer.feature
blob: 5e56551a191e081dc9fab16b779360930ed12725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@rest
Feature: Fminer

	Scenario Outline: Create fminer features
		Given Content-Type is application/rdf+xml
		And I post <data> to the dataset webservice
		And I apply fminer for <feature>
		When the task is completed
		Then I should receive a valid URI

	Examples:
		|feature                   |data                   |
		|http://ambit.uni-plovdiv.bg:8080/ambit2/feature/12156                             |file: hamster_carcinogenicity_ambit.owl|
		|http://www.epa.gov/NCCT/dsstox/CentralFieldDef.html#ActivityOutcome_CPDBAS_Hamster|file: hamster_carcinogenicity.owl|
 # this is too big for sqlite