@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:patent_status	rdfs:subPropertyOf	bibo:status .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns1:patent_status	owl:equivalentProperty	dbo:Status .