- From: Andy Seaborne <andy.seaborne@epimorphics.com>
- Date: Mon, 11 Jul 2011 09:53:52 +0100
- To: public-sparql-dev@w3.org
Srecko, > But, all I got is empty string, or null > value. Could someone please write a simple query which is going > to read anything from this example? The best is if you show what you have tried so far rather than "something didn't work" because the devil is in the detail - there are several ways things may be going wrong for you. Also, please say which toolkit you are using. All these are about a "complete, minimal example" -- something that can be run, illustrates the issue and is no larger than necessary, together with a description of what is the desired results. Andy On 09/07/11 14:44, Srecko Joksimovic wrote: > Hello everyone! > I'm new to SPARQL, and I thought that I understand the point. But, I > have file like this one: > > @prefix protons: <http://proton.semanticweb.org/2006/05/protons# > <http://proton.semanticweb.org/2006/05/protons>> .. > @prefix protont: <http://proton.semanticweb.org/2006/05/protont# > <http://proton.semanticweb.org/2006/05/protont>> .. > > <http://www.lornet.org/acm-ccs/proton#Alias_07c6001f-8f5c-49e1-ae3c-92c9121b4297> > a protons:Alias ; > <http://www.w3.org/2000/01/rdf-schema#label> > "Convex Programming@en" . > > <http://www.lornet.org/acm-ccs/proton#Alias_63786f1d-7b3c-4872-b4e0-8227de53c015> > a protons:Alias ; > <http://www.w3.org/2000/01/rdf-schema#label> > "Document and Text Processing@en" . > > <http://www.lornet.org/acm-ccs/proton#J.7.1> > a protont:Topic ; > protons:generatedBy <http://www.lornet.org/acm-ccs/proton#TrustedSrc> ; > protons:hasMainAlias > <http://www.lornet.org/acm-ccs/proton#Alias_dee6eec3-b503-4d3e-a98d-ecdde5d5ee1a> > .. > > <http://www.lornet.org/acm-ccs/proton#Alias_ff639082-2cc4-484e-92f7-5f0f09898d2d> > a protons:Alias ; > <http://www.w3.org/2000/01/rdf-schema#label> > "Store and Forward Networks@en" . > > <http://www.lornet.org/acm-ccs/proton#Alias_7f00cebc-8828-4415-83b3-2eb53ae3b0b6> > a protons:Alias ; > <http://www.w3.org/2000/01/rdf-schema#label> > "Integral Equations@en" . > > <http://www.lornet.org/acm-ccs/proton#Alias_08a8af20-311b-4a43-b996-7d4a8c034636> > a protons:Alias ; > <http://www.w3.org/2000/01/rdf-schema#label> > "Information Filtering@en" . > > <http://www.lornet.org/acm-ccs/proton#Alias_bb28b422-05f4-47f8-a8f5-811610a2f77f> > a protons:Alias ; > <http://www.w3.org/2000/01/rdf-schema#label> > "Surfac eFitting@en" . > > <http://www.lornet.org/acm-ccs/proton#Alias_8b20c6a0-1b02-4c34-bd30-740d8d150f30> > a protons:Alias ; > <http://www.w3.org/2000/01/rdf-schema#label> > "Reliability,Availability and Serviceability@en" . > > <http://www.lornet.org/acm-ccs/proton#Alias_b6e48ecc-f1a9-44e6-8ff9-c8817647765a> > a protons:Alias ; > <http://www.w3.org/2000/01/rdf-schema#label> > "Aerospace@en" . > > and I want to read labels. But, all I got is empty string, or null > value. Could someone please write a simple query which is going to read > anything from this example? > > Thank you! >
Received on Monday, 11 July 2011 08:54:25 UTC