@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
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;
dcterms:description "This nanopublication expresses a causal (e.g. \"A causes B\"), spatio-temporal (e.g. \"A is included in B\"), or comparative (e.g. \"A is larger than B\") relation between two things.";
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 "affects" .
rdfs:label "causes" .
rdfs:label "compares to" .
rdfs:label "contributes to" .
rdfs:label "co-occurs with" .
rdfs:label "decreases" .
rdfs:label "enables" .
rdfs:label "entails" .
rdfs:label "follows" .
rdfs:label "has causal relation with" .
rdfs:label "has different value from" .
rdfs:label "has larger value than" .
rdfs:label "has same value as" .
rdfs:label "has similar value as" .
rdfs:label "has smaller value than" .
rdfs:label
"has spatiotemporal relation with" .
rdfs:label "includes" .
rdfs:label "increases" .
rdfs:label "inhibits" .
rdfs:label "is caused by" .
rdfs:label "is followed by" .
rdfs:label "is included in" .
rdfs:label
"is necessary and sufficient for" .
rdfs:label "is necessary for" .
rdfs:label "is same as" .
rdfs:label "is sufficient for" .
rdfs:label "prevents" .
rdfs:label "requires" .
}
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 "dGlbmT/Ay3os4pZvjkVIHZt597sZGEHBv0D6fPAsBMSUn/GlppXJHyjEKjB28C6bGmuv2bkkx7LaRec5bzPvmbGusizRSqVpaS7/wkK/DSDwv6rb3++iJbBqKilVv+bawctZdlDowAdlQhvBy5LL8wFnAQ5PvohVLHS4dHPGYN0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-01-24T16:42:18.925+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}