@prefix this: <https://w3id.org/np/RAxGbgNQrpSRn-FbplfMctnwVkA-JFtaBNNsKncsEIUio> .
@prefix sub: <https://w3id.org/np/RAxGbgNQrpSRn-FbplfMctnwVkA-JFtaBNNsKncsEIUio/> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:MMODA-Astrophysical-Workflow-Ontology a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Semantic-model ;
    rdfs:comment "IVOA kindly provides various data and object types, but very little is availble about workflow types. It is possible to combine function types (e.g. https://fno.io) with data types. In this ontology we define supporting types, our own versions of some of the generic types, and anything else needed to descrie Astrophysical Analysis Workflows. Please refer to https://odahub.io/docs/guide-ontology/ for instructions on how to contribute." ;
    rdfs:label "MMODA Astrophysical Workflow Ontology" ;
    fip:has-description-source <https://odahub.io/ontology/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6353-0808 .
}
sub:pubinfo {
  this: dct:created "2025-10-23T14:46:38Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:MMODA-Astrophysical-Workflow-Ontology ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e09f651c-ebac-4cc2-a768-63d83208780b> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "puzpTn4sWGRRxNeyg+RJ7xHIjWkeWC0y89O9b3EpKqRJL8R97YubMiZb9Ds2wraC+DxMDRESlGm1PZBPZVjqw5yNfXoPiCcdD3s6MdJ+qCo5Ru0AXFWjYXHZpx4gLAogHFXIRcikcKnHq/OUTY9ZWWLH+0wYOGXP9yrEvk7Diws=" ;
    npx:hasSignatureTarget this: .
}