The Knowledge Graph Conference Icon
The Knowledge Graph Conference
  • 🏠Home
  • 📅Events
  • 👤Members
  • 🔵Announcements
  • 🔵Ask
  • 🔵Ask The Ontologists
  • 🔵Events
  • 🔵Jobs
  • 🔵Promotions
  • 🔵Share
Powered by Tightknit

Milan Dojchinovski

Commented on DBpedia Querying: Troubleshooting Composer Data in...·Posted inAsk
Avatar of Milan Dojchinovski
Milan Dojchinovski
·

Eszter S. not sure what you mean by "find the right resource / prefix for things"... but the list of defined prefixes in the sparql endpoint can be found at https://dbpedia.org/sparql?help=nsdecl

1
Commented on DBpedia Querying: Troubleshooting Composer Data in...·Posted inAsk
Avatar of Milan Dojchinovski
Milan Dojchinovski
·

do you have a use case for DBpedia in the music domain? would be happy to assist further

Commented on DBpedia Querying: Troubleshooting Composer Data in...·Posted inAsk
Avatar of Milan Dojchinovski
Milan Dojchinovski
·

usually, to have a better coverage one would need to craft several queries, and then merge the results

Commented on DBpedia Querying: Troubleshooting Composer Data in...·Posted inAsk
Avatar of Milan Dojchinovski
Milan Dojchinovski
·

as for 2) to pull composers and their compositions you can try following:

SELECT * WHERE {

    ?composer a dbo:Person .
    ?composer dct:subject dbc:18th-century_classical_composers .
    ?composition dbp:composer ?composer . 
}

Commented on DBpedia Querying: Troubleshooting Composer Data in...·Posted inAsk
Avatar of Milan Dojchinovski
Milan Dojchinovski
·

for 1) try following:

SELECT ?person WHERE {
    ?person dbo:birthPlace <http://dbpedia.org/resource/Berlin> . 
}

or shorter version

SELECT ?person WHERE {
    ?person dbo:birthPlace dbr:Berlin . 
}

dbr is prefix for http://dbpedia.org/resource/

1
Commented on DBpedia Querying: Troubleshooting Composer Data in...·Posted inAsk
Avatar of Milan Dojchinovski
Milan Dojchinovski
·

Hi Eszter S., let me try to help here

Commented on Join the 3rd DBpedia Stack Tutorial on December 8,...·Posted inEvents
Avatar of Milan Dojchinovski
Milan Dojchinovski
·

Hi Gregory Saumier-Finch, the topics covered within the tutorial are more or less the same. Is there anything specific that you learn during the next tutorial? Any feedback is appreciated! Thanks!

About

  • Job title
  • Location
  • Organization