@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/opsys/firefox3.0#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:Opsys .
@prefix umbel-sc:	<http://umbel.org/umbel/sc/> .
ns1:this	rdf:type	umbel-sc:OperatingSystem ,
		OpenLink:OpsysFamily .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Mozilla Firefox 3.0" ;
	OpenLink:OpsysVersion	"3.0" ;
	OpenLink:OpsysUpwardCompatible	"1" ;
	OpenLink:OpsysDownwardCompatible	"1" ;
	OpenLink:OpsysSupported	"1" ;
	OpenLink:OpsysLicenseCode	"Firefox" ;
	OpenLink:OpsysCommercialName	"Mozilla Firefox 3.0" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/processor_mode/32_64Bit#> .
ns1:this	OpenLink:OpsysEmulationMode	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/processor/gecko/3#> .
ns1:this	OpenLink:OpsysProcessor	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/opsys_family/Firefox#> .
ns1:this	OpenLink:isOfOpsysFamily	ns7:this .
@prefix ns8:	<http://data.openlinksw.com/oplweb/opsys_type/wrkst#> .
ns1:this	OpenLink:isOfOpsysType	ns8:this .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product/util-dataexplorer-st#> .
ns1:this	OpenLink:hasProducts	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/component/firefox3.0-opendata-demoapp-clnt-only_sv#> .
ns1:this	OpenLink:hasComponents	ns10:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		rdfs: .