Nanopublication

< Home

ID

https://w3id.org/np/RAV5S4SSzpEcGg3pbzCqH9HkEpLYIsx62AKsTKUi1mjGw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAV5S4SSzpEcGg3pbzCqH9HkEpLYIsx62AKsTKUi1mjGw> .
@prefix sub: <https://w3id.org/np/RAV5S4SSzpEcGg3pbzCqH9HkEpLYIsx62AKsTKUi1mjGw/> .
@prefix schema: <http://schema.org/> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.rYgXhw> a fip:Available-FAIR-Enabling-Resource,
      fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Metadata-schema;
    schema:url <http://ivoa.net/documents/ObsCore/index.html>;
    rdfs:comment "This document defines the core components of the Observation data model that are necessary to perform data discovery when querying data centers for astronomical observations of interest. It exposes use-cases to be carried out, explains the model and provides guidelines for its implementation as a data access service based on the Table Access Protocol (TAP). It aims at providing a simple model easy to understand and to implement by data providers that wish to publish their data into the Virtual Observatory. This interface integrates data modeling and data access aspects in a single service and is named ObsTAP. In this document, the Observation Data Model Core Components (ObsCoreDM) defines the core components of queryable metadata required for global discovery of observational data. It is meant to allow a single query to be posed to TAP services at multiple sites to perform global data discovery without having to understand the details of the services present at each site. It defines a minimal set of basic metadata and thus allows for a reasonable cost of implementation by data providers.";
    rdfs:label "Observation Data Model Core Components and its Implementation in the Table Access Protocol | ObsCoreDM";
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.rYgXhw> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6353-0808;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.rYgXhw> .
}

sub:pubinfo {
  this: dct:created "2025-08-25T15:59:08Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:describes <https://doi.org/10.25504/FAIRsharing.rYgXhw>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d3730ba2-6152-431f-9be3-fef34b130460> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "hjNdqiyohP6bQAQ9crn/V5XzGAjEpdJdNZkUgl4P/RBfv7l+0nifKz0si2ihGFpKd2N1ASZc4AysO+JjgvgVtxpS2YL/Jeh7FsTsVlF1xVKnd0kNkE0HauN3ZyQR15RSqCy0U93laRksC15iLo53P6ol7YxBeGJKEZvapzSmaUY=";
    npx:hasSignatureTarget this: .
}