EntitySchema:E1: Difference between revisions

From wikidp
Jump to navigation Jump to search
(Updated Schema text)
(Updated English label, description or aliases)
 
Labels / enLabels / en
file format on wikidp.opencurafile format
Descriptions / enDescriptions / en
file formats on wikidp.opencuraschema for file formats

Latest revision as of 13:25, 18 January 2023

language codelabeldescriptionaliasesedit
enfile formatschema for file formatsedit
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wbt: <https://wikidp.wikibase.cloud/prop/direct/>
PREFIX wb: <https://wikidp.wikibase.cloud/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 .
}