Skip to content

Commit

Permalink
fmt header
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jan 2, 2025
1 parent e1366a3 commit 0839e0b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright © 2021 - 2025 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors.
* SPDX-License-Identifier: Apache-2.0
*/

package org.knora.webapi.slice.ontology.api
import zio.*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright © 2021 - 2025 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors.
* SPDX-License-Identifier: Apache-2.0
*/

package org.knora.webapi.slice.ontology.api

import org.apache.jena.vocabulary.RDFS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
/*
* Copyright © 2021 - 2025 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors.
* SPDX-License-Identifier: Apache-2.0
*/

package org.knora.webapi.slice.ontology.api
import zio.*
import zio.test.*
import zio.test.check

import java.time.Instant

import org.knora.webapi.TestDataFactory
import org.knora.webapi.messages.StringFormatter
import org.knora.webapi.messages.v2.responder.ontologymessages.ChangeOntologyMetadataRequestV2
import org.knora.webapi.slice.common.JsonLdTestUtil.JsonLdTransformations
import org.knora.webapi.slice.resourceinfo.domain.IriConverter
import zio.test.check

object OntologyV2RequestParserSpec extends ZIOSpecDefault {
private val sf = StringFormatter.getInitializedTestInstance
Expand Down

0 comments on commit 0839e0b

Please sign in to comment.