File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/scala/ldbc/snb/datagen/generator/serializers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class StaticOutputStream(
32
32
val rawPlace = raw.Place (
33
33
place.getId,
34
34
place.getName,
35
- DBPOWL .getUrl(place.getName),
35
+ DBP .getUrl(place.getName),
36
36
place.getType,
37
37
partOfPlaceId
38
38
)
@@ -89,7 +89,7 @@ class StaticOutputStream(
89
89
company.toInt,
90
90
Organisation .OrganisationType .Company .toString,
91
91
companyName,
92
- DBPOWL .getUrl(companyName),
92
+ DBP .getUrl(companyName),
93
93
Dictionaries .companies.getCountry(company)
94
94
)
95
95
organisationStream.write(rawOrganisation)
@@ -103,7 +103,7 @@ class StaticOutputStream(
103
103
university.toInt,
104
104
Organisation .OrganisationType .University .toString,
105
105
universityName,
106
- DBPOWL .getUrl(universityName),
106
+ DBP .getUrl(universityName),
107
107
Dictionaries .universities.getUniversityCity(university)
108
108
)
109
109
organisationStream.write(rawOrganisation)
You can’t perform that action at this time.
0 commit comments