To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorBlender service
As a service consumer
I want to receive RDF XML that describes a specific resource
In order to undertand the relationship between the resource and others
- Scenarios
-
- Requesting a RDF resource
- Requesting an Event
- Requesting a list of Articles related to an Event
- Requesting a list of People related to an Event
- Requesting a list of Places related to an Event
- Requesting a list of Programmes related to an Event
- Requesting an Articles list for a Person who is related to an Event
- Requesting a RDF resource
-
- When
-
I request
/rdf?identifier=#{event_uri}
- Then
- I should get valid RDF back
- Requesting an Event
-
- When
-
I request
/event/#{event_id}
- Then
- I should get valid Event data
-
- When
-
I request
/event/#{event_id}/articles
- Then
- I should get valid data for each of the Event's related Articles
-
- When
-
I request
/event/#{event_id}/people
- Then
- I should get valid data for each related Person
-
- When
-
I request
/event/#{event_id}/places
- Then
- I should get valid data for each related Place
-
- When
-
I request
/event/#{event_id}/programmes
- Then
- I should get valid data for each related Programme
-
- When
-
I request
/event/#{event_id}/people/#{person_id}/articles
- Then
- I should get valid data for each of the Person's related Articles
Last published almost 7 years ago by bbc-knl.