Nanopublication

< Home

ID

https://w3id.org/np/RAeYIEK0wtOG2BP3dTJDbuMPTNnW4uleXzAJAkWjJUkOU

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAeYIEK0wtOG2BP3dTJDbuMPTNnW4uleXzAJAkWjJUkOU> .
@prefix sub: <https://w3id.org/np/RAeYIEK0wtOG2BP3dTJDbuMPTNnW4uleXzAJAkWjJUkOU/> .
@prefix schema: <https://schema.org/> .
@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#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RA5JnL3MLmsAH4kMJzscLkyGOqXS-7QonyVuABeC3YfBE/omegacat-bh-2>
    a wd:Q978297;
    dct:description "Binary system with a black hole in the Omega Centauri cluster";
    dct:isReferencedBy <https://esahubble.org/news/heic2610/>, <https://phys.org/news/2026-07-hubble-star-cluster-black-holes.html>,
      <https://science.nasa.gov/missions/hubble/nasas-hubble-discovers-first-of-star-clusters-missing-black-holes/>,
      <https://www.space.com/astronomy/black-holes/the-1st-of-10-000-missing-black-holes-in-the-omega-centauri-star-cluster-has-been-found-by-the-hubble-and-james-webb-space-telescopes>,
      <https://www.universetoday.com/articles/hubble-discovers-the-first-missing-black-hole-in-this-famous-star-cluster>;
    rdfs:label "OMEGACat BH-2";
    foaf:isPrimaryTopicOf <https://en.wikipedia.org/wiki/OMEGACat_BH-2> .
  
  sub:assertion schema:about <https://w3id.org/spaces/wikinewsie> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234;
    prov:wasDerivedFrom <https://en.wikipedia.org/wiki/OMEGACat_BH-2> .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-08-26T14:22:23Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces <https://w3id.org/np/RA5JnL3MLmsAH4kMJzscLkyGOqXS-7QonyVuABeC3YfBE/omegacat-bh-2>;
    npx:supersedes <https://w3id.org/np/RA5JnL3MLmsAH4kMJzscLkyGOqXS-7QonyVuABeC3YfBE>;
    rdfs:label "OMEGACat BH-2";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAmRxSMXuHZWtDXqTXqTK_aM1KBPauATJg4_KqixamLiE>,
      <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAMiEm0B7QKKStf51XpdiMAQG3b0--OtIX8p1M8XhGV_o/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "n2TX5KAN1gIz4ZIETSeiv551lP2rHK81Sz+GIheZ2UpDIFZ4EiBZcRB+q+qiL5zhCNcIPod5a38mxEOriFC1LBTo/aKFua2U3Y/VO+2B89NYt7Ee+cpxrXuAG4QRpE3N1xB53DdtL7+1ftAhZPC2ni6mZ3sIYwUHW7/1XVam1zM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}