Nanopublication

< Home

ID

https://w3id.org/np/RAHrBp6pVKHi4icalxhDptDJvQ4ObEKCBOcnzvEhiZhxs

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sub: <https://w3id.org/np/RAHrBp6pVKHi4icalxhDptDJvQ4ObEKCBOcnzvEhiZhxs/> .
@prefix this: <https://w3id.org/np/RAHrBp6pVKHi4icalxhDptDJvQ4ObEKCBOcnzvEhiZhxs> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  <http://www.wikidata.org/entity/Q2388316> rdfs:label "General public - plain-language summary for a non-specialist adult audience; no science background assumed" .
  
  <https://w3id.org/sciencelive/o/terms/audience/secondary-13-16> a skos:Concept, schema:EducationalAudience;
    rdfs:label "Secondary school (ages 13–16) - plain-language summary pitched at lower-secondary students (ISCED level 2)";
    skos:closeMatch <http://www.wikidata.org/entity/Q113455799>, <http://www.wikidata.org/entity/Q12343514>,
      <http://www.wikidata.org/entity/Q48942>;
    skos:prefLabel "Secondary school (ages 13–16)";
    schema:educationalLevel <http://www.wikidata.org/entity/Q12343514>;
    schema:educationalRole "student" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920;
    prov:wasDerivedFrom <http://www.wikidata.org/entity/Q1390351>, schema: .
}

sub:pubinfo {
  this: dcterms:creator orcid:0000-0002-1784-2920;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/>;
    dcterms:title "Science Live audience vocabulary";
    npx:introduces <https://w3id.org/sciencelive/o/terms/audience/secondary-13-16>;
    prov:generatedAtTime "2026-07-26T14:22:16.290947+00:00"^^xsd:dateTime .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyuQ7Hi/zQ7hDZtMtLWK1JKU83Kgo8NqC+b8sxD5IoiekPctXVA8iM0zD/9pcp1txGXjX/fUj5HRUkOn4RVHP3fFa/3irQYpZFQ5fHRj8MQ7kJ6AEd1oggfajDevZGz63hj6Vigo+BNYBXqhcbWVAfLfbzQPAegce9zH6n9vTqKYMrwrSxPQdhoAcoaKOqY8gRiJgzekeEr+iEqa63X1HwWtYDs7X25a9xWbgaDSsRjzZGVUVOn1vYdSfWAaIw+EB9CiJfKm1zuXcur5PDziMW1pnZG6/NQtrA7AM3gLnoSoU3glkm5UhksGNqu2SV+j8oZLg7v6C5/sg2f6LIJMeFwIDAQAB";
    npx:hasSignature "fGKjyhUgeN5x9aP0Yw5Xsb9V+Gz78AAMnKkG2HmXlqvlYO5TjbP7sE27oudswGcUkQ5Uos+v+tICQYleGYBBNVsx04ghImH6u1DPmny3D9nYzaH4xLcKMCNN7C1KbHM7p1L1gJ5jaIVs22BfguC3PPF45j48i1uNTs4KE5oI/82tB/5VlP7EPKJCVECINCOc6WMtHq8GBn3FdeU227NBHsG1VOrn9ALmqMpsK8GYLX8Lc0836QFVeLT/10dqhnhenWPowgkxKEloyrKwn2NKddGZHOH1BNyqgJLN3G/MBF+Jj0z8d6iz4XWS4R8qFeUDYd2rXtzCKckpSNRWvSkJgg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://w3id.org/np/RAIA9ECaN2ypOVvl4YeNjT6nbpwko9xMcctxB_uYscLG4/claude-ai-agent> .
}