-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hasAddressLineN properties #237
Comments
I could add that data properties like: hasAddressLine1, hasAddressLine2, etc. do not convey any interesting meaning. Instead, for addresses, I would suggest to use some more meaningful data properties like e.g. „hasStreetAddress”, "hasPostalCode", etc. and/or possibly some object properties connected to location (region, city, country). |
It has hasPostalCode, hasCity... |
There is an open issue in FND to refactor addresses. If you can do everything with hasAddressLine1, then there is no need to use the others in your application. Some business registries, including EDGAR filings with the SEC, require these fields, however, which is why they were introduced in FBC. |
@ElisaKendall Using just |
This is an issue for FND, as Elisa pointed out, which already has an issue. This work continues there. |
@dallemang can you post the link to the FND issue (guess it's in the closed jira) |
FWIW FIBO and the GLEIF ontology do have distinct properties for city, country, postalcode, region. The addressLines are used for the remainder, which could be street address, building, floor, apartment, PO Box, "c/o person ", suite etc. Which is broader than "street address" and can be very country-dependent. |
W3C LOCN has the most specific address fields. You can see them at https://github.com/euBusinessGraph/eubg-data/blob/master/model/ebg-shapes.shex or https://github.com/euBusinessGraph/eubg-data/blob/master/model/images/company.png. |
fibo-fbc-fct-breg:
has propertieshasAddressLine1..4
and cites definitionOrigin http://www.leiroc.org/publications/gls/lou_20140620.pdf.But do we need this seemingly random restriction to 4 address lines? We can have newlines in RDF literals, and thus accommodate any number of lines required.
Eg Dun & Bradstreet data has
StreetAddressLine1..4
in one case, butMailingLabelLine1..8
in another case. how do you squeeze 8 DnB lines into 4 LEI/FIBO lines?The text was updated successfully, but these errors were encountered: