page of site

Relates a web page to the web site it belongs to — a specialisation of gmeow:partOf, so site membership rides the universal mereology spine. The discrete page→site→… hierarchy a breadcrumb trail walks.

Structure

Property shape: object property; gmeow:WebPage -> gmeow:WebSite Sub-property of: gmeow:partOf

Practical Pattern

Use gmeow:pageOfSite from gmeow:WebPage to gmeow:WebSite when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Web Presence

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: a web presence on the WEMI spine. A WebSite and
# its WebPages are concrete gmeow:Manifestations — so each embodies an Expression
# that realizes a Work, the same four-tier backing every published artifact
# carries. Pages belong to the site via gmeow:pageOfSite (⊑ partOf). The about
# page names a person as its gmeow:pagePrincipalSubject (⊑ isAbout), which makes
# it a gmeow:ProfilePage by INFERENCE — ProfilePage is a defined class (any
# WebPage whose principal subject is an Agent), so no manual typing is needed.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/documents/> .

ex:homepage a gmeow:WebPage ;
    gmeow:pageOfSite ex:site ;
    gmeow:embodies ex:siteContent .

Common Companion Terms

gmeow:partOf, gmeow:WebPage, gmeow:WebSite

Projects To

Profile External Targets
schema-org schema

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:pageOfSite projection schema-org projects to / <= schema:isPartOf gmeow:mapSchemaPageOfSite; confidence 0.9; lossy: the page→site mereology is the breadcrumb hierarchy; schema:BreadcrumbList's ordered ListItem wrapper is a presentation concern over this isPartOf chain (P12)

Usage Advice

Use when

Avoid when

How to use

Examples