diff options
author | Luuk Arts | 2017-12-12 18:37:56 +0100 |
---|---|---|
committer | GitHub | 2017-12-12 18:37:56 +0100 |
commit | 4406b861208cd52bf9ea75a67b62b95fa06dbb37 (patch) | |
tree | 371fdee70698f5fa890507e0a016fe5259940b89 | |
parent | Create Fields.md (diff) |
Update Fields.md
-rw-r--r-- | Fields.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,23 +1,31 @@ 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>, @@ -28,5 +36,6 @@ Top occuring fields ( with occurences > 10k ) ( including fields blacklisted by foaf:surname, foaf:givenName, dbp:name, dbp:BirthDate, dbo:birthDate, dbp:dateOfBirth, - dbo:birthYear, + dbo:birthYear + } |