@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:Basketball a ; rdfs:label "Basketball"; rdfs:subClassOf ; "a game played on a rectangular court between two teams of five players. The main 
objective is to shoot a basketball through the defender's hoop while preventing the opposing team from shooting through your hoop." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0007-8800-9091 . } sub:pubinfo { nt:hasLabelFromApi "sport - forms of recreational activity, usually physical" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwhhvLCDJIA46nxQaCt3x0EAXMZQGReSBQyhBS5nX1KcDGdmwA2TkOwvaWC6h1Pul3+V6FIsWYadp4SC82qGSX8gRdwk8NzmaLYJI7UxYz5NIg2EQJKvC/JX58lYAy0pAb8cepmIb51ajhgXV+46fLEUoUzU0qdhCzc45sa2wxpwIDAQAB"; npx:hasSignature "JdjHhzHdyGaclzxTfTDOGl0VXk+kyYcEHhokWmYD5LBbAB8k3YsQLENlp9bSSoSOYLBPKHEI9D7H4Ps8iBLFgwS1/EsIA5ZjakPaRWglAS+dicMqFG3h0yLvv5Hu3yw7WczmKBNg6Mxyxyv9nATjMEPdLrlX5Ixssv5emVD3rA8="; npx:hasSignatureTarget this: . this: dct:created "2023-10-10T10:17:12.208Z"^^xsd:dateTime; dct:creator orcid:0009-0007-8800-9091; dct:license ; npx:introduces sub:Basketball; rdfs:label "Class: Basketball"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }