NOSAD-POC: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
Line 158: Line 158:
} group by ?orgLabel
} group by ?orgLabel
order by desc(xsd:integer(?AkrivitetDataportalen))
order by desc(xsd:integer(?AkrivitetDataportalen))
</sparql>
==== Ämnen Sveriges NOSAD föredrag kandidater för autoGPT ====
* hitta kandidater för AutoGPT [https://github.com/salgo60/NOSAD-POC-Wikidata/issues/28#issuecomment-1509859220 #28]
<sparql tryit="1">
#title: WDSubjects set in NOSAD Presentations --> candidates for autoGPT
PREFIX wd: <https://oswald.wikibase.cloud/entity/>
PREFIX wds: <https://oswald.wikibase.cloud/entity/statement/>
PREFIX wdv: <https://oswald.wikibase.cloud/value/>
PREFIX wdt: <https://oswald.wikibase.cloud/prop/direct/>
PREFIX p: <https://oswald.wikibase.cloud/prop/>
PREFIX ps: <https://oswald.wikibase.cloud/prop/statement/>
PREFIX pq: <https://oswald.wikibase.cloud/prop/qualifier/>
SELECT distinct ?WD ?WDTopic
WHERE {
  ?org wdt:P24 ?WDt. #WD Topic
  BIND(URI(CONCAT("http://www.wikidata.org/entity/",?WDt)) AS ?WD)
  SERVICE <https://query.wikidata.org/sparql> {
    ?WD rdfs:label ?WDTopic. FILTER(LANG(?WDTopic) ="en")
  }
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en,sv".
  }
} order by ?WDTopic
</sparql>
</sparql>
[[category:SPARQL]]
[[category:SPARQL]]

Navigation menu