Test: Difference between revisions

From RAJ INFO
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Graph:Lines
{{#sparqlcharts:
| debug=1
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
| table=bls.gov/US Women's weekly earnings as a percent of men's by age, annual averages.tab
PREFIX dbo: <http://dbpedia.org/ontology/>
| type=year | xField=year
SELECT ?country
| series="age_16_24", "age_25_34", "age_35_44", "age_45_54"
WHERE {
| yZero=false | yMin=50 | yMax=100
  ?country rdf:type dbo:Country.
} LIMIT 10
|endpoint = http://dbpedia.org/sparql
}}
}}

Revision as of 10:04, 20 April 2021

{{#sparqlcharts: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX dbo: <http://dbpedia.org/ontology/> SELECT ?country WHERE {

 ?country rdf:type dbo:Country.

} LIMIT 10 |endpoint = http://dbpedia.org/sparql }}