EntitySchema:E2: Difference between revisions

From wikidp
Jump to navigation Jump to search
(Created a new Schema: PRONOM file format)
 
(Updated Schema text)
 
(2 intermediate revisions by the same user not shown)
Descriptions / enDescriptions / en
schema for file formats with PRONOM id on wikidp.opencuraschema for file formats with PRONOM id
Schema / Line 1: Schema / Line 1:
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wbt: <https://wikidp.wikibase.cloud/prop/direct/>
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>
PREFIX wb: <https://wikidp.wikibase.cloud/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>
IMPORT <https://www.wikidata.org/wiki/Special:EntitySchemaText/E1>
PREFIX E1_file_format: <https://wikidp.wiki.opencura.com>/wiki/Special:EntitySchemaTextE1#>
PREFIX E1_file_format: <https://wikidp.wikibase.cloud>/wiki/Special:EntitySchemaTextE1#>


<pronom_file_format> {
<pronom_file_format> {

Latest revision as of 14:33, 18 January 2023

language codelabeldescriptionaliasesedit
enPRONOM file formatschema for file formats with PRONOM idedit
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wbt: <https://wikidp.wikibase.cloud/prop/direct/>
PREFIX wb: <https://wikidp.wikibase.cloud/entity/>


IMPORT <https://www.wikidata.org/wiki/Special:EntitySchemaText/E1>
PREFIX E1_file_format: <https://wikidp.wikibase.cloud>/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 ;
}