-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge MLSea and LinkedPapersWithCode #15
Comments
Hi @VladimirAlexiev , As a first step I linked publication, repository and dataset entities from Linked Papers With Code to the corresponding MLSea entities using owl:sameAs links. In total there are now the following owl:sameAs triples in the linkedpaperswithcode database:
All sameAs links are stored in the named graph Example owl:sameAs RDF triples:
Example federated SPARQL Query for a paper executed over the LPWC SPARQL endpoint: PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX Service: <http://www.metaphacts.com/ontologies/platform/service/>
SELECT *
WHERE {
GRAPH <https://linkedpaperswithcode.com/mlsealinks> {
<https://linkedpaperswithcode.com/paper/sticc-a-multivariate-spatial-clustering> owl:sameAs ?mlsea_paper .
}
SERVICE <http://w3id.org/mlsea-kg> {
?mlsea_paper ?predicate ?object .
}
} The code for creating the owl:sameAs link is available here: https://github.com/metaphacts/linkedpaperswithcode/tree/main/mlsea-linking |
dtai-kg/MLSea-KGC#2 would be a major undertaking but with immense value :-)
The text was updated successfully, but these errors were encountered: