How to get all properties for only a specific category in Wikidata?
Is there an rdf data/other format that allow me to get all the properties that can exist in a category e.g. Person, then I should be returned properties like sex, date of birth How to query this information at https://query.wikidata.org/ ? What i want is this https://www.wikidata.org/wiki/Wikidata:List_of_properties/Summary_table But is there a better format for this ? I want to access programmatically UPDATE This query is too heavy, causes timeout. SELECT ?p ?attName WHERE { ?q wdt:P31 wd:Q5. ?q ?p ?statement. ?realAtt wikibase:claim ?p. ?realAtt rdfs:label ?attName. FILTER(((LANG(?attName))