rdf-ext-archive / rdf-examples

Examples for RDFJS Interfaces
4 stars 4 forks source link

Advanced dereferencing example #4

Closed semanticfire closed 6 years ago

semanticfire commented 7 years ago

From a browser I would like to use rdf-ext to do a follow your nose type of dereferencing.

e.g. load the dbpedia resource of amsterdam http://dbpedia.org/resource/Amsterdam

and retrieve value of: http://dbpedia.org/ontology/part and from the resources this points to get 'http://www.w3.org/2000/01/rdf-schema#label http://dbpedia.org/ontology/populationTotal'

and output a array sorted on population total

( yes I know this can be done with sparql on dbpedia, but thats not the point of this question )

bergos commented 7 years ago

Added example, including HTML version.