@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
dcterms:description rdfs:label "has the description" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
rdfs:label "OWL ontology" .
rdfs:label "SKOS concept scheme" .
rdfs:label "maintained resource" .
rdfs:label "has the namespace" .
rdfs:label "is maintained by" .
sub:assertion dcterms:description "Such nanopublications declares a resource maintanced by a space (e.g. organization, group, community).";
a nt:AssertionTemplate;
rdfs:label "Defining a maintained resource";
nt:hasStatement sub:st00, sub:st01, sub:st02, sub:st03, sub:st04, sub:st05;
nt:hasTag "Spaces" .
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 ;
rdf:predicate rdf:type;
rdf:subject sub:resource .
sub:st01 rdf:object sub:type;
rdf:predicate rdf:type;
rdf:subject sub:resource;
a nt:OptionalStatement .
sub:st02 rdf:object sub:label;
rdf:predicate rdfs:label;
rdf:subject sub:resource .
sub:st03 rdf:object sub:description;
rdf:predicate dcterms:description;
rdf:subject sub:resource .
sub:st04 rdf:object sub:space;
rdf:predicate ;
rdf:subject sub:resource .
sub:st05 rdf:object sub:namespace;
rdf:predicate ;
rdf:subject sub:resource;
a nt:OptionalStatement .
sub:type a nt:GuidedChoicePlaceholder;
rdfs:label "type of the resource";
nt:possibleValue , .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
this: dcterms:created "2025-10-28T20:35:59.941Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
dcterms:license ;
npx:supersedes ;
npx:wasCreatedAt ;
rdfs:label "Defining a maintained resource";
prov:wasDerivedFrom ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
npx:hasSignature "NQyetY0/HfrrTnG4ayuDNdJ+Dxid/SrZnNyemOGdyoiWGJ9aQ9L/pjcQPJ/10MI0xNIRnY0H6gOIa/NqBA4jbmTcmtc8oIvMabYOfCWM3rOFwCZacA1wIhlA4SfWHubq0miY5VGsx3IAQEKfXRad74qY8EmWh/CYGKY+IfVvsAY=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}