@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_category_feature/JDBC3.0DatatypeEnhancementssupport#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductCategoryFeature .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"JDBC 3.0 Datatype Enhancements support" ;
	OpenLink:Description	"JDBC 3.0 Datatype Enhancements support" .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product_benefit/SeparationofApplicationLogicandDataStorage#> .
ns1:this	OpenLink:isOfProductBenefit	ns4:this .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product_feature_category/StandardsCompliance#> .
ns1:this	OpenLink:isOfProductFeatureCategory	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product_category/jdbc#> .
ns1:this	OpenLink:isOfProductCategory	ns6:this .
@prefix ns7:	<http://purl.org/dc/terms#> .
ns1:this	ns7:description	"The DATALINK and BOOLEAN datatypes are additions to java.sql.Types. the DATALINK type provides access to external resources (URLs) from within a resultset using the new getURL() methods. While the BOOLEAN type is the logical equivalent of the BIT type with additional semantics, and is retrieved from a resultset using the getBoolean() method." ;
	OpenLink:isFeatureOf	ns6:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	rdfs: ,
		OpenLink: ,
		ns7: .