page of site
- CURIE:
gmeow:pageOfSite - IRI: https://blackcatinformatics.ca/gmeow/pageOfSite
- Category: property
- Defined by:
gmeow:slices/documents - Box roles: RBox role (What is this?)
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
- Source:
slices/core/documents/examples/web-presence.ttl - Examples catalog: open in catalog#example-slices-core-documents-examples-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
- Use to record that a web page belongs to a web site — the page→site membership a breadcrumb trail walks; rides the universal
gmeow:partOfspine.
Avoid when
- Avoid asserting a bare
gmeow:partOfwhen site membership is meant (assert this specialization so generic consumers still readpartOfby inheritance) and avoid using it for the page's subject (that isgmeow:pagePrincipalSubject).
How to use
- Point the
gmeow:WebPageat itsgmeow:WebSiteviagmeow:pageOfSite; the projection walks this hierarchy to render breadcrumbs and schema:isPartOf.
Examples
- ex:aboutPage
gmeow:pageOfSiteex:site.