@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-10>
  a ci:DevotionalStation ;
  schema:name "10. Jesus is stripped of his garments" ;
  ci:stationNumber "10"^^xsd:integer ;
  ci:devotion "way_of_the_cross" ;
  ci:stationTradition "traditional" ;
  ci:isScriptural "true"^^xsd:boolean ;
  ci:citation "Matthew 27:35; Mark 15:24; Luke 23:34; John 19:23-24" ;
  ci:osisRef "Matt.27.35" ;
  ci:osisRef "Mark.15.24" ;
  ci:osisRef "Luke.23.34" ;
  ci:osisRef "John.19.23-John.19.24" ;
  ci:pericope <https://catholicintelligence.com/id/pericope/matt.27.35> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/mark.15.24> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/luke.23.34> ;
  ci:pericope <https://catholicintelligence.com/id/pericope/john.19.23-john.19.24> ;
  dcterms:source "stations.app, traditional Way of the Cross" ;
  ci:ontologyVersion "0.8.0" .
