@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://semanticlibrary.org/people/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://openlibrary.org/a/> .
@prefix misc: <http://schemas.semanticlibrary.org/misc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:paul-reid foaf:isPrimaryTopicOf ns1:OL1400690A ;
              foaf:name "Paul Reid" ,
                        "Reid, Paul." ;
              foaf:firstName "Paul" ;
              misc:sortName "Reid, Paul" ;
              foaf:surname "Reid" ;
              rdf:type foaf:Person ;
              skos:prefLabel "Paul Reid" .