@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_format/standard#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductFormat .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product_format/personal#> .
ns1:this	rdfs:seeAlso	ns4:this .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product_format/enterprise2#> .
ns1:this	rdfs:seeAlso	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product_format/dav#> .
ns1:this	rdfs:seeAlso	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/product_format/fs#> .
ns1:this	rdfs:seeAlso	ns7:this .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product_format/mt#> .
ns1:this	rdfs:seeAlso	ns8:this .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product_format/enterprise#> .
ns1:this	rdfs:seeAlso	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/product_format/st#> .
ns1:this	rdfs:seeAlso	ns10:this .
@prefix ns11:	<http://data.openlinksw.com/oplweb/product_format/express#> .
ns1:this	rdfs:seeAlso	ns11:this .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:this	owl:sameAs	ns10:this ,
		ns11:this ,
		ns8:this ,
		ns9:this ,
		ns7:this ,
		ns5:this ,
		ns6:this ,
		ns4:this ;
	rdfs:label	"Standard Edition" ;
	OpenLink:ProductFormatCode	"standard" .
@prefix ns13:	<http://purl.org/dc/terms#> .
ns1:this	ns13:description	"Standard Edition" .
@prefix ns14:	<http://data.openlinksw.com/oplweb/opsys_family/Firefox#> .
ns1:this	OpenLink:OperatingSystemsFamilies	ns14:this .
@prefix ns15:	<http://data.openlinksw.com/oplweb/dbms_family/AllSupportedDatabases#> .
ns1:this	OpenLink:DatabaseFamilies	ns15:this .
@prefix ns16:	<http://data.openlinksw.com/oplweb/processor/gecko/3#> .
ns1:this	OpenLink:Processors	ns16:this .
@prefix ns17:	<http://data.openlinksw.com/oplweb/processor_family/WebPlatform#> .
ns1:this	OpenLink:ProcessorFamilies	ns17:this .
@prefix ns18:	<http://data.openlinksw.com/oplweb/product/util-dataexplorer-st#> .
ns1:this	OpenLink:hasProduct	ns18:this .
@prefix ns19:	<http://data.openlinksw.com/oplweb/product_format_category/standard/utilities#> .
ns1:this	OpenLink:hasCategory	ns19:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	ns13: ,
		rdfs: ,
		OpenLink: .