@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 "Making a statement with Wikidata vocabulary"; nt:hasNanopubLabelPattern "${subj} - ${property} - ${obj}"; nt:hasStatement sub:st1; nt:hasTag "Claims"; nt:hasTargetNanopubType . sub:obj a nt:GuidedChoicePlaceholder; rdfs:label "the object entity from Wikidata"; nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" . sub:property a nt:GuidedChoicePlaceholder; rdfs:label "the property from Wikidata"; nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&type=property&language=en&format=json&limit=5&search=" . sub:st1 rdf:object sub:obj; rdf:predicate sub:property; rdf:subject sub:subj . sub:subj a nt:GuidedChoicePlaceholder; rdfs:label "the subject entity from Wikidata"; nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB"; npx:hasSignature "S8XKUTmZ2WP06Tab9yi2SPC/yt0AE/lCyQ8ou6ZkKNemXC4MhuJ1ABSaKj0X+PmqakSFnZSYBVRX1GFiiaF7uYaqopO7GnuNApA4l+PpxpOa6TxPOMFiEiH4r8wCvBpa5H5czQlAJsFvFuAKU1PyOtg5T4nONNrFvZPKpj7TGIo="; npx:hasSignatureTarget this: . this: dct:created "2023-10-02T13:44:15.300Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; rdfs:label "Template: Making a statement with Wikidata vocabulary"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }