@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:assertion a nt:AssertionTemplate;
dct:description "Such a nanopublication expresses that its creator thinks the given thing is either overrated or underrated. This thing can be anything, such as an approach, a website, or a city.";
rdfs:label "Stating an opinion that something is over-/underrated";
nt:hasNanopubLabelPattern "${isOverUnderrated}: ${thing}";
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:possibleValue , ,
, ;
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
rdfs:label "ChatGPT - artificial intelligence chatbot developed by OpenAI" .
rdfs:label "open data - data that is openly accessible and usable to others" .
rdfs:label "Pizza Hawaii - pizza variety, usually topped with pineapple pieces and ham" .
rdfs:label "Zürich - capital of the canton of Zürich, Switzerland" .
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 "gVkQYd73C3GDvTIJvpotIsMfdqL0olUj7nt7jw/3GDxt/s6tKvpLcZEIMft0JxcGTN+Mium9GPbB8j8cAm5QNoSIgem3NFaL/GSDp0xGixSp2YicIFtzoB7qtyRIkBF/8V68DzLZ+dB5BFWYvgraUGwywqySfRlqSLgfh7i2474=";
npx:hasSignatureTarget this: .
this: dct:created "2023-08-16T09:34:21.654Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license ;
npx:supersedes ns1:RA6p8TsYKPUmy6yoKuxjBKn2vRKczjIWrcS2lyyX61myE;
rdfs:label "Template: Stating an opinion that something is over-/underrated";
nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
nt:wasCreatedFromTemplate ns1:RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs .
}