ProfessionalWiki / ProfessionalWiki/WikibaseRDF
owl:sameAs not showing up in my instance of query service
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 17
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I'm running a docker instance of wikibase and wdqs according to the wmde docker-compose file (with customization).
I've added WikibaseRDF extension and have gotten it to work locally. As in, I can create mappings to urls for entities.

However, I do not get any results if I search for
PREFIX owl: <http://www.w3.org/2002/07/owl#>
SELECT ?item ?itemLabel ?itemDescription ?object ?objectLabel ?objectDescription WHERE
{
?item owl:sameAs ?object.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
or any owl:sameAs result with this one:
select * where { ?a ?b ?c}
auto suggest does recognize owl:sameAs though...
Am I missing anything?
I have this in my localSettings.php:
wfLoadExtension( 'WikibaseRDF' );
$wgWikibaseRdfPredicates = [
'owl:sameAs',
'owl:SymmetricProperty',
'rdfs:subClassOf',
'rdfs:subPropertyOf',
];
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report names localSettings.php, the wmde docker-compose setup, and two SPARQL queries. Start by reproducing the configuration and comparing the WikibaseRDF predicate settings with the query-service data; done means owl:sameAs triples appear in query results, not only in autocomplete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, php
- Domain
- backend, database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100