@prefix this: <
http://purl.org/np/RA88SzKuJGodnXGd6MCtI8l-0RvmF_fvo-_QeCYbNWJKc
> .
@prefix sub: <
http://purl.org/np/RA88SzKuJGodnXGd6MCtI8l-0RvmF_fvo-_QeCYbNWJKc#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
@prefix pav: <
http://swan.mindinformatics.org/ontologies/1.2/pav/
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix obo: <
http://purl.obolibrary.org/obo/
> .
@prefix geo: <
http://www.w3.org/2003/01/geo/wgs84_pos#
> .
sub:Head
{
this:
np:hasAssertion
sub:Assertion
;
np:hasProvenance
sub:Provenance
;
np:hasPublicationInfo
sub:Pubinfo
;
a
np:Nanopublication
.
}
sub:Assertion
{
sub:Interaction
obo:BFO_0000066
obo:ENVO_00000106
,
obo:ENVO_00000111
;
obo:RO_0000057
sub:Organism_1
,
sub:Organism_2
;
a
obo:GO_0044419
;
geo:latitude
23.45 ;
geo:longitude
-104.3 ;
prov:atTime
"1981-04-01T00:00:00Z"^^
xsd:dateTime
.
sub:Organism_1
obo:RO_0002470
sub:Organism_2
;
rdfs:label
"Accipiter cooperii" .
sub:Organism_2
a
<
http://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=179759
> ;
rdfs:label
"Turdus migratorius" .
}
sub:Provenance
{
sub:Assertion
prov:wasDerivedFrom
sub:Study
.
sub:Study
dcterms:bibliographicCitation
"Hiraldo, F., M. Delibes, J. Bustamante, and R. Estrella. 1991. Overlap in the diet of diurnal raptors breeding at the Michilia Biosphere Reserve, Durango, Mexico. Journal of Raptor Research 25:25-29." .
}
sub:Pubinfo
{
this:
dcterms:license
<
https://creativecommons.org/licenses/by/4.0/
> ;
pav:createdBy
<
https://doi.org/10.5281/zenodo.1212599
> ;
prov:wasDerivedFrom
<
https://github.com/hurlbertlab/dietdatabase
> .
<
https://github.com/hurlbertlab/dietdatabase
>
dcterms:bibliographicCitation
"Allen Hurlbert. 2017. Avian Diet Database." .
}