Web Site
- CURIE:
gmeow:WebSite - IRI: https://blackcatinformatics.ca/gmeow/WebSite
- Category: class
- Defined by:
gmeow:slices/documents - Box roles: TBox role (What is this?)
A web site — the published collection of web pages served under one identity (a domain, a project site, a personal homepage). A specialization of gmeow:Manifestation; its pages belong to it via gmeow:pageOfSite.
Structure
Subclass of: gmeow:Manifestation
Practical Pattern
Use gmeow:WebSite as a specialized kind of gmeow:Manifestation. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
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
# --- The site (a Manifestation) and its pages (also Manifestations), each
# embodying the shared Expression.
ex:site a gmeow:WebSite ;
gmeow:embodies ex:siteContent .
Common Companion Terms
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:WebSite |
projection | schema-org |
projects to / <= | schema:WebSite | gmeow:mapSchemaWebSite; confidence 0.9 |
Usage Advice
Use when
- Use for the published collection of web pages served under one identity — a domain, project site, or personal homepage that pages belong to.
Avoid when
- Avoid it for a single page within the site (use
gmeow:WebPage) and avoid storing breadcrumb navigation as a vocabulary — the page→site hierarchy is walked by the projection.
How to use
- Type the site
gmeow:WebSite, give it agmeow:hasTitle, and attach each page viagmeow:pageOfSite(agmeow:partOfspecialization); it projects to schema:WebSite.
Examples
- ex:site a
gmeow:WebSite;gmeow:hasTitleex:siteTitle.