query-46b9f82b1c133e368acbc074adc94c7d

rq turtle/ttl

Professional relationsThere's a bunch of professional relations between people: P184 doctoral advisor P185 doctoral student P737 influenced by (partly, range may be different from person) P802 student P1066 student of P1327 professional or sports partner P1775 follower (to try to find more, see this query but I don't know if it's possible to restrict to range "person"): Professional relationsThere's a bunch of professional relations between people: P1775 follower P1327 professional or sports partner P1066 student of P802 student P737 influenced by (partly, range may be different from person) P185 doctoral student P184 doctoral advisor(to try to find more, see this query but I don't know if it's possible to restrict to range "person"):

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select * {
  ?p wdt:P31 wd:Q18608871; wikibase:propertyType wikibase:WikibaseItem; rdfs:label ?label
  filter (lang(?label)="en")
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?label"):::projected v2("?p"):::projected c3(["wd:Q18608871"]):::iri c5(["wikibase:WikibaseItem"]):::iri f0[["?label = 'en'"]] f0 --> v1 v2 --"wdt:P31"--> c3 v2 --"wikibase:propertyType"--> c5 v2 --"rdfs:label"--> v1