Advertisement
Guest User

Untitled

a guest
Dec 19th, 2019
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.72 KB | None | 0 0
  1. PREFIX imo: <http://example.com/resource/>
  2. PREFIX imoad: <http://example.com/resource/ad/427>
  3. PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
  4. PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  5.  
  6. INSERT DATA
  7. {  
  8.     imoad:
  9.         rdf:type imo:ad;
  10.         imo:id "427"^^xsd:long;
  11.         imo:title "cenas";
  12.         imo:energy_certificate "A";
  13.         imo:house_condition "A";
  14.         imo:listing_type "A";
  15.         imo:house_district "A";
  16.         imo:number_of_rooms "4"^^xsd:long;
  17.         imo:number_of_bathrooms "4"^^xsd:long;
  18.         imo:building_year "2010"^^ xsd:long;
  19.         imo:house_cost "100"^^xsd:long;
  20.         imo:area "1000"^^xsd:long;
  21.         imo:listing_description "A";
  22.         imo:img_urls "A".
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement