@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 {
rdf:type rdfs:label "is a" .
rdfs:label "part-level view display" .
rdfs:label "top-level view display" .
rdfs:label "view display" .
rdfs:label "is a display for" .
rdfs:label "is a display of the view" .
sub:assertion dcterms:description "Declare a view that should be displayed for the given resource (e.g. space, user, maintained resource).";
a nt:AssertionTemplate;
rdfs:label "Displaying a view for a resource";
nt:hasNanopubLabelPattern "${resource} displays view: ${view}";
nt:hasStatement sub:st10, sub:st11, sub:st20, sub:st30;
nt:hasTag "Spaces" .
sub:display a nt:EmbeddedResource, nt:LocalResource;
rdfs:label "this" .
sub:displayType a nt:RestrictedChoicePlaceholder;
rdfs:label "top-level or part-level";
nt:hasDefaultValue ;
nt:possibleValue , .
sub:resource a nt:GuidedChoicePlaceholder;
rdfs:label "the ID of the resource";
nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/MaintainedResource",
"https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" .
sub:st10 rdf:object ;
rdf:predicate rdf:type;
rdf:subject sub:display .
sub:st11 rdf:object sub:displayType;
rdf:predicate rdf:type;
rdf:subject sub:display .
sub:st20 rdf:object sub:view;
rdf:predicate ;
rdf:subject sub:display .
sub:st30 rdf:object sub:resource;
rdf:predicate ;
rdf:subject sub:display .
sub:view a nt:GuidedChoicePlaceholder;
rdfs:label "choose the view";
nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/ResourceView" .
}
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-28T17:29:41.095+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
dcterms:license ;
npx:supersedes ;
npx:wasCreatedAt ;
rdfs:label "Displaying a view for a resource";
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "r22oUAgATAI0ExL5dWMpx44EtCaGjsMrO3yYGDZVhVEsxxubXoVhNRn8/MY101dL/23szSHO/InBewFk+QGl0IR5g/+wZE+OeHgi6iEUTyDq0Pl4LTMmYofHUXJaRgF5xo6M9he8ReOmclsDuSzCQL4nXjEk8rVVJbNSVGwB6OE=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}