Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Ordovizâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #292012 | Initial revision | — | 4 months ago |
Answer | — |
A: Wikidata: How do I ask for the start date of a property in SPARQL? You can query for P580 (start time) qualifiers on P4033 (Mastodon address) statements like this: ``` p:P4033 ?mastoStatement. ?mastoStatement pq:P580 ?joinedfediverse. ``` Note the use of `p:` instead of `wdt:`. Your full query would be: ``` SELECT ?politicianLabel ?partyLabel ?mastod... (more) |
— | 4 months ago |