- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Fri, 14 Jun 2024 08:18:28 -0400
- To: public-solid@w3.org
- Message-ID: <d22a4ce4-a738-4d37-a51b-9bd28ffb8116@openlinksw.com>
On 6/14/24 2:46 AM, Sarven Capadisli wrote: > On 2024-06-12 12:32, Sarven Capadisli wrote: >> What interesting/useful queries can you come up with? >> >> What useful information is missing at source that you would like to see? > > Okay, I promise, just one more turn. We can find a new home for these > examples. Some of this work is partly expressed or at least aimed to > be enabled by the work on Solid QA: https://solidproject.org/ED/qa > > > ## Changelog > > https://sparql.org/sparql?query=%0D%0APREFIX+spec%3A+%3Chttp%3A%2F%2Fwww.w3.org%2Fns%2Fspec%23%3E%0D%0ASELECT+%3Fdocument+%3Fchange+%3FchangeClass+%3FchangeSubject+%3Fstatement%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolidproject.org%252FTR%252Fprotocol%26raw%3E%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolidproject.org%252FTR%252Fwac%26raw%3E%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolidproject.org%252FTR%252Fnotifications-protocol%26raw%3E%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolidproject.org%252FED%252Fqa%26raw%3E%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolid.github.io%252Fwebid-profile%252F%26raw%3E%0D%0AWHERE%7B%0D%0A++%3Fdocument+spec%3Achangelog+%5B%0D%0A++++spec%3Achange+%3Fchange+%3B%0D%0A++%5D+.%0D%0A++%3Fchange%0D%0A++++spec%3AchangeClass+%3FchangeClass+%3B%0D%0A++++spec%3AchangeSubject+%3FchangeSubject+%3B%0D%0A++++spec%3Astatement+%3Fstatement+.%0D%0A%7D%0D%0AORDER+BY+%3Fdocument+%3FchangeClass+%3FchangeSubject&default-graph-uri=&output=xml&stylesheet=%2Fxml-to-html.xsl > > > ``` > PREFIX spec: <http://www.w3.org/ns/spec#> > SELECT ?document ?change ?changeClass ?changeSubject ?statement > FROM > <http://rdf.greggkellogg.net/distiller?command=serialize&format=rdfa&output_format=turtle&url=https:%2F%2Fsolidproject.org%2FTR%2Fprotocol&raw> > > FROM > <http://rdf.greggkellogg.net/distiller?command=serialize&format=rdfa&output_format=turtle&url=https:%2F%2Fsolidproject.org%2FTR%2Fwac&raw> > > FROM > <http://rdf.greggkellogg.net/distiller?command=serialize&format=rdfa&output_format=turtle&url=https:%2F%2Fsolidproject.org%2FTR%2Fnotifications-protocol&raw> > > FROM > <http://rdf.greggkellogg.net/distiller?command=serialize&format=rdfa&output_format=turtle&url=https:%2F%2Fsolidproject.org%2FED%2Fqa&raw> > > FROM > <http://rdf.greggkellogg.net/distiller?command=serialize&format=rdfa&output_format=turtle&url=https:%2F%2Fsolid.github.io%2Fwebid-profile%2F&raw> > > WHERE{ > ?document spec:changelog [ > spec:change ?change ; > ] . > ?change > spec:changeClass ?changeClass ; > spec:changeSubject ?changeSubject ; > spec:statement ?statement . > } > ORDER BY ?document ?changeClass ?changeSubject > ``` > > -Sarven > https://csarven.ca/#i Nice! Here’s <https://linkeddata.uriburner.com/sparql/?default-graph-uri=&query=DEFINE+get%3Asoft+%22soft%22%0D%0APREFIX+spec%3A+%3Chttp%3A%2F%2Fwww.w3.org%2Fns%2Fspec%23%3E%0D%0A%0D%0ASELECT+%28SAMPLE%28%3Fs%29+as+%3FSampleEntity%29+%28COUNT%28*%29+AS+%3Fcount%29+%28%3Fo+AS+%3FEntityType%29%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolidproject.org%252FTR%252Fprotocol%26raw%3E%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolidproject.org%252FTR%252Fwac%26raw%3E%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolidproject.org%252FTR%252Fnotifications-protocol%26raw%3E%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolidproject.org%252FED%252Fqa%26raw%3E%0D%0AFROM+%0D%0A%3Chttp%3A%2F%2Frdf.greggkellogg.net%2Fdistiller%3Fcommand%3Dserialize%26format%3Drdfa%26output_format%3Dturtle%26url%3Dhttps%3A%252F%252Fsolid.github.io%252Fwebid-profile%252F%26raw%3E%0D%0AWHERE%7B%0D%0A+++++++%3Fs+a+%3Fo.%0D%0A+++++++FILTER+%28%21+CONTAINS%28STR%28%3Fs%29%2C%22uriburner%22%29%29%0D%0A%7D%0D%0AGROUP+BY+%3Fo%0D%0AORDER+BY+DESC+%28%3Fcount%29%0D%0A%0D%0A&should-sponge=&format=text%2Fx-html%2Btr&timeout=30000> an alternative view from our URIBurner instance. -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Home Page:http://www.openlinksw.com Community Support:https://community.openlinksw.com Weblogs (Blogs): Company Blog:https://medium.com/openlink-software-blog Virtuoso Blog:https://medium.com/virtuoso-blog Data Access Drivers Blog:https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers Personal Weblogs (Blogs): Medium Blog:https://medium.com/@kidehen Legacy Blogs:http://www.openlinksw.com/blog/~kidehen/ http://kidehen.blogspot.com Profile Pages: Pinterest:https://www.pinterest.com/kidehen/ Quora:https://www.quora.com/profile/Kingsley-Uyi-Idehen Twitter:https://twitter.com/kidehen Google+:https://plus.google.com/+KingsleyIdehen/about LinkedIn:http://www.linkedin.com/in/kidehen Web Identities (WebID): Personal:http://kingsley.idehen.net/public_home/kidehen/profile.ttl#i :http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this
Received on Friday, 14 June 2024 12:18:35 UTC