query-a1dfa05fee11ce5051c3c2da061ceae4

rq turtle/ttl

Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50 Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50 Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50 Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50 Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50 Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50 Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50 Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50 Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50 Items and properties where the description is the same as the label

by YMS, 2016-09-26

select ?item ?label (lang(?label) as ?lang) where { ?item rdfs:label ?label . ?item schema:description ?label . } limit 50

Use at

PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
#Items and properties where the description is the same as the label
#by YMS, 2016-09-26
select ?item ?label (lang(?label) as ?lang) where {
  ?item rdfs:label ?label .
  ?item schema:description ?label .
} limit 50

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?label"):::projected v3("?lang") v1 --"rdfs:label"--> v2 v1 --"schema:description"--> v2 bind0[/"?label"/] v2 --o bind0 bind0 --as--o v3