@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-12>
  a ci:DevotionalStation ;
  schema:name "12. Jesus dies on the cross" ;
  ci:stationNumber "12"^^xsd:integer ;
  ci:devotion "way_of_the_cross" ;
  ci:stationTradition "traditional" ;
  ci:isScriptural "true"^^xsd:boolean ;
  ci:citation "Matthew 27:45-50; Mark 15:33-37; Luke 23:44-46; John 19:28-30" ;
  ci:osisRef "Matt.27.45-Matt.27.50" ;
  ci:osisRef "Mark.15.33-Mark.15.37" ;
  ci:osisRef "Luke.23.44-Luke.23.46" ;
  ci:osisRef "John.19.28-John.19.30" ;
  ci:pericope <https://catholicintelligence.com/id/pericope/matt.27.45-matt.27.50> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/mark.15.33-mark.15.37> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/luke.23.44-luke.23.46> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/john.19.28-john.19.30> ;
  dcterms:source "stations.app, traditional Way of the Cross" ;
  ci:ontologyVersion "0.8.0" .
