@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product/util-dataexplorer-st#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductFormat .
@prefix GoodRelations:	<http://purl.org/goodrelations/v1#> .
ns1:this	rdf:type	GoodRelations:ProductOrService ,
		OpenLink:ProductCategory ,
		OpenLink:Product ,
		OpenLink:ProductFormatCategory .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	foaf:homepage	<http://www.openlinksw.com/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Standard Edition OpenLink Data Explorer" ;
	OpenLink:ProductDescription	"Standard Edition OpenLink Data Explorer" .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product_category/utilities#> .
ns1:this	OpenLink:isOfCategory	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/product_format/standard#> .
ns1:this	OpenLink:isOfFormat	ns7:this .
@prefix ns8:	<http://purl.org/dc/terms#> .
ns1:this	ns8:description	_:v1001819767 .
@prefix ns9:	<http://data.openlinksw.com/oplweb/opsys/firefox3.0#> .
ns1:this	OpenLink:OperatingSystems	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/opsys_family/Firefox#> .
ns1:this	OpenLink:OperatingSystemsFamilies	ns10:this .
@prefix ns11:	<http://data.openlinksw.com/oplweb/dbms_engine/opendata#> .
ns1:this	OpenLink:Databases	ns11:this .
@prefix ns12:	<http://data.openlinksw.com/oplweb/dbms_family/AllSupportedDatabases#> .
ns1:this	OpenLink:DatabaseFamilies	ns12:this .
@prefix ns13:	<http://data.openlinksw.com/oplweb/processor/gecko/3#> .
ns1:this	OpenLink:Processors	ns13:this .
@prefix ns14:	<http://data.openlinksw.com/oplweb/processor_family/WebPlatform#> .
ns1:this	OpenLink:ProcessorFamilies	ns14:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	ns8: ,
		foaf: ,
		rdfs: ,
		OpenLink: ;
	GoodRelations:description	"Standard Edition OpenLink Data Explorer" .
@prefix ns16:	<http://www.openlinksw.com/dataspace/organization/openlink#> .
ns1:this	GoodRelations:hasManufacturer	ns16:this .