Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Mapper Service
Commits
8c9b4ffc
Commit
8c9b4ffc
authored
May 18, 2020
by
Jonas Waeber
Browse files
Remove institution reference from instantiations.
parent
d3f81247
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/builder/DigitalObject.kt
View file @
8c9b4ffc
...
...
@@ -28,7 +28,6 @@ class DigitalObject(id: String, institutionId: String, count: Int) : Instantiati
init
{
addRdfType
(
RICO
.
Instantiation
)
resource
.
addProperty
(
RICO
.
type
,
"digitalObject"
)
resource
.
addProperty
(
RICO
.
heldBy
,
institutionUri
)
addIdentifier
(
"main"
,
resource
.
uri
,
model
.
createResource
(
uri
(
NS
.
memint
,
"Memoriav"
)))
}
}
\ No newline at end of file
src/main/kotlin/builder/PhysicalObject.kt
View file @
8c9b4ffc
...
...
@@ -28,7 +28,6 @@ class PhysicalObject(id: String, institutionId: String, count: Int) : Instantiat
init
{
addRdfType
(
RICO
.
Instantiation
)
resource
.
addProperty
(
RICO
.
type
,
"physicalObject"
)
resource
.
addProperty
(
RICO
.
heldBy
,
institutionUri
)
addIdentifier
(
"main"
,
resource
.
uri
,
model
.
createResource
(
uri
(
NS
.
memint
,
"Memoriav"
)))
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment