query-2bed8446b61a192705301e9fbda02ff3

rq turtle/ttl

مواقع الويب بنقاط نهاية OpenAPI Websites with OpenAPI endpoints Websites with OpenAPI endpoints Webové stránky s koncovými body OpenAPI Websites with OpenAPI endpoints Webseiten mit OpenAPI-Endpunkt Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Sites web avec des points d’accès OpenAPI Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Siti web con endpoint OpenAPI Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites met OpenAPI-eindpunten Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Websites with OpenAPI endpoints Webbplatser med OpenAPI-slutpunkter Websites with OpenAPI endpoints Websites with OpenAPI endpoints Вебсайти з точками доступу OpenAPI Websites with OpenAPI endpoints 有OpenAPI端点的网站

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?database ?databaseLabel ?license ?licenseLabel ?value WHERE {
  ?database ?p ?wds .
  OPTIONAL { ?database wdt:P275 ?license }
  ?wds ?v ?value.
  ?wdP wikibase:statementProperty ?v.
  ?wdP wikibase:claim ?p.
  ?wds pq:P31 wd:Q27075870.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
} ORDER BY ASC(?databaseLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?database"):::projected v1("?databaseLabel"):::projected v5("?license"):::projected v3("?p") v6("?v") v7("?value"):::projected v8("?wdP") v4("?wds") c7(["bd:serviceParam"]):::iri c9(["en"]):::literal c5(["wd:Q27075870"]):::iri v2 -->v3--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P275".-> v5 end v4 -->v6--> v7 v8 --"wikibase:statementProperty"--> v6 v8 --"wikibase:claim"--> v3 v4 --"pq:P31"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end