@prefix this: <http://purl.org/np/RAZxQ06zbeccjErssIbbu7CiFrXZ4I0k9LHOyfepxh9h0> .
@prefix sub: <http://purl.org/np/RAZxQ06zbeccjErssIbbu7CiFrXZ4I0k9LHOyfepxh9h0#> .
@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:COVID-19_CRF a fip:Available-FAIR-Enabling-Resource , fip:Data-schema , fip:FAIR-Enabling-Resource ;
    rdfs:comment "This is a semantic data model for the WHO's COVID-19 case record form RAPID version from April 8 2020. It aims at providing semantic references to the questions and answers of the form. Changes in the version 1.1.4: - Corrected: Urea_(BUN) to remove the \"()\", which may cause resolution and validation issues; Changes in the version 1.1.3: - Corrected: Chloroquine/hydroxychloroquine to remove the \"/\", which may cause resolution issues; Changes in version 1.1.2: - Corrected: Cough with haemoptysis because the IRI was mispelled; - Corrected: CPAP/NIV Mask to remove the \"/\", which may cause resolution issues; - Added: missing \"part of\" property for section 1g. - Added: \"has other measurement unit label\" property for the laboratory results that may use a different unit than specified in the CRF; - Added: missing \"has value\" for the Which coronavirus question; - Added: missing possibility to enter the name of a specific antibiotic in section 3c of the CRF; - Added: missing question on testing the presence of other pathogenic of public health interest from section 3a of the CRF. Changes in version 1.1.1: - Added: Facility Name to identify the care facility in which the case is reported from. Changes in version 1.1.0: - This version covers the modifications introduced by the WHO COVID-19 Rapid CRF from April 8, 2020. The model maintains backward compatibility with the WHO COVID-19 Rapid CRF from March 23, 2020." ;
    rdfs:label "WHO COVID-19 Rapid Version CRF semantic data model" ;
    rdfs:seeAlso <http://bioportal.bioontology.org/ontologies/COVIDCRFRAPID> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6117-4755 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDO4xkU+/dGujq1raR66QtRqquMxiJ9hm2uzc2uBj7bCBBRnWhTw7M8f77BqAFHShgxqxYTr2do7/tVmoKeM51ISyttxWrh9ebZRoz5o6Muxt7HyA4sLHAmnixeZ5VJfZzsKAmVN23Y2ZiCqMoXjtcp5jO2lOC0AXaGPftnaA8b9QIDAQAB" ;
    npx:hasSignature "DBmN+OAp0YaqB7EBeiFmuazhUeSKAHYjUeMyWDr4wrH6uk7OrVewCf0yEEEhJhyT51e4iA80lKVk+V56bWQcvQ8Toycuszuj7zhUIFC0NI8e3TBTBt2K91iXEta7xG1BW3YSX9ObA9v5+/kkRLL3b0/dkyEuZ5/6x+9A3i2EUGo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-11-27T11:39:06.761+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6117-4755 ;
    npx:introduces sub:COVID-19_CRF ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAhptb1hUg1kQ6LRBLJfBHXVwYbU2Y4SwY9UJg2qkzvpI> .
}