@prefix this: <https://w3id.org/np/RAoSr6AHkHcpnKg1MRqYPSL263zQT5CYW0A8vP8tQ3PaU> .
@prefix sub: <https://w3id.org/np/RAoSr6AHkHcpnKg1MRqYPSL263zQT5CYW0A8vP8tQ3PaU#> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:EMA-study-metadata-schema a <https://w3id.org/fair/fip/terms/Available-FAIR-Supporting-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Practice> , <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource> ;
    rdfs:comment "The chosen metadata is included the HMA-EMA Catalogue of real-world data sources and studies,  which contains information about existing real-world data sources (replacing the ENCePP Resource  Database) and information about RWD studies (to replace and enhance the EU PAS Register)." ;
    rdfs:label "Metadata schema" ;
    rdfs:seeAlso <https://www.ema.europa.eu/en/documents/other/list-metadata-real-world-data-catalogues_en.pdf> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-7135-3960 .
}
sub:pubinfo {
  orcid:0000-0001-7135-3960 foaf:name "Fen Zhang" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCcmwmhFuiZsoPlpZLTfFZM6JR6RUwPVvGkU1bggJdljB/1COjIo7JoASKhe4F+jfTZRg6bsNdCZtQwZkYVHCzD6lNGyIyJkIHHE/o9H6NRX32GfAKQDnq9zpbk1Rt6l2Rrf6L+5ZjLQJ1A8IdYEskyKM0V3taQ4ioC92UD9lrKMwIDAQAB" ;
    npx:hasSignature "aO7ZYsegEfjSWRpbay7WPNMcv1HrChDvx5C9bWbI/K4iFggs4rJrWwy+YdFvoQ98VDkwTjkkXWuZA/h2Tr/8CSaI8BwtJ/KxWlUiqNid9gJjgAbOxDWgtOEPOAcE0/UmugyMpMrM/c/t6xKCqrfPArTlNxzBpnhooGKdrVfeBlY=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0001-7135-3960 .
  this: dct:created "2024-04-25T07:33:00.563Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-7135-3960 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource> ;
    npx:introduces sub:EMA-study-metadata-schema ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "FAIR-practice: Metadata schema" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAjEvf8XHfMUiYYekjVgV3NWJDrWTCPiRkHExuL7PFyvI> .
}