@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:title rdfs:label "has the title" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the label" . rdfs:label "space member role" . rdfs:label "has as inverse property" . rdfs:label "has as equivalent property" . sub:assertion a nt:AssertionTemplate; rdfs:label "Declaring a space member role"; nt:hasStatement sub:st01, sub:st02a, sub:st02b, sub:st10a, sub:st10b; nt:hasTag "Spaces"; nt:hasTargetNanopubType . sub:inverseProperty a nt:ExternalUriPlaceholder; rdfs:label "inverse property URI (space-to-agent)" . sub:label a nt:LiteralPlaceholder; rdfs:label "the label for the role" . sub:regularProperty a nt:ExternalUriPlaceholder; rdfs:label "regular property URI (agent-to-space)" . sub:role a nt:EmbeddedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short ID suffix" . sub:st01 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:role . sub:st02a rdf:object sub:label; rdf:predicate rdfs:label; rdf:subject sub:role . sub:st02b rdf:object sub:title; rdf:predicate dct:title; rdf:subject sub:role . sub:st10a a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:regularProperty; rdf:predicate ; rdf:subject sub:role . sub:st10b a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:inverseProperty; rdf:predicate ; rdf:subject sub:role . sub:title a nt:LiteralPlaceholder; rdfs:label "the role title as shown in panel headers" . } 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 "2025-09-25T13:07:38.613+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Declaring a space member role"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "VIIqf69gCjK78AlE74KFsIc7K41lyRZH8L1f9y0orpUJoJv9LK0OeqC1fdi+fqJ7RtaulhPzvgnfS0EHaDPb76NYhnnHCg6e98LO0AUupKKJMjkP2XlHqz51J2jI2gY4377nx/iNbxiL4VzR1KQowGCBUpmcUT26Fy+te495pts="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }