@prefix rdf: . @prefix ns1: . @prefix schema: . ns1:this rdf:type schema:EntryPoint . @prefix owl: . @prefix ns4: . ns1:this owl:sameAs ns4:cart . @prefix pwdr: . @prefix ns6: . ns1:this pwdr:describedby ns6:openlink_online_shop_actions , , , ns6:kidehen_openlink_web_site_services , , , , , , ns4:cart , , , , , . @prefix xsd: . ns1:this schema:name "OpenLink Shop Cart Add Item Action Endpoint"^^xsd:string , "Shop Cart Add Item Action Endpoint"^^xsd:string ; schema:contentType "text/html" ; schema:description "Shop Cart Add Item Action for REST-fully adding items to your shopcart"^^xsd:string ; schema:httpMethod "GET" ; schema:urlTemplate "https://shop.openlinksw.com/cart.vsp(?command,item) "^^xsd:string . @prefix oplwebservices: . ns1:this oplwebservices:usageExample "https://shop.openlinksw.com/cart.vsp?command=add&item=http%3A%2F%2Fdata.openlinksw.com%2Foplweb%2Foffer%2FOffer-2016-02-11-UDA-01-macosx-db2%23this" . @prefix ns9: . ns1:this oplwebservices:isWebServiceOf ns9:this ; schema:url ; oplwebservices:hasParameter ns9:commandParameter , ns9:itemParameter ; oplwebservices:endpointURL ns1:this .