Nanopublication

< Home

ID

http://purl.org/np/RAlKYv_sE8qwiSqsRdcr7KrkU1bsqlqiFmhDPtPBwpLrM

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <http://purl.org/np/RAlKYv_sE8qwiSqsRdcr7KrkU1bsqlqiFmhDPtPBwpLrM> .
@prefix sub: <http://purl.org/np/RAlKYv_sE8qwiSqsRdcr7KrkU1bsqlqiFmhDPtPBwpLrM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:social-group-size a <http://www.w3.org/2002/07/owl#Class>;
    rdfs:label "Social group size";
    rdfs:subClassOf <https://www.wikidata.org/wiki/Q874405>;
    <http://www.w3.org/2004/02/skos/core#definition> "Social group size is the size of a group of humans that a person socially interacts with (on a regular basis)." .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-0191-7211 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3cICbOHZ1ecuLOsgovKwUlFRRvNWNgBJxoXCFAYWtU2OK97i/SjoIaxFphg9tkv9WxOjtPqYJ4cuM0E76wxeRZ7VBMHBrBIyCAGTvAfESWVQZCDgulG46VjffEzXuRmqOka/C5Ur6beLijFPMtiWEg6I2Mbj8z9vuHPxReIu4JwIDAQAB";
    npx:hasSignature "WBZ10x+hSX0zXoXQAGBkM89SWDOnViMI8NoLH8w1GsjOWSjT/pasNugo6CEDZkWb5ZyHsXSSzG7JDCldnhVQkH64Nuok6C3QvV9+EUVMZaDHByMhObzJ3Pld8pYNHWtW1wNve4xkb91Mzq5zYfBw+Y4ufB5Kqi39zH1dr6XRZRo=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2021-06-22T09:49:42.152Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-0191-7211;
    npx:introduces sub:social-group-size;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAdpgRpigXtt8iPV9uOPf3wIT3qzOI8Sg2Q72CNV8g-Yo> .
}