@prefix this: <https://w3id.org/np/RA4HQBKlH3wTAhWp0ziVH-JUpOiLk29lsArGWSmZ8frDI> .
@prefix sub: <https://w3id.org/np/RA4HQBKlH3wTAhWp0ziVH-JUpOiLk29lsArGWSmZ8frDI/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://w3id.org/np/RA4HQBKlH3wTAhWp0ziVH-JUpOiLk29lsArGWSmZ8frDI> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2026-08-14T14:06:36.647Z"^^xsd:dateTime;
  dct:creator orcid:0000-0001-8492-0354;
  dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
  npx:embeds sub:template;
  npx:introduces <https://w3id.org/np/RAsQeXqq2Akoxm40ykI7Bw6nnqQ9ZLRLj9Mcqsrl3AXFk/templateKind>;
  npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
  rdfs:label "Defining a maintained resource";
  prov:wasDerivedFrom <https://w3id.org/np/RAsQeXqq2Akoxm40ykI7Bw6nnqQ9ZLRLj9Mcqsrl3AXFk>;
  nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
  nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
    <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RA9cOdAwjxTF6qNNFkXTl_EgOan0LDPmu0fWnIgmZu-7E/template> .

<http://purl.org/dc/dcmitype/Collection> rdfs:label "collection" .

dct:description rdfs:label "has the description" .

<http://purl.org/spar/fabio/SystematicReview> rdfs:label "systematic review" .

rdf:type rdfs:label "is a" .

rdfs:label rdfs:label "has the label" .

<http://www.w3.org/2002/07/owl#Ontology> rdfs:label "OWL ontology" .

<http://www.w3.org/2008/05/skos#ConceptScheme> rdfs:label "SKOS concept scheme" .

gen:MaintainedResource rdfs:label "maintained resource" .

gen:hasNamespace rdfs:label "has the namespace" .

gen:isMaintainedBy rdfs:label "is maintained by" .

sub:description a nt:LongLiteralPlaceholder;
  rdfs:label "the description of the resource" .

sub:label a nt:LiteralPlaceholder;
  rdfs:label "the name of the resource" .

sub:namespace a nt:ExternalUriPlaceholder;
  rdfs:label "namespace URI prefix" .

sub:resource a nt:ExternalUriPlaceholder, nt:IntroducedResource;
  rdfs:label "resource identifier" .

sub:space a nt:GuidedChoicePlaceholder;
  rdfs:label "the space maintaining this resource";
  nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" .

sub:st1 rdf:object gen:MaintainedResource;
  rdf:predicate rdf:type;
  rdf:subject sub:resource .

sub:st2 a nt:OptionalStatement;
  rdf:object sub:type;
  rdf:predicate rdf:type;
  rdf:subject sub:resource .

sub:st3 rdf:object sub:label;
  rdf:predicate rdfs:label;
  rdf:subject sub:resource .

sub:st4 rdf:object sub:description;
  rdf:predicate dct:description;
  rdf:subject sub:resource .

sub:st5 rdf:object sub:space;
  rdf:predicate gen:isMaintainedBy;
  rdf:subject sub:resource .

sub:st6 a nt:OptionalStatement;
  rdf:object sub:namespace;
  rdf:predicate gen:hasNamespace;
  rdf:subject sub:resource .

sub:template a nt:AssertionTemplate;
  dct:description "Such nanopublications declares a resource maintanced by a space (e.g. organization, group, community).";
  dct:isVersionOf <https://w3id.org/np/RAsQeXqq2Akoxm40ykI7Bw6nnqQ9ZLRLj9Mcqsrl3AXFk/templateKind>;
  rdfs:label "Defining a maintained resource";
  gen:governedBy <https://w3id.org/spaces/knowledgepixels/nanodash>;
  nt:hasStatement sub:st1, sub:st2, sub:st3, sub:st4, sub:st5, sub:st6;
  nt:hasTag "Spaces" .

sub:type a nt:GuidedChoicePlaceholder;
  rdfs:label "type of the resource";
  nt:possibleValue <http://purl.org/dc/dcmitype/Collection>, <http://purl.org/spar/fabio/SystematicReview>,
    <http://www.w3.org/2002/07/owl#Ontology>, <http://www.w3.org/2008/05/skos#ConceptScheme>,
    nt:AssertionTemplate .

nt:AssertionTemplate rdfs:label "assertion template" .

sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 .

orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB";
  npx:hasSignature "Sdi/k4mqI/i6m7EVz7hGn6lanogsKxmEHqmSSZHjYZdv14Okd2ulYgiq6lW/22T2QjelUUJt7bII+WQWT5kyjXqCBWQou9Odg6KcINv7JdfxNMIszC8D5yBOE5lFKXKtiMrYo0fVkGBKBH10U/4x54vFoFo2oVHjggwEXBIjSK8=";
  npx:hasSignatureTarget <https://w3id.org/np/RA4HQBKlH3wTAhWp0ziVH-JUpOiLk29lsArGWSmZ8frDI>;
  npx:signedBy orcid:0000-0001-8492-0354 .

<https://w3id.org/spaces/knowledgepixels/nanodash> nt:hasLabelFromApi "Nanodash - The group maintaining Nanodash." .

