@prefix this: <https://w3id.org/fair/matrix_declarations/np/FoodSystemsIN/RAaE-8w_JrVSrPr4NTTdzjs2pXSwldNxYPh-98u-XaT9w> .
@prefix sub: <https://w3id.org/fair/matrix_declarations/np/FoodSystemsIN/RAaE-8w_JrVSrPr4NTTdzjs2pXSwldNxYPh-98u-XaT9w#> .
@prefix latest: <https://w3id.org/fair/matrix_declarations/latest/FoodSystemsIN> .
@prefix md: <https://w3id.org/fair/matrix_declarations/terms/> .
@prefix icc: <https://w3id.org/fair/icc/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 pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  md:FoodSystemsIN a icc:Community ;
    rdfs:comment "GO FAIR Implementation Network to advance a global data ecosystem for agriculture and food by implementing FAIR data and services."@en ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "Food System IN"@en ;
    rdfs:seeAlso <https://www.go-fair.org/implementation-networks/overview/food-systems/> .
}
sub:provenance {
  sub:assertion pav:authoredBy md:FoodSystemsIN .
}
sub:pubinfo {
  this: dct:created "2019-09-20T11:43:15.275+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0002-4182-7560 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}