@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://www.openlinksw.com/schemas/linkedin#> .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
ns1:author_name	rdfs:subPropertyOf	bibo:owner .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
ns1:author_name	rdfs:subPropertyOf	dbpedia-owl:Author .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
ns1:author_name	rdfs:subPropertyOf	sioc:name ,
		bibo:producer .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:author_name	owl:equivalentProperty	dc:creator .
@prefix dcterms:	<http://purl.org/dc/terms/> .
ns1:author_name	owl:equivalentProperty	dcterms:creator .