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

<https://testing.sysmo-db.org/strains/48> a jerm:Strain;
  dcterms:title "strain with multiple projects";
  jerm:NCBI_ID "http://purl.bioontology.org/ontology/NCBITAXON/562"^^xsd:anyURI;
  jerm:description "";
  jerm:externalSupplierID "";
  jerm:hasContributor <https://testing.sysmo-db.org/people/134>;
  jerm:title "strain with multiple projects";
  dcterms:created "2014-02-17T11:01:41Z"^^xsd:dateTime;
  dcterms:description "";
  dcterms:modified "2014-02-17T11:01:41Z"^^xsd:dateTime;
  sioc:has_owner <https://testing.sysmo-db.org/people/134> .
