Nanopublication

< Home

ID

http://purl.org/np/RAtY5DjE8OGsFuJt-8wgcZF0F3lu3cQZQClrbqoi136j4

Formats

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

Content

@prefix this: <http://purl.org/np/RAtY5DjE8OGsFuJt-8wgcZF0F3lu3cQZQClrbqoi136j4> .
@prefix sub: <http://purl.org/np/RAtY5DjE8OGsFuJt-8wgcZF0F3lu3cQZQClrbqoi136j4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:spi a <https://w3id.org/linkflows/superpattern/terms/SuperPatternInstance>;
    rdfs:label "Obesity when accompanied by metabolic abnormality is closely associated with knee osteoarthritis.";
    <https://w3id.org/linkflows/superpattern/terms/hasContextClass> <http://www.wikidata.org/entity/Q5>;
    <https://w3id.org/linkflows/superpattern/terms/hasObjectClass> <http://www.wikidata.org/entity/Q1777118>;
    <https://w3id.org/linkflows/superpattern/terms/hasQualifier> <https://w3id.org/linkflows/superpattern/terms/generallyQualifier>;
    <https://w3id.org/linkflows/superpattern/terms/hasRelation> <https://w3id.org/linkflows/superpattern/terms/cooccursWith>;
    <https://w3id.org/linkflows/superpattern/terms/hasSubjectClass> <http://purl.org/np/RAVYczMihUbgryLu1x8xhoqR6LQe4fSoWmF3SCQHfR5xE#obesity-with-metabolic-abnormality> .
}

sub:provenance {
  sub:activity a <https://w3id.org/linkflows/superpattern/terms/FormalizationActivity>;
    prov:used sub:quote, <https://dx.doi.org/10.3109/14397595.2014.939393>;
    prov:wasAssociatedWith orcid:0000-0002-7114-6459 .
  
  sub:assertion prov:wasGeneratedBy sub:activity .
  
  sub:quote prov:value "Obesity when accompanied by metabolic abnormality is closely associated with knee osteoarthritis.";
    prov:wasQuotedFrom <https://dx.doi.org/10.3109/14397595.2014.939393> .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJlM78d80R+gFMoQB1IG3f7AbqqGOCIv4HmZd1cx1KgEWMUUpPsojFNvx84fC/TltcJ8F8JafnbhDXW2HM2MhdK4yC04ROEV1vIgSzjDicHfiqXvMqdPuMyQp4mmCEY7mUoeEW10mWZqjk+S9TnmiAQbFGcpExP8aosr2aTR7CSQIDAQAB";
    npx:hasSignature "FQLMnpY2KhMeqG4dHC2LhHgXkiYD2VrRaBVdkIkWFlTv42qT4q/bjSdwgd7ZggQIuC8BbdviuGrNFPl4DHgXPGf5pKvHmNPI459g+tGzXoTmfnfwD2f/FpsWvXXz/9pLHXQL9LLmj47ZxO5fAxYunkzwXxIgr8bLkHXk7TXWI10=";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub;
    dct:created "2021-06-16T12:53:57.717+03:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-7114-6459;
    npx:introduces sub:spi;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAB_oy10D3XUP-zYlqGz7Uj58AsUXhEKeGqmRFg5LSgDM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RA5gNHxO43rlquxhEeAvFs5OCms5eaumzn--jqUu6g5HA>,
      <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAv68imZrEjfcp2rnEg1hzoBqEVc0cQMtp9_1Za0BxNM4> .
}