# baseURI: https://www.archives.gov/files/lod/dpframework/id/NF00340

@prefix : <https://www.archives.gov/files/lod/dpframework/schema> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix nara: <https://www.archives.gov/data/lod/dpframework/def/> .
@prefix naraid: <https://www.archives.gov/data/lod/dpframework/id/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

naraid:NF00340
  a nara:FileFormat ;
  dcterms:description "MySQL is a freely available suite of database tools. MySQL is still actively developed and supported in the marketplace. Regardless of the storage engine you choose, every MyISAM MySQL table is represented on disk by a .frm file that describes the table's format/definition) The file bears the same name as the table, with an .frm extension. The .frm format is the same on all platforms. This is a binary file which should be retained to help the user of the data reconstruct the database for research purposes." ;
  dcterms:identifier "NF00340" ;
  rdfs:label "NF00340" ;
  wikidata:p1163 "application/x-mysql-db" ;
  wikidata:p1163 "application/x-mysql-table-definition" ;
  wikidata:p1195 "frm" ;
  wikidata:p2748 "https://www.nationalarchives.gov.uk/PRONOM/fmt/868" ;
  wikidata:p3266 "https://www.loc.gov/preservation/digital/formats/fdd/fdd000623.shtml" ;
  wikidata:p973 "https://dev.mysql.com/doc/internals/en/frm-file-format.html" ;
  wikidata:p973 "https://en.wikipedia.org/wiki/MySQL" ;
  wikidata:p973 "https://www.wikidata.org/wiki/Q59653966" ;
  nara:category naraid:Databases ;
  nara:formatName "MySQL Form Definition" ;
  nara:preservationAction naraid:Retain ;
  nara:preservationPlan "Retain with the transformed database content" ;
  nara:riskLevel naraid:Low ;
  nara:tools """Procure and/or develop tools. The mysqlfrm utility will reconstruct a database schema from a FRM file.
""" ;
  <https://www.archives.gov/files/lod/dpframework/schemaArchiveTeamURL> "http://fileformats.archiveteam.org/wiki/MySQL" ;
.
<https://www.archives.gov/files/lod/dpframework/id/NF00340>
  a owl:Ontology ;
.
