Queries

From Semantic Name Authority Repository Cymru
Revision as of 10:41, 26 November 2022 by Jason.nlw (talk | contribs) (Created page with "Enghreifftiau o querries a ddefnyddiwyd i dynnu data o'r gronfa / ''Examples of querries used to extract data from the database'' {{#tag:syntaxhighlight| SELECT ?a ?b ?c WHERE { x y ?a. m n ?b. ?b f ?c. } |lang=SPARQL }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Enghreifftiau o querries a ddefnyddiwyd i dynnu data o'r gronfa / Examples of querries used to extract data from the database

SELECT ?a ?b ?c
WHERE
{
  x y ?a.
  m n ?b.
  ?b f ?c.
}