@prefix this: <https://w3id.org/linkflows/superpattern/np/isNecessaryAndSufficientFor/RA7yRGNo0HDsK9yVonDnug65Pd9UPiMYsA1E88MnOeoXs> .
@prefix sub: <https://w3id.org/linkflows/superpattern/np/isNecessaryAndSufficientFor/RA7yRGNo0HDsK9yVonDnug65Pd9UPiMYsA1E88MnOeoXs#> .
@prefix latest: <https://w3id.org/linkflows/superpattern/latest/isNecessaryAndSufficientFor> .
@prefix sp: <https://w3id.org/linkflows/superpattern/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sp:isNecessaryAndSufficientFor a owl:ObjectProperty ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "is necessary and sufficient for"@en ;
    rdfs:subPropertyOf sp:causes ;
    skos:definition "[subj] causes the existence of [obj], and [obj] would not exist if [subj] did not exist"@en .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0002-7114-6459 .
}
sub:pubinfo {
  this: dct:created "2021-06-03T12:19:54.272+03:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0002-7114-6459 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}