@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dcterms: .
@prefix prov: .
@prefix pav: .
@prefix rdfs: .
@prefix xsd: .
@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;
prov:atTime "1978-09-01T00:00:00Z"^^xsd:dateTime .
sub:Organism_1 obo:RO_0002470 sub:Organism_2;
rdfs:label "Cathartes aura" .
sub:Organism_2 a ;
rdfs:label "Felis catus" .
}
sub:Provenance {
sub:Assertion prov:wasDerivedFrom sub:Study .
sub:Study dcterms:bibliographicCitation "Paterson, R. L. 1984. High incidence of plant material and small mammals in the autumn diet of Turkey Vultures in Virginia. Wilson Bulletin 96:467-469." .
}
sub:Pubinfo {
this: dcterms:license ;
pav:createdBy ;
prov:wasDerivedFrom .
dcterms:bibliographicCitation "Allen Hurlbert. 2017. Avian Diet Database." .
}