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

<http://localhost:3000/strains/1> a jerm:Strain;
  dcterms:title "Sulfolobus solfataricus strain 98/2";
  jerm:NCBI_ID "http://purl.bioontology.org/ontology/NCBITAXON/2287"^^xsd:anyURI;
  jerm:description "This is a test strain.";
  jerm:externalSupplierID "123456789";
  jerm:title "Sulfolobus solfataricus strain 98/2";
  dcterms:created "2026-05-08T15:58:18.658Z"^^xsd:dateTime;
  dcterms:description "This is a test strain.";
  dcterms:modified "2026-05-08T15:58:18.658Z"^^xsd:dateTime .
