@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_feature/RealApplicationCluster(RAC)Support#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductFeature .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Real Application Cluster (RAC) Support" .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product/dotnet-oracle-mt#> .
ns1:this	OpenLink:isOfProduct	ns4:this ;
	OpenLink:Description	"Real Application Cluster (RAC) Support" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product_benefit/ITInfrastructureInvestmentPreservation#> .
ns1:this	OpenLink:isOfProductBenefit	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product_feature_category/Administration#> .
ns1:this	OpenLink:isOfProductFeatureCategory	ns6:this .
@prefix ns7:	<http://purl.org/dc/terms#> .
ns1:this	ns7:description	"Enables Driver use with Clustered Configurations" ;
	OpenLink:isFeatureOf	ns4:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		rdfs: ,
		ns7: .