@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RAXJb2l_4dzlyGAnBHPvTKuQZ_5uNj-0Fx-Kx3id6ukU4> .
@prefix sub: <http://purl.org/np/RAXJb2l_4dzlyGAnBHPvTKuQZ_5uNj-0Fx-Kx3id6ukU4#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:DAGs a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-data-linking-schema ;
    rdfs:comment "A directed acyclic graph (DAG) is an acyclic graph that consists of vertices and edges (also called arcs), with each edge directed from one vertex to another, such that following those directions will never form a closed loop. A path in a DAG is a sequence of edges having the property that the ending vertex of each edge in the sequence is the same as the starting vertex of the next edge in the sequence; a path forms a cycle if the starting vertex of its first edge equals the ending vertex of its last edge" ;
    rdfs:label "Directed Acyclic Graphs" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Directed_acyclic_graph> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-7567-0311 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbhStqE38OJwT+ximq6JDoJdM4jm9VVlgaV8MC+3ZDKoLhRDA1owq/GRy65gWGff5Yxylfd17vx2L/wiNUb8ZjeRYz5fJMWgI95YjJNu2p9KIwQIyS2nNoyUrsac2yaCPHgAK28yKM2C5lhdUsPfxVc6HQRWAOQ72cz9Q0lKo2iwIDAQAB" ;
    npx:hasSignature "iIj2VPaD8oLNcspcM3xK2Mzsg1blF6rTyMlf+/STThW4n2i/MSX1wo3ohZUVDxWRV4aX32vyv6We1yZ0QgLeLPhRKpqTPWaWYmPF6nZ0Lmvg2C6Y41H9kwozmxGEnltEhKgy16ghibqlK+hVV0T+WcUOPBK32rT72KZMLVGg/7k=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-04-29T19:48:29.853Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-7567-0311 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DAGs ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RA_R5w4lZ-6xuZyylG8qSlMhmWBaTE41-zlhiBVUQblCc> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA73A2rqz2UboeQIbEkbWHihiV8P_7B2eu2mqDAJ3wpMk> .
}