@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:SPARQL_endpoint a fip:Available-FAIR-Enabling-Resource, fip:Communication-protocol, fip:FAIR-Enabling-Resource, fip:Search-engine; rdfs:comment "SPARQL (open) endpoint serving the SPARQL semantic query language to retrieve and manipulate data stored in Resource Description Framework (RDF) format"; rdfs:label "SPARQL (open) endpoint "; rdfs:seeAlso , . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-8158-8787 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "ZRId+Y0cC4N1812Z5rNz9gH4vCpQr1Muf6PMcbTwsx9SRDbp2vq6j7AlR5hQMhi9vj0EoniIDuD4mPdRF82bOSjuDzUtHU0wrphBEMhbw34Iy0YJewvddYlTKgOsr+qYT6VgtDXmPI31DeQlR3X/HLABP0evCWLXf1/GpgSQjPE="; npx:hasSignatureTarget this: . this: dct:created "2022-01-28T12:43:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:SPARQL_endpoint; prov:wasDerivedFrom . }