Freebase Google data dumps searching for all films -


i trying work freebase data dumps. try films ids searching predicates starts "film.film". got alot of unrelated items. predicate example:

film.film_character.portrayed_in_films_dubbed..film.dubbing_performance.film

which brings id of url:

http://www.freebase.com/m/0pc731y

which not movie character in movie. can me please???

if prefix search, you're going matches prefix.

if want imdb ids, other question, search for:

ns:type.object.key\t"/authority/imdb/title 

if want subject ids of type film, search for:

rdf:type\tns:film\.film\.$ 

in other words, make search expression match you're trying find.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -