@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @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 { sub:affiliations-view a , ; dct:isVersionOf ; dct:title "🏢 Affiliations"; rdfs:label "Affiliations view"; ; "2.5.affiliations"; ; "user" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . nt:hasLabelFromApi "Get team member spaces for user - This query returns all the spaces where the given user has the team member role." . this: dct:created "2026-03-20T13:53:03.463+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:affiliations-view; npx:introduces ; npx:supersedes ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "U4rKma/ax00jdmrEvrtIqozU2hRcHZXvyHQ2nz+C3Au2vZfym09lNteWMUvtmJyypn8cOE9Pqe0PJjR9palJAMLAAPEF5rsnIUhG8ZF0Rdbb1IEQPx7afxP/m3vyNNipyY7osFpsFmn7PGa3MxROW79psSo4nLKG7HZCdZUoBJo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }