@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_category/ods#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductFamily ,
		OpenLink:ProductCategory .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<http://data.openlinksw.com/oplweb/product_category/community#> .
ns1:this	rdfs:seeAlso	ns4:this .
@prefix ns5:	<http://data.openlinksw.com/oplweb/product_category/doc#> .
ns1:this	rdfs:seeAlso	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product_category/mail#> .
ns1:this	rdfs:seeAlso	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/product_category/addressbook#> .
ns1:this	rdfs:seeAlso	ns7:this .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product_category/blog#> .
ns1:this	rdfs:seeAlso	ns8:this .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product_category/wiki#> .
ns1:this	rdfs:seeAlso	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/product_category/bpel#> .
ns1:this	rdfs:seeAlso	ns10:this .
@prefix ns11:	<http://data.openlinksw.com/oplweb/product_category/webdev#> .
ns1:this	rdfs:seeAlso	ns11:this .
@prefix ns12:	<http://data.openlinksw.com/oplweb/product_category/calendar#> .
ns1:this	rdfs:seeAlso	ns12:this .
@prefix ns13:	<http://data.openlinksw.com/oplweb/product_category/polls#> .
ns1:this	rdfs:seeAlso	ns13:this .
@prefix ns14:	<http://data.openlinksw.com/oplweb/product_category/sync#> .
ns1:this	rdfs:seeAlso	ns14:this .
@prefix ns15:	<http://data.openlinksw.com/oplweb/product_category/content#> .
ns1:this	rdfs:seeAlso	ns15:this .
@prefix ns16:	<http://data.openlinksw.com/oplweb/product_category/crm#> .
ns1:this	rdfs:seeAlso	ns16:this .
@prefix ns17:	<http://data.openlinksw.com/oplweb/product_category/discuss#> .
ns1:this	rdfs:seeAlso	ns17:this .
@prefix ns18:	<http://data.openlinksw.com/oplweb/product_category/feeds#> .
ns1:this	rdfs:seeAlso	ns18:this .
@prefix ns19:	<http://data.openlinksw.com/oplweb/product_category/admin#> .
ns1:this	rdfs:seeAlso	ns19:this .
@prefix ns20:	<http://data.openlinksw.com/oplweb/product_category/repository#> .
ns1:this	rdfs:seeAlso	ns20:this .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	foaf:homepage	<http://dca.openlinksw.com/ods/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:this	owl:sameAs	ns6:this ,
		ns7:this ,
		ns4:this ,
		ns5:this ,
		ns19:this ,
		ns20:this ,
		ns18:this ,
		ns16:this ,
		ns17:this ,
		ns14:this ,
		ns15:this ,
		ns12:this ,
		ns13:this ,
		ns11:this ,
		ns9:this ,
		ns10:this ,
		ns8:this ;
	rdfs:label	"Data Space Platform" ;
	OpenLink:ProductCategoryCode	"ods" .
@prefix ns23:	<http://data.openlinksw.com/oplweb/product_family/dca#> .
ns1:this	OpenLink:hasFamily	ns23:this ;
	OpenLink:ProductCategoryDescription	"Data Space Platform" .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		<http://purl.org/dc/terms#> ,
		rdfs: ,
		foaf: ,
		owl: .