@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/dbms_engine/opendata#> .
@prefix umbel-sc:	<http://umbel.org/umbel/sc/> .
ns1:this	rdf:type	umbel-sc:RelationalDatabaseServerProgram .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:DbmsFamily ,
		OpenLink:DbmsEngine .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"opendata" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/dbms_family/AllSupportedDatabases#> .
ns1:this	OpenLink:isOfDbmsFamily	ns5:this ;
	OpenLink:DbmsEngineVersion	"1.0" ;
	OpenLink:DbmsEngineUpwardCompatible	"1" ;
	OpenLink:DbmsEngineDownwardCompatible	"1" ;
	OpenLink:DbmsEngineRating	1 ;
	OpenLink:DbmsEngineOldArchiveCode	_:v1001937504 .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product/util-dataexplorer-st#> .
ns1:this	OpenLink:hasProducts	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/component/firefox3.0-opendata-demoapp-clnt-only_sv#> .
ns1:this	OpenLink:hasComponents	ns7:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	rdfs: ,
		OpenLink: .