Skip to content

Installed and sucessfully running the latest_core collection but no results returned for SPARQL queries or pages don't show correctly #24

Open
@ghost

Description

Here is a sparql for returning entries related to Steve Jobs' page :

SELECT ?uri ?sameAs
WHERE {
?uri dbo:wikiPageID 7412236 .
?uri owl:sameAs ?sameAs
}

It returns values on live dbpedia but when I run through virtuoso on my machine nothing is returned. Also any dbpedia page(Even non-existing ones) have only on statement which is sameAs, pointing to live dbpedia. as below:

Screenshot (50)

What should I do to make it work on my local machine correctly?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions