@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-9>
  a ci:DevotionalStation ;
  schema:name "9. Jesus meets the women of Jerusalem" ;
  ci:stationNumber "9"^^xsd:integer ;
  ci:devotion "way_of_the_cross" ;
  ci:stationTradition "scriptural" ;
  ci:isScriptural "true"^^xsd:boolean ;
  ci:citation "Luke 23:27-28" ;
  ci:osisRef "Luke.23.27-Luke.23.28" ;
  ci:pericope <https://catholicintelligence.com/id/pericope/luke.23.27-luke.23.28> ;
  dcterms:source "stations.app, traditional Way of the Cross" ;
  ci:ontologyVersion "0.8.0" .
