What Is This?

This is an HTML+RDFa representation of metadata describing this Web-addressable resource.

Why Is This Important?

The property (attributes and values pairs) links on this page unveil a different kind of link, one which enables the following on HTTP networks such as the Web:

  1. Unambiguous identity for entities (aka. strong identifiers)
  2. Implicit binding of an entity and its metadata via strong identifiers
  3. Multiple metadata representations that enable a variety of presentations
  4. High precision Search and Find queries that simply use the metadata documents (by referencing entity URIs) as the query's Data Source Name

How Do I Discover Alternative Metadata Representations?

This document exposes metadata in the following formats: (X)HTML+RDFa, Turtle, N3, RDF/JSON, or RDF/XML. In the most basic form, you can simply view the (X)HTML source markup of this page, and go directly to the <head/> section which contains a <link/> tag with relationship and type properties for each format.

In addition, you can also explicitly request a desired metadata representation for a given resource via HTTP GET requests that use the entity's strong identifier as the call target.

How Can I Expose My Web Resources In This Manner?

Simply include the following in the <head/> section of your (static or dynamically generated) (X)HTML page:

<link rel="alternate" title="My Data in RDF Linked Data form"
type="application/rdf+xml"
href="http://linkeddata.uriburner.com/about/id/<this-page-URL>/>"

How Is This Related To The Linked Data Meme?

As stated above, the links in this page expose strong identifiers for its primary topic, secondary topics, attributes, and some values. These links, via implicit association, act as conduits to their metadata-bearing documents, in a variety formats.

About: Resultset Holdability

An Entity of Type: ProductCategoryFeature, in Data Space: data.openlinksw.com
[OpenLink Software]

  • Has Attributes & Values
  • Is Attribute Value Of
AttributeValue
http://purl.org/dc/terms#description
  • A holdable cursor, or result, is one that does not automatically close when the transaction that contains the cursor is committed. JDBC 3.0 adds support for specifying cursor holdability. To specify the holdability of your ResultSet, you must do so when preparing a statement using the createStatement(), prepareStatement(), or prepareCall() methods. The holdability may be one of the following constants: HOLD_CURSORS_OVER_COMMIT or CLOSE_CURSORS_AT_COMMIT. Note it is more efficient to close CURSOR at the end of transactions (after the COMMIT). JDBC doesn't specifiy a default HOLD_CURSOR behavour but for resource expediency we have chosen CLOSE_CURSORS_AT_COMMIT as the default.
Described Using Terms From
  • http://www.openlinksw.com/schemas/oplweb#
  • http://www.w3.org/2000/01/rdf-schema#
  • http://purl.org/dc/terms#
OpenLink:Description
  • Resultset Holdability
OpenLink:isFeatureOf
  • OplProductCategory:jdbc#this
OpenLink:isOfProductBenefit
  • OpenLinkData:product_benefit/SophisticatedApplicationFunctionality#this
OpenLink:isOfProductCategory
  • OplProductCategory:jdbc#this
OpenLink:isOfProductFeatureCategory
  • OpenLinkData:product_feature_category/StandardsCompliance#this
type
  • OpenLink:ProductCategoryFeature
label
  • Resultset Holdability
AttributeEntity
Explore alternative Linked Data Views via this OpenLink Data Explorer link         Raw Linked Data formats: N3/Turtle | RDF/JSON | RDF/XML
This material is Open Knowledge   W3C Semantic Web Technology     This material is Open Knowledge Creative Commons License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.