PRONOM file format (E2)

Revision as of 12:30, 20 March 2020 by Kat (talk | contribs) (Created a new Schema: PRONOM file format)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
language codelabeldescriptionaliasesedit
enPRONOM file formatschema for file formats with PRONOM id on wikidp.opencuraedit
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>
PREFIX observer: <https://www.inaturalist.org/people/>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>

IMPORT <https://www.wikidata.org/wiki/Special:EntitySchemaText/E1>
PREFIX E1_file_format: <https://wikidp.wiki.opencura.com>/wiki/Special:EntitySchemaTextE1#>

<pronom_file_format> {
  
   wbt:P2 IRI // rdfs:label "developer"@en ;
   wbt:P3 xsd:string // rdfs:label "version"@en ;
   wbt:P4 xsd:string // rdfs:label "file extension"@en ;
}