We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66177b5 commit 3e6f2d4Copy full SHA for 3e6f2d4
README.md
@@ -43,7 +43,7 @@ $api = new WikidataQueryApi( 'https://wdq.wmflabs.org/api' );
43
44
// Build helper tools
45
$wikidataQueryFactory = new WikidataQueryFactory( $api );
46
-$simpleQueryService = $wikidataQueryFactory->newSimpleQueryService() );
+$simpleQueryService = $wikidataQueryFactory->newSimpleQueryService();
47
48
//Do a query that returns a list of ItemId
49
//This query finds all the children (P40) of Charlemagne (Q3044)
0 commit comments