@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://np.inn.ac/RA2uTdlJHeJCnlr3d9CP0D1qv2HOmgSK01adKryBynRRE> .
@prefix sub: <http://np.inn.ac/RA2uTdlJHeJCnlr3d9CP0D1qv2HOmgSK01adKryBynRRE#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix swivt: <http://semantic-mediawiki.org/swivt/1.0#> .
@prefix wiki: <http://127.0.0.1/mediawiki/index.php/Special:URIResolver/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  wiki:Berg2009_R1 wiki:Property-3AFrom_Study wiki:Berg2009_S1 ;
    wiki:Property-3AHas_Descriptor wiki:Zeta_Potential ;
    wiki:Property-3AHas_Endpoint wiki:Aggregation ;
    wiki:Property-3AHas_Relation wiki:Correlates_With ;
    wiki:Property-3AHas_Source wiki:Berg2009 ;
    swivt:page <http://localhost/mediawiki/index.php/Berg2009_R1> ;
    swivt:wikiNamespace 0 ;
    swivt:wikiPageModificationDate "2012-06-07T17:21:17"^^xsd:dateTime ;
    a wiki:Category-3ARelationships , swivt:Subject ;
    rdfs:isDefinedBy <http://localhost/mediawiki/index.php/Special:ExportRDF/Berg2009_R1> ;
    rdfs:label "Berg2009 R1" .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://figshare.com/articles/NanoWiki_release_1_/1330208> .
  <https://figshare.com/articles/NanoWiki_release_1_/1330208> prov:wasAttributedTo orcid:0000-0001-7542-0286 .
}
sub:pubinfo {
  this: dcterms:created "2016-04-28T07:27:36+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0002-1267-0234 .
}