@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_benefit/ControlledAccesstoDataAssets#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductBenefit .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Controlled Access to Data Assets" .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product_benefit_category/Business#> .
ns1:this	OpenLink:isOfProductBenefitCategory	ns4:this ;
	OpenLink:Description	"Controlled Access to Data Assets" ;
	OpenLink:Explanation	"Secure data transmission between applications, services, and data sources. This applies to authentication of logon credentials and actual data transmission (between client and server)." .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		rdfs: .