Created
September 15, 2010 18:03
-
-
Save Laurian/581158 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<rdf:RDF | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:j.0="http://rdfs.org/sioc/ns#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" > | |
<rdf:Description rdf:about="http://purl.org/net/cenobot/dfce00b1-f7f2-4689-84a8-a5ab2741ee67"> | |
<dc:creator>nostriluu</dc:creator> | |
<dc:date>2010-09-15T17:55:45+0000</dc:date> | |
<dc:source>#p2pu-general/open-journalism-open-web</dc:source> | |
<j.0:content>still, a free, robust network supporting tens of thousands+ of chatters is pretty good</j.0:content> | |
<j.0:hasContainer>irc://irc.freenode.net/#p2pu-general/open-journalism-open-web</j.0:hasContainer> | |
<rdfs:seeAlso rdf:resource="http://purl.org/net/cenobot/p2pu-general/open-journalism-open-web/2010-09-15#17:55:45+0000"/> | |
</rdf:Description> | |
</rdf:RDF> |
SELECT ?date ?creator ?o
WHERE {
?s http://rdfs.org/sioc/ns#content ?o .
?s http://purl.org/dc/elements/1.1/date ?date .
?s http://purl.org/dc/elements/1.1/creator ?creator .
?s http://purl.org/dc/elements/1.1/source "#p2pu-general/open-journalism-open-web" .
} ORDER BY ?date
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SELECT ?date ?creator ?o
WHERE {
?s http://rdfs.org/sioc/ns#content ?o .
?s http://purl.org/dc/elements/1.1/date ?date .
?s http://purl.org/dc/elements/1.1/creator ?creator .
?s http://purl.org/dc/elements/1.1/source "#p2pu-general/open-journalism-open-web" .
} ORDER BY ?date