Skip to content

Instantly share code, notes, and snippets.

View jupiterbak's full-sized avatar

Jupiter Bakakeu jupiterbak

  • Siemens AG
  • Nüremberg - Germany
  • X @JBakakeu
View GitHub Profile
@lattner
lattner / TaskConcurrencyManifesto.md
Last active July 19, 2024 00:30
Swift Concurrency Manifesto
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Obtain the label of a given class (:class1).
SELECT DISTINCT ?c (STR(?l) AS ?lb)
WHERE {
?c a :class1 ;
<http://www.w3.org/2000/01/rdf-schema#label> ?l .
}
# Obtain a list of classes.
SELECT DISTINCT ?c
WHERE {