# baseURI: https://www.archives.gov/files/lod/dpframework/id/NF00275

@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:NF00275
  a nara:FileFormat ;
  dcterms:description "A FoxPro Memo (FPT) file is associated with the FoxPro database management system. The FPT file contains memo fields associated with a table in the DBF format. Memo fields are used to store large amounts of text or binary data which may not fit in a regular database field. Each FPT file stores content that directly corresponds to records in the DBF file. If there is a FPT file, there must be a related DBF file. Flags in a DBF file indicate whether a FPT should be present; the DBF is unusable if the FPT is missing. FPT is proprietary, does not have a published open specification, and is not actively maintained and updated by an organization. NARA recommends transformation to plain text." ;
  dcterms:identifier "NF00275" ;
  rdfs:label "NF00275" ;
  wikidata:p1163 "application/dbf" ;
  wikidata:p1195 "fpt" ;
  wikidata:p2748 "https://www.nationalarchives.gov.uk/PRONOM/x-fmt/342" ;
  wikidata:p973 "https://en.wikipedia.org/wiki/FoxPro" ;
  wikidata:p973 "https://learn.microsoft.com/en-us/previous-versions/visualstudio/foxpro/8599s21w%28v%3dvs.71%29" ;
  wikidata:p973 "https://www.wikidata.org/wiki/Q47012412" ;
  nara:category naraid:Databases ;
  nara:formatName "FoxPro Memo" ;
  nara:preservationAction naraid:Transform ;
  nara:preservationPlan "Transform to Plain Text and add it into the database file" ;
  nara:riskLevel naraid:Moderate ;
  nara:tools "Procure and/or develop tools. It appears these files can be opened in text editors, although it is possible they can only be opened in a hex editor or a database application. Typically these files are not meant to be converted. However as text files, their content may be simply copied out. The issue is whether the file can then be properly associated with related data in the database. More likely the FPT file and related files will have to be processed so that the FPT file content is added back into the related database file. It may be possible to open these files in OpenOffice." ;
  <https://www.archives.gov/files/lod/dpframework/schemaArchiveTeamURL> "http://fileformats.archiveteam.org/wiki/Ext:fpt" ;
.
<https://www.archives.gov/files/lod/dpframework/id/NF00275>
  a owl:Ontology ;
.
