file format on wikidp.opencura (E1)

Revision as of 12:58, 19 March 2020 by Kat (talk | contribs) (Created a new Schema: file format on wikidp.opencura)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
language codelabeldescriptionaliasesedit
enfile format on wikidp.opencuraschema for file formats on wikidp.opencuraedit
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wbt: <http://wikidp.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://wikidp.wiki.opencura.com/entity/>

<file_format> {
  wbt:P1 [wb:Q1] ;       #P1 -> instance of; Q1 -> file format
  wbt:P5 xsd:string ;    #P5 -> PRONOM ID
  wbt:P6 [wd:~] ;        #P6 -> Wikidata mapping .
}