@prefix dct: .
@prefix this: .
@prefix xsd: .
@prefix pav: .
@prefix prov: .
@prefix np: .
@prefix npx: .
@prefix go: .
@prefix hgnc: .
@prefix elife: .
@prefix orcid: .
@prefix ex: .
this:\#Head {
this: np:hasAssertion this:\#assertion;
np:hasProvenance this:\#provenance;
np:hasPublicationInfo this:\#pubinfo;
a np:Nanopublication .
}
this:\#assertion {
this:\#%23binding ;
go:0005515;
hgnc:1748;
a .
this:\#%23desmosome-assembly ex:of go:0030057;
a go:0022607 .
}
this:\#provenance {
this:\#assertion prov:hadPrimarySource elife:37629 .
}
this:\#pubinfo {
this: dct:created "2018-09-26T18:05:11+01:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0002-1267-0234;
a npx:ExampleNanopub .
}