@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/processor_family/WebPlatform#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProcessorFamily .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	foaf:homepage	<http://data.openlinksw.com/oplweb/processor_family/(NULL)> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Web User Agent Platform" ;
	OpenLink:ProcessorFamilyName	"Web Platform" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/vendor/MozillaFoundation#> .
ns1:this	OpenLink:ProcessorFamilyVendor	ns5:this ;
	OpenLink:ProcessorFamilyDescription	"Web User Agent Platform" ;
	OpenLink:WikipediaPage	<http://data.openlinksw.com/oplweb/processor_family/(NULL)> .
@prefix ns6:	<http://data.openlinksw.com/oplweb/processor/gecko/3#> .
ns1:this	OpenLink:hasProcessors	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/product/util-dataexplorer-st#> .
ns1:this	OpenLink:hasProducts	ns7:this .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product_category/utilities#> .
ns1:this	OpenLink:hasProductCategory	ns8:this .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product_format/standard#> .
ns1:this	OpenLink:hasProductFormat	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/product_family/development#> .
ns1:this	OpenLink:hasProductFamily	ns10:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		foaf: ,
		rdfs: ,
		<http://www.w3.org/2002/07/owl#> .