diff options
author | Luuk Arts | 2017-12-12 18:48:33 +0100 |
---|---|---|
committer | GitHub | 2017-12-12 18:48:33 +0100 |
commit | c980e6200345b6cfcb135eeadc299dd47f7e38fe (patch) | |
tree | 92b020c0e490eda3d85d4e0ea248734d3c8f71c9 | |
parent | Update Fields.md (diff) |
Update Fields.md
-rw-r--r-- | Fields.md | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -4,9 +4,9 @@ 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 + <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> } @@ -14,11 +14,11 @@ 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, + <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 + <dbp:year>, <dbo:activeYearsEndyear>, <dbo:foundingYear>, <dbp:years>, <dbp:yearsActive>, <dbo:deathYear>, + <dbo:activeYearsStartYear>, <dbo:birthYear> } @@ -26,16 +26,16 @@ Top occuring fields ( with occurences > 10k ) ( including fields blacklisted by { - 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 + <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 + <foaf:surname>, <foaf:givenName>, <dbp:name>, + <dbp:BirthDate>, <dbo:birthDate>, dbp:dateOfBirth>, + <dbo:birthYear> } |