Nanopublication

< Home

ID

https://w3id.org/np/RA4q7OGMer9FjUQ5udrhoAIPYjSIrfTcTczg44UebHk7U

Formats

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

Content

@prefix this: <https://w3id.org/np/RA4q7OGMer9FjUQ5udrhoAIPYjSIrfTcTczg44UebHk7U> .
@prefix sub: <https://w3id.org/np/RA4q7OGMer9FjUQ5udrhoAIPYjSIrfTcTczg44UebHk7U#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@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:ARC a fip:FAIR-Implementation-Community, fip:Mature-Community;
    dct:isPartOf <https://w3id.org/np/RAOiKfDS0pbvZkzE_ROjS7yTw4mW_0fRvxKXy8y0b_8G8#NASA>;
    rdfs:comment "NASA’s Ames Research Center, one of ten NASA field centers, is located in the heart of California’s Silicon Valley. Since 1939, Ames has led NASA in conducting world-class research and development in aeronautics, exploration technology and science aligned with the center’s core capabilities.";
    rdfs:label "ARC | AMES Research Center";
    rdfs:seeAlso <https://www.nasa.gov/ames/about-ames/>;
    fip:has-description-source <https://www.nasa.gov/ames/>;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_4318>, <http://www.fairsharing.org/ontology/subject/SRAO_0000283> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0468-1969 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "HoNQm3MEvpxO3N/vX+8R8VoU5tAyGThGAwJ2Ih2W8cwOSAGgblm5eUzQPF8wIl4Pruy+4SnQgAPFlrLvMdHWUygrxRFQnJOYgV4AR6LeO/9+BDMxwudNnsm2hYgajhnZcWh38zp4vYHd7kyo6pDVWFYYH5VrDMekWNWjDhs4xDk=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-01-30T09:06:54Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:ARC;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/46721bb0-dbe2-4387-b369-7be91088692a> .
}