@prefix this: <https://w3id.org/np/RAVPifvLjRoKJ18ctbf68MoAVUQyFd4pCYfh94a4rPXVg> .
@prefix sub: <https://w3id.org/np/RAVPifvLjRoKJ18ctbf68MoAVUQyFd4pCYfh94a4rPXVg/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://w3id.org/np/RAVPifvLjRoKJ18ctbf68MoAVUQyFd4pCYfh94a4rPXVg> a np:Nanopublication,
    npx:ExampleNanopub;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2026-07-30T07:55:46.652Z"^^xsd:dateTime;
  dct:creator orcid:0000-0001-8492-0354, orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
  rdfs:label "Defining a maintained resource (with hasPrefix - test)";
  prov:wasDerivedFrom <https://w3id.org/np/RAuoIiBPtkpMCALeI5AWNlQHoXdBfqZwqj_sVHiBGbfQo>;
  nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
  nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY,
    <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RAMEgudZsQ1bh1fZhfYnkthqH6YSXpghSE_DEN1I-6eAI>,
    <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RA97ErZmL97PuPlwui1_qIdVTi5Ag8IaDdKeXlumYD_ms> .

<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:assertion a nt:AssertionTemplate;
  dct:description "Such nanopublications declares a resource maintanced by a space (e.g. organization, group, community).";
  rdfs:label "Defining a maintained resource (with hasPrefix - test)";
  nt:hasStatement sub:st00, sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06;
  nt:hasTag "Spaces";
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

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:st00 rdf:object gen:MaintainedResource;
  rdf:predicate rdf:type;
  rdf:subject sub:resource .

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

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

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

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

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

sub:st06 rdf:object <https://w3id.org/np/RAVPifvLjRoKJ18ctbf68MoAVUQyFd4pCYfh94a4rPXVg/~~SPACE~~/r/>;
  rdf:predicate nt:hasPrefix;
  rdf:subject sub:resource .

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" .

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

orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB";
  npx:hasSignature "f4KLHy/75W6zZGzxTWv2tPxTqgSpvwIO9nyCxOOazpltnFxbKmPzSeMiqOjdai3Y4wV465WvSrDAadcN8tMrnT+KuUBg3cWeHJJscQQZW74+OcC2cbNfz73BnArlbh4RhvJtDWyWc1n59Hzlm7Jg+Zs+6dbDY2u8SG44D4WvTNQ=";
  npx:hasSignatureTarget <https://w3id.org/np/RAVPifvLjRoKJ18ctbf68MoAVUQyFd4pCYfh94a4rPXVg>;
  npx:signedBy orcid:0000-0001-8492-0354 .

