@prefix this: <http://purl.org/np/RAUpZykktV6BWgOquiSEqeBbrG_2LmOUazCJlLpkCIDwU> .
@prefix sub: <http://purl.org/np/RAUpZykktV6BWgOquiSEqeBbrG_2LmOUazCJlLpkCIDwU#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:BRWE a fip:FAIR-Implementation-Community ;
    rdfs:comment "This is the opinion of the representatives of real world evidence (RWE) generation working on describing RWE that participated in the GoFAIR FIP workshop 16th November 2020 - RWE defined as the information derived from analysis of real world data, and the acceptability of this evidence for regulatory decision making in different use cases across the product life (EMA definition)." ;
    rdfs:label "Bayer RWE Generation" ;
    rdfs:seeAlso <https://pharma.bayer.com/> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/NCIT_C15188> , <http://purl.obolibrary.org/obo/NCIT_C16345> , <http://purl.obolibrary.org/obo/OMIT_0009577> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-4607-3905 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDO4xkU+/dGujq1raR66QtRqquMxiJ9hm2uzc2uBj7bCBBRnWhTw7M8f77BqAFHShgxqxYTr2do7/tVmoKeM51ISyttxWrh9ebZRoz5o6Muxt7HyA4sLHAmnixeZ5VJfZzsKAmVN23Y2ZiCqMoXjtcp5jO2lOC0AXaGPftnaA8b9QIDAQAB" ;
    npx:hasSignature "xewvgtvtlZBcoqfkY7YPY34kFfOKte4fAwnJ0cZ1MJwi0/j8FRj3sQiX8V4A/L8vro4sydkaaaw70ZPY1uqdlwguVNmQPZZalcGRMyc68WKDC3K10HmWtQvA9DYWAsPdeMjsS/eiOGNOfc8GC4nZ84irAFNOY7cax24qh0uCx+g=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-11-16T15:50:05.055+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6117-4755 ;
    npx:introduces sub:BRWE ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAR7H8ULM4s3mnU5y4Z2iDyYkwgfk0dgc_Z6TnhBQ9ERg> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RALjGBdI-nfsJeGy2Me7G6ekE0jKeoM28TUDb36S8pCEg> .
}