@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 "maintained resource" .
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;
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: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: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-20T11:22:04.385Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
dcterms:license ;
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 "9+GUtiRG03u2ZlWBKF5AcipuLUeacedLMNfNPy/vLH4xBgULldXtrUejyOVrhx2q5Uu1grboOFs0LjsfGS9jp8O3wfnnQY8T/UsiNyJQVTiMsFglqkv1242PbyWHdZlDs3+vbFoVzrEUI31SruqrQ09J3ikmFOHGaqoCnWGhebY=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}