@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://lod.taxonconcept.org/ses/DrsFT.html#> .
@prefix ns2:	<http://lod.taxonconcept.org/ontology/txn.owl#> .
ns1:Species	rdf:type	ns2:SpeciesConcept .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
ns1:Species	owl:sameAs	dbpedia:Gibberbird .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ns1:Species	skos:prefLabel	"Ashbyia lovensis (Ashby 1911)" .
@prefix ns6:	<http://www.w3.org/2007/05/powder-s#> .
ns1:Species	ns6:describedby	<http://lod.taxonconcept.org/ses/DrsFT.html> ;
	ns2:authority	"(Ashby 1911)" .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:Species	dct:hasPart	ns1:Identification ,
		ns1:Image ,
		ns1:Individual ,
		ns1:Occurrence ,
		ns1:OriginalDescription ;
	ns2:class	"Aves" ;
	ns2:commonName	"Desert Chat" ;
	ns2:family	"Meliphagidae" ;
	ns2:genus	"Ashbyia" ;
	ns2:hasITISPage	<http://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=558770> .
@prefix ns8:	<https://en.wikipedia.org/wiki/> .
ns1:Species	ns2:hasWikipediaArticle	ns8:Gibberbird ;
	ns2:kingdom	"Animalia" ;
	ns2:order	"Passeriformes" ;
	ns2:phylum	"Chordata" ;
	ns2:scientificName	"Ashbyia lovensis" .
@prefix ns9:	<urn:bn:> .
ns1:Species	ns2:taxonNameID	ns9:Ashbyia_lovensis ;
	ns2:uniprotClass	<http://purl.uniprot.org/taxonomy/8782> ;
	ns2:uniprotFamily	<http://purl.uniprot.org/taxonomy/9146> .
@prefix ns10:	<http://lod.taxonconcept.org/ontology/void.rdf#> .
ns1:Species	dct:isPartOf	ns10:TaxonConcept .