@prefix oslc: . @prefix oslc_auto: . @prefix rdf: . @prefix dcterms: . @prefix http: . @prefix http-methods: . @base . a oslc:Action, oslc_auto:TearDownAction ; dcterms:description "Tear down execution environment #2314" ; dcterms:title "STOP 2314"; oslc:binding [ a http:Request ; http:mthd http-methods:POST ; http:requestURI ; http:httpVersion "1.1" ; http:body [ a oslc_auto:ParameterInstance ; rdf:value "" ; # This is a legal, if trivial, fixed body ] ; oslc:finalStatusLocation http:StatusCode ; ]; .