Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer Simon committed Jul 11, 2018
1 parent 42401f9 commit f9c634b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private[parser] class AnnotationResource(val resource: Resource) extends Annotat

var hasTarget: AnnotationTarget = null // resource.getFirst(OA.hasTarget).map(_.stringValue).getOrElse("_:empty")

val places = resource.get(OA.hasBody).filter(_.isInstanceOf[URI]).map(_.stringValue)
val places = resource.get(OA.hasBody).map(_.stringValue)

var transcription: Option[Transcription] = None

Expand Down

0 comments on commit f9c634b

Please sign in to comment.