@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA6rLw6FcH4Olb9n7AkVbGuvTQkV-bPW-774JrBmOv35w> .
@prefix sub: <http://purl.org/np/RA6rLw6FcH4Olb9n7AkVbGuvTQkV-bPW-774JrBmOv35w#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix has-source: <http://semanticscience.org/resource/SIO_000253> .
@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 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-02-17T12:46:28.125+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-7542-0286 .
}