@prefix dc1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:assertion dc1:description "This nanopublication expresses a causal (e.g. \"A caused B\"), spatio-temporal (e.g. \"A is included in B\"), or comparative (e.g. \"A is larger than B\") relation between two things.";
a nt:AssertionTemplate;
rdfs:label "Expressing a simple causal, spatio-temporal, or comparative relation";
nt:hasStatement sub:st0;
nt:hasTag "Claims" .
sub:obj a nt:GuidedChoicePlaceholder;
rdfs:label "URI of the object";
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:relation a nt:RestrictedChoicePlaceholder;
rdfs:label "URI of the relation type";
nt:possibleValue , ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, .
sub:st0 rdf:object sub:obj;
rdf:predicate sub:relation;
rdf:subject sub:subj .
sub:subj a nt:GuidedChoicePlaceholder;
rdfs:label "URI of the subject";
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
rdfs:label "affected - the subject positively or negatively affected the intensity or frequency of the activity of the object" .
rdfs:label "caused - the subject caused the existence of the object" .
rdfs:label "contributed to - the subject positively affected the intensity or frequency of the activity of the object" .
rdfs:label "co-occurred with - the subject was close to the object in terms of space and time" .
rdfs:label "decreased - the subject caused the value of the object to decrease" .
rdfs:label "enabled - the subject caused the activity of the object to happen" .
rdfs:label "followed - the object came into existence before the subject" .
rdfs:label "has different value from - the quantifiable subject has a value that is different from the quantifiable object" .
rdfs:label "has larger value than - the quantifiable subject has a larger value than the quantifiable object" .
rdfs:label "has same value as - the quantifiable subject has the same value as the quantifiable object" .
rdfs:label "has similar value as - the quantifiable subject has a similar value as the quantifiable object" .
rdfs:label "has smaller value than - the quantifiable subject has a smaller value than the quantifiable object" .
rdfs:label "includes - the subject spatiotemporally includes the object" .
rdfs:label "increased - the subject caused the value of the object to increase" .
rdfs:label "inhibited - the subject negatively affected the intensity or frequency of the activity of the object" .
rdfs:label "was caused by - the existence of the subject was caused by the object" .
rdfs:label "was followed by - the subject came into existence before the object" .
rdfs:label "is included in - the object spatiotemporally included the subject" .
rdfs:label
"was necessary and sufficient for - the subject caused the existence of the object, which would not exist if the subject did not exist" .
rdfs:label "prevented - the subject caused the activity of the object not to happen" .
rdfs:label "required - the subject would not have existed if the object did not exist" .
}
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 "a+wJwtqlGPqO79wtmF2lZE0Nc3+nKC8fAUDYfiKg4iJKFFs7h/YOYxGR27kr+2ECIrhwqLG6+ot2JRIGL51minfBNvlAObWeSV3qG1DIuF60PeGPJxyx3TsL7vHQ3fMgEZURsAnHTKG4CzffI80mnDQzaopx4JTDmPYmtsnBpz0=";
npx:hasSignatureTarget this: .
this: dc1:created "2023-02-27T10:43:16.950+01:00"^^xsd:dateTime;
dc1:creator orcid:0000-0002-1267-0234;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}