@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RAZzLNfjb3F-IePUX-2zILCjB7yCzoYcq9-cObRStjdeg> .
@prefix sub: <http://purl.org/np/RAZzLNfjb3F-IePUX-2zILCjB7yCzoYcq9-cObRStjdeg#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix has-source: <http://semanticscience.org/resource/SIO_000253> .
@prefix has-inchikey: <http://semanticscience.org/resource/CHEMINF_000399> .
@prefix orcid: <http://orcid.org/> .
@prefix wdt: <http://www.wikidata.org/prop/direct/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pav: <http://purl.org/pav/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  wd:Q1415896 rdfs:label "Ascophyllum nodosum"@en .
  wd:Q7706350 has-inchikey: "OZBVFMWAUXWMKV-UHFFFAOYSA-N" ;
    rdfs:label "Tetrafucol A"@en ;
    wdt:P703 wd:Q1415896 .
}
sub:provenance {
  sub:assertion has-source: wd:Q2013 , wd:Q61678084 .
  wd:Q61678084 rdfs:label "Effects of phlorotannins from Ascophyllum nodosum (brown seaweed) on in vitro ruminal digestion of mixed forage or barley grain"@en ;
    owl:sameAs <https://doi.org/10.1016/J.ANIFEEDSCI.2007.03.013> .
}
sub:pubinfo {
  this: dcterms:created "2019-05-11T20:11:54.301+02:00"^^xsd:dateTime ;
    npx:supersedes <http://purl.org/np/RA6rLw6FcH4Olb9n7AkVbGuvTQkV-bPW-774JrBmOv35w> ;
    pav:createdBy orcid:0000-0001-7542-0286 .
}