@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-7>
  a ci:DevotionalStation ;
  schema:name "7. Jesus falls the second time" ;
  ci:stationNumber "7"^^xsd:integer ;
  ci:devotion "way_of_the_cross" ;
  ci:stationTradition "traditional" ;
  ci:isScriptural "false"^^xsd:boolean ;
  dcterms:source "stations.app, traditional Way of the Cross" ;
  ci:ontologyVersion "0.8.0" .
