Nanopublication

< Home

ID

http://purl.org/np/RAoil74oO8-cYmE6XAi7vIDC1IVJrkYgwcQKTGcGfwYIU

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAoil74oO8-cYmE6XAi7vIDC1IVJrkYgwcQKTGcGfwYIU> .
@prefix sub: <http://purl.org/np/RAoil74oO8-cYmE6XAi7vIDC1IVJrkYgwcQKTGcGfwYIU#> .
@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:canAlwaysQualifier, sp:canFrequentlyNotQualifier,
      sp:canFrequentlyQualifier, sp:canGenerallyNotQualifier, sp:canGenerallyQualifier,
      sp:canMostlyNotQualifier, sp:canMostlyQualifier, sp:canNeverQualifier, sp:canSometimesNotQualifier,
      sp:canSometimesQualifier, sp:frequentlyNotQualifier, sp:frequentlyQualifier, sp:generallyNotQualifier,
      sp:generallyQualifier, sp:mostlyNotQualifier, sp:mostlyQualifier, sp:neverQualifier,
      sp:sometimesNotQualifier, sp:sometimesQualifier .
  
  sub:relation a nt:RestrictedChoicePlaceholder;
    rdfs:label "URI of the relation type";
    nt:possibleValue sp:affects, sp:causes, sp:comparesTo, sp:contributesTo, sp:cooccursWith,
      sp:decreases, sp:enables, sp:entails, sp:follows, sp:hasCausalRelationWith, sp:hasSpatiotemporalRelationWith,
      sp:includes, sp:increases, sp:inhibits, sp:isCausedBy, sp:isDifferentFrom, sp:isIncludedIn,
      sp:isLargerThan, sp:isNecessaryAndSufficientFor, sp:isNecessaryFor, sp:isSameAs, sp:isSmallerThan,
      sp:isSufficientFor, 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:affects rdfs:label "A affects B" .
  
  sp:alwaysQualifier rdfs:label "always" .
  
  sp:canAlwaysQualifier rdfs:label "can always" .
  
  sp:canFrequentlyNotQualifier rdfs:label "can frequently not" .
  
  sp:canFrequentlyQualifier rdfs:label "can frequently" .
  
  sp:canGenerallyNotQualifier rdfs:label "can generally not" .
  
  sp:canGenerallyQualifier rdfs:label "can generally" .
  
  sp:canMostlyNotQualifier rdfs:label "can mostly not" .
  
  sp:canMostlyQualifier rdfs:label "can mostly" .
  
  sp:canNeverQualifier rdfs:label "can never" .
  
  sp:canSometimesNotQualifier rdfs:label "can sometimes not" .
  
  sp:canSometimesQualifier rdfs:label "can sometimes" .
  
  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:frequentlyNotQualifier rdfs:label "frequently not" .
  
  sp:frequentlyQualifier rdfs:label "frequently" .
  
  sp:generallyNotQualifier rdfs:label "generally not" .
  
  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:hasSpatiotemporalRelationWith rdfs:label "A has spatiotemporal relation with B" .
  
  sp:hasSubjectClass rdfs:label "... things of type" .
  
  sp:includes rdfs:label "A includes B" .
  
  sp:increases rdfs:label "A increases B" .
  
  sp:inhibits rdfs:label "A inhibits B" .
  
  sp:isCausedBy rdfs:label "A is caused by B" .
  
  sp:isDifferentFrom rdfs:label "A is different from B" .
  
  sp:isIncludedIn rdfs:label "A is included in B" .
  
  sp:isLargerThan rdfs:label "A is larger than B" .
  
  sp:isNecessaryAndSufficientFor rdfs:label "A is necessary and sufficient for 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:isSufficientFor rdfs:label "A is sufficient for B" .
  
  sp:mostlyNotQualifier rdfs:label "mostly not" .
  
  sp:mostlyQualifier rdfs:label "mostly" .
  
  sp:neverQualifier rdfs:label "never" .
  
  sp:precedes rdfs:label "A precedes B" .
  
  sp:prevents rdfs:label "A prevents B" .
  
  sp:requires rdfs:label "A requires B" .
  
  sp:sometimesNotQualifier rdfs:label "sometimes not" .
  
  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 "ItIH6JA7wwr3WzL7jchHKmA1dXJ6Mx8efdrnVj/ikRE1VbfbJZztYNYBrAfgo/BAiHJgQ8pGFDdy3d3f5VPENbUTSjNNH21l3A+Sz3dIhNamP0qPUdA7k0yrLM9G/LUaeZRalX6ZX1bnAy2SnM4497fIdnItjnabIyq1vB1JzlQ=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2021-02-19T14:34:30.607+01:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-1267-0234;
    npx:supersedes <http://purl.org/np/RAxT_BF9NInSoGdP2lc3i0Xld367Xkl0Zhmjy8F9r5gGM> .
}