Nanopublication

< Home

ID

https://w3id.org/np/RAZilHA64X5JcndTTqO9CBc4KT0N4alHKFe16UkmTlMU0

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAZilHA64X5JcndTTqO9CBc4KT0N4alHKFe16UkmTlMU0> .
@prefix sub: <https://w3id.org/np/RAZilHA64X5JcndTTqO9CBc4KT0N4alHKFe16UkmTlMU0/> .
@prefix schema: <https://schema.org/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@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 orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  sub:testimonial a gen:Testimonial;
    dct:description "With its nanopublication technology and Nanodash platform, Knowledge Pixels fills a critical gap in providing a coherent, user-friendly environment for communities to collaboratively build and maintain shared vocabularies, seamlessly connecting them to the broader knowledge landscape";
    schema:about <https://w3id.org/spaces/knowledgepixels>;
    schema:author orcid:0000-0001-8327-0142 .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8327-0142 .
}

sub:pubinfo {
  orcid:0000-0001-8327-0142 foaf:name "Gertjan Bisschop" .
  
  this: dct:created "2026-04-13T07:50:07.859Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8327-0142;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:testimonial;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA-6s1py7wAtp6RsqxWu8Ey42n_T4pJq0joxUXCUXCckY> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrtQj5vwUetIUcAq1KOnUqIuPJAJm48YRojgd5u3y1c7NAZJU907q94I3KV5l7AJd0O5Ekzedt8dS3VpJFucrvg2v4BRGmEa7C8VMg6CcEsKTAa6wUEJfngKAfj8e6moEHOxdCs52BDRnJffZwbTlsQkGV3XpsRDCUjq1vgz/vRwIDAQAB";
    npx:hasSignature "f+OqYN6+DS8odm0/WGtfAz/DGCvl/j6kru1yApaqA5+hGSmWXftZqUFItv3e3USu8Lcn1WCKFazip5B6MlwZkUFuwmyv83cHXvzVzvoyNy7nBtR/ZiMb+Jc2EkTl2aqC79EAMaa+ZLCKIsu2UF6rIb71tKqa2QKzHq5THVvGjF8=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8327-0142 .
}