# baseURI: https://www.archives.gov/files/lod/dpframework/id/NF00594

@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:NF00594
  a nara:FileFormat ;
  dcterms:description "BSON is the binary extension of JSON used to serialize data in MongoDB. There is a specification but this is a binary file specific to a single database application." ;
  dcterms:identifier "NF00594" ;
  rdfs:label "NF00594" ;
  wikidata:p1163 "application/bson" ;
  wikidata:p1195 "bson" ;
  wikidata:p973 "http://bsonspec.org/" ;
  wikidata:p973 "https://en.wikipedia.org/wiki/BSON" ;
  wikidata:p973 "https://www.wikidata.org/wiki/Q2661480" ;
  nara:category naraid:Databases ;
  nara:formatName "BSON" ;
  nara:preservationAction naraid:Transform ;
  nara:preservationPlan "Transform to CSV" ;
  nara:riskLevel naraid:Moderate ;
  nara:tools "Procure and/or develop tools. The bsondump commandline tool will convert bson into plain text, including JSON, but requires the MongoDB framework. Supported hex editors may open bson files." ;
  <https://www.archives.gov/files/lod/dpframework/schemaArchiveTeamURL> "http://fileformats.archiveteam.org/wiki/BSON" ;
.
<https://www.archives.gov/files/lod/dpframework/id/NF00594>
  a owl:Ontology ;
.
