Advertisement
Guest User

Untitled

a guest
Oct 30th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 1.15 KB | None | 0 0
  1.  
  2.  
  3. curl -v -d "query=SELECT * WHERE { ?x rdf:type <http://www.profium.com/imagearchive/2007/ImageSet> }" https://m1.profium.com/servlet/QueryServlet
  4.  
  5. <sparql xmlns="http://www.w3.org/2005/sparql-results#">
  6.   <head>
  7.     <variable name="x"/>
  8.   </head>
  9.   <results>
  10.     <result>
  11.       <binding name="x">
  12.         <uri>http://www.profium.com/contract-archive//documents/primary/20180901/15380487115890.docx</uri>
  13.       </binding>
  14.     </result>
  15.     <result>
  16.       <binding name="x">
  17.         <uri>http://www.profium.com/contract-archive//images/primary/20181023/15403037952990.JPG</uri>
  18.       </binding>
  19.     </result>
  20.     <result>
  21.       <binding name="x">
  22.         <uri>http://www.profium.com/contract-archive//images/primary/20181023/15403037977910.JPG</uri>
  23.       </binding>
  24.     </result>
  25.     <result>
  26.       <binding name="x">
  27.         <uri>http://www.profium.com/contract-archive//images/primary/20181023/15403037999990.JPG</uri>
  28.       </binding>
  29.     </result>
  30.     <result>
  31.       <binding name="x">
  32.         <uri>http://www.profium.com/contract-archive//images/primary/20181023/15403038017690.JPG</uri>
  33.       </binding>
  34.     </result>
  35.   </results>
  36. </sparql>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement