Main Page

From CEUR-dev
Jump to navigation Jump to search

CEUR-dev

This Wikibase instance contains a curated subset of CEUR-WS proceedings data, originally sourced from Wikidata. The data was imported on December 5, 2024, using the WikibaseMigrator tool using the queries defined in Subsetting CEUR-WS from Wikidata.

The primary purpose of this Wikibase instance is to provide a dedicated environment for testing and developing data semantification methodologies without disrupting the primary Wikidata repository.

Check latest Proceedings

PREFIX wdt: <https://ceur-dev.wikibase.cloud/prop/direct/>
PREFIX wd: <https://ceur-dev.wikibase.cloud/entity/>
SELECT ?proceedings ?title ?publication_date {
?proceedings wdt:P15 wd:Q13.
?proceedings wdt:P5 ?title.
  ?proceedings wdt:P13 ?publication_date.
}
ORDER BY DESC(?publication_date)
LIMIT 20

Try it!


CEUR-WS Entity Schema

Note: The listed entity schema are for Wikidata and thus use the property and item ids from Wikidata.