@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_release/odbc-informix-st/5.1/sparc-sun-solaris2.10-32/inf9#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductRelease .
@prefix GoodRelations:	<http://purl.org/goodrelations/v1#> .
ns1:this	rdf:type	GoodRelations:ProductOrServiceModel ,
		OpenLink:Product .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"OpenLink ODBC Drivers for Informix (Release 5.1) on Solaris 2.10 (32 Bit) (Sparc)" ;
	OpenLink:ProductReleaseProductReleaseId	"5.1" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product/odbc-informix-st#> .
ns1:this	OpenLink:isOfProduct	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/opsys/sparc-sun-solaris2.10-32#> .
ns1:this	OpenLink:isForOpsys	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/dbms_engine/inf9#> .
ns1:this	OpenLink:isForDbmsEngine	ns7:this ;
	OpenLink:UpwardCompatible	"Y" ;
	OpenLink:DownwardCompatible	"N" ;
	OpenLink:Supported	"Y" ;
	OpenLink:PurchaseInShop	<https://shop.openlinksw.com/?product_release_id=5.1&product=odbc-informix-st&product_cat=1&product_format=2&os=sparc-sun-solaris2.10-32&db=inf9&buyme=yes> .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		GoodRelations: .