@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAm_J6ouyexskBDx9FEIvv9SEKoN_s7KIQMMvx8ZL_3PA> .
@prefix sub: <http://purl.org/np/RAm_J6ouyexskBDx9FEIvv9SEKoN_s7KIQMMvx8ZL_3PA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion 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." ;
    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 <https://w3id.org/linkflows/superpattern/terms/affects> , <https://w3id.org/linkflows/superpattern/terms/causes> , <https://w3id.org/linkflows/superpattern/terms/comparesTo> , <https://w3id.org/linkflows/superpattern/terms/contributesTo> , <https://w3id.org/linkflows/superpattern/terms/cooccursWith> , <https://w3id.org/linkflows/superpattern/terms/decreases> , <https://w3id.org/linkflows/superpattern/terms/enables> , <https://w3id.org/linkflows/superpattern/terms/entails> , <https://w3id.org/linkflows/superpattern/terms/follows> , <https://w3id.org/linkflows/superpattern/terms/hasCausalRelationWith> , <https://w3id.org/linkflows/superpattern/terms/hasDifferentValueFrom> , <https://w3id.org/linkflows/superpattern/terms/hasLargerValueThan> , <https://w3id.org/linkflows/superpattern/terms/hasSameValueAs> , <https://w3id.org/linkflows/superpattern/terms/hasSimilarValueAs> , <https://w3id.org/linkflows/superpattern/terms/hasSmallerValueThan> , <https://w3id.org/linkflows/superpattern/terms/hasSpatiotemporalRelationWith> , <https://w3id.org/linkflows/superpattern/terms/includes> , <https://w3id.org/linkflows/superpattern/terms/increases> , <https://w3id.org/linkflows/superpattern/terms/inhibits> , <https://w3id.org/linkflows/superpattern/terms/isCausedBy> , <https://w3id.org/linkflows/superpattern/terms/isFollowedBy> , <https://w3id.org/linkflows/superpattern/terms/isIncludedIn> , <https://w3id.org/linkflows/superpattern/terms/isNecessaryAndSufficientFor> , <https://w3id.org/linkflows/superpattern/terms/isNecessaryFor> , <https://w3id.org/linkflows/superpattern/terms/isSameAs> , <https://w3id.org/linkflows/superpattern/terms/isSufficientFor> , <https://w3id.org/linkflows/superpattern/terms/prevents> , <https://w3id.org/linkflows/superpattern/terms/requires> .
  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=" .
  <https://w3id.org/linkflows/superpattern/terms/affects> rdfs:label "affected" .
  <https://w3id.org/linkflows/superpattern/terms/causes> rdfs:label "caused" .
  <https://w3id.org/linkflows/superpattern/terms/comparesTo> rdfs:label "compares to" .
  <https://w3id.org/linkflows/superpattern/terms/contributesTo> rdfs:label "contributed to" .
  <https://w3id.org/linkflows/superpattern/terms/cooccursWith> rdfs:label "co-occurred with" .
  <https://w3id.org/linkflows/superpattern/terms/decreases> rdfs:label "decreased" .
  <https://w3id.org/linkflows/superpattern/terms/enables> rdfs:label "enabled" .
  <https://w3id.org/linkflows/superpattern/terms/entails> rdfs:label "entails" .
  <https://w3id.org/linkflows/superpattern/terms/follows> rdfs:label "followed" .
  <https://w3id.org/linkflows/superpattern/terms/hasCausalRelationWith> rdfs:label "had causal relation with" .
  <https://w3id.org/linkflows/superpattern/terms/hasDifferentValueFrom> rdfs:label "has different value from" .
  <https://w3id.org/linkflows/superpattern/terms/hasLargerValueThan> rdfs:label "has larger value than" .
  <https://w3id.org/linkflows/superpattern/terms/hasSameValueAs> rdfs:label "has same value as" .
  <https://w3id.org/linkflows/superpattern/terms/hasSimilarValueAs> rdfs:label "has similar value as" .
  <https://w3id.org/linkflows/superpattern/terms/hasSmallerValueThan> rdfs:label "has smaller value than" .
  <https://w3id.org/linkflows/superpattern/terms/hasSpatiotemporalRelationWith> rdfs:label "has spatiotemporal relation with" .
  <https://w3id.org/linkflows/superpattern/terms/includes> rdfs:label "includes" .
  <https://w3id.org/linkflows/superpattern/terms/increases> rdfs:label "increased" .
  <https://w3id.org/linkflows/superpattern/terms/inhibits> rdfs:label "inhibited" .
  <https://w3id.org/linkflows/superpattern/terms/isCausedBy> rdfs:label "was caused by" .
  <https://w3id.org/linkflows/superpattern/terms/isFollowedBy> rdfs:label "was followed by" .
  <https://w3id.org/linkflows/superpattern/terms/isIncludedIn> rdfs:label "is included in" .
  <https://w3id.org/linkflows/superpattern/terms/isNecessaryAndSufficientFor> rdfs:label "was necessary and sufficient for" .
  <https://w3id.org/linkflows/superpattern/terms/isNecessaryFor> rdfs:label "was necessary for" .
  <https://w3id.org/linkflows/superpattern/terms/isSameAs> rdfs:label "is same as" .
  <https://w3id.org/linkflows/superpattern/terms/isSufficientFor> rdfs:label "was sufficient for" .
  <https://w3id.org/linkflows/superpattern/terms/prevents> rdfs:label "prevented" .
  <https://w3id.org/linkflows/superpattern/terms/requires> rdfs:label "required" .
}
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 "QiYCeRdrUlLuVD8PmcBf8LCt/POGGNsR8NMRCZtBQrjhCXAxpzNZ4FH4A+z/0MV/3l8RTT5RnDnOnC4R9pixGP7XzcwxYD0JnE6WLWJhWVgODQJGdgF+8hB3RYfTZOi5sBHKD5W8ykJxfAgWXUeez25XkhqzJldpRWPwfdT1L80=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-01-24T16:49:56.512+01:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1267-0234 ;
    npx:supersedes <http://purl.org/np/RA6Wa1N--D6f0yFGKi5yHY3Lt-uNJAepEgfht8jiFD3r8> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARI-clBK1koP34y4Trhbn1txQRs6Zjg9rMlO6S3FcPeY> .
}