summaryrefslogtreecommitdiff
path: root/features/dataset.feature
blob: a606b9cf5d41fea8f410fc01658138f174a398bc (plain)
1
2
3
4
5
6
7
8
9
10
11
@rest
Feature: Dataset

	Scenario Outline: Create a dataset
		Given Content-Type is application/rdf+xml
		When I post <data> to the dataset webservice
		Then I should receive a valid URI

	Examples:
		|data|
		|file: hamster_carcinogenicity.owl|