@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-4>
  a ci:DevotionalStation ;
  schema:name "4. Jesus meets his mother" ;
  ci:stationNumber "4"^^xsd:integer ;
  ci:devotion "way_of_the_cross" ;
  ci:stationTradition "traditional" ;
  ci:isScriptural "true"^^xsd:boolean ;
  ci:citation "John 19:25-27; Luke 2:34-35" ;
  ci:osisRef "John.19.25-John.19.27" ;
  ci:osisRef "Luke.2.34-Luke.2.35" ;
  ci:pericope <https://catholicintelligence.com/id/pericope/john.19.25-john.19.27> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/luke.2.34-luke.2.35> ;
  dcterms:source "stations.app, traditional Way of the Cross" ;
  ci:ontologyVersion "0.8.0" .
