@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-scriptural-3>
  a ci:DevotionalStation ;
  schema:name "3. Jesus is condemned by the Sanhedrin" ;
  ci:stationNumber "3"^^xsd:integer ;
  ci:devotion "way_of_the_cross" ;
  ci:stationTradition "scriptural" ;
  ci:isScriptural "true"^^xsd:boolean ;
  ci:citation "Mark 14:61-63" ;
  ci:osisRef "Mark.14.61-Mark.14.63" ;
  ci:pericope <https://catholicintelligence.com/id/pericope/mark.14.61-mark.14.63> ;
  dcterms:source "stations.app, traditional Way of the Cross" ;
  ci:ontologyVersion "0.8.0" .
