This HTML5 document contains 4 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n5http://dbkwik.webdatacommons.org/ontology/
n2http://dbkwik.webdatacommons.org/resource/XlUvIKKtiJzcWz60sml9qg==
rdfshttp://www.w3.org/2000/01/rdf-schema#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n4http://dbkwik.webdatacommons.org/resource/P1NJcdKZirSR9QK9BrIh1w==
n3http://dbkwik.webdatacommons.org/swarm/property/
xsdhhttp://www.w3.org/2001/XMLSchema#
Subject Item
n2:
rdfs:label
Development/Upstream Tracker Specification
rdfs:comment
The upstream tracker database schema is defined as: #upstream tracker table('upstream')[ column('tracker_id'), column('local_ticket_id'), column('upstream_ticket_id'), column('uri'), column('type'), column('authentication'), column('transport'), ], Where: {| width="100%" cellpadding="2"
n3:wikiPageUsesTemplate
n4:
n5:abstract
The upstream tracker database schema is defined as: #upstream tracker table('upstream')[ column('tracker_id'), column('local_ticket_id'), column('upstream_ticket_id'), column('uri'), column('type'), column('authentication'), column('transport'), ], Where: {| width="100%" cellpadding="2" |- BGCOLOR="#E3E6FF" | 'tracker_id' | This is the tracker ID. It will be unique to the hive. |- BGCOLOR="#E3E6FF" | 'local_ticket_id' | The local ticket id (AKA hash_id) |- BGCOLOR="#E3E6FF" | 'upstream_ticket_id' | The upstream ticket id. This could potentially be different. | 'uri' | This is the URI for the upstream source. |- BGCOLOR="#E3E6FF" | 'type' | This is the type of the upstream source. |- BGCOLOR="#E3E6FF" | 'authentication' | Any authentication necessary for this type and uri. This will be contextual based on the 'type'. |- BGCOLOR="#E3E6FF" | 'transport' | Any transport information necessary for this type and uri. This will be contextual based on the 'type'. |}