Hi, 

I probably didn't understand what you need. The following query may help?
SELECT ?r ?lf
WHERE {
BIND(<http://dx.doi.org/10.13039/100000001> as ?r)
 ?r <http://www.w3.org/2008/05/skos-xl#prefLabel> ?l .
?l <http://www.w3.org/2008/05/skos-xl#literalForm> ?lf .
}

Regards,
Milorad



>________________________________
> From: Coeus[TM] <coeus...@gmail.com>
>To: users@jena.apache.org 
>Sent: Wednesday, October 30, 2013 2:09 PM
>Subject: Re: SPARQL and FundRef RDF Registry
> 
>
>Hi Milorad,
>
>I appreciate you introducing me to the service.
>
>Unfortunately, it did not solve the problem as I was asking for a SPARQL
>construct.
>
>Thanks!
>
>
>
>On Wed, Oct 30, 2013 at 6:37 PM, Coeus[TM] <coeus...@gmail.com> wrote:
>
>> Hi,
>>
>> May I seek for someone's help on how to construct a query for FundRef
>> RDFregistry
>> please.
>>
>> The idea is to simply search a funding source (e.g. <skosxl:literalForm
>> xml:lang="en">National Science Foundation</skosxl:literalForm>) by Id (e.g.
>> <skos:Concept rdf:about="http://dx.doi.org/10.13039/100000001";>) and
>> vice-versa.
>>
>> Dataset can be found at
>> http://www.crossref.org/docs/fundref/fundref_registry.rdf
>>
>> I already searched through the mailing list archive and tried the queries
>> that so far I've seen using arq but none of them worked for me.
>>
>> Thank you.
>>
>
>
>

Reply via email to