Nanopublication

< Home

ID

http://purl.org/np/RANVK7g5HbE49j8O5eK_APNLziIn-rUXC6FgCqJtCKZlg

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix ns2: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RANVK7g5HbE49j8O5eK_APNLziIn-rUXC6FgCqJtCKZlg> .
@prefix sub: <http://purl.org/np/RANVK7g5HbE49j8O5eK_APNLziIn-rUXC6FgCqJtCKZlg#> .
@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#> .
@prefix sp: <https://w3id.org/linkflows/superpattern/terms/> .

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;
    rdfs:label "Expressing a general claim with a super-pattern";
    nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5 .
  
  sub:contextClass a nt:GuidedChoicePlaceholder;
    rdfs:label "URI of the context class";
    nt:possibleValue sp:UniversalContext;
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=",
      "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
  
  sub:objectClass a nt:GuidedChoicePlaceholder;
    rdfs:label "URI of the object class (B)";
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=",
      "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
  
  sub:qualifier a nt:RestrictedChoicePlaceholder;
    rdfs:label "URI of the qualifier";
    nt:possibleValue sp:alwaysQualifier, sp:canQualifier, sp:generallyQualifier, sp:mostlyNotQualifier,
      sp:mostlyQualifier, sp:mustQualifier, sp:neverQualifier, sp:sometimesQualifier .
  
  sub:relation a nt:RestrictedChoicePlaceholder;
    rdfs:label "URI of the relation type";
    nt:possibleValue sp:causes, sp:comparesTo, sp:contributesTo, sp:cooccursWith, sp:decreases,
      sp:enables, sp:entails, sp:follows, sp:hasCausalRelationWith, sp:increases, sp:inhibits,
      sp:is-necessary-and-sufficient-for, sp:isLargerThan, sp:isNecessaryFor, sp:isSameAs,
      sp:isSmallerThan, sp:negativelyCorrelatesWith, sp:positivelyCorrelatesWith, sp:precedes,
      sp:prevents, sp:requires .
  
  sub:spi a nt:IntroducedResource, nt:LocalResource;
    rdfs:label "SPI:" .
  
  sub:st0 a rdf:Statement;
    rdf:object sp:SuperPatternInstance;
    rdf:predicate rdf:type;
    rdf:subject sub:spi;
    nt:statementOrder "0"^^xsd:integer .
  
  sub:st1 a rdf:Statement;
    rdf:object sub:contextClass;
    rdf:predicate sp:hasContextClass;
    rdf:subject sub:spi;
    nt:statementOrder "1"^^xsd:integer .
  
  sub:st2 a rdf:Statement;
    rdf:object sub:subjectClass;
    rdf:predicate sp:hasSubjectClass;
    rdf:subject sub:spi;
    nt:statementOrder "2"^^xsd:integer .
  
  sub:st3 a rdf:Statement;
    rdf:object sub:qualifier;
    rdf:predicate sp:hasQualifier;
    rdf:subject sub:spi;
    nt:statementOrder "3"^^xsd:integer .
  
  sub:st4 a rdf:Statement;
    rdf:object sub:relation;
    rdf:predicate sp:hasRelation;
    rdf:subject sub:spi;
    nt:statementOrder "4"^^xsd:integer .
  
  sub:st5 a rdf:Statement;
    rdf:object sub:objectClass;
    rdf:predicate sp:hasObjectClass;
    rdf:subject sub:spi;
    nt:statementOrder "5"^^xsd:integer .
  
  sub:subjectClass a nt:GuidedChoicePlaceholder;
    rdfs:label "URI of the subject class (A)";
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=",
      "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
  
  rdf:type rdfs:label "This is a" .
  
  sp:SuperPatternInstance rdfs:label "super-pattern instance" .
  
  sp:UniversalContext rdfs:label "universal context (i.e. no context restriction)" .
  
  sp:alwaysQualifier rdfs:label "always" .
  
  sp:canQualifier rdfs:label "can" .
  
  sp:causes rdfs:label "A causes B" .
  
  sp:comparesTo rdfs:label "A compares to B" .
  
  sp:contributesTo rdfs:label "A contributes to B" .
  
  sp:cooccursWith rdfs:label "A co-occurs with B" .
  
  sp:decreases rdfs:label "A decreases B" .
  
  sp:enables rdfs:label "A enables B" .
  
  sp:entails rdfs:label "A entails B" .
  
  sp:follows rdfs:label "A follows B" .
  
  sp:generallyQualifier rdfs:label "generally" .
  
  sp:hasCausalRelationWith rdfs:label "A has causal relation with B" .
  
  sp:hasContextClass rdfs:label "In the context of all things of type" .
  
  sp:hasObjectClass rdfs:label "... to things of type" .
  
  sp:hasQualifier rdfs:label "... (qualifier)" .
  
  sp:hasRelation rdfs:label "... have a relation of type" .
  
  sp:hasSubjectClass rdfs:label "... things of type" .
  
  sp:increases rdfs:label "A increases B" .
  
  sp:inhibits rdfs:label "A inhibits B" .
  
  sp:is-necessary-and-sufficient-for rdfs:label "A is necessary and sufficient for B" .
  
  sp:isLargerThan rdfs:label "A is larger than B" .
  
  sp:isNecessaryFor rdfs:label "A is necessary for B" .
  
  sp:isSameAs rdfs:label "A is same as B" .
  
  sp:isSmallerThan rdfs:label "A is smaller than B" .
  
  sp:mostlyNotQualifier rdfs:label "mostly not" .
  
  sp:mostlyQualifier rdfs:label "mostly" .
  
  sp:mustQualifier rdfs:label "must" .
  
  sp:negativelyCorrelatesWith rdfs:label "A negatively correlates with B" .
  
  sp:neverQualifier rdfs:label "never" .
  
  sp:positivelyCorrelatesWith rdfs:label "A positively correlates with B" .
  
  sp:precedes rdfs:label "A precedes B" .
  
  sp:prevents rdfs:label "A prevents B" .
  
  sp:requires rdfs:label "A requires B" .
  
  sp:sometimesQualifier rdfs:label "sometimes" .
}

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 "OT8Q2dM2sp8lmLi1bIshiCcYUxs6/0KxR8HyRCRIzEG5tcfysl2c5nHLqgs07nroYv27P9n63H4ylcuyw25e8F7jxoyWm7ctGlUWnGjMaW0tKzcFfIsvHzq7noDO7PVxlwAD3S63w4nPoBv01Byzc155irgHWGE0pX+nNYJFC8E=";
    npx:hasSignatureTarget this: .
  
  this: ns2:created "2021-01-22T16:07:36.753+01:00"^^xsd:dateTime;
    ns2:creator orcid:0000-0002-1267-0234;
    npx:supersedes <http://purl.org/np/RAABIfw2iS_orrMz-od1sZxgbZKKh323NMMAMSVY2uHWs> .
}