@prefix rdf: . @prefix ns1: . @prefix oplwebservices: . ns1:SPARULQueryServiceParameterShouldSponge rdf:type oplwebservices:WebServiceParameter . @prefix pwdr: . ns1:SPARULQueryServiceParameterShouldSponge pwdr:describedby , ns1:this . @prefix schema: . ns1:SPARULQueryServiceParameterShouldSponge schema:name "Should-Sponge" ; schema:description "This parameter takes a yes or no value which determines if a variety of\r\n\t\t\t\t\t extract, transform, and load workflows are dispatched to RDF transformation \r\n\t\t\t\t\t service providers (a/k/a RDFizers).\r\n \t\t\t\t " ; schema:mainEntityOfPage ns1:this ; oplwebservices:usageExample "http://linkeddata.uriburner.com/sparql?default-graph-uri=&query=insert+%7B%0D%0A++++++++graph+%3Curn%3Aidehen%3Asparul%3Aqa%3A%3E+%7B%0D%0A++++++++%3Fs+%3Fp+%3Fo+%7D%0D%0A+++++++%7D%0D%0A%0D%0Ausing+%3Chttp%3A%2F%2Fwww.openlinksw.com%2F%3E%0D%0Awhere+%7B%3Fs+%3Fp+%3Fo%7D&should-sponge=soft&format=text%2Fhtml&timeout=30000000" ; oplwebservices:parameterExampleValue "soft" ; oplwebservices:parameterName "should-sponge" .