Linked Data
One of the main rules of Linked Data is to use HTTP URIs to identify things, and to separate identifiers of the real-world things (often called non-information resources) and documents (information resources). The following list shows the scheme we use to identify our entities and the documents describing these things, and how you access them.
Entity URI: http://uberblic.org/resource/GUID#thing
HTML document URI: http://uberblic.org/resource/GUID.html
RDF/XML document URI: http://uberblic.org/resource/GUID.rdf
TriG document URI: http://uberblic.org/resource/GUID.trig
Schema Prefix: http://uberblic.org/ontology/
HTML, RDF/XML and TriG representations are returned at http://uberblic.org/resource/GUID based on content-negotiation. If want to access the RDF represenations programatically, please set your HTTP accept header accordingly:
- for RDF/XML:
application/rdf+xml - for TriG:
application/trig
