diff options
Diffstat (limited to 'Fields.md')
-rw-r--r-- | Fields.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Fields.md b/Fields.md new file mode 100644 index 0000000..121cc96 --- /dev/null +++ b/Fields.md @@ -0,0 +1,41 @@ +Below is a list of the categories of fields that we think are important, based on the amount of occurrences of the fields: + +Names ( with occurences > 1000 ) + +{ + + <dbp:showName>, <dbp:filename>, <dbo:ingredientName>, <dbp:nativeName>, <dbp:fullname>, <dbp:leaderName>, + <dbp:officialName>, <dbp:subdivisionName>, <dbp:nickname>, <dbo:birthName>, <dbp:alternativeNames>, + <dbp:birthName>, <foaf:surname>, <foaf:givenName>, <dbp:name>, <foaf:name> + +} + +Dates ( with occurences > 1000 ) + +{ + + <dbo:foundingDate>, <dbp:establishedDate>, <dbp:releaseDate>, <dbo:releaseDate>, <dbp:deathDate>, <dbp:date>, + <dbp:dateOfDeath>, <dbo:deathDate>, <dbp:birthDate>, <dbp:dateOfBirth>, <dbo:birthDate>, + + <dbp:year>, <dbo:activeYearsEndyear>, <dbo:foundingYear>, <dbp:years>, <dbp:yearsActive>, <dbo:deathYear>, + <dbo:activeYearsStartYear>, <dbo:birthYear> + +} + +Top occuring fields ( with occurences > 10k ) ( including fields blacklisted by Nordlys ) + +{ + + <dbp:locatio>n, <dbp:website>, <dbo:genre>, <dbp:birthPlace>, <dbp:placeOfBirth>, <dbo:birthPlace>, <dbp:title>, + <dbp:type>, <dbp:country>, <dbp:genre>, <dbp:shortDescription>, <dc:description>, <dbp:caption>, <foaf:homepage>, + !<dbo:wikiPageDisambiguates>, <dbo:thumbnail>, <foaf:depiction>, <rdf:type>, !<dbo:wikiPageredirects>, fb:<owl:sameAs>, + <dbo:wikiPigaWikiLinkText>, <dcterms:subject>, <dbo:wikiPageWikiLink>, <dbo:abstract>, <dbo:wikiPageID>, + <dbo:wikiPageOutDegree>, <rdfs:comment>, <rdfs:label> + + Duplicates with previous categories: + + <foaf:surname>, <foaf:givenName>, <dbp:name>, + <dbp:BirthDate>, <dbo:birthDate>, dbp:dateOfBirth>, + <dbo:birthYear> + +} |