Questions tagged [microsoft-academic-graph]

3 questions
2
votes
1 answer

Query on string not working in SPARQL with Fuseki (MAKG dataset)

I would like to make a SPARQL query using MAKG (Microsoft Academic Knowledge Graph) (https://makg.org/) and DBPedia datasets (using SERVICE keyword) on Apache Jena Fuseki. Before that, I want to test some simpler queries for just MAKG such…
0
votes
1 answer

Escaping ' in Microsoft Academic API query

I am trying to use the Microsoft Academic API to download the publications of this author. Since his name contains a ', the API throws an error. I am passing this URL to the…
0
votes
1 answer

Add author affiliation to Microsoft Academic evaluate API request

I have a Python function for calling the Microsoft Academic API evaluate method. The function currently takes in the author name and returns citation count: import requests def get_author_CC(subscription_key, author_name): url =…
acciolurker
  • 429
  • 4
  • 15