@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/product_family/professionalservices#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:ProductFamily .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	foaf:name	"Professional Services" ;
	foaf:homepage	<http://www.openlinksw.com/> .
@prefix ns4:	<http://www.openlinksw.com/dataspace/organization/openlink#> .
ns1:this	foaf:maker	ns4:this .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:this	owl:sameAs	<http://data.openlinksw.com/oplweb/product_family/(NULL)> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	"Professional Services" ;
	OpenLink:ProductFamilyCode	"professionalservices" ;
	OpenLink:ProductFamilyDescription	"Professional Services" .
@prefix ns7:	<http://purl.org/dc/terms#> .
ns1:this	ns7:description	_:v1001737564 .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product_family/uda#> .
ns1:this	OpenLink:otherProductFamilies	ns8:this .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product_family/dca#> .
ns1:this	OpenLink:otherProductFamilies	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/product_family/utilities#> .
ns1:this	OpenLink:otherProductFamilies	ns10:this .
@prefix ns11:	<http://data.openlinksw.com/oplweb/product_family/development#> .
ns1:this	OpenLink:otherProductFamilies	ns11:this .
@prefix ns12:	<http://data.openlinksw.com/oplweb/product_family/virtuoso#> .
ns1:this	OpenLink:otherProductFamilies	ns12:this ;
	foaf:logo	<http://www.openlinksw.com/index_files/openlink150.gif> .
@prefix ns13:	<http://data.openlinksw.com/oplweb/product_category/training#> .
ns1:this	OpenLink:hasCategory	ns13:this .
@prefix ns14:	<http://data.openlinksw.com/oplweb/product_category/productconsulting#> .
ns1:this	OpenLink:hasCategory	ns14:this .
@prefix ns15:	<http://data.openlinksw.com/oplweb/product_category/customdevelopment#> .
ns1:this	OpenLink:hasCategory	ns15:this .
@prefix ns16:	<http://data.openlinksw.com/oplweb/product_category/consulting#> .
ns1:this	OpenLink:hasCategory	ns16:this .
@prefix ns17:	<http://data.openlinksw.com/oplweb/product_category/support#> .
ns1:this	OpenLink:hasCategory	ns17:this .
@prefix ns18:	<http://data.openlinksw.com/oplweb/product_format/onsite#> .
ns1:this	OpenLink:hasFormat	ns18:this .
@prefix ns19:	<http://data.openlinksw.com/oplweb/product_format/offsite#> .
ns1:this	OpenLink:hasFormat	ns19:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	OpenLink: ,
		rdfs: ,
		owl: ,
		ns7: ,
		foaf: .
@prefix GoodRelations:	<http://purl.org/goodrelations/v1#> .
ns1:this	GoodRelations:hasManufacturer	ns4:this .