Skip to content

Commit 27c11a1

Browse files
committed
Extended datatype description with wikidata, regexp and examples. Started update of existing datatypes
1 parent 53345ef commit 27c11a1

File tree

106 files changed

+678
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+678
-312
lines changed

data/datatypes/academicdegree.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ is_pii: 'False'
77
langs:
88
- common
99
links:
10-
type: wikipedia
11-
url: https://en.wikipedia.org/wiki/Academic_degree
10+
- type: wikipedia
11+
url: https://en.wikipedia.org/wiki/Academic_degree
1212
name: Academic degree
1313
patterns:
1414
- rusdegree

data/datatypes/address.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ is_pii: 'True'
99
langs:
1010
- common
1111
links:
12-
type: wikipedia
13-
url: https://en.wikipedia.org/wiki/Address
12+
- type: wikipedia
13+
url: https://en.wikipedia.org/wiki/Address
1414
name: Address (physical location)
1515
translations:
1616
ru:

data/datatypes/aircraftnumber.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ is_pii: 'False'
99
langs:
1010
- common
1111
links:
12-
type: wikipedia
13-
url: https://en.wikipedia.org/wiki/Aircraft_registration
12+
- type: wikipedia
13+
url: https://en.wikipedia.org/wiki/Aircraft_registration
1414
name: Aircraft/tail number

data/datatypes/airlinecode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ is_pii: 'False'
66
langs:
77
- common
88
links:
9-
type: wikipedia
10-
url: https://en.wikipedia.org/wiki/Airline_codes
9+
- type: wikipedia
10+
url: https://en.wikipedia.org/wiki/Airline_codes
1111
name: Airline code
1212
patterns:
1313
- icaoairlinecode

data/datatypes/airport.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ is_pii: 'False'
1010
langs:
1111
- common
1212
links:
13-
type: wikipedia
14-
url: https://en.wikipedia.org/wiki/Location_identifier
13+
- type: wikipedia
14+
url: https://en.wikipedia.org/wiki/Location_identifier
1515
name: Airport location identifier
1616
patterns:
1717
- icaoairportcode

data/datatypes/atccode.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@ is_pii: 'False'
1010
langs:
1111
- common
1212
links:
13-
type: wikipedia
14-
url: https://en.wikipedia.org/wiki/Anatomical_Therapeutic_Chemical_Classification_System
13+
- type: wikipedia
14+
url: https://en.wikipedia.org/wiki/Anatomical_Therapeutic_Chemical_Classification_System
15+
- type: wikidata
16+
url: https://www.wikidata.org/wiki/Property:P267
1517
name: Anatomical Therapeutic Chemical (ATC) Classification System
18+
wikidata_property: P267
19+
regexp: '[A-V]([0-9][0-9]([A-Z]([A-Z]([0-9][0-9])?)?)?)[0-9]'
20+
examples:
21+
- value: D08AX08
22+
description: ethanol
23+
- value: A02BC04
24+
description: '(RS)-rabeprazole'
25+
1626
translations:
1727
ru:
1828
doc: Анатомо-терапевтическо-химическая классификация — международная система классификации

data/datatypes/bankaccount.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ is_pii: 'False'
88
langs:
99
- common
1010
links:
11-
type: wikipedia
12-
url: https://en.wikipedia.org/wiki/Bank_account
11+
- type: wikipedia
12+
url: https://en.wikipedia.org/wiki/Bank_account
1313
name: Bank account
1414
patterns:
1515
- rubankaccount

data/datatypes/bankcard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ is_pii: 'True'
99
langs:
1010
- common
1111
links:
12-
type: wikipedia
13-
url: https://en.wikipedia.org/wiki/Bank_card
12+
- type: wikipedia
13+
url: https://en.wikipedia.org/wiki/Bank_card
1414
name: Bank card (credit/debit card)
1515
translations:
1616
ru:

data/datatypes/bik.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ is_pii: 'False'
99
langs:
1010
- ru
1111
links:
12-
type: wikipedia
13-
url: https://ru.wikipedia.org/wiki/Банковский_идентификационный_код
12+
- type: wikipedia
13+
url: https://ru.wikipedia.org/wiki/Банковский_идентификационный_код
1414
name: Russian bank identification code (BIK)
1515
translations:
1616
ru:

data/datatypes/bip32addr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ is_pii: 'False'
1010
langs:
1111
- common
1212
links:
13-
type: other
14-
url: https://allprivatekeys.com/bitcoin-address-format
13+
- type: other
14+
url: https://allprivatekeys.com/bitcoin-address-format
1515
name: BIP-32 key

0 commit comments

Comments
 (0)