@prefix this: <http://purl.org/np/RAbA_usbMuH0EFqfXVF3CBbuuIYLAsauu0dfxEZMFI7T0> .
@prefix sub: <http://purl.org/np/RAbA_usbMuH0EFqfXVF3CBbuuIYLAsauu0dfxEZMFI7T0#> .
@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 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:RO_0000057 sub:Organism_1 , sub:Organism_2 ;
    a obo:GO_0044419 ;
    geo:latitude -46.45 ;
    geo:longitude 52.0 .
  sub:Organism_1 obo:RO_0002470 sub:Organism_2 ;
    rdfs:label "Macronectes sp." .
  sub:Organism_2 rdfs:label "Teuthida" .
}
sub:Provenance {
  sub:Assertion prov:wasDerivedFrom sub:Study .
  sub:Study dcterms:bibliographicCitation "MOUGIN, J.-L. 1975. Ecologie compar&#65533;e des procellariidae Antarctiques et subantarctiques. Com. Nat. Franc. Rech. Antarct. 36: 57-103; Voisin, J.-F. 1968. Les petrels geants (Macronectes halli et Macronectes giganteus) de l&apos;ile de la Possession. L&apos;Oiseau et R.F.O. 38 (special): 95-122 (as cited in HUNTER, S. 1985. The role of giant petrels in the Southern Ocean ecosystem. In: Siegfried, W.R., Condy, P.R. &amp; Laws, R.M. (Eds). Antarctic nutrient cycles and food webs. Berlin: Springer-Verlag. pp. 534-542)" .
}
sub:Pubinfo {
  <http://dx.doi.org/10.1890/10-1907.1> dcterms:bibliographicCitation "Raymond, B., Marshall, M., Nevitt, G., Gillies, C., van den Hoff, J., Stark, J.S., Losekoot, M., Woehler, E.J., and Constable, A.J. (2011) A Southern Ocean dietary database. Ecology 92(5):1188. Available from http://dx.doi.org/10.1890/10-1907.1 . Data set supplied by Ben Raymond." .
  this: dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    pav:createdBy <https://doi.org/10.5281/zenodo.1212599> ;
    prov:wasDerivedFrom <http://dx.doi.org/10.1890/10-1907.1> .
}