python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get the subject and object values from freebase given the relation?
I downloaded the freebase dump to find triples.
I used zgrep to pull a sample of the profession relation (predicate) like this:
zgrep -a '/ns/people.person.profession' -m 20 freebase-rdf-latest.gz
a...
Faisal Mirza
Votes: 0
Answers: 0
How can I extract triples from the Freebase dump?
I would like to collect a large knowledge base of triples as: subject, object, predicate, so I downloaded the Freebase dump from the developers page, which contains triples in RDF format, and I want t...
Faisal Mirza
Votes: 0
Answers: 0
Negation does not work as expected for SPARQL property paths
According to SPARQL Property Paths, negation is expressed with the operator !, i.e., !(a|b|c|d) means any relations that do not fall into {a, b, c, d}.
Based one this definition, I find the following ...
Yu Gu
Votes: 0
Answers: 0