@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_category_feature/BroadOperatingSystemSupport#> .
@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	"Broad Operating System Support" ;
	OpenLink:Description	"Broad Operating System Support" .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product_benefit/ITInfrastructureInvestmentPreservation#> .
ns1:this	OpenLink:isOfProductBenefit	ns4:this .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product_feature_category/PlatformSupport#> .
ns1:this	OpenLink:isOfProductFeatureCategory	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product_category/odbc#> .
ns1:this	OpenLink:isOfProductCategory	ns6:this .
@prefix ns7:	<http://purl.org/dc/terms#> .
ns1:this	ns7:description	"Enables the development of ODBC compliant applications and the  utilization of ODBC Drivers  on non Windows platforms such as; Linux (x86, PPC, Itanium, Opteron), Mac OS X, Mac OS Classic, FreeBSD, Solaris, AIX, HP-UX, HP True64 UNIX, IRIX, Altix, SCO UnixWare, and others." ;
	OpenLink:isFeatureOf	ns6:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		rdfs: ,
		ns7: .