https://w3id.org/np/RA-kWPUMZ9i9Zt1nsxY5JWJz3nYCzbPWH_LGUwnr3qjbg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA-kWPUMZ9i9Zt1nsxY5JWJz3nYCzbPWH_LGUwnr3qjbg> .
@prefix sub: <https://w3id.org/np/RA-kWPUMZ9i9Zt1nsxY5JWJz3nYCzbPWH_LGUwnr3qjbg/> .
@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/> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
dct:description rdfs:label "has the description" .
<http://schema.org/endDate> rdfs:label "has the end date" .
<http://schema.org/location> rdfs:label "has the location" .
<http://schema.org/startDate> rdfs:label "has the start date" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
<http://www.w3.org/2002/07/owl#sameAs> rdfs:label "has the alternative ID" .
<https://w3id.org/kpxl/gen/terms/AdminRole> rdfs:label "admins" .
<https://w3id.org/kpxl/gen/terms/Campaign> rdfs:label "Campaign - (with focus on outreach)" .
<https://w3id.org/kpxl/gen/terms/Event> rdfs:label "Event - (with focus on exchange)" .
<https://w3id.org/kpxl/gen/terms/Initiative> rdfs:label "Initiative - (with focus on coordination)" .
<https://w3id.org/kpxl/gen/terms/MaintainerRole> rdfs:label "maintainers" .
<https://w3id.org/kpxl/gen/terms/MemberRole> rdfs:label "members" .
<https://w3id.org/kpxl/gen/terms/ObserverRole> rdfs:label "observers" .
<https://w3id.org/kpxl/gen/terms/Project> rdfs:label "Project - (with focus on getting work done)" .
<https://w3id.org/kpxl/gen/terms/Space> rdfs:label "Space" .
<https://w3id.org/kpxl/gen/terms/hasAdmin> rdfs:label "has as admin" .
<https://w3id.org/kpxl/gen/terms/hasPartDefinitionTier> rdfs:label "has parts defined by" .
<https://w3id.org/kpxl/gen/terms/hasRootDefinition> rdfs:label "has as root definition" .
<https://w3id.org/kpxl/gen/terms/isSubSpaceOf> rdfs:label "is a sub-space of" .
sub:admin a nt:AgentPlaceholder;
rdfs:label "an admin of the Space" .
sub:altId a nt:ExternalUriPlaceholder;
rdfs:label "alternative URI" .
sub:assertion a nt:AssertionTemplate;
dct:description "Such nanopublications defines a time-limited Space, i.e. a project, initiative, campaign, or event.";
rdfs:label "Defining a time-limited Space";
nt:hasStatement sub:st00, sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06,
sub:st11, sub:st12, sub:st13, sub:st90, sub:st99;
nt:hasTag "Spaces" .
sub:description a nt:LongLiteralPlaceholder;
rdfs:label "the description of the Space" .
sub:endDate a nt:LiteralPlaceholder;
rdfs:label "end date (and optionally time)";
nt:hasDatatype xsd:dateTime .
sub:label a nt:LiteralPlaceholder;
rdfs:label "the name of the Space" .
sub:location a nt:ExternalUriPlaceholder;
rdfs:label "the location as a URI (e.g. a web page or map link)" .
sub:parentSpace a nt:GuidedChoicePlaceholder;
rdfs:label "the parent Space";
nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" .
sub:partDefinitionTier a nt:RestrictedChoicePlaceholder;
rdfs:label "the lowest role tier whose members define this Space's parts (leave out for anyone with a role)";
nt:possibleValue <https://w3id.org/kpxl/gen/terms/AdminRole>, <https://w3id.org/kpxl/gen/terms/MaintainerRole>,
<https://w3id.org/kpxl/gen/terms/MemberRole>, <https://w3id.org/kpxl/gen/terms/ObserverRole> .
sub:rootDefinition a nt:RootNanopubPlaceholder .
sub:space a nt:ExternalUriPlaceholder, nt:IntroducedResource;
rdfs:label "Space identifier";
nt:hasPrefix "https://w3id.org/spaces/";
nt:hasPrefixLabel "https://w3id.org/spaces/" .
sub:st00 rdf:object <https://w3id.org/kpxl/gen/terms/Space>;
rdf:predicate rdf:type;
rdf:subject sub:space .
sub:st01 rdf:object sub:type;
rdf:predicate rdf:type;
rdf:subject sub:space .
sub:st02 rdf:object sub:label;
rdf:predicate rdfs:label;
rdf:subject sub:space .
sub:st03 rdf:object sub:description;
rdf:predicate dct:description;
rdf:subject sub:space .
sub:st04 a nt:RepeatableStatement;
rdf:object sub:admin;
rdf:predicate <https://w3id.org/kpxl/gen/terms/hasAdmin>;
rdf:subject sub:space .
sub:st05 a nt:OptionalStatement;
rdf:object sub:parentSpace;
rdf:predicate <https://w3id.org/kpxl/gen/terms/isSubSpaceOf>;
rdf:subject sub:space .
sub:st06 a nt:OptionalStatement;
rdf:object sub:partDefinitionTier;
rdf:predicate <https://w3id.org/kpxl/gen/terms/hasPartDefinitionTier>;
rdf:subject sub:space .
sub:st11 rdf:object sub:startDate;
rdf:predicate <http://schema.org/startDate>;
rdf:subject sub:space .
sub:st12 a nt:OptionalStatement;
rdf:object sub:endDate;
rdf:predicate <http://schema.org/endDate>;
rdf:subject sub:space .
sub:st13 a nt:OptionalStatement;
rdf:object sub:location;
rdf:predicate <http://schema.org/location>;
rdf:subject sub:space .
sub:st90 a nt:OptionalStatement, nt:RepeatableStatement;
rdf:object sub:altId;
rdf:predicate <http://www.w3.org/2002/07/owl#sameAs>;
rdf:subject sub:space .
sub:st99 rdf:object sub:rootDefinition;
rdf:predicate <https://w3id.org/kpxl/gen/terms/hasRootDefinition>;
rdf:subject sub:space .
sub:startDate a nt:LiteralPlaceholder;
rdfs:label "start date (and optionally time)";
nt:hasDatatype xsd:dateTime .
sub:type a nt:RestrictedChoicePlaceholder;
rdfs:label "type of the Space";
nt:possibleValue <https://w3id.org/kpxl/gen/terms/Campaign>, <https://w3id.org/kpxl/gen/terms/Event>,
<https://w3id.org/kpxl/gen/terms/Initiative>, <https://w3id.org/kpxl/gen/terms/Project> .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
this: dct:created "2026-09-09T15:01:08Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
npx:supersedes <https://w3id.org/np/RA6UoGXuBYW2keIaiV6ooNEUerTjrcb3PUJzcWh9ROgH4>;
rdfs:label "Defining a time-limited Space";
nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
<https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
nt:wasCreatedFromTemplate <https://w3id.org/np/RAAiJBqq60yVebKKb0NyCOFtKa4zD-dFxmyB1Gb-30BMw> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "BVYEQBBYrMK/YBmlViRxjaiRleLj7xBXLWq8ut0B24Jg+w0RxlDkg8EFBgmPZI7yB8QJNRxXh5tNcJH8F907HIxQp9SZAwbs/TYg+2nar2KVQbnrr8IFes061guks+ugb/ZaqR4fauwWO/G/8GPdTL52T/n4D0yNMvWoPN/ucp4=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}