mql - Freebase Obtain All Information On One Subject -
i'm trying find best way information displayed on freebase page via mql query.
i've tried topic api includes lot of metadata.
i've tried using links/reflection in:
{ "id": "/en/samsung_electronics", "/type/reflect/any_master": [{ "link": { "master_property": null }, "name": null, "id": null }], "/type/reflect/any_reverse": [{ "link": { "master_property": null }, "name": null, "id": null }], "/type/reflect/any_value": [{ "link": { "master_property": null }, "value": null }] }
but means i'll missing information, such number of employees because that's given "dated integer" which, of course, doesn't automatically expanded , won't know have expand in general. best attempts @ expanding objects nesting query once in met
"code": 503, "message": "backend error"
in rdf/sparql (e.g. dbpedia) i'd select ?p ?o {uri ?p ?o}
, select ?s ?p {?s ?p uri}
, missing such simple way in freebase?
so summarize, i'm looking way information on freebase html page little overhead possible , without missing anything.
the topic api designed specifically use case (and what's used construct freebase html page). takes filter parameter can used tailor output include parts of schema of interest. metadata getting in way? why can't skip it?
if you'd prefer use sparql, there's rdf dump available load in own triple store , query sparql.
Comments
Post a Comment