@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:ResourceShape ; # This is a legal, if trivial, Core 2.0 shape ] ; oslc:finalStatusLocation http:StatusCode ; ]; .