@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 dct:description "Such a nanopublication expresses that its creator things the given things is either overrated or underrated. This thing can be anything, such as an approach, a website, or a city."; a nt:AssertionTemplate; rdfs:label "Stating an opinion that something is over-/underrated"; nt:hasStatement sub:st1; nt:hasTag "Social" . sub:isOverUnderrated a nt:RestrictedChoicePlaceholder; nt:hasDefaultValue ; nt:possibleValue , . sub:st1 rdf:object sub:thing; rdf:predicate sub:isOverUnderrated; rdf:subject nt:CREATOR . sub:thing a nt:GuidedChoicePlaceholder; rdfs:label "the thing you think is over- or underrated"; nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" . rdfs:label "think this is overrated:" . rdfs:label "think this is underrated:" . } 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 "E3hFWTyA15zam7CdNaQynv2kXUXLEDQeURP5vITK3Rv2KYQkMlsZz0ufLS+tfmudVJAcmv1PqyC9ESMIrzKiEsq8axpxpLL0CT6zJG4SBnkBiu2trHQt6sGBjnP5/NYJR/CH9wawPiW4X0MfPKNNBp/Kz6PBeQmTxJoycGtamKs="; npx:hasSignatureTarget this: . this: dct:created "2023-06-13T07:45:17.486Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }