Web Page
- CURIE:
gmeow:WebPage - IRI: https://blackcatinformatics.ca/gmeow/WebPage
- Category: class
- Defined by:
gmeow:slices/documents - Box roles: TBox role (What is this?)
A page on the web identified by a URL — a concrete published artifact. A specialization of gmeow:Manifestation.
Structure
Subclass of: gmeow:Manifestation
Practical Pattern
Use gmeow:WebPage 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
ex:homepage a gmeow:WebPage ;
gmeow:pageOfSite ex:site ;
gmeow:embodies ex:siteContent .
# --- The about page: its principal subject is a person, so it IS a ProfilePage
# (≡ WebPage ⊓ ∃pagePrincipalSubject.Agent) without being typed as one.
ex:aboutMara a gmeow:WebPage ;
gmeow:pageOfSite ex:site ;
gmeow:pagePrincipalSubject ex:mara ;
gmeow:embodies ex:siteContent .
Agent Sortals
- Source:
slices/core/entities/examples/agent-sortals.ttl - Examples catalog: open in catalog#example-slices-core-entities-examples-agent-sortals
# --- Organization: the flat name/description tier. A structured web presence
# (gmeow:hasWebPage → a WEMI gmeow:WebPage) is shown in the documents example;
# here the flat tier carries it.
ex:blackcat a gmeow:Organization ;
gmeow:name "Blackcat Informatics® Inc."@en ;
gmeow:description "A small ontology and tooling consultancy."@en .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
schema-org |
schema |
External Equivalences
Equivalent or closely aligned targets: dcmitype, schema, wd
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:WebPage |
equivalence | - |
skos:closeMatch | dcmitype:InteractiveResource | gmeow-dublin-core.sssom.tsv; gmeow:eqDcType009; confidence 0.8 |
gmeow:WebPage |
equivalence | - |
owl:equivalentClass | schema:WebPage | gmeow-classes.sssom.tsv; gmeow:eqClasses027; confidence 1 |
gmeow:WebPage |
equivalence | - |
owl:equivalentClass | schema:WebPage | gmeow-creative-works.sssom.tsv; gmeow:eqCw026; confidence 1 |
gmeow:WebPage |
equivalence | - |
skos:closeMatch | wd:Q36774 | gmeow-wikidata.sssom.tsv; gmeow:eqWikidata033; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:WebPage |
projection | schema-org |
projects to / <= | schema:ProfilePage | gmeow:mapSchemaProfilePage; confidence 0.9; lossy: the WebPage→ProfilePage refinement is the defined-class inference (page principally about an Agent); schema gets the bare ProfilePage typing |
Usage Advice
Use when
- Use for a single web page identified by a URL — the concrete published rendering, member of a
gmeow:WebSiteand possibly naming a principal subject.
Avoid when
- Avoid it for the whole published collection of pages (use
gmeow:WebSite) and avoid it for the abstract work the page renders (agmeow:Work).
How to use
- Type the page
gmeow:WebPage, link it to its site withgmeow:pageOfSiteand its principal subject withgmeow:pagePrincipalSubject; when that subject is agmeow:Agentthe page is inferred agmeow:ProfilePage.
Examples
- ex:aboutPage a
gmeow:WebPage;gmeow:pageOfSiteex:site;gmeow:pagePrincipalSubjectex:lillith.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | dcmitype:InteractiveResource |
closeMatch | wd:Q36774 |
equivalentClass | schema:WebPage |