# baseURI: https://www.archives.gov/files/lod/dpframework/schema

@prefix : <https://www.archives.gov/data/lod/dpframework/def> .
@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#> .

dcterms:description
  a owl:DatatypeProperty ;
  rdfs:domain nara:FileFormat ;
  rdfs:range xsd:string ;
.
dcterms:identifier
  a owl:DatatypeProperty ;
  rdfs:domain nara:FileFormat ;
  rdfs:range xsd:string ;
.
nara:Category
  a owl:Class ;
  rdfs:label "Category" ;
  rdfs:subClassOf owl:Thing ;
.
nara:FileFormat
  a owl:Class ;
  rdfs:label "File format" ;
  rdfs:subClassOf owl:Thing ;
.
nara:PreservationAction
  a owl:Class ;
  rdfs:label "Preservation action" ;
  rdfs:subClassOf owl:Thing ;
.
nara:PreservationPlan
  a owl:Class ;
  rdfs:label "Preservation plan" ;
  rdfs:subClassOf owl:Thing ;
.
nara:RiskLevel
  a owl:Class ;
  rdfs:label "Risk" ;
  rdfs:subClassOf owl:Thing ;
.
nara:category
  a owl:ObjectProperty ;
  rdfs:domain nara:FileFormat ;
  rdfs:label "category" ;
  rdfs:range nara:Category ;
.
nara:formatName
  a owl:DatatypeProperty ;
  rdfs:domain nara:FileFormat ;
  rdfs:range xsd:string ;
.
nara:preservationAction
  a owl:ObjectProperty ;
  rdfs:domain nara:FileFormat ;
  rdfs:label "preservation action" ;
  rdfs:range nara:PreservationAction ;
.
nara:preservationPlan
  a owl:DatatypeProperty ;
  rdfs:domain nara:FileFormat ;
  rdfs:label "preservation plan" ;
  rdfs:range xsd:string ;
.
nara:riskLevel
  a owl:ObjectProperty ;
  rdfs:domain nara:FileFormat ;
  rdfs:label "risk level" ;
  rdfs:range nara:RiskLevel ;
.
nara:tools
  a owl:DatatypeProperty ;
  rdfs:domain nara:FileFormat ;
  rdfs:range xsd:string ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/Calendars>
  a dcterms:MediaType ;
  rdfs:label "Calendars" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/Databases>
  a dcterms:MediaType ;
  rdfs:label "Databases" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/DigitalAudio>
  a dcterms:MediaType ;
  rdfs:label "Digital Audio" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/DigitalCinema>
  a dcterms:MediaType ;
  rdfs:label "Digital Cinema" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/DigitalDesignandVectorGraphics>
  a dcterms:MediaType ;
  rdfs:label "Digital Design and Vector Graphics" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/DigitalStillImage>
  a dcterms:MediaType ;
  rdfs:label "Digital Still Image" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/DigitalVideo>
  a dcterms:MediaType ;
  rdfs:label "Digital Video" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/Email>
  a dcterms:MediaType ;
  rdfs:label "Email" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/Geospatial>
  a dcterms:MediaType ;
  rdfs:label "Geospatial" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/NavigationalCharts>
  a dcterms:MediaType ;
  rdfs:label "Navigational Charts" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/PresentationandPublishing>
  a dcterms:MediaType ;
  rdfs:label "Presentation and Publishing" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/SoftwareandCode>
  a dcterms:MediaType ;
  rdfs:label "Software and Code" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/Spreadsheets>
  a dcterms:MediaType ;
  rdfs:label "Spreadsheets" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/StructuredData>
  a dcterms:MediaType ;
  rdfs:label "Structured Data" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/TextualandWordProcessing>
  a dcterms:MediaType ;
  rdfs:label "Textual and Word Processing" ;
.
<https://www.archives.gov/files/lod/dpframework/id/mediatype/WebRecords>
  a dcterms:MediaType ;
  rdfs:label "Web Records" ;
.
<https://www.archives.gov/files/lod/dpframework/schema>
  a owl:Ontology ;
  owl:versionInfo "Created with TopBraid Composer" ;
.
