I think you are mixing different abstraction levels: patterns and architecture. Sure, there is the notion of architectural patterns.
However, I have been trying get Semantic Web people interested in patterns for a long time (3 years), and the old guard does not like them.
Luckily, people have accepted the term of "ontology design patterns". You can find papers and workshops on that topic.
On the other hand, the notion of architecture is a very important one to the old Semantic Web guard, as you can see by the number of papers about architectures of Semantic Web applications. This is also evident by the existence of the W3C document "Architecture of the World Wide Web: Volume One".
Now regarding the typical architecture of Semantic Web applications:
You are lucky because I wrote a paper just about that.
In a thinly veiled effort to get more citations, I will now link to this paper :)
Link to PDF
Implementing Semantic Web applications: reference architecture and challenges
Abstract: To date, Semantic Web research has tended to focus on data modelling challenges, at the expense of software architecture and engi- neering issues. Our empirical analysis shows that implementing Semantic Web technologies creates challenges which can affect the whole applica- tion. Standard solutions and best practices for Semantic Web technologies are just emerging. The lack of these has been an obstacle for implementing and deploying applications which exploit Semantic Web technologies for real world use cases.
In this paper we conduct an empirical survey of Semantic Web applica- tions. We use this empirical data to propose a reference architecture for Semantic Web applications, and to identify the four main challenges for implementing the most common functionality related to Semantic Web technologies from a software engineering perspective: (i) the issues in- volved in integrating noisy and heterogeneous data, (ii) the mismatch of data models and APIs between components, (iii) immature and belated best practices and standards, and (iv) the distribution of application logic across components. We describe two orthogonal approaches for mitigating these challenges: (a) simplifying the application architecture by delegat- ing generic functionality to external service providers, and (b) assembling and customising of components provided by software frameworks for rapid development of complete applications.