cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
sparql requests in protege
sparql requests in protege
Dec 16, 2017 at 5:24pm UTC
Erema
(2)
hello, sparql requests in protege
I need to find 100 names mail.ru
PREFIX foaf: <
https://mail.ru/>
SELECT? X? Name
WHERE {? X foaf: name? Name} LIMIT 100
does not produce the required answer
advise what to do
thank you in advance
Dec 16, 2017 at 6:38pm UTC
jonnin
(11438)
looks like broken or oddball sql, not c++.
what does it produce? Do you have select access for this information on that server?
Dec 19, 2017 at 3:14pm UTC
Erema
(2)
hello, thanks for the feedback
I have my diploma work, sparql inquiries in the protege
I want to make a request in the sparql program
100 names need someone who has vk.com
but you need to find in this
https://www.yahoo.com/
site
PREFIX foaf: <
https://www.yahoo.com/>
SELECT ?name ?mbox
WHERE
{ ?x foaf:name ?name .
?x foaf:mbox ?mbox }
can customize protege?
Last edited on
Dec 19, 2017 at 3:16pm UTC
Topic archived. No new replies allowed.