Looks great. Thanks Fabian.

However I don't understand why the @context has both a line for the
ontology prefix:

"db-ont:": "http://dbpedia.org/ontology/";,

and then specific type shortnames such as:

"Artist": "http://dbpedia.org/ontology/Artist";,
"MusicalArtist": "http://dbpedia.org/ontology/MusicalArtist";,
"Person": "http://dbpedia.org/ontology/Person";,

And then in the payload:

     "@type": [
       "dbp-ont:Artist",
       "dbp-ont:MusicalArtist",
       "dbp-ont:Person",
       ...
     ],

Either we use shortnames for types or we use the prefix notation
without polluting the context whith type shortnames.

-- 
Olivier

Reply via email to