query-7ec077dfa1b84909f944c585d72aa915

rq turtle/ttl

has foundedWikidata:Property proposal/Person Originally proposed at (March 2016)Wikidata:Property_proposal/Archive/45#founder_of_.28alias:_founded.29 (Feb 2016)Wikidata:Property_proposal/Archive/46#founder_of (Dec 2013)Wikidata:Property_proposal/Archive/21#Founder_of See alsonot yetRobot and gadget jobspersons, who are founder of anything, need the property "has founded" or similar. There are so much persons in Wikidata, who are founder or co-founder of anything, but I could not find any similar propertyPlanned use(Q188307)The Salvation Army -> (Q309882)William Booth has founded: ExamplenoneAllowed unitsmainly persons, companies, institutesDomainItemData type)Please translate this into English. – ((de) hat gegründetDescription Not done  Motivation ]reply[15:24, 20 July 2017 (UTC)) talk (Doc Taxonpersons, who are founder or co-founder of anything, need the property "has founded" or similar. There are so much persons in Wikidata, who are founder of anything, but I could not find any similar property Discussion per the above. If you want to find these founded things, then run the appropriate query:Oppose ]reply[17:30, 23 July 2017 (UTC)) talk (Doc Taxon, an object of relevance, founded by the item. (Q188307)The Salvation Army I cannot found the object (Q309882)William Booth but an inverse property is not been shown as property of the item, because if I open the item ]reply[20:05, 21 July 2017 (UTC) Andy's edits; Talk to Andy); Pigsonthewing (Andy Mabbett per APS. Oppose ]reply[17:51, 20 July 2017 (UTC)) talk (ArthurPSmith; it really should not be needed. (P112)founded by this would be an inverse property to Oppose

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel 
{
    ?item wdt:P112 wd:Q309882 .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en"  }    
}
LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c4(["bd:serviceParam"]):::iri c2(["wd:Q309882"]):::iri c6(["de,en"]):::literal v1 --"wdt:P112"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end