File Format Families (E31)

language codelabeldescriptionaliasesedit
enFile Format Familiesschema for Wikidata statements related to file format familiesedit
dafilformat-familieedit
frformat de fichieredit
heמשפחת תסדירי קבציםedit
itformato fileschema per descrivere un formato o una famiglia di formati di fileedit
jaファイル形式群ファイル形式に関するWikidataのステートメントのためのスキーマedit
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX wd: <http://www.wikidata.org/entity/>

start = @<#wikidata-file_format_family>

<#wikidata-file_format_family> {
	
	p:P31 @<#P31_instance_of_file_format_family>* ; # This item is a file format family
	 
	
	p:P1195 @<#P1195_file_extension>* ;		# File extensions used by this file format
				
	
	p:P178 @<#P178_developer>* ;			# Developer of this file format
	
	p:P144 @<#P144_based_on>* ;			# Items on which this file format is based
	
	p:P973 @<#P973_described_at_URL>* ;		# URL of a resource that describes this file format		
	
	p:P1343 @<#P1343_described_by_source>* ;	# Item that describes this file format	
	
	p:P348 @<#P348_software_version>* ;		# Version of this file format
	
	p:P577 @<#P577_publication_date>* ;		# The date the file format was published

	p:P527 @<#P527_has_part>* ;	  		# Items that are members of this family
	
	#identifiers
	
	p:P2748 @<#P2748_pronom_id>* ;			# PUID for this file format from The National Archives
	
	p:P3266 @<#P3266_locfdd_id>* ;			# Library of Congress File Format Discription Document for this file format
	
	p:P3381 @<#P3381_ffw_id>* ;			# Zero or more page(s) for this file format in the Just Solve the File Format Problem wiki	
}	


<#P31_instance_of_file_format_family> {	# Instance of [P31] file format
  ps:P31 [wd:Q235557] ;
}



<#P2748_pronom_id> {			# Zero or more PUID for this file format family from The National Archives
  ps:P2748 LITERAL ;
}


<#P3266_locfdd_id> {			# Zero or more Library of Congress File Format Discription Document for this file format family
  ps:P3266 LITERAL ;
}

<#P1163_media_type> {			# Zero or more media types for this file format family
  ps:P1163 LITERAL ;
}

<#P3381_ffw_id> {			# Zero or more page(s) for this file format family in the Just Solve the File Format Problem wiki
  ps:P3381 LITERAL ;
}

<#P1195_file_extension> {		# Zero or more file extensions for this file format family
  ps:P1195 LITERAL ;
}

<#P178_developer> {			# Zero or more developers for this file format family
  ps:P178 IRI ;
} 

<#P144_based_on> {			# Zero or more items that this file format family was based on
  ps:P144 IRI ;
}

<#P577_publication_date> {		# Zero or more date(s) on which this file format family was published
  ps:P577 LITERAL ;
}

<#P527_has_part> {			# Zero or more items that are members of this family
  p:P527 IRI ;
}

<#P973_described_at_URL> {
}

<#P1343_described_by_source> {
}

<#P348_software_version> {
}