@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/dbms_family/AllSupportedDatabases#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:DbmsFamily .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns4:	<http://en.wikipedia.org/wiki/> .
ns1:this	foaf:homepage	ns4:Database .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
ns1:this	owl:sameAs	dbpedia:Database .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"All Supported Databases" ;
	OpenLink:DbmsFamilyName	"All Supported Databases" .
@prefix ns8:	<http://data.openlinksw.com/oplweb/vendor/OpenLinkSoftware#> .
ns1:this	OpenLink:DbmsFamilyVendor	ns8:this ;
	OpenLink:WikipediaPage	ns4:Database .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product/util-dataexplorer-st#> .
ns1:this	OpenLink:hasProducts	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/product_category/utilities#> .
ns1:this	OpenLink:hasProductCategory	ns10:this .
@prefix ns11:	<http://data.openlinksw.com/oplweb/product_format/standard#> .
ns1:this	OpenLink:hasProductFormat	ns11:this .
@prefix ns12:	<http://data.openlinksw.com/oplweb/product_family/development#> .
ns1:this	OpenLink:hasProductFamily	ns12:this .
@prefix ns13:	<http://data.openlinksw.com/oplweb/dbms_engine/alldb#> .
ns1:this	OpenLink:hasDatabaseVersions	ns13:this .
@prefix ns14:	<http://data.openlinksw.com/oplweb/dbms_engine/opendata#> .
ns1:this	OpenLink:hasDatabaseVersions	ns14:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		owl: ,
		foaf: ,
		rdfs: .