@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/opsys_family/Firefox#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:OpsysFamily .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	foaf:homepage	<http://data.openlinksw.com/oplweb/opsys_family/(NULL)> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Firefox" ;
	OpenLink:OpsysFamilyName	"Firefox" ;
	OpenLink:OpsysFamilyLicenseCode	"firefox" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/vendor/MozillaFoundation#> .
ns1:this	OpenLink:OpsysFamilyVendor	ns5:this ;
	OpenLink:OpsysFamilyRating	0 ;
	OpenLink:WikipediaPage	<http://data.openlinksw.com/oplweb/opsys_family/(NULL)> .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product/util-dataexplorer-st#> .
ns1:this	OpenLink:hasProducts	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/product_category/utilities#> .
ns1:this	OpenLink:hasProductCategory	ns7:this .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product_format/standard#> .
ns1:this	OpenLink:hasProductFormat	ns8:this .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product_family/development#> .
ns1:this	OpenLink:hasProductFamily	ns9:this ;
	foaf:logo	<http://download.openlinksw.com/download/images/> .
@prefix ns10:	<http://data.openlinksw.com/oplweb/opsys/firefox3.0#> .
ns1:this	OpenLink:hasOpsys	ns10:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	<http://www.w3.org/2002/07/owl#> ,
		foaf: ,
		rdfs: ,
		OpenLink: .