@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/processor/gecko/3#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:Processor .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Gecko Engine" .
@prefix ns4:	<http://data.openlinksw.com/oplweb/processor_mode/32_64Bit#> .
ns1:this	OpenLink:ProcessorMode	ns4:this ;
	OpenLink:ProcessorName	"gecko" ;
	OpenLink:ProcessorVersion	"3.0" ;
	OpenLink:ProcessorDescription	"Gecko Engine" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/processor_family/WebPlatform#> .
ns1:this	OpenLink:isOfProcessorFamily	ns5:this .
@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_family/development#> .
ns1:this	OpenLink:hasProductFamily	ns7:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	rdfs: ,
		OpenLink: .