@prefix ns0:	<http://www.w3.org/2001/vcard-rdf/3.0#> .
_:b46324997	ns0:Street	"10 Burlington Mall Road, Suite 265" ;
	ns0:Pcode	"MA 01803" ;
	ns0:City	"Burlington" ;
	ns0:Country	"US" ;
	ns0:TEL	_:b46324998 ;
	ns0:EMAIL	_:b46324999 .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
_:b46324998	rdf:type	ns0:work ,
		ns0:voice ;
	rdf:value	"+1 781-273-0900" .
_:b46324999	rdf:type	ns0:internet ;
	rdf:value	"sales@openlinksw.com" .