@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix jerm: <http://jermontology.org/ontology/JERMOntology#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://testing.sysmo-db.org/strains/39> a jerm:Strain;
  dcterms:title "lactic test";
  jerm:description "";
  jerm:externalSupplierID "";
  jerm:isInvestigatedBy <https://testing.sysmo-db.org/assays/30>;
  jerm:title "lactic test";
  dcterms:created "2012-04-30T08:45:02Z"^^xsd:dateTime;
  dcterms:description "";
  dcterms:modified "2012-05-10T14:24:10Z"^^xsd:dateTime .
