@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix prov: .
@prefix pav: .
@prefix rdfs: .
@prefix obo: .
sub:Head {
this: np:hasAssertion sub:Assertion;
np:hasProvenance sub:Provenance;
np:hasPublicationInfo sub:Pubinfo;
a np:Nanopublication .
}
sub:Assertion {
sub:Interaction obo:RO_0000057 sub:Organism_1, sub:Organism_2;
a obo:GO_0044419 .
sub:Organism_1 obo:RO_0002622 sub:Organism_2;
a ;
rdfs:label "Danaus plexippus" .
sub:Organism_2 a ;
rdfs:label "Cirsium" .
}
sub:Provenance {
sub:Assertion prov:wasDerivedFrom sub:Study .
sub:Study dcterms:bibliographicCitation "Di. 2017. Danaus plexippus nectar plant Cirsium. iNaturalist.org. Accessed at <https://www.inaturalist.org/observations/7268505> on 05 Apr 2018." .
}
sub:Pubinfo {
this: dcterms:license ;
pav:createdBy ;
prov:wasDerivedFrom .
dcterms:bibliographicCitation
"http://iNaturalist.org is a place where you can record what you see in nature, meet other nature lovers, and learn about the natural world." .
}