English Language Reference Frame

The english reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11).

Structure

Types: gmeow:ReferenceFrame

Practical Pattern

Use gmeow:referenceFrameEnglish as a controlled value typed as gmeow:ReferenceFrame.

Example Snippets

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

Ai Offline Replay

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/dreaming/ai-offline-replay/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



ex:lillithMemoryExpression a gmeow:Expression ;
    rdfs:label "Lillith's agent-memory expression"@en ;
    rdfs:comment "The abstract content expression carried by the agent-memory package."@en ;
    gmeow:realizes ex:lillithMemoryWork ;
    gmeow:hasReferenceFrame gmeow:referenceFrameEnglish .

Dist Package

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



ex:gmeow-ontology-expression-001
    a gmeow:Expression ;
    rdfs:label "the GMEOW ontology, v0.1.0 statement-complete expression"@en ;
    gmeow:realizes ex:gmeow-ontology-work-001 ;
    # P11: an expression's content lives in a reference system — here the
    # (English-labelled) vocabulary expression of the ontology.
    gmeow:hasReferenceFrame gmeow:referenceFrameEnglish .

Common Companion Terms

gmeow:ReferenceFrame