@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_format_feature/ZeroConfigurationforODBCDSNs#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductFormatFeature .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Zero Configuration for ODBC DSNs" ;
	OpenLink:Description	"Zero Configuration for ODBC DSNs" .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product_benefit/ControlledAccesstoDataAssets#> .
ns1:this	OpenLink:isOfProductBenefit	ns4:this .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product_feature_category/Administration#> .
ns1:this	OpenLink:isOfProductFeatureCategory	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product_format/mt#> .
ns1:this	OpenLink:isOfProductFormat	ns6:this .
@prefix ns7:	<http://purl.org/dc/terms#> .
ns1:this	ns7:description	"Provides a Cross Platform implementation of the Rendezvous service discovery protocol. This enables the configuration of ODBC Data Sources Names (DSNs) to be completely server based with no client side configuration whatsoever. You simply pick a DSN configuration associated with your OpenLink Request Broker from combo-box hosted list of OpenLink Services." ;
	OpenLink:isFeatureOf	ns6:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	ns7: ,
		rdfs: ,
		OpenLink: .