https://w3id.org/np/RA8UxW3AEay1GtZsb-IDrEtf6qXXra-jXw5nyimC8KOQc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA8UxW3AEay1GtZsb-IDrEtf6qXXra-jXw5nyimC8KOQc> . @prefix sub: <https://w3id.org/np/RA8UxW3AEay1GtZsb-IDrEtf6qXXra-jXw5nyimC8KOQc/> . @prefix np: <http://www.nanopub.org/nschema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix prov: <http://www.w3.org/ns/prov#> . @prefix npx: <http://purl.org/nanopub/x/> . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:assertion rdfs:comment "testing language tags"@en . } sub:provenance { sub:assertion prov:wasAttributedTo <https://orcid.org/0000-0002-1267-0234> . } sub:pubinfo { this: a npx:ExampleNanopub; dct:created "2025-08-26T11:03:39.432+02:00"^^xsd:dateTime; dct:creator <https://orcid.org/0000-0002-1267-0234> . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "Poth9EiHE4PC1sZQgu0J9UvHb7x85T9zX+8VfNKl7fORAoGCYR+/5vVw0WEqIWhTPXOJD/uOD+0swWlomt6X0lawVfBjGsqgAOpnxAfSEr+uoep0djIYLlziM5RmuGDHWNI+TgccgjDciZFFpDuVu/uU7yUnm2L2REb7TLDZ9JE="; npx:hasSignatureTarget this: . }