@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix owl: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix skos: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:web-representations-of-people a owl:Class;
rdfs:label "web representations of people on the web";
rdfs:subClassOf ;
skos:definition "Representations of people on the Web." .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-7114-6459 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJlM78d80R+gFMoQB1IG3f7AbqqGOCIv4HmZd1cx1KgEWMUUpPsojFNvx84fC/TltcJ8F8JafnbhDXW2HM2MhdK4yC04ROEV1vIgSzjDicHfiqXvMqdPuMyQp4mmCEY7mUoeEW10mWZqjk+S9TnmiAQbFGcpExP8aosr2aTR7CSQIDAQAB";
npx:hasSignature "AJi0uSZppuynRUnWZ05mqA/MAqNHW+Vu1H1HvtNmF6MGPOwurRzucdoMBNbYknA33zjLYTFUQgcg7KIoKaOa5zKYIP6K/iGhKISpJKQo1T0C1PoL2SwxYvpxtrLCYn1dvFognMevR3wwAsM1egrmSGeC3FfQS8eDp2+7W+mR7dY=";
npx:hasSignatureTarget this: .
this: ns1:created "2021-02-04T13:12:01.879+02:00"^^xsd:dateTime;
ns1:creator orcid:0000-0002-7114-6459;
npx:introduces sub:web-representations-of-people;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}