Nanopublication

< Home

ID

https://w3id.org/np/RA5JnL3MLmsAH4kMJzscLkyGOqXS-7QonyVuABeC3YfBE

Formats

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

Content

@prefix this: <https://w3id.org/np/RA5JnL3MLmsAH4kMJzscLkyGOqXS-7QonyVuABeC3YfBE> .
@prefix sub: <https://w3id.org/np/RA5JnL3MLmsAH4kMJzscLkyGOqXS-7QonyVuABeC3YfBE/> .
@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 {
  sub:assertion schema:about <https://w3id.org/spaces/wikinewsie> .
  
  sub: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:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234;
    prov:wasDerivedFrom <https://doi.org/10.3847/2041-8213/ae7a5c>, <https://en.wikipedia.org/wiki/OMEGACat_BH-2> .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-08-26T11:20:17Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:omegacat-bh-2;
    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/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAJdnofiRA3AATbIdgCkV1Cgu9m0XZwa1I1kUnRs4vATg/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "cm+84PdF9Ot+f7kAYWWHVTtKqVjIqcl59rbUEo8fDS8o6lhckr/CpsM7EpfupnurCXWPWnjQxJGmmoDZ0U6dL+9+TIQGK3Ypz0mLnkol8R/ezM7/dCpn+lI7J/HUtgTtvHbLmHaCDM+ggLB7gxnEY5vRRV8EUeIWkkTxrZLt6ZU=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}