@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_family_feature/SupportsAdvancedDataAccessAPIfunctionality#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductFamilyFeature .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Supports Advanced Data Access API functionality" ;
	OpenLink:Description	"Supports Advanced Data Access API functionality" .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product_benefit/SophisticatedApplicationFunctionality#> .
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_family/uda#> .
ns1:this	OpenLink:isOfProductFamily	ns6:this .
@prefix ns7:	<http://purl.org/dc/terms#> .
ns1:this	ns7:description	"Enables the development and utilization of DBMS application with DBMS independent granularity that extends to challenging areas  such as scalar function calls, dates and timestamps manipulation, outer join handling, and SQL stored procedure invocation etc." .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product/uda#> .
ns1:this	OpenLink:isFeatureOf	ns8:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	ns7: ,
		rdfs: ,
		OpenLink: .