@prefix rdf: . @prefix ns1: . @prefix oplwebservices: . ns1:SPARULQueryServiceParameterFormat rdf:type oplwebservices:WebServiceParameter . @prefix pwdr: . ns1:SPARULQueryServiceParameterFormat pwdr:describedby ns1:this , , . @prefix schema: . ns1:SPARULQueryServiceParameterFormat schema:name "Format" ; schema:description "This parameter takes document content type represented in MIME notation as its value. \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 "text/html" ; oplwebservices:parameterName "format" ; oplwebservices:parameterValue "text/html" .