@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://www.openlinksw.com/schemas/linkedin#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns1:author_person	rdfs:subPropertyOf	dbo:Author .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
ns1:author_person	rdfs:subPropertyOf	bibo:owner ,
		bibo:producer .