Earlier quoted context omitted.
"a journey of a thousand miles begins with a single step"
"a journey of a everything begins with a 55M keys"
Show HN: A database of everything (over 55M keys)
21–30 of 43 posts
Re: Show HN: A database of everything (over 55M keys)
#22Re: Show HN: A database of everything (over 55M keys)
#23if you want really all the data: http://lod-cloud.net/
but still, neat project.
Re: Show HN: A database of everything (over 55M keys)
#24does silicon valley now suddenly discover the semantic web and triplestores :O if you want really all the data: http://lod-cloud.net/ but still, neat project.
Re: Show HN: A database of everything (over 55M keys)
#25Earlier quoted context omitted.
> Has this been done before? Depends what you mean by "this"! RDF [1] and most of the technology surrounding it and the "Semantic Web" are based on (subject, predicate, object) triples almost exactly like this, where each element is often a URI, and objects are often strings just like they are here. It even has taken this idea to the next level where the statements expressed by such a triple can themselves be given a…
This is exactly what I thought when I saw this project. Having worked with DBPedia data and the triples format ; I was just wondering how Outpan just stole the idea of Triples and packaged it as a new idea
Re: Show HN: A database of everything (over 55M keys)
#26Re: Show HN: A database of everything (over 55M keys)
#27There's some more complex and curated projects out there, among them: https://www.wikidata.org/wiki/Wikidata:Main_Page
compare https://www.outpan.com/data?k=germany
to http://netbase.pannous.com/html/verbose/germany (wikidata mirror)
Re: Show HN: A database of everything (over 55M keys)
#28Earlier quoted context omitted.
> Has this been done before? Depends what you mean by "this"! RDF [1] and most of the technology surrounding it and the "Semantic Web" are based on (subject, predicate, object) triples almost exactly like this, where each element is often a URI, and objects are often strings just like they are here. It even has taken this idea to the next level where the statements expressed by such a triple can themselves be given a…
To borrow a subject matter that's currently popular on the Outpan homepage, here are the first 500 facts DBpedia knows about Donald Trump: SELECT DISTINCT ?property ?value WHERE { ?property ?value } LIMIT 500 Results: http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbp... (although, note, not every dataset they have is loaded into their SPARQL endpoint) As you can see there's a lot of metadata type propertie…
Re: Show HN: A database of everything (over 55M keys)
#29Re: Show HN: A database of everything (over 55M keys)
#30Earlier quoted context omitted.
> Has this been done before? Depends what you mean by "this"! RDF [1] and most of the technology surrounding it and the "Semantic Web" are based on (subject, predicate, object) triples almost exactly like this, where each element is often a URI, and objects are often strings just like they are here. It even has taken this idea to the next level where the statements expressed by such a triple can themselves be given a…
This is exactly what I thought when I saw this project. Having worked with DBPedia data and the triples format ; I was just wondering how Outpan just stole the idea of Triples and packaged it as a new idea