Le 7 sept. 2011 à 16:15, Preethi Priyadharsini a écrit : > Hi, > > I want to query the following RDF DUMP using SPARQL please help me to write a > sample SPARQL query for this RDF DUMP.
Hi What do you want to know from this data ? What is the goal of your query ? > This is my RDF Dump file that is in the format .nt > > > > <http://localhost:2020/vocab/resource/watch_Material> > <http://www.w3.org/2000/01/rdf-schema#label> "watch Material" . > > <http://localhost:2020/vocab/resource/watch_Material> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/shirts_Shirt_ID> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts Shirt_ID" . > > <http://localhost:2020/vocab/resource/shirts_Shirt_ID> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/watch_Gender> > <http://www.w3.org/2000/01/rdf-schema#label> "watch Gender" . > > <http://localhost:2020/vocab/resource/watch_Gender> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/shirts> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts" . > > <http://localhost:2020/vocab/resource/shirts> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/2000/01/rdf-schema#Class> . > > <http://www.w3.org/2000/01/rdf-schema#label> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/shirts_Size> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts Size" . > > <http://localhost:2020/vocab/resource/shirts_Size> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/watch_Price> > <http://www.w3.org/2000/01/rdf-schema#label> "watch Price" . > > <http://localhost:2020/vocab/resource/watch_Price> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/watch_Brand> > <http://www.w3.org/2000/01/rdf-schema#label> "watch Brand" . > > <http://localhost:2020/vocab/resource/watch_Brand> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/shirts_Colour> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts Colour" . > > <http://localhost:2020/vocab/resource/shirts_Colour> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/watch_Features> > <http://www.w3.org/2000/01/rdf-schema#label> "watch Features" . > > <http://localhost:2020/vocab/resource/watch_Features> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/watch_Categories> > <http://www.w3.org/2000/01/rdf-schema#label> "watch Categories" . > > <http://localhost:2020/vocab/resource/watch_Categories> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/watch> > <http://www.w3.org/2000/01/rdf-schema#label> "watch" . > > <http://localhost:2020/vocab/resource/watch> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/2000/01/rdf-schema#Class> . > > <http://localhost:2020/vocab/resource/shirts_Gender> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts Gender" . > > <http://localhost:2020/vocab/resource/shirts_Gender> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/shirts_Categories> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts Categories" . > > <http://localhost:2020/vocab/resource/shirts_Categories> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/shirts_Brand> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts Brand" . > > <http://localhost:2020/vocab/resource/shirts_Brand> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/watch_Watch_ID> > <http://www.w3.org/2000/01/rdf-schema#label> "watch Watch_ID" . > > <http://localhost:2020/vocab/resource/watch_Watch_ID> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/watch_Watch_Name> > <http://www.w3.org/2000/01/rdf-schema#label> "watch Watch_Name" . > > <http://localhost:2020/vocab/resource/watch_Watch_Name> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/shirts_Price> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts Price" . > > <http://localhost:2020/vocab/resource/shirts_Price> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/vocab/resource/shirts_Shirt_Name> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts Shirt_Name" . > > <http://localhost:2020/vocab/resource/shirts_Shirt_Name> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . > > <http://localhost:2020/shirts/s11> > <http://localhost:2020/vocab/resource/shirts_Shirt_ID> "s11" . > > <http://localhost:2020/shirts/s11> > <http://localhost:2020/vocab/resource/shirts_Size> "Small" . > > <http://localhost:2020/shirts/s11> > <http://localhost:2020/vocab/resource/shirts_Brand> "Levis" . > > <http://localhost:2020/shirts/s11> > <http://localhost:2020/vocab/resource/shirts_Gender> "Men" . > > <http://localhost:2020/shirts/s11> > <http://localhost:2020/vocab/resource/shirts_Colour> "Muti-colour" . > > <http://localhost:2020/shirts/s11> > <http://localhost:2020/vocab/resource/shirts_Shirt_Name> "Levi Loymbic Games > Western Shirt" . > > <http://localhost:2020/shirts/s11> > <http://localhost:2020/vocab/resource/shirts_Price> > "29"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/shirts/s11> > <http://localhost:2020/vocab/resource/shirts_Categories> "Western" . > > <http://localhost:2020/shirts/s11> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts #s11" . > > <http://localhost:2020/shirts/s11> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/shirts> . > > <http://localhost:2020/shirts/s12> > <http://localhost:2020/vocab/resource/shirts_Shirt_ID> "s12" . > > <http://localhost:2020/shirts/s12> > <http://localhost:2020/vocab/resource/shirts_Size> "Small" . > > <http://localhost:2020/shirts/s12> > <http://localhost:2020/vocab/resource/shirts_Brand> "Levis" . > > <http://localhost:2020/shirts/s12> > <http://localhost:2020/vocab/resource/shirts_Gender> "Men" . > > <http://localhost:2020/shirts/s12> > <http://localhost:2020/vocab/resource/shirts_Colour> "Black" . > > <http://localhost:2020/shirts/s12> > <http://localhost:2020/vocab/resource/shirts_Shirt_Name> "Levis Denim Shirt > Black Cotton" . > > <http://localhost:2020/shirts/s12> > <http://localhost:2020/vocab/resource/shirts_Price> > "38"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/shirts/s12> > <http://localhost:2020/vocab/resource/shirts_Categories> "Casual" . > > <http://localhost:2020/shirts/s12> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts #s12" . > > <http://localhost:2020/shirts/s12> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/shirts> . > > <http://localhost:2020/shirts/s13> > <http://localhost:2020/vocab/resource/shirts_Shirt_ID> "s13" . > > <http://localhost:2020/shirts/s13> > <http://localhost:2020/vocab/resource/shirts_Size> "Large" . > > <http://localhost:2020/shirts/s13> > <http://localhost:2020/vocab/resource/shirts_Brand> "Tommy Hilfiger" . > > <http://localhost:2020/shirts/s13> > <http://localhost:2020/vocab/resource/shirts_Gender> "Men" . > > <http://localhost:2020/shirts/s13> > <http://localhost:2020/vocab/resource/shirts_Colour> "Red" . > > <http://localhost:2020/shirts/s13> > <http://localhost:2020/vocab/resource/shirts_Shirt_Name> "Tommy Hilfiger Long > Sleeve Striped Shirt" . > > <http://localhost:2020/shirts/s13> > <http://localhost:2020/vocab/resource/shirts_Price> > "39"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/shirts/s13> > <http://localhost:2020/vocab/resource/shirts_Categories> "Formal" . > > <http://localhost:2020/shirts/s13> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts #s13" . > > <http://localhost:2020/shirts/s13> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/shirts> . > > <http://localhost:2020/shirts/s14> > <http://localhost:2020/vocab/resource/shirts_Shirt_ID> "s14" . > > <http://localhost:2020/shirts/s14> > <http://localhost:2020/vocab/resource/shirts_Size> "Medium" . > > <http://localhost:2020/shirts/s14> > <http://localhost:2020/vocab/resource/shirts_Brand> "Lee" . > > <http://localhost:2020/shirts/s14> > <http://localhost:2020/vocab/resource/shirts_Gender> "Women" . > > <http://localhost:2020/shirts/s14> > <http://localhost:2020/vocab/resource/shirts_Colour> "White" . > > <http://localhost:2020/shirts/s14> > <http://localhost:2020/vocab/resource/shirts_Shirt_Name> "Twisted Womens Tin > Haul Western" . > > <http://localhost:2020/shirts/s14> > <http://localhost:2020/vocab/resource/shirts_Price> > "54"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/shirts/s14> > <http://localhost:2020/vocab/resource/shirts_Categories> "Formal" . > > <http://localhost:2020/shirts/s14> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts #s14" . > > <http://localhost:2020/shirts/s14> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/shirts> . > > <http://localhost:2020/shirts/s15> > <http://localhost:2020/vocab/resource/shirts_Shirt_ID> "s15" . > > <http://localhost:2020/shirts/s15> > <http://localhost:2020/vocab/resource/shirts_Size> "Small" . > > <http://localhost:2020/shirts/s15> > <http://localhost:2020/vocab/resource/shirts_Brand> "Adidas" . > > <http://localhost:2020/shirts/s15> > <http://localhost:2020/vocab/resource/shirts_Gender> "Women" . > > <http://localhost:2020/shirts/s15> > <http://localhost:2020/vocab/resource/shirts_Colour> "Brown" . > > <http://localhost:2020/shirts/s15> > <http://localhost:2020/vocab/resource/shirts_Shirt_Name> "Rusty Nail Plaid > Western Shirt" . > > <http://localhost:2020/shirts/s15> > <http://localhost:2020/vocab/resource/shirts_Price> > "34"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/shirts/s15> > <http://localhost:2020/vocab/resource/shirts_Categories> "Western" . > > <http://localhost:2020/shirts/s15> > <http://www.w3.org/2000/01/rdf-schema#label> "shirts #s15" . > > <http://localhost:2020/shirts/s15> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/shirts> . > > <http://localhost:2020/watch/w11> > <http://localhost:2020/vocab/resource/watch_Brand> "Rolex" . > > <http://localhost:2020/watch/w11> > <http://localhost:2020/vocab/resource/watch_Material> "Leather" . > > <http://localhost:2020/watch/w11> > <http://localhost:2020/vocab/resource/watch_Watch_ID> "w11" . > > <http://localhost:2020/watch/w11> > <http://localhost:2020/vocab/resource/watch_Watch_Name> "White Gold Daytona > Diamond Pave Roman" . > > <http://localhost:2020/watch/w11> > <http://www.w3.org/2000/01/rdf-schema#label> "watch #w11" . > > <http://localhost:2020/watch/w11> > <http://localhost:2020/vocab/resource/watch_Price> > "100"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/watch/w11> > <http://localhost:2020/vocab/resource/watch_Categories> "Luxury" . > > <http://localhost:2020/watch/w11> > <http://localhost:2020/vocab/resource/watch_Features> "Water_resistent" . > > <http://localhost:2020/watch/w11> > <http://localhost:2020/vocab/resource/watch_Gender> "Men" . > > <http://localhost:2020/watch/w11> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/watch> . > > <http://localhost:2020/watch/w12> > <http://localhost:2020/vocab/resource/watch_Brand> "Rado" . > > <http://localhost:2020/watch/w12> > <http://localhost:2020/vocab/resource/watch_Material> "Ceramic" . > > <http://localhost:2020/watch/w12> > <http://localhost:2020/vocab/resource/watch_Watch_ID> "w12" . > > <http://localhost:2020/watch/w12> > <http://localhost:2020/vocab/resource/watch_Watch_Name> "Rado Ceramica Black > Ceramic" . > > <http://localhost:2020/watch/w12> > <http://www.w3.org/2000/01/rdf-schema#label> "watch #w12" . > > <http://localhost:2020/watch/w12> > <http://localhost:2020/vocab/resource/watch_Price> > "1295"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/watch/w12> > <http://localhost:2020/vocab/resource/watch_Categories> "Luxury" . > > <http://localhost:2020/watch/w12> > <http://localhost:2020/vocab/resource/watch_Features> "Water_resistent" . > > <http://localhost:2020/watch/w12> > <http://localhost:2020/vocab/resource/watch_Gender> "Women" . > > <http://localhost:2020/watch/w12> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/watch> . > > <http://localhost:2020/watch/w13> > <http://localhost:2020/vocab/resource/watch_Brand> "Rado" . > > <http://localhost:2020/watch/w13> > <http://localhost:2020/vocab/resource/watch_Material> "Ceramic" . > > <http://localhost:2020/watch/w13> > <http://localhost:2020/vocab/resource/watch_Watch_ID> "w13" . > > <http://localhost:2020/watch/w13> > <http://localhost:2020/vocab/resource/watch_Watch_Name> "Rado Cerix Ladies > Black Gray Ceramic" . > > <http://localhost:2020/watch/w13> > <http://www.w3.org/2000/01/rdf-schema#label> "watch #w13" . > > <http://localhost:2020/watch/w13> > <http://localhost:2020/vocab/resource/watch_Price> > "1100"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/watch/w13> > <http://localhost:2020/vocab/resource/watch_Categories> "Dress" . > > <http://localhost:2020/watch/w13> > <http://localhost:2020/vocab/resource/watch_Features> "Water_resistent" . > > <http://localhost:2020/watch/w13> > <http://localhost:2020/vocab/resource/watch_Gender> "Women" . > > <http://localhost:2020/watch/w13> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/watch> . > > <http://localhost:2020/watch/w14> > <http://localhost:2020/vocab/resource/watch_Brand> "Tommy Hilfiger" . > > <http://localhost:2020/watch/w14> > <http://localhost:2020/vocab/resource/watch_Material> "Leather" . > > <http://localhost:2020/watch/w14> > <http://localhost:2020/vocab/resource/watch_Watch_ID> "w14" . > > <http://localhost:2020/watch/w14> > <http://localhost:2020/vocab/resource/watch_Watch_Name> "Tommy Hilfiger > Chrongraph Ladies Watch" . > > <http://localhost:2020/watch/w14> > <http://www.w3.org/2000/01/rdf-schema#label> "watch #w14" . > > <http://localhost:2020/watch/w14> > <http://localhost:2020/vocab/resource/watch_Price> > "165"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/watch/w14> > <http://localhost:2020/vocab/resource/watch_Categories> "Fashion" . > > <http://localhost:2020/watch/w14> > <http://localhost:2020/vocab/resource/watch_Features> "Water_resistent" . > > <http://localhost:2020/watch/w14> > <http://localhost:2020/vocab/resource/watch_Gender> "Women" . > > <http://localhost:2020/watch/w14> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/watch> . > > <http://localhost:2020/watch/w15> > <http://localhost:2020/vocab/resource/watch_Brand> "Tommy Hilfiger" . > > <http://localhost:2020/watch/w15> > <http://localhost:2020/vocab/resource/watch_Material> "steel" . > > <http://localhost:2020/watch/w15> > <http://localhost:2020/vocab/resource/watch_Watch_ID> "w15" . > > <http://localhost:2020/watch/w15> > <http://localhost:2020/vocab/resource/watch_Watch_Name> "Swatch Irony Wealthy > Chronograph Watch" . > > <http://localhost:2020/watch/w15> > <http://www.w3.org/2000/01/rdf-schema#label> "watch #w15" . > > <http://localhost:2020/watch/w15> > <http://localhost:2020/vocab/resource/watch_Price> > "213"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/watch/w15> > <http://localhost:2020/vocab/resource/watch_Categories> "Dress" . > > <http://localhost:2020/watch/w15> > <http://localhost:2020/vocab/resource/watch_Features> "Chronograph" . > > <http://localhost:2020/watch/w15> > <http://localhost:2020/vocab/resource/watch_Gender> "Men" . > > <http://localhost:2020/watch/w15> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/watch> . > > <http://localhost:2020/watch/w16> > <http://localhost:2020/vocab/resource/watch_Brand> "Fossil" . > > <http://localhost:2020/watch/w16> > <http://localhost:2020/vocab/resource/watch_Material> "Rubber" . > > <http://localhost:2020/watch/w16> > <http://localhost:2020/vocab/resource/watch_Watch_ID> "w16" . > > <http://localhost:2020/watch/w16> > <http://localhost:2020/vocab/resource/watch_Watch_Name> "Fossil Red Crystal > Digit Sport Watch" . > > <http://localhost:2020/watch/w16> > <http://www.w3.org/2000/01/rdf-schema#label> "watch #w16" . > > <http://localhost:2020/watch/w16> > <http://localhost:2020/vocab/resource/watch_Price> > "129"^^<http://www.w3.org/2001/XMLSchema#int> . > > <http://localhost:2020/watch/w16> > <http://localhost:2020/vocab/resource/watch_Categories> "Sport" . > > <http://localhost:2020/watch/w16> > <http://localhost:2020/vocab/resource/watch_Features> "Alarm" . > > <http://localhost:2020/watch/w16> > <http://localhost:2020/vocab/resource/watch_Gender> "Women" . > > <http://localhost:2020/watch/w16> > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> > <http://localhost:2020/vocab/resource/watch> . > > ------------------------------------------------------------------------------ > Using storage to extend the benefits of virtualization and iSCSI > Virtualization increases hardware utilization and delivers a new level of > agility. Learn what those decisions are and how to modernize your storage > and backup environments for virtualization. > http://www.accelacomm.com/jaw/sfnl/114/51434361/_______________________________________________ > d2rq-map-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel -- Dominique Guardiola, QUINODE • http://www.quinode.fr/ • Tel : 04.27.86.84.37 • Mob : 06.15.13.22.27 ------------------------------------------------------------------------------ Using storage to extend the benefits of virtualization and iSCSI Virtualization increases hardware utilization and delivers a new level of agility. Learn what those decisions are and how to modernize your storage and backup environments for virtualization. http://www.accelacomm.com/jaw/sfnl/114/51434361/ _______________________________________________ d2rq-map-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel
