@prefix this: <https://w3id.org/np/RAh_TwAmdnol_2aprfNWlWDJEJk7_DIV4jZjbjBnls4-I> .
@prefix sub: <https://w3id.org/np/RAh_TwAmdnol_2aprfNWlWDJEJk7_DIV4jZjbjBnls4-I#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:Basketball a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "Basketball" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q349> ;
    <http://www.w3.org/2004/02/skos/core#definition> "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 {
  <http://www.wikidata.org/entity/Q349> 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 <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Basketball ;
    rdfs:label "Class: Basketball" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAzUgUie-tPiAorDNlH8h7vR3lP4WNBhT40nsWrRfa1NY> .
}