@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 
@prefix : <#> .

<> rdfs:label "OpenLink Descriptor -- Turtle" . 
<> rdfs:comment "Simple Turtle File That Describes Entity OpenLink" .
<> foaf:primarytopic :this .
:this owl:sameAs <http://www.openlinksw.com/dataspace/organization/openlink#this> .
:this owl:sameAs <http://www.openlinksw.com/openlink#this> .
:this foaf:page <http://www.facebook.com/OpenLinkSoftware> .
:this foaf:page <http://twitter.com/OpenLink> .
:this foaf:page <http://plus.google.com/100570109519069333827/> .
:this foaf:page <http://www.linkedin.com/company/openlink-software/> .
<http://kingsley.idehen.net/dataspace/person/kidehen#this> foaf:made :this . 
