@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://lod.taxonconcept.org/ses/4FlQt.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:Pistachio .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ns1:Species	skos:prefLabel	"Pistacia vera L." .
@prefix ns6:	<http://www.w3.org/2007/05/powder-s#> .
ns1:Species	ns6:describedby	<http://lod.taxonconcept.org/ses/4FlQt.html> ;
	ns2:authority	"L." .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:Species	dct:hasPart	ns1:Occurrence ,
		ns1:OriginalDescription ,
		ns1:Identification ,
		ns1:Image ,
		ns1:Individual ;
	ns2:class	"Magnoliopsida" ;
	ns2:commonName	"Pistachio Nut" ;
	ns2:family	"Anacardiaceae" ;
	ns2:genus	"Pistacia" ;
	ns2:hasEUNISPage	<http://eunis.eea.europa.eu/species/150951> .
@prefix ns8:	<https://en.wikipedia.org/wiki/> .
ns1:Species	ns2:hasWikipediaArticle	ns8:Pistachio ;
	ns2:isExpectedIn	<http://sws.geonames.org/6255149/> ;
	ns2:kingdom	"Plantae" ;
	ns2:order	"Sapindales" ;
	ns2:phylum	"Magnoliophyta" ;
	ns2:scientificName	"Pistacia vera" .
@prefix ns9:	<urn:bn:> .
ns1:Species	ns2:taxonNameID	ns9:Pistacia_vera ;
	ns2:thumbnail	<http://assets.taxonconcept.org/wt/Magnoliopsida/4FlQt_01_Pistacia_vera_128x128.jpg> ;
	ns2:uniprotFamily	<http://purl.uniprot.org/taxonomy/4011> .
@prefix ns10:	<http://lod.taxonconcept.org/ontology/void.rdf#> .
ns1:Species	dct:isPartOf	ns10:TaxonConcept .