@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion a nt:AssertionTemplate; rdfs:label "Announcing a nanopub service"; nt:hasStatement sub:st0 . sub:class a nt:GuidedChoicePlaceholder; rdfs:label "the URI of the nanopub service class"; nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_valid_signed_things?type=http%3A%2F%2Fpurl.org%2Fnanopub%2Fx%2F&searchterm=" . sub:service a nt:IntroducedResource, nt:UriPlaceholder; rdfs:label "the URL of the nanopub service" . sub:st0 rdf:object sub:class; rdf:predicate rdf:type; rdf:subject sub:service . rdf:type rdfs:label "is a" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "STUSHaUH4Dm4LxyPysZUNYbXerwGhXHKlooIOglZp/TKINyZstZ6IptDsfs9lRh8mdVFzZldk4Bm0jHAdYCGFWqudXprPM161D0muGy688hIwEWyCi2DjAWW0a5VamqdzUwjP+L8lwYd+u6CrtpseYVEc3hht4ZrbGsMHZmqfl8="; npx:hasSignatureTarget this: . this: dct:created "2022-01-12T07:50:40.510+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }