1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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>
}
|