@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix ejprd: <http://purl.org/ejp-rd/vocabulary/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fdp: <http://rdf.biosemantics.org/ontologies/fdp-o#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix datacite: <http://purl.org/spar/datacite/> .

<http://purl.org/castor/study/hoZRqjtamL6zLzGVDaQ9pc>
  a dcat:Resource, ejprd:PatientRegistry ;
  dc:title "Aseer Region COVID-19 Project"@en ;
  rdfs:label "Aseer Region COVID-19 Project"@en ;
  dc:hasVersion "1.0.0" ;
  dc:description "Investigate 1. Psychological impacts of Quarantine. 2. Clinical characterestics of COVID-19 paitents. "@en ;
  dcat:contactPoint <http://purl.org/castor/fdp/person/abdullah-algarni> ;
  dc:publisher <http://purl.org/castor/fdp/organization/ministry-of-health-aseer-central-hospital-5eb51dbee2013> ;
  dc:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
  fdp:metadataIdentifier <http://purl.org/castor/study/hoZRqjtamL6zLzGVDaQ9pc#identifier> ;
  fdp:metadataIssued "2020-06-21T19:50:39"^^xsd:dateTime ;
  fdp:metadataModified "2020-05-08T10:53:07"^^xsd:dateTime ;
  dc:isPartOf <http://purl.org/castor/fdp/catalog/covid-19> .

<http://purl.org/castor/fdp/person/abdullah-algarni>
  a foaf:Person ;
  foaf:name "Abdullah  Algarni" .

<http://purl.org/castor/fdp/organization/ministry-of-health-aseer-central-hospital-5eb51dbee2013>
  a foaf:Organization ;
  foaf:name "Ministry of Health—Aseer Central Hospital" ;
  dc:spacial <http://purl.org/castor/fdp/country/SA> .

<http://purl.org/castor/study/hoZRqjtamL6zLzGVDaQ9pc#identifier>
  a datacite:Identifier ;
  dc:identifier <http://purl.org/castor/study/hoZRqjtamL6zLzGVDaQ9pc> .

