@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix wikidata: <http://www.wikidata.org/entity/> .

<https://w3id.org/data/naturalcompetence/ha_mrsa_emergence> a <http://purl.obolibrary.org/obo/OBI_0100051>;
  <http://purl.obolibrary.org/obo/RO_0002087> <https://w3id.org/data/naturalcompetence/nosocomial_transmission>;
  schema:about wikidata:Q4127545;
  schema:description "HA-MRSA strains emerged and became endemic in hospitals; natural competence contributed to rapid spread"@en;
  rdfs:label "Healthcare-Associated MRSA (HA-MRSA) Emergence and Endemicity"@en .

<https://w3id.org/data/naturalcompetence/nosocomial_transmission> a <http://purl.obolibrary.org/obo/OBI_0100051>;
  schema:description "Hospital-associated MRSA transmitted between patients via healthcare facility exposure"@en;
  rdfs:label "Nosocomial MRSA Transmission"@en .
