diff options
author | Luuk Arts | 2017-12-12 18:35:41 +0100 |
---|---|---|
committer | GitHub | 2017-12-12 18:35:41 +0100 |
commit | d16198c1deaff282e245ea3aaa65940cc8f9021b (patch) | |
tree | be1cd74cbe3c2cc13666654ee04564abfb8107d7 /Fields.md | |
parent | Add check.py (diff) |
Create Fields.md
Diffstat (limited to 'Fields.md')
-rw-r--r-- | Fields.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Fields.md b/Fields.md new file mode 100644 index 0000000..62dd6bf --- /dev/null +++ b/Fields.md @@ -0,0 +1,32 @@ +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:location, 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, +} |