@prefix ci: <https://catholicintelligence.com/ontology#> .
@prefix schema: <https://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://catholicintelligence.com/id/station/station-traditional-1>
  a ci:DevotionalStation ;
  schema:name "1. Jesus is condemned to death" ;
  ci:stationNumber "1"^^xsd:integer ;
  ci:devotion "way_of_the_cross" ;
  ci:stationTradition "traditional" ;
  ci:isScriptural "true"^^xsd:boolean ;
  ci:citation "Matthew 27:22-26; Mark 15:12-15; Luke 23:20-25; John 19:13-16" ;
  ci:osisRef "Matt.27.22-Matt.27.26" ;
  ci:osisRef "Mark.15.12-Mark.15.15" ;
  ci:osisRef "Luke.23.20-Luke.23.25" ;
  ci:osisRef "John.19.13-John.19.16" ;
  ci:pericope <https://catholicintelligence.com/id/pericope/matt.27.22-matt.27.26> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/mark.15.12-mark.15.15> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/luke.23.20-luke.23.25> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/john.19.13-john.19.16> ;
  dcterms:source "stations.app, traditional Way of the Cross" ;
  ci:ontologyVersion "0.8.0" .
